.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:249,238,238;--color-primary-1:225,190,172;--color-primary-2:225,172,172;--color-primary-3:135,103,103;--color-primary-4:45,34,34;--color-secondary-0:225,221,235;--color-secondary-1:165,152,196;--color-secondary-2:105,83,156;--color-secondary-3:68,40,131;--color-secondary-4:30,12,44;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { border-top:0rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { background-color: transparent; background-image: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container > .video-iframe-container { display: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container { display: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .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); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { border-width: 0; border-radius: 0; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.53125rem;left:63.375rem;display:block; }
#D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dO42PkRoTpX0dT9cV4B0m9mMk4xcJtwL { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#G99KSsiishwg6Ht6414mIrevJgrbBwFa { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.8125rem;left:16.625rem;display:block; }
#BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.8125rem;left:24.75rem;display:block; }
#ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT2Ji0iKUvXzaCHMHSAdWTRTwBn6SzAM { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.8125rem;left:31.25rem;display:block; }
#LDa4RcpAEXWoQ6TnL0mxWtyDFdkfqObz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.8125rem;left:39.5rem;display:block; }
#vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.8125rem;left:45.6875rem;display:block; }
#mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNVirTByXhU8rsArIsMGDgksC1nTEwUg { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.8125rem;left:51.375rem;display:block; }
#PAyWmXzqSXBXVO9vzuk6Rv4BcFeQJhem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg { 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; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { background-color: transparent; background-image: none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container > .video-iframe-container { display: none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row > .video-iframe-container { display: none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .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); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { border-width: 0; border-radius: 0; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f3ebef8-9146-4efd-86f9-b426e5798ee3/shutterstock_1938769690_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.adaptive-delivery-prevent-bg, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyload, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyloading { background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { background-color: transparent; background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .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); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { border-width: 0; border-radius: 0; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#l8PhPlrx15deTamglTihKfMu1S9B7y0q { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:23.375rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#s3PDiMbmrhmD4DPzZc17d1AeXWAFuMVT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),1);top:18.0625rem;left:1.8125rem;height:6.5rem;font-style:normal;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; }
#qahf8k0IsohcWNiLX0EXBfXcmGefvQJT { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4355625rem;height:4.811525rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.6875rem;left:56.9375rem;display:block; }
#zlqFh84f9VwkUz5QM5yp1C4045vewaep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpvlvmqO912TtIJk3Q1sgghTnt7fZLud { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.8125rem;width:32.375rem;top:30.6875rem;left:1.8125rem;display:block; }
#l13lMKSzLEica6rz3kWkwgORWDXCpthe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.125rem;left:18.375rem;height:3.89941875rem;display:block; }
#PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.8125rem;left:6.625rem;height:2.6rem;display:block; }
#nEgx3OLXB0b7DJk2COtRdwU4IUc2zINn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.8427734375rem;left:15.625rem; }
#a2x29CvGtP1z47piwepBMRr9TkzP9N2S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.8125rem;left:3.625rem; }
#ceRp4b1LGTxoi5NTUkgsqnhvT0UvwPS9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:75rem;display:none; }
#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { 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; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { background-color: transparent; background-image: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .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); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { border-width: 0; border-radius: 0; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#rV01mNicvp70IoqI4EzolKoHy1TzTgER { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.21875rem;left:2.4375rem;height:28.6875rem;font-style:normal;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; }
#XOU1nwOm0TRQH4WtpfnR0woUaCfNXB4q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:17.125rem;top:3.875rem;left:38.375rem;overflow:hidden;display:block; }
#ISoXZCzCi817kKZhFpcToaCB3rNXuoSV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:17.3125rem;top:3.875rem;left:56.8125rem;overflow:hidden;display:block; }
#HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:17.1875rem;top:17.9375rem;left:56.875rem;overflow:hidden;display:block; }
#ev9EIvQvzXd2SKmf5UTkl4ddRFuHGI83 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:17rem;top:17.9375rem;left:38.4375rem;overflow:hidden;display:block; }
#xTn9TVcTNP2BZ8AF3XuKisvnritzFWw8 { color:rgba(var(--color-tertiary-4),0);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6875rem;left:3.875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mqxtm4KJhbHEzQMBIBtRlVbGCOtLwxs3 { background-color:#b43ea3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.59375rem;left:47.78125rem;display:block; }
#PLuXwCx45i1T2m7gmO2dwiLXiHseIziZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5377bead-caa7-4015-9b82-fa6af29386a4/shutterstock_1938769690_to_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG.adaptive-delivery-prevent-bg, #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG.lazyload, #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG.lazyloading { background-image: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { background-color: transparent; background-image: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container > .video-iframe-container { display: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { display: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .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); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { border-width: 0; border-radius: 0; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.046875rem;left:14.6875rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dgwiAdBgp4bJk8S88aFv21rue42D9UOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5377bead-caa7-4015-9b82-fa6af29386a4/shutterstock_1938769690_to_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX.adaptive-delivery-prevent-bg, #dgwiAdBgp4bJk8S88aFv21rue42D9UOX.lazyload, #dgwiAdBgp4bJk8S88aFv21rue42D9UOX.lazyloading { background-image: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { background-color: transparent; background-image: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container > .video-iframe-container { display: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { display: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .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); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { border-width: 0; border-radius: 0; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:9.1875rem;left:1.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:9.1875rem;left:26.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7iq16TZR81gGfGXN2G0WbayilssRZe1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9.1875rem;left:52.46875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTauBIBFeEtEUULFOB6l4Dk6AAA1gZ9p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.5rem;left:10.53125rem; }
#KixrAWRHJBUvmuza2vWNo5X0qlwIwI4s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.71875rem;left:35.34375rem; }
#ZcCkDgqiMn3vnl0lRQVTpi74siXGR9zR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.40625rem;left:60.34375rem; }
#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5377bead-caa7-4015-9b82-fa6af29386a4/shutterstock_1938769690_to_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV.adaptive-delivery-prevent-bg, #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV.lazyload, #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV.lazyloading { background-image: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { background-color: transparent; background-image: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container > .video-iframe-container { display: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { display: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .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); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { border-width: 0; border-radius: 0; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#sTRlrLoxOUU6ahkTBwshDO1MuWB0xLiS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.25rem;left:2.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNWm07uL0XAi2rgBNc1AvrGiId6yuHno { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:9.25rem;left:25.71875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRxgGa05OBWLQeKMkJCln22TZpMnXkDf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:9.25rem;left:51.46875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtfZLTuubFIFZXiT2rVudm8Ek2ak1uTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.84375rem;left:35rem; }
#IcbRLenboR7dTUus5mDeW8acNc7rFoFt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.28125rem;left:10.4375rem; }
#VizqGtkwUQaNSsVMfTCePAk4vTp6QGfu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.84375rem;left:60rem; }
#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5377bead-caa7-4015-9b82-fa6af29386a4/shutterstock_1938769690_to_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu.adaptive-delivery-prevent-bg, #xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu.lazyload, #xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu.lazyloading { background-image: none; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row .container { background-color: transparent; background-image: none; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row .container > .video-iframe-container { display: none; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row > .video-iframe-container { display: none; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .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); }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row .container { border-width: 0; border-radius: 0; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlmDxm15LK2PUwUQeFhVFDr0CPDVOkVu > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#HHZUUlUDirW50ltZuatUVhOr2Oz2Ot2T { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.5rem;left:2.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCDWyyZvK4SpUHyk1M5OZOWsk3QOi3To { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:11.5rem;left:25.84375rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaQv0FZsWVeKObGlbN85dH19DvbnFTwC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:11.5rem;left:51.46875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKhQTwFuRoI9x4rfWM5LVbVoJzNfOhOe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.84375rem;left:10rem; }
#CHTyIVcPeMVTBmc18Z5X09iqKiS0ch2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.84375rem;left:35rem; }
#pweWP8pvCOOQ0HSxfTnfP8FolHkO5mvp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.84375rem;left:60rem; }
#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5377bead-caa7-4015-9b82-fa6af29386a4/shutterstock_1938769690_to_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA.adaptive-delivery-prevent-bg, #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA.lazyload, #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA.lazyloading { background-image: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { background-color: transparent; background-image: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container > .video-iframe-container { display: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { display: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .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); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { border-width: 0; border-radius: 0; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:4.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.9375rem;left:31.28125rem;display:block; }
#v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { 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; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:5.6875rem;height:2.4375rem;display:block; }
#uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.3125rem;left:2.625rem; }
#p5cDFq06IaQ9TUa6lH6EmVgVTFq0L3wG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.875rem;left:2.625rem; }
#spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.6875rem;left:2.625rem; }
#iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:5.6875rem;height:3.65625rem;display:block; }
#dGzH7nutbG12pW6BSFyhoJwhxrchven1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.6875rem;height:2.4375rem;display:block; }
#Sai2k0rfQrV4xydnMAO2JkP9IqDoX2dl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:21.6875rem;left:2.625rem; }
#IAaw7EV53qTtV6g8xfPBLX10bAL3eSbK { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:5.6875rem;height:2.4375rem;display:block; }
#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.adaptive-delivery-prevent-bg, #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.lazyload, #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.lazyloading { background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { border-width: 0; border-radius: 0; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Anofx39WceBphAFR7rsSf40misXC2QES { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.390625rem;left:5.9248046875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#No4FCfLmCPOfbdnod4X3wCIydqpb1Tkd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.adaptive-delivery-prevent-bg, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyload, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyloading { background-image: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { border-width: 0; border-radius: 0; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#FuRovzR5oGeIMry0fT5JDyWaKfc1MHsa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy.adaptive-delivery-prevent-bg, #UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy.lazyload, #UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy.lazyloading { background-image: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { background-color: transparent; background-image: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container > .video-iframe-container { display: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row > .video-iframe-container { display: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .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); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { border-width: 0; border-radius: 0; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#Nkl0A08kJOa5ygAkBHZysWiQL7AvFxp0 { box-sizing:content-box;height:31.4375rem;width:44rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5625rem;left:27.506268639286rem;display:block; }
#GLgR8DbhwmV4u72hVDTdfu8MzgglcTKK { color:#000c0b;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.474609375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nm7UCmwmluWeAL14AAGXHmIuxx3p9zq0 { color:#000c0b;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:6.8125rem;left:29.724609375rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.875rem;left:3.3125rem;overflow:hidden;display:block; }
#cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5625rem;left:3rem;display:block; }
#LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22rem;left:4.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24rem;left:5.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.75rem;left:8.5rem;display:block; }
#sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lH5xEQZXPOfEV6OTuw4df5NTVK5xG0hG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:32.25rem;left:14.875rem; }
#kPCG7RR66La0hM7TohiccxO0A3XQaVG6 { color:#000c0b;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:13.65625rem;left:29.724609375rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kVwXGwnNMTU4UINavqbwWGOw0N0It593 { color:#000c0b;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:21.3125rem;left:29.724609375rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xPTAGaXknhckUFkwkhClaPCHnD2aMH5M { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.625rem;left:0.8125rem;display:block; }
#z7TxNxG4Pkp3s3P0M9ELL9t6uDkGsvFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii.adaptive-delivery-prevent-bg, #EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii.lazyload, #EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii.lazyloading { background-image: none; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row .container { background-color: transparent; background-image: none; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row .container > .video-iframe-container { display: none; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row > .video-iframe-container { display: none; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .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); }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row .container { border-width: 0; border-radius: 0; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvrUsKoe6WmzvU0taKDGPTAzTS2SwHii > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#i6TyT9mz5WK6BeEtHevtDJqwT3ZiMHcR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p7ip25VMntmwUEwS0L7KHDweyNJn5txv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:28.125rem;overflow:hidden;display:block; }
#w2oWGdWKddHKc0vTEJV6yuuKWcXfJk0C { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:27.8125rem;display:block; }
#EbfpixbPlUU5wSqb22TBhTeaKI5VoT4w { color:#000c0b;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.375rem;left:32.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uk8QWo6SJw8vJS4IGpU349Fx6LJvX6kV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24rem;left:30.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2H6yqtcL8BTEwAyrOzx41Xm7fbOe7v8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.6875rem;left:29rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znm4cA74LmId4s9PCfXv2p5PWPdPDJaI { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6234375rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.125rem;left:33.1875rem;display:block; }
#u4Zv7GrQ8BkkIVFanwg6zoWcmDaXh3TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTRTlJGre4ph6LC2bKxDbhv4p2JSZFhn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:32.625rem;left:39.875rem; }
#UJRlBhzalkuQDfLaIBZzIJJnx0Q8RW9L { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:52.8125rem;display:block; }
#y8h8xIQQTLOBr9XXS6Q099gGO1SBFTBV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.4375rem;left:53.125rem;overflow:hidden;display:block; }
#TPFbfpzImE6c1dvdwJV30KqqfiGGr1q5 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5rem;left:54.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mt01bbxQqbMXoBgySTbUQipyR1yyBs8u { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.5625rem;left:55.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTczVrkOisSHbQ0MCMs30yHoiQpQEnXX { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.25rem;left:58.3125rem;display:block; }
#plwH5LFzvOkguiObFPXgT06OGHAeWrgb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H20t3sKPLhShxq9LCc7wXVJQFITx9iPK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:32.75rem;left:64.6875rem; }
#gh8xQ2QvTyJ37KsmpJfwoGeEnX5SC6a5 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.1875rem;left:8.1875rem;display:block; }
#RTMlabxMIftu41l5798NQTUxl8aBcexS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOMxsmyVd8hlen2GCtXQ5RT6EcHORJXw { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:2.8125rem;display:block; }
#DzJB4H2Ly2TKTHoa5NyZwJTnCDzgpzJH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.6875rem;left:14.875rem; }
#GOUSfwD71ZK7NpDLCiBxxXQHnqpwwrrx { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.6875rem;left:4rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgM9FHVmE8AEg3eW43iWXuppD2C5TufU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2MM0oB5efzeXh5DiUIshpX8iG1vuspT { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.4375rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ug2ooNGprERQN2TmJGNw6s6DEJFxsxbX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:3.125rem;overflow:hidden;display:block; }
#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF.adaptive-delivery-prevent-bg, #lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF.lazyload, #lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF.lazyloading { background-image: none; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row .container { background-color: transparent; background-image: none; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row .container > .video-iframe-container { display: none; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row > .video-iframe-container { display: none; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .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); }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row .container { border-width: 0; border-radius: 0; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKCIdwtRqkOqcWqRFCHrI0adx0Jyq0bF > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#fi0UEIFmxDS89TvTlWNwFOMCw5heA5ao { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.77978515625rem;left:3rem;overflow:hidden;display:block; }
#hKQiiqiHSEpqAFy9WA6olizwPamCIRK1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:3.0625rem;left:28.125rem;overflow:hidden;display:block; }
#J0cBNoLTZsut1TGMbMGFPV1ont5nsDtX { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.875rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZECa3if2ernKEZOiZxQDzMGffk33Cv6 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.624rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.625rem;left:8.1875rem;display:block; }
#h6wInudWITKtU9XXdBSqUZX3sDPlCJ7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtD1d78qo5AlO3MdMbDsRtdlmtW3NsnA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.90625rem;left:5.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8dHZpypi1hz6lsLcasWxb6Wac6CoC1d { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.453125rem;left:2.6865234375rem;display:block; }
#FJyrHkse7cfwrSIOnd8Dw6wpaoQx2Xdc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.125rem;left:14.5625rem; }
#Q6yfTKOI4EEgLqiIp8332hif0EBTRxZO { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6875rem;left:27.8125rem;display:block; }
#XXu0CgSOLVTxyxOTzlPTHBpFNiVkLDt4 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.624rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.625rem;left:33.1875rem;display:block; }
#MkT7xzSbJFkTZwvcU1Hnalvkx8caowiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6cX2h8GFhUHeUXaF0M4ZLIL9xiQnMMT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.125rem;left:39.875rem; }
#FShNbOx7J68Z0dHfcfpUClDiWRN6xT6t { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.90625rem;left:30.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvFbT16VSWtmIMri5CoEl1gAmI1Ksi5P { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnKFHeqgTzQyqEklLLZP57IBCiPCpS12 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.734375rem;left:29rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vmyw1RPbLUeJrhbrbGBqyxeRyxHT9txM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pvVkITw2T8ItoGSU8fNsLyJ6UU92BgHa { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734374523163rem;left:4rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOF0nPPIq1q3uy4eSmNGzfwKCXWEhPJq { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.6875rem;left:58.1875rem;display:block; }
#XnFM0RKVPzAWWRxmwLc6tv9P6zawkBd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DStaiRRvMJTOBJGBowhiUhMtvxXb8G9O { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.1875rem;left:64.875rem; }
#QcURyE4xINukgheyJOz59H6kqvtwplTW { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:52.8125rem;display:block; }
#P297uAzP3iipG8zgT7ycr7X5NJphT6LW { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:54rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIk0g6VpZKr4xAkQ3cZMc7f6GVRZR5fg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9375rem;left:55.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJUffde8VmG8R7bDSsRZ4n8GONaNl5OZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:3.125rem;left:53.125rem;overflow:hidden;display:block; }
#THUnwtnrM2UtTlIR4P0bTf3WAWKPTFDm { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.9375rem;left:54.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG.adaptive-delivery-prevent-bg, #ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG.lazyload, #ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG.lazyloading { background-image: none; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row .container { background-color: transparent; background-image: none; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row .container > .video-iframe-container { display: none; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row > .video-iframe-container { display: none; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .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); }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row .container { border-width: 0; border-radius: 0; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofeMpZIixgC6tx9gzJoLzlZ35S6KaxpG > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#OC163Th4klSkub0GOHL9oLvHnqAJDdpw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cCsinoc8uhknmCkPiOpmIwURWxzrSwpy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:28.125rem;overflow:hidden;display:block; }
#KzBH5gLI02pP18RlIwfFJXD0mCKlJFbu { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:27.8125rem;display:block; }
#r7G6Zz7KIilrpARMk1Avx4npVSUQt487 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.4375rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNX9ZTnufLNHHiOwf6xvtHvNaU6dRVSa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5rem;left:30.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXWDq8lGpNMXDB7ddv0HFDQGsdkt20nw { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.1875rem;left:33.1875rem;display:block; }
#Bq2Ofk8HM0FTnFMVESHAsOkgavAVWweM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWTZFTLdV7WGiMSNPv4Ad8WbiChU2NFR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.6875rem;left:39.875rem; }
#zTBRV5TG8MNExhcKbvmXA7GdxeHxAkCX { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:2.8125rem;display:block; }
#ZHpb73WqoGpdOdTHqIvtv5zTHeF0EdsR { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:32.1875rem;left:8.1875rem;display:block; }
#P6EnyVKN6eeiT13msBZq0545pUMewyLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgzVaQGtK3glXkVTe4g2ZrpgHIywrKQp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:32.65625rem;left:15.0625rem; }
#lDubTK9Hfk0D2SyOfalki7h6XPIVac1A { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VszHRM1Xw8lcBWKZnhhCZnazw7MKLIVL { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.4375rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXWZFUe71ETtgom7oIsT5CqQ8bif8LHy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:3.125rem;overflow:hidden;display:block; }
#W6f5UtqR4gBHPhy7w0ccSXCqryPUJndX { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.4375rem;left:29rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBdQb92zqU8sBZTmOtfx5kEumcSIhOJe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:53.125rem;overflow:hidden;display:block; }
#aDdDDU3U5K75TwuP3ldE7AxMLNTKAaTg { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:52.8125rem;display:block; }
#rSB7vm2pfeTUNN6y8WCZ5CKnnALnD9KU { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.4375rem;left:54.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5Fmu4r9g0noJyMedTA1JaRV6BmQXEBM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.5rem;left:55.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcTqByuzyzPP9nf8Ah0K6rMbLe5IEeZt { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:27.4375rem;left:54rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vitddvQUvit1qOEAssLVtdos1LAX3G5c { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.1875rem;left:58.1875rem;display:block; }
#XTJkWOnMRmrR8UuhBmi52cQLfQKcScBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qODhdQw5E3XJ5oaM4Nxi1KN2qOJi0dXe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:32.65625rem;left:64.9375rem; }
#yzSJcpE8b6MHXhNQaxzx1ZlvadKNWrW3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.4375rem;left:4rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57.adaptive-delivery-prevent-bg, #dgroCNzH0G5iOVuhTngyL7OKDTgwuU57.lazyload, #dgroCNzH0G5iOVuhTngyL7OKDTgwuU57.lazyloading { background-image: none; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row .container { background-color: transparent; background-image: none; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row .container > .video-iframe-container { display: none; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row > .video-iframe-container { display: none; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .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); }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row .container { border-width: 0; border-radius: 0; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgroCNzH0G5iOVuhTngyL7OKDTgwuU57 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#bdr3FQUoZwZpWPuABTCRgZoT3k6lH6s0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X6p0lQktIrJlwNMNRrGqZdBcpA4EoVHg { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:2.8125rem;display:block; }
#zoOQC8u4QM8vPfO9aeLIFEOaTMhTaheV { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:32.1875rem;left:8.1875rem;display:block; }
#ElsnWVsxrmmWkEqXxmaf94uEwy2fatJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2F8Nd76muxm8U0xRKvAesBErW5ry9Zy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:32.65625rem;left:15.0625rem; }
#CKpWQLQ6c5xGpUh4vbTktoDbqVzHbaeu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEJalttGaIL26mHBCalNBJAgiKbgTTrT { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.4375rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMgDJ0MOOuOq0QNEC1ISIuka1yoC3rfu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:3.125rem;overflow:hidden;display:block; }
#iqFTVtmTw6dgt9Timm4BPNLMRXgGATWP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:28.125rem;overflow:hidden;display:block; }
#zE3Z9AOG33fdWe2POkEq03rNPoxDNm8u { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:27.8125rem;display:block; }
#GctTtz6kaiGXyxEHxC1qTIwBO4Hl6fqR { color:#000c0b;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.375rem;left:31rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPg1s6siUcT9M6e5RqF8k1pdJJf6A9hx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.4375rem;left:30.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsSJs6r6lefHTwssBzvzyvtWozmILW25 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.625rem;left:29rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDEJBNyq9lqpVU12R9S62UnVIpzqaaux { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.125rem;left:33.1875rem;display:block; }
#WHR9ce2JNhc3PpXxZhOGB2893Umy317r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNR1qOTMSvQ7sn1O2slwHJn3T7BWZwQT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:32.625rem;left:39.875rem; }
#NbMSRFgwxSwgRJOO5alblFRWoF1xfvGQ { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:32.125rem;left:58.1875rem;display:block; }
#td1veqRgWoymst9xaROPIUKH7GBdSMTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SNkKln3zyriECZzKLLoTwg8ZX6OM09C4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.625rem;left:64.875rem; }
#IKk8xH6HQ11bbKtSyzDrNv158QUJS8Ct { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:52.8125rem;display:block; }
#QIH7t19nrMGHb6EyzyNoFO6ht4J5eOep { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:26.625rem;left:54rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQJTxo9c5xpkhR19Jwme7zxc6zvfnF0n { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.4375rem;left:55.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEfFlI8NIJ5WoaETPFezmn6RC4Bq3iUO { color:#000c0b;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.375rem;left:56rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwakMPXn5ucOLb2LXd64HkTr60FFEGPZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:53.125rem;overflow:hidden;display:block; }
#ld29gKqhTMBR7QlwDt4ucTvwX7GA4IB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.5rem;left:4rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIklEZM8UXpLWxLV4CloLPTvuTsezcip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip.adaptive-delivery-prevent-bg, #vIklEZM8UXpLWxLV4CloLPTvuTsezcip.lazyload, #vIklEZM8UXpLWxLV4CloLPTvuTsezcip.lazyloading { background-image: none; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row .container { background-color: transparent; background-image: none; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row .container > .video-iframe-container { display: none; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row > .video-iframe-container { display: none; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .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); }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row .container { border-width: 0; border-radius: 0; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIklEZM8UXpLWxLV4CloLPTvuTsezcip > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#uknt83Dpez52mK9i30o8fqJMJN7BmP4T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xbxeqzvu18mGPN9gKhWgd32U0tMcH3TK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:18.4375rem;top:3.875rem;left:3.125rem;overflow:hidden;display:block; }
#aJmufr0SNh7vGIvHkaSIbrnnTWpMuymN { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:2.8125rem;display:block; }
#BXi1D77P72XDulEf2E9QzC5kJ8vP4fTe { color:#000c0b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yigwibDcKVotuGIdkiNrln6WiQU3OffF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izTWqvOKoPURLC6Bvh8qK14qMWSF5s0J { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fp78Al4peIed0ISieKK0WkH5TzJde5Ge { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.125rem;left:8.1875rem;display:block; }
#VNwfytqDrZiwKLE8IwK2FR4ZfNhyuntO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkn82NXicpomu7sMhzmBWv1nm9ItPuhl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:32.625rem;left:14.875rem; }
#DVZR6VSDOOINnyQLtu3J1QRx08il2D1L { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:28.125rem;overflow:hidden;display:block; }
#KrHpgn60f2LMonizh3NH84kT5155URvL { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:27.8125rem;display:block; }
#Dhk33H1QSqzZu8DyxZEWszs2NKV4Lhg4 { color:#000c0b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S1RAdXMSMJy3KwE7slafz1nXsI7QVsTA { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27.1875rem;left:29rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhfvIxHr0q5Hn7eU1kxU54RE9XVGXFO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.4375rem;left:30.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsytEy60imbwTkiCzHTS9TLhFOVIhSsk { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:32.125rem;left:33.1875rem;display:block; }
#Egb5SlwiKlJiSMPFIq7hBDCIPi3CsBvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfwduO2mcVQOvMuCE43oC0uT8r7m6TSf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.59375rem;left:39.8125rem; }
#GakKgRqKVmSTGkubPuiSE3P7Iq2yHrEO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:53.125rem;overflow:hidden;display:block; }
#xdZggDG5RyvqH10whIrz6D6mLrcOsAb1 { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:52.8125rem;display:block; }
#UXFA8AEU1Q1M61h4qW6JgAcwF0EtiQMW { color:#000c0b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22.375rem;left:54.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmmtO33JruGtTCf160DrgvMST982c6HT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.1875rem;left:54rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3MZzFw2fD1hLvu3DIlnx668AoiZboIh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.4375rem;left:55.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXIkh6o9xU0vCG6Dei6CMwPhOVFyZ4WI { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:32.125rem;left:58.1875rem;display:block; }
#gQtEIsf7C9rwJIaGCLx08SQT9GBxAuuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgoBAxFGnXTGOeOfK68po5Jax15XoyqV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:32.59375rem;left:64.8125rem; }
#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2.adaptive-delivery-prevent-bg, #KXqZprFFcCFPuh7PVHgntbq4tI4tmix2.lazyload, #KXqZprFFcCFPuh7PVHgntbq4tI4tmix2.lazyloading { background-image: none; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row .container { background-color: transparent; background-image: none; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row .container > .video-iframe-container { display: none; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row > .video-iframe-container { display: none; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .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); }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row .container { border-width: 0; border-radius: 0; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXqZprFFcCFPuh7PVHgntbq4tI4tmix2 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#Cu2VH8qTGxysasrePDF6J58MXm3laX39 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BGBMtKsK2dtWiqpS9ZDiKwzRc7doZH6u { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:28.125rem;overflow:hidden;display:block; }
#HDUz66Rpbn4NKxnHcPVnRNCN5evWWT7y { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:27.8125rem;display:block; }
#cI80FpniVu6uaTM0tD6IvGeko4aFwiAZ { color:#000c0b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtob1KoN946Utc5e8GkCyxUhUbIefzbo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.4375rem;left:30.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKycNWBbSeGGpziMwwXCykymgGua40xk { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:32.125rem;left:33.1875rem;display:block; }
#eIxDwqfSiBhgOiLBpaC2moIWrGN00BHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OF4TUST09yKn3LLplsfTPWku2TQTrRSf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.59375rem;left:39.8125rem; }
#Q4helJpHw0ZSEw71ezoh6VvOMRrwBUTZ { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:2.8125rem;display:block; }
#rq8fx22lkZDhrLJDQ23S7nPbO3dKJgUd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:3.125rem;overflow:hidden;display:block; }
#MzeDCP0JtX1ZhuLObyvO8NTS2MAiTUtX { color:#000c0b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHCw5uryaNcz4Zf3J5WXTlsBvKLeX84U { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQvtddOE4PPG9trRrqR5GJtLsNwJztM0 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:32.125rem;left:8.1875rem;display:block; }
#qVVBiMXFZGk2SwThrwbKzIKoVxafAndm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvmGdGNwT6HtlKPTEIIv2C8FpeUu7voa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:32.59375rem;left:14.6875rem; }
#q5va0tPa90dhMD1zE6kXcB0UAWm7buq2 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:32.125rem;left:58.1875rem;display:block; }
#uiUG9WzB22ATJ9JHyvik5KFTbNm3u4Ry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heoMiJ2VX85z0Ag2lQc3Bwce4SWX081H { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:32.625rem;left:64.8125rem; }
#gy4khB65TiZCLsvQ3FaZSKTZ9gIEgKso { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:52.8125rem;display:block; }
#lxq0ZlOaFZ5nz8B3XREAVM2olqkd55Ls { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:27.9375rem;left:54rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLOTw48KnUy3W5UlAgCsOEx2FUPXMvx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:24.4375rem;left:55.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSNBKMW7e1LX3rGikMpXTmd5EMzDdCLr { color:#000c0b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.375rem;left:54.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLIN7Ai3IdaikWFmULBT9q950OHNebG1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.5625rem;left:53.125rem;overflow:hidden;display:block; }
#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6.adaptive-delivery-prevent-bg, #ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6.lazyload, #ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6.lazyloading { background-image: none; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row .container { border-width: 0; border-radius: 0; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#wSLLwxone8ldy2JZZW0fmCxgQf0oKiWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9.adaptive-delivery-prevent-bg, #qAP5a5dAg9VyykkNsVFCquw1FTS67CC9.lazyload, #qAP5a5dAg9VyykkNsVFCquw1FTS67CC9.lazyloading { background-image: none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { background-color: transparent; background-image: none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container > .video-iframe-container { display: none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row > .video-iframe-container { display: none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .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); }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { border-width: 0; border-radius: 0; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:75rem;position:relative;display:block; }#MT9c2HSnLmKttczVtLruDxPhN68LzzlM { box-sizing:content-box;height:55.0625rem;width:68.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:3.125rem;display:block; }
#tS1uAaCGyqc865tZywlevUXShl9rRNQk { color:#000c0b;display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:8.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lsu2M9ezLE08pzc4Ezn4PfCDpIS3I1MU { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:5.875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Hq1TBeVkTnt7oHZQNvfedfUa2Bd4ielh { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.171875rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGMHM4cuQE0ounE23lLmLaUIw5nMZdDF { color:#000c0b;display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:26.625rem;left:8.625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXW47eQE2cebIG8UCO1wtiFA77VC6h7m { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWpqNBJtdGG3IiRhwlwPeRNUoHDMbUqF { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.34375rem;left:8.625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGvOx9zd3phtLHXPrrAvZVVgITCvvPky { color:#000c0b;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:36.875rem;left:8.625rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rVbIOkAShvk2DEMdCD7OirkMCrMwrmwG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.53125rem;left:5.875rem; }
#dUq0IqSZbJapL4MfMwaT1vTvZDbiZO2C { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8rem;width:8rem;top:45.0625rem;left:10.5rem;overflow:hidden;display:block; }
#KMTyQgBUgiTe84iqkJtxpvmUa2ikD3vZ { color:#000c0b;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.4375rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EA03ZVhTfS5F49hdrs3evHDSMAqDMqQ1 { color:#000c0b;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.75rem;left:9.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSdHTTmcP7Vh3Jw2knpX7cDaCmNLKVI4 { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.9375rem;left:5.875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LkS18kMCcEotEpazS491iddsMry5idfP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.96875rem;left:5.875rem; }
#OEzIad2834EbHi36vRwI47w0yrxBK8Ff { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.984375rem;left:5.875rem; }
#QTwiDyo97Jhi3AG4kTqCfhEhmC9k6Ro3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.875rem;left:5.875rem; }
#aHdyqpWcsBidbZB601zeo6nLWCkQdcIN { color:#000c0b;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:44.4375rem;left:21.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l23BV5SlQQkkaTlvi4GILs5zuXMSQcX7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.8125rem;width:8.125rem;top:45.15625rem;left:29.75rem;overflow:hidden;display:block; }
#n4OeZEvPnf6Ua6z6OqPtOh3vtcxHhfww { color:#000c0b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:53.75rem;left:27.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkAeHOLG2yyo29akNLULBp7DR1K48aCe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:45.15625rem;left:42.437501907349rem;overflow:hidden;display:block; }
#Ln0GWXHUkaAnmVcpRosg08A6HelTAwNt { color:#000c0b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:53.75rem;left:40.156251907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnk9yPrTDz9qxF3IV6yOwspaHOyT4kh8 { color:#000c0b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:53.75rem;left:51.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqldsCtrHBDvMmOHb9Vamh3cLyhZaTCF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:45.15625rem;left:53.90625rem;overflow:hidden;display:block; }
#rexyIyuDSQhKTn847pdOZETqJW24MX7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051e43, #5a1d62);background-image: -moz-linear-gradient(180deg, #051e43, #5a1d62);background-image: -ms-linear-gradient(180deg, #051e43, #5a1d62);background-image: -o-linear-gradient(180deg, #051e43, #5a1d62);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051e43', endColorstr='#5a1d62' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051e43', endColorstr='#5a1d62' );";background-image: linear-gradient(180deg, #051e43, #5a1d62);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { background-color: transparent; background-image: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container > .video-iframe-container { display: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row > .video-iframe-container { display: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .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); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { border-width: 0; border-radius: 0; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT.adaptive-delivery-prevent-bg, #ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT.lazyload, #ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT.lazyloading { background-image: none; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row .container { border-width: 0; border-radius: 0; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#v1bMQ5IhxST0bWgAxEP5ynWyFqfWcOLr { box-sizing:content-box;height:39.875rem;width:68.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:3.125rem;display:block; }
#ZfpGUFOgS4Ka268Hae6E8qOcSXDqAf4i { color:#000c0b;display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:8.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iko374xIUWvHNiXCOsnLRbDPqn9b5KSX { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.875rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u412SdMQJ9bHTnaAL9vPBvy2w49Te6wR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.65625rem;left:5.875rem; }
#zWiF5vahty9uV1M6T7kLordeECoGORqn { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AbFg4p0NBXogmCPPNm49rsl7JEAkspAB { color:#000c0b;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.828125rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABvWeneUewTgfakMoIxkTu9mNlzfcr9b { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.484375rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoiMFOqqwKetDb5NdIRFEQi7MTVKSmF2 { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.296875rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqTBSJlmZzNO5T2S8tghQbRsxfc8huvu { color:#000c0b;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.984375rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovTB3g9RHsyfreChWuCC9UeW9Dxkl27H { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.3125rem;left:5.875rem; }
#M4nizFUTUyW35OZCNnIpoNH3eZJsaPHv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.125rem;left:5.875rem; }
#IrDRMWF85Jq34OcQFl2Ik0TSXNSy3tAA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.8125rem;left:5.875rem; }
#apM7hXaIWRp3E1UsF7iq6nvWxttWMACA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:29.65625rem;overflow:hidden;display:block; }
#FcPJS3x1IOEHRSM7JQOP0fCN8pC8ZGwl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:40.125rem;overflow:hidden;display:block; }
#Sc4muEzNlukG0wuqOLekMgsZRZRtSAOr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:50.875rem;overflow:hidden;display:block; }
#DsVDIXPdikxr3hW9grDuJPpw2OacXId2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:10.9375rem;overflow:hidden;display:block; }
#BpxOaLpDK5WTv2mZF4nwSwE8MzGgEv3v { color:#000c0b;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.6875rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7rS0oul8aPcfx5qLd0mTycXZ6MoeNOr { color:#000c0b;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:20.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nqpcG5F4pwk8v91rE09v6BNvR31Pvlsw { color:#000c0b;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.875rem;left:10rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XX8pKwpaaxI5F1ksFIysAhT36srv0CK8 { color:#000c0b;display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.875rem;left:30rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1NCT6e91Rw54hVur2AeT6Q3eVHyFaw { color:#000c0b;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.875rem;left:38.65625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4cNqbF9qFdrryUzFVusPIccdDIMMoJt { color:#000c0b;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.875rem;left:50.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxMrboaGApnPGAFHdnPC4wpGTZaXT3gA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:61.125rem;overflow:hidden;display:block; }
#HRDUztqEqkTJzrxLkRUo1JWyMiR8wZRq { color:#000c0b;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.875rem;left:61rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a8b479f-98d1-45d7-bc8f-fd0dc5db5b07/shutterstock_1938769690_to_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s.adaptive-delivery-prevent-bg, #XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s.lazyload, #XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s.lazyloading { background-image: none; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row .container { background-color: transparent; background-image: none; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row .container > .video-iframe-container { display: none; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row > .video-iframe-container { display: none; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .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); }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row .container { border-width: 0; border-radius: 0; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZNXNKSVeVwsIeTgZNEBTONaTmCxV06s > .row .container { font-size:0.875rem;font-family:arial;height:93.8125rem;width:75rem;position:relative;display:block; }#SI8sqTF901gq4R4rJDGVnAdcDIOwyNr7 { color:rgba(var(--color-tertiary-1),1);display:block;width:66.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.9365234375rem;left:1.466796875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lcs5qNh49aJftHtKWr6hvMbyxn3Om0WA { color:#7b2d85;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.43505859375rem;left:7.5rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGz4gpkNxXy9UWuu5UC1eVEuiepHST4T { color:rgba(var(--color-tertiary-1),1);display:block;width:63.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:35.810546875rem;left:1.466796875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKMIzxbPL7Qkh6tiDUeSkHkK1JgJc80X { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24rem;width:65.5625rem;top:6.6826171875rem;left:4.7177734375rem;display:block; }
#R3o8DRPTmOoeozbxq9GV8e8qr2HSFNht { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.128662109375rem;left:7.5rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psmxDJ5N3yBn8mp31Tnhw5VoMsykoNU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.877685546875rem;left:8.75rem;height:13.40625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y6IwyQ03Jsn4XDR9BRxMiGeUTiyqo1D8 { box-sizing:content-box;color:#d03a86;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:15.877685546875rem;left:6.3037109375rem;display:block; }
#PriUzOox68ecNCgL5TBdtJvIPMTTMzAK { box-sizing:content-box;color:#d03a86;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:19.244140625rem;left:6.3037109375rem;display:block; }
#ull6uLC4mGSO9TdCOXJ7uhOTd1X3OU0N { box-sizing:content-box;color:#d03a86;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:24.359375rem;left:6.3037109375rem;display:block; }
#QZ2qU6hzLt4rBkZT7avTzW9KZHzsHNyN { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1875rem;width:16.875rem;top:40.7490234375rem;left:0rem;display:block; }
#lH3L772wfP77vPGpNGXCeUX4gTciBN9n { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:43.0068359375rem;left:0.6875rem;height:8.920875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCLZtSz1Pvcli4ZWuCupKLHpFuTnNsrX { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1865rem;width:16.875rem;top:40.84130859375rem;left:19.21142578125rem;display:block; }
#PO5cw6XfgbDgpTdcByAgVWtLctnZE6Qa { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:40.7490234375rem;left:38.40380859375rem;display:block; }
#W8DU18MDi3ZZgEbtNLmATSoFWeUm8Dg6 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:40.7490234375rem;left:57.9375rem;display:block; }
#KiKUkVGJRrVmtBtGsdTW351rE9uQiCzP { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:55.89990234375rem;left:19.21142578125rem;display:block; }
#yMewgORwIyTgQCfyVpay0srWvxz9MKQf { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:55.89990234375rem;left:0rem;display:block; }
#kL71d6SUkFUvwO54bTnvHhdzKGz81Nmw { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:55.89990234375rem;left:38.40380859375rem;display:block; }
#N6eg8v1uyD0c4ldR4uFT9Ba0uGKIpPvP { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:55.89990234375rem;left:57.9375rem;display:block; }
#RSz84VSkTG5s09SvP1vLqbtk4197XTbU { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:70.875rem;left:19.1875rem;display:block; }
#re4QT4Tru2u8P4cnqT4wa0JcxZop5zMD { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.1850625rem;width:16.875rem;top:70.875rem;left:38.40380859375rem;display:block; }
#ylwLCemoKDLD2GGpr61PabN033qRbKO7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.23) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:87.8125rem;left:30.6875rem;display:block; }
#Ea7IM9bFkTA71W3H2OINyn4px2Wrh3bg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzv7CB0qNZaPw1JP7l8pp7CAGCvgW3E3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:43.6435546875rem;left:19.8984375rem;height:7.6465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWGqmDRikBtgHSQDKUvnCnl882OaipqN { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:43.6435546875rem;left:39.0908203125rem;height:7.6465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvJCmShQ5zunn5fUNJOtqMytGe4yCUCd { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:44.9189453125rem;left:58.625rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iN44BzpWDlp9RD8vTbmSFhsy5pxDh9ak { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:58.15625rem;left:58.625rem;height:7.6465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhsIncvrfl8dZBFi2c8OttuUqpLwD3lm { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:57.5185546875rem;left:39.0908203125rem;height:8.920875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpvTo6He6u2kCofdzGhU4cHE5LCodkvT { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:61.9794921875rem;left:0.6875rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCuU06lhdSWbHv31NCglP59aRiTZZS5q { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:59.4306640625rem;left:19.8984375rem;height:6.3720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuvI6Se1akrCbZdEy9NFPdiNl0daNbSQ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:75.04296875rem;left:19.8984375rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLp5EdeySGg5UWslo3u2BTJ9e4KqJGZs { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:75.04296875rem;left:39.0908203125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3703df25-ecbb-495e-9da2-06c4935fcaa6/shutterstock_2269534961.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.adaptive-delivery-prevent-bg, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyload, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyloading { background-image: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { background-color: transparent; background-image: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container > .video-iframe-container { display: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { display: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .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); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { border-width: 0; border-radius: 0; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.3125rem;top:0.8125rem;left:2.2373046875rem;overflow:hidden;display:block; }
#tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.9248046875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { position:relative;display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { background-color: transparent; background-image: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container > .video-iframe-container { display: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row > .video-iframe-container { display: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { border-width: 0; border-radius: 0; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:82.625rem;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; }#dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:2.5234375rem;height:1.3rem;display:block; }
#kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.236328125rem;left:9.7109375rem;height:1.3rem;display:block; }
#lBx42p820oBtavuRiO6phBID4IV3mfxo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8117218017578rem;left:30.312501907349rem;height:2.5996125rem;display:block; }
#SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.5rem;height:1.3rem;display:block; }
#ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { color:#b43ea3;display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.986328125rem;left:9.7109375rem;height:1.3rem;display:block; }
#W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.5rem;height:1.3rem;display:block; }
#Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { color:#b43ea3;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:9.75rem;height:1.3rem;display:block; }
#QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:2.5rem;height:1.3rem;display:block; }
#iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.75rem;height:1.3rem;display:block; }
#wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { color:#b43ea3;display:block;width:61.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.6875rem;left:9.75rem;height:1.3rem;display:block; }
#HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5625rem;left:9.6875rem;height:1.3rem;display:block; }
#tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { color:#b43ea3;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.25rem;left:9.6875rem;height:1.3rem;display:block; }
#gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.5rem;height:1.3rem;display:block; }
#Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:29.125rem;left:0rem;display:block; }
#g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.25rem;left:2.5rem;height:1.3rem;display:block; }
#okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.224609375rem;left:30.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:2.7125005722046rem;left:0rem;display:block; }
#po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.0625rem;left:2.0625rem;height:1.3rem;display:block; }
#Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { color:#b43ea3;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.0625rem;left:9.25rem;height:1.3rem;display:block; }
#f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.375rem;left:9.25rem;height:1.3rem;display:block; }
#TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36rem;left:2.0625rem;height:1.3rem;display:block; }
#HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.3125rem;left:9.3125rem;height:1.3rem;display:block; }
#zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { color:#b43ea3;display:block;width:62rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:36rem;left:9.3125rem;height:1.3rem;display:block; }
#vyRTvfxSVUgfuOW8bRR2VTNUWVpFATMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:41.1875rem;left:9.3125rem;height:1.3rem;display:block; }
#ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { color:#b43ea3;display:block;width:63.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.875rem;left:9.3125rem;height:1.3rem;display:block; }
#JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.875rem;left:2.0625rem;height:1.3rem;display:block; }
#X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:43.6875rem;left:2.0625rem;height:1.3rem;display:block; }
#F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:53.625rem;left:9.3125rem;height:1.3rem;display:block; }
#OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:52.3125rem;left:9.3125rem;height:1.3rem;display:block; }
#TZNRrHf8O9HcwhGELbPmilLV2wClrPai { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:45rem;left:9.25rem;height:1.3rem;display:block; }
#SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.25rem;left:2.0625rem;height:1.3rem;display:block; }
#fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:43.6875rem;left:9.25rem;height:1.3rem;display:block; }
#tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:57.625rem;left:0rem;display:block; }
#IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:57.75rem;left:2.5rem;height:1.3rem;display:block; }
#xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:52.3125rem;left:2.0625rem;height:1.3rem;display:block; }
#RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:48.25rem;left:9.25rem;height:1.3rem;display:block; }
#EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:61.1875rem;left:2.5625rem;height:1.3rem;display:block; }
#aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { color:#b43ea3;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.1875rem;left:9.75rem;height:1.3rem;display:block; }
#Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:64.5625rem;left:9.6875rem;height:1.3rem;display:block; }
#OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:64.5625rem;left:2.5rem;height:1.3rem;display:block; }
#ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:74.25rem;left:2.5625rem;height:1.3rem;display:block; }
#kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:74.25rem;left:9.8125rem;height:1.3rem;display:block; }
#Afkixwwq8Sx9DNGL75OoQaiBzEkulu9c { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:75.5625rem;left:9.8125rem;height:1.3rem;display:block; }
#JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:78.875rem;left:0rem;display:block; }
#aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:79rem;left:27.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.5rem;height:1.3rem;display:block; }
#GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { color:#b43ea3;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9.75rem;height:1.3rem;display:block; }
#ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:9.75rem;height:1.3rem;display:block; }
#QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4873046875rem;left:9.7109375rem;height:1.3rem;display:block; }
#yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.5625rem;left:9.3125rem;height:1.3rem;display:block; }
#EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:71.3125rem;left:9.6875rem;height:1.3rem;display:block; }
#BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:70rem;left:2.5rem;height:1.3rem;display:block; }
#JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { color:#b43ea3;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:70rem;left:9.75rem;height:1.3rem;display:block; }
#vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:65.875rem;left:9.75rem;height:1.3rem;display:block; }
#CuVeqHD9t6kWOQTNTbGvZlTsqJeDXTiN { color:rgba(var(--color-tertiary-4),1);display:block;width:61.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:67.4375rem;left:9.75rem;height:1.3rem;display:block; }
#pEvDnIL9rnX50FRMFJDeoGtmmiOwX1oF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.0625rem;left:2.5rem;height:1.3rem;display:block; }
#ZGNf7g7IgIhzBtLuRIHmwEguEqNSW5rp { color:#b43ea3;display:block;width:48.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.0625rem;left:9.6875rem;height:2.6rem;display:block; }
#wOIv1B6vW6ar06ZDGpbkQXqlwyom6XTx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6123046875rem;left:9.7109375rem;height:1.3rem;display:block; }
#wTVipEoqdxRTLuVuIJ0AzaZw7zQJgFTh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:57.75rem;left:30.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xOZoaML01wTkZQXgsRHrnXAH41iGubwh { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:79rem;left:2.0625rem;height:1.3rem;display:block; }
#brnk9BdZEQZEVDtcSXs89T9XOukW2R4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:62.487500190735rem;left:9.710156440735rem;height:0;display:block; }
#KzTaWFSNys99fx5w12HTLWL42mcpcHCu { position:relative;display:none; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu { border-width: 0; border-radius: 0; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .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; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.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:none; }#u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.3125rem;height:71.48934375rem;font-style:normal;display:block; }
#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { background-color: transparent; background-image: none; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container > .video-iframe-container { display: none; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row > .video-iframe-container { display: none; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .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); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { border-width: 0; border-radius: 0; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw { 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; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { background-color: transparent; background-image: none; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container > .video-iframe-container { display: none; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row > .video-iframe-container { display: none; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .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); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { border-width: 0; border-radius: 0; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#oFIK82u2Uau75FUZZCzTqgM14wqLoHVV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:28.3125rem;top:4.75rem;left:42.09375rem;overflow:hidden;display:block; }
#cIXyT242xZCcJIP0tMyRDbuEaD6Ezvf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.84375rem;height:19.6875rem;display:block; }
#pKp5qKwnCyE0ZeRsp2f5sdIfAALEmdRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.71875rem;left:1.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk { 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; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { background-color: transparent; background-image: none; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container > .video-iframe-container { display: none; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row > .video-iframe-container { display: none; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .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); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { border-width: 0; border-radius: 0; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#RuIwRTdbtQKsTmEq7kwou9ABkCpswZ4M { color:rgba(var(--color-secondary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6rem;left:40.1875rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#oLX2cp5p1O2bgrCAR6gcp9wxlJo2yNXP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:40.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylplGFQp3mustXQnI2Tx2mhwELwToJzy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:28.3125rem;top:4.21875rem;left:3.46875rem;overflow:hidden;display:block; }
#r565CgXC9ZKd5w1Bn8BSDbDsTxnEKDSn { box-sizing:content-box;height:18.9375rem;width:28.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),0.41);background-image:none;top:4.21875rem;left:3.46875rem;display:block; }
#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b43ea3;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; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { background-color: transparent; background-image: none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container > .video-iframe-container { display: none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row > .video-iframe-container { display: none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .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); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { border-width: 0; border-radius: 0; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a8b479f-98d1-45d7-bc8f-fd0dc5db5b07/shutterstock_1938769690_to_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl.adaptive-delivery-prevent-bg, #qofTLVAJmRRpVdMX279lENFKRXSbLpkl.lazyload, #qofTLVAJmRRpVdMX279lENFKRXSbLpkl.lazyloading { background-image: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { background-color: transparent; background-image: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container > .video-iframe-container { display: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row > .video-iframe-container { display: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .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); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { border-width: 0; border-radius: 0; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#WKwI32nXWRlX4VUx8F1vVViawURB8O6J { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.9248046875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qI12Jp6TuTHTyA8zD7DhCoFPeQFmunnG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:0.6123046875rem;overflow:hidden;display:block; }
#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i { 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; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { background-color: transparent; background-image: none; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container > .video-iframe-container { display: none; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row > .video-iframe-container { display: none; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .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); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { border-width: 0; border-radius: 0; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#hpoWTN10sAhnWUGkTiA7T9J1iBE9nI27 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:23.875rem;top:4.3125rem;left:44.3125rem;overflow:hidden;display:block; }
#Gz3L5CsVToeBFXJPpRrGcDSS58b9sTEk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:23.875rem;top:4.3125rem;left:6.8125rem;overflow:hidden;display:block; }
#P3JvaL5SRir6zZNPAvpLsOqGp4TEAvUb { color:rgba(var(--color-secondary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.03125rem;left:10.75rem;height:1.6875rem;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; }
#PfQBCAwFmZ9id668vbgoM4VThGvEW52K { color:rgba(var(--color-secondary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:14.96875rem;left:50.40625rem;height:1.6875rem;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; }
#CpZZCipQ7a2q927QcQxbeGgZTsqGHwu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:18rem;left:11.3125rem;height:;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; }
#XaOyUN0hBkTIr3s2fbcmVcrB2FyyyRZy { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:43.625rem;left:7.15625rem;height:9.75rem;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; }
#iT8fQddCkEKvLTTeZdhX5Rr5yvt2c1ED { box-sizing:content-box;height:27.375rem;width:26.125rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image:none;top:34.21875rem;left:5.625rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);display:block; }
#M3rocziGS7daxZhPTzFBoGUWpzvAAnKa { color:#b43ea3;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:18rem;left:49.15625rem;height:;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; }
#sJd9sdebbs3Rk13zZd1Xz52iTVCbgVx9 { color:rgba(var(--color-secondary-4),1);display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:31.3125rem;left:0rem;height:2.199225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0y58oZGCKTRfJhshGGwNcLp2tMSzh1a { color:rgba(var(--color-secondary-4),1);display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:31.412109375rem;left:44.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S86O2JHQBfaAtN1J7xytVd7xL181XMWO { color:rgba(var(--color-secondary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:36.1875rem;left:44.4375rem;height:23.15625rem;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; }
#k0JaMzzyZ8u4zuFpzWhTn0fMAWdcLFtz { box-sizing:content-box;height:27.3125rem;width:26.125rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image:none;top:34.21875rem;left:43.125rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);display:block; }
#pQIWJPJsdfak4UtobuiPom12n9D98TIu { 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; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { background-color: transparent; background-image: none; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container > .video-iframe-container { display: none; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row > .video-iframe-container { display: none; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .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); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { border-width: 0; border-radius: 0; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#zERi9A1VfuQtLODVUSv4bLSCogcx6tLn { background-color:#b43ea3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.09375rem;left:30.6875rem;display:block; }
#kTcVXuxTqWziwc8aqEuiJ1gGxg179IQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b43ea3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { border-width: 0; border-radius: 0; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1a8b479f-98d1-45d7-bc8f-fd0dc5db5b07/shutterstock_1938769690_to_1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92.adaptive-delivery-prevent-bg, #szx8I0svrHOOKkmKBF9yq7zK7vOs1t92.lazyload, #szx8I0svrHOOKkmKBF9yq7zK7vOs1t92.lazyloading { background-image: none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row .container { border-width: 0; border-radius: 0; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:none; }#vxZ5nGZXbBVu81qvTcNWuaJ3ZysCzIHt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.9375rem;left:16.25rem;display:none; }
#o8cT2TKK5XuyT5AqK2CzyqhfGhkQzME3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e10808;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:39.375rem;top:11.9375rem;left:17.75rem;display:none; }
#QSylsJGgyhrRa5Wyk5wDJtlPSJvyOt2N { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUBDsM0pkSnRkVxUL1TzvTLh07qn5R3a { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:41.875rem;width:28.125rem;top:7.75rem;left:3.125rem;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-form-header { font-size:0.875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:28rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:3.1875rem;color:#313131;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:4.375rem;color:#313131;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:3.1875rem;color:#313131;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-button { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.8125rem;margin-bottom:0.25rem;margin-left:3.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:2.1; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]:-moz-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]::-moz-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]:-ms-input-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]::-webkit-input-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#313131;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-container:first-of-type{padding-top:0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-container:last-of-type{padding-bottom:0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.478515625rem;left:39.6875rem;font-size:0.875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28rem;display:block;vertical-align:top; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#313131;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr {display:block;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.478515625rem;left:39.6875rem;font-size:0.875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #M5m5sf4urrffnuI57XiJ8eGeOiKWTMfb { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CIMsEXO6bzchOd9oE55NV0EBTCk2vs9w { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CMfvH7Ll4kxChe91btWSAzJwcRzONJxg { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #iac4RAZs6zcUHcPGwecGSMrpLPKC8C9Z { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #se5NH74E1CV5LM75enwXPqM4RJR13W8R { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #dVTASEaKAeXTNMepeUCFmq3NHgc0oFt4 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JeUxZLO8Tqe5uTosf21yxp9KzXgTOxJv { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #WEFVxo1oNbaSBa6usXmpwAHgv0R1JVwN { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #C7t7MTAcCoDiloNw86vSbA3ylf8Fp7xw { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #KNfoQVOmCIE4puVwn9XRJzzeFe6VUPLN { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #XhyZ8aO8LyGTMUL08EbfmXU9vfcdIOTI { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #GuAEpa3XUhXfDKZ3AoX7lrQAAX5Jo0i9 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VwGLE6aS9WMBFPxnVKPLNmQMsRySJt1b { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Q5GowWLabKBwq1Gm91Afetk5vuvbtMoM { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ITda1Xafa3b7QpZqp0H6135HVbePCAC0 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #mGOafiDdyJl38h4IBQIperud59VPDuRO { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JFkdxehTH3X8TMJBvaydkpCnEXiTTKPo { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VglzOuAUo56cugPvSyIW19ReBVvVnKTc { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #tpaOlOmgzLo5ypWbCi0bJg52NQS267ff { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #FLArpgqzznQZ8IkITbB2HZ4QR9LmUBAg { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ocXDnPCotlvcwkVS8r135hDMTITqmFcO { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #rFMzo4HFC7Tyc2Dco58dTcuHkHkB0UBH { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #lktUnovJOFbuA9SLKSAkweHilcFJbdST { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #oWCMHaVcnIbEBtVnyWxduxBtcuOk85Gp { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #T3189mScoMq8yoIJITtXpwCpxc1FQ5Zt { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CZyzbQ5TkqFzuiRZEQ6M8aF6w6hkIDcn { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VJpomSsG4Rrw8LQsouHbIdXP8TCrQiDl { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #cadnxxU0snOFJiT1v2BB3FCGlycpcgH6 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #gF7LVEl0tazeAb0q5Fy6yaO5OzgacDtE { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #RxVdEqmxcEC6xByIefmqavAkPT1PzaQM { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #xGGuorGXR4grAPiiTnyeSReigRrUZqdC { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #UmxrsK1TQGpLdouARJPA4ACTZQQHr2kk { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #g0nT1ENP2nuoEXKZWDolkBkcgfs0zAkV { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #o850QmCcwOPkMWNfCEQttM4QLkS0la6G { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Spb1ZgpW1zMgLBRaNsx0f41uJmAxL5Qh { position:relative; }
#GxhOkbXcDVEyMdUba8W7ZzhtWUGdLG8w { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:41.5rem;left:7.25rem;height:5.09765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSr2vQRcN8WtLxmcyziFMeiF09kZl5fM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:41.5rem;left:4.125rem; }
#OEn8tiCrMdiJoWrkWEyKprKFcqGf6ex5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:29.875rem;left:7.3125rem;height:8.920875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MmIFBw5Tqhzccps0QwmqtmwPza2yqCQD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.3125rem;left:4.125rem; }
#UoNKowy7uhWgmapEVCBmWW5n6bJzFIbc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.0625rem;left:4.125rem; }
#TfoR6CXNx5zU9gWw8TpfylGsPT70FqlA { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:9.5rem;left:4.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMA8uEESevL8l5TT4Vf9hEIuy6y4p1GT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:14.8125rem;left:7.125rem;height:2.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdOo0zGhu9c9plLS5FzlFL1XI7oyTcvT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:20.25rem;left:7.25rem;height:6.3720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPxoaqfJ3gEx2BQrrpAdpH6lMsABe1sl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.25rem;left:4.125rem; }
#nLJRkrldAGviVCuw435bbfs9vme9aWn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b43ea3;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; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { background-color: transparent; background-image: none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container > .video-iframe-container { display: none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row > .video-iframe-container { display: none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .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); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { border-width: 0; border-radius: 0; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { background-color: transparent; background-image: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .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); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { border-width: 0; border-radius: 0; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#A47t4n79nI7paBMeE3dsifEePEXMeocq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.53125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oM7OsZpawOFJ8l0JmfkUQGEPWFLrxH8J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:1.2373046875rem;overflow:hidden;display:block; }
#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { 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; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { background-color: transparent; background-image: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .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); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { border-width: 0; border-radius: 0; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.874rem;width:18.999rem;top:2.9365234375rem;left:27.3125rem;display:block; }
#tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:21.75rem;top:5.53125rem;left:26.5rem;overflow:hidden;display:block; }
#MD510hmcto8U7RikTE1vwCXbApcbIKaU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:24.75rem;top:2.9365234375rem;left:24.748046875rem;display:block; }
#ledECb0yEobAL4Kg786eeTL5O3brMSyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { background-color: transparent; background-image: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container > .video-iframe-container { display: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { display: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .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); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { border-width: 0; border-radius: 0; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIK83yVxQuUQO8VrWfn5EbloAIhWCbgd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:1.1748046875rem;overflow:hidden;display:block; }
#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { 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; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { background-color: transparent; background-image: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container > .video-iframe-container { display: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container { display: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .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); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { border-width: 0; border-radius: 0; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#k3gZzdz46xVcXSrJyUATK0qH9O1dGtV3 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#TieRbOra8L9rCkwnKT08KRK6dcC1T313 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#AuSiQXrTQ8udzUCeCFmxvgIbZOmuKF1D { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#ztLWD17DZ1MKwlf58z775m9GdgPlpOhu { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#NEe6541faV8f7DylWgP59ehRTfvtONst { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.625rem;top:6.1875rem;left:30.1875rem;overflow:hidden;display:block; }
#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row .container { background-color: transparent; background-image: none; }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row .container > .video-iframe-container { display: none; }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row > .video-iframe-container { display: none; }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .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); }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row .container { border-width: 0; border-radius: 0; }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TqZtfLVG6akTkZT42pCFS6TwnO5sXk5E > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#lLgi7TtanP2HHN0xJcMDy8uacSeo2yLS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXiCWG0MSFhksFDXM1yUQf5sCiCyDgqC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:1.1748046875rem;overflow:hidden;display:block; }
#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 { 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; }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row .container { background-color: transparent; background-image: none; }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row .container > .video-iframe-container { display: none; }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row > .video-iframe-container { display: none; }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .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); }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row .container { border-width: 0; border-radius: 0; }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVCviOeaKArAvfgs13pR4z27r1WSIVc3 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#MRntv6kXT3KBSWz6Cl0txK8vVnPaqtHH { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#DHprHWuMpI43svg2a5NegdqoXPPyGKmM { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#i4GbUK4ubPovqEHTrIRDTrV2qbKn0MKE { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:15.375rem;top:3.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#KAv11uvLCCHU3RFz4naAHwlos2UM4KIp { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#s2npvoBTW3PswXZS9NFO0yPstDmWN6fS { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:10rem;top:3.5625rem;left:32.5rem;overflow:hidden;display:block; }
#AsomTbByt1ABQahRBHW7iNVbPRIt36xV { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#WAfodp1G1aqThUWXz02JLBU7BqsT2Qnx { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:3.9375486373901rem;left:59.093748092651rem;overflow:hidden;display:block; }
#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo { 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; }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row .container { background-color: transparent; background-image: none; }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row .container > .video-iframe-container { display: none; }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row > .video-iframe-container { display: none; }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .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); }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row .container { border-width: 0; border-radius: 0; }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlmGbI5Camt6lTrkg26Ti2yTwR55OxBo > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#v6vlm8tUnZZXWavmAAR6ACWFeSt41NDe { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#MZeEuTCE1kaDBrHaiBx05g9gBvXEaSyL { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#LbAyinWZ523dLKUGcRyTiod8ibwzkSOo { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#DuZqULksgEC0x7MmXkwmPOsCJmOyxb88 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:13.5625rem;top:5.03125rem;left:30.71875rem;overflow:hidden;display:block; }
#WTtHNdyXg4ygrNr7zEXkH35IeuSeaJbT { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#JSvXng41ppPlGCgtElWpdmQlDKvbBECG { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:16.125rem;top:5.03125rem;left:4.4375rem;overflow:hidden;display:block; }
#wV6TWxcINs0lBEacrt91I4sXyAzP0TBp { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:13.5625rem;top:6.46875rem;left:55.71875rem;overflow:hidden;display:block; }
#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA { 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; }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row .container { background-color: transparent; background-image: none; }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row .container > .video-iframe-container { display: none; }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row > .video-iframe-container { display: none; }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .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); }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row .container { border-width: 0; border-radius: 0; }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULM0qCRehUMZTBVWWMVhnI876sZ3RpSA > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#wKtTKQW9vOcetdiiK5rzeHSRuUgB874X { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#zhS5PiQVI51yHwTXLBw25iRu4KQytHz7 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#t299xz78TkcrbNaiWBLcb9BNCFfk0kCV { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#a2zx5mRi0h5TU0989oxFM4mkrTpZSRVb { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:13.5625rem;top:5.03125rem;left:30.71875rem;overflow:hidden;display:block; }
#dfaPnTNLMmFommv1PooHcT4CmmTXtzQq { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#xHM1yU2ndwcDK0ToQTygCqW5PyZyOsvU { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.9375rem;top:6.15625rem;left:6.53125rem;overflow:hidden;display:block; }
#uTo9oQA4vuiWADCmeTffAmPra0KLlIS2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:13.5625rem;top:5.21875rem;left:55.718748092651rem;overflow:hidden;display:block; }
#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 { 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; }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row .container { background-color: transparent; background-image: none; }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row .container > .video-iframe-container { display: none; }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row > .video-iframe-container { display: none; }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .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); }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row .container { border-width: 0; border-radius: 0; }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvhFKGiyTPK2DCZHQk1zxWNoERt8hh58 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#ycPmb0r0foew5ODTZiWKGB6uE85vFq7l { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#IBc3Dm9Mzq3tZFTe6hcGssnmhnT7uoTf { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#fs9McWLJT5iMlof9SRylveMJbSCUstM3 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#zPaKZvxlFT3Jh0qTd5S4U4fNGdeaC6Wb { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:13.5625rem;top:5.625rem;left:30.718751907349rem;overflow:hidden;display:block; }
#maHN9JaFUK5uqOCrFPKePweD39A9UhAa { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#Podl7LTFkrmugZNfHlyl1rQL35W3TMOR { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:17.1875rem;top:5.25rem;left:3.90625rem;overflow:hidden;display:block; }
#qCZtZvpvVqpy3m9ssrcEpohWTQxPuq5o { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.75rem;top:5.625rem;left:55.71875rem;overflow:hidden;display:block; }
#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ { 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; }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row .container { background-color: transparent; background-image: none; }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row .container > .video-iframe-container { display: none; }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row > .video-iframe-container { display: none; }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .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); }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row .container { border-width: 0; border-radius: 0; }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTA5Zz5JT38a56G9yZnw8g5eXGG7MPiZ > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#CBGnyW9AT5DtCHckTVTUaXpxbK2Hcp0d { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#KvmcT4DnT7SWVobOLMfJpsoBtVdiG9T0 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#w5nTVQ4hKJcmp2CiPNdxW3gOuWSwZqpQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#FGMs2y9iCfAsNHFQt5iUyOBriroV387L { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:16.5rem;top:3.28125rem;left:29.250001907349rem;overflow:hidden;display:block; }
#mxr06ayolpt3JQZyMHkbsLe9K5EaeSZu { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#lit01qIqu8XsH03UBi9eZLs1XFwibquM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row .container { background-color: transparent; background-image: none; }#lit01qIqu8XsH03UBi9eZLs1XFwibquM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row .container > .video-iframe-container { display: none; }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row > .video-iframe-container { display: none; }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .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); }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row .container { border-width: 0; border-radius: 0; }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lit01qIqu8XsH03UBi9eZLs1XFwibquM > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#ryqzixhnO1GLsTDF0uLJZBXGkQxOsq68 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHuXOWgiiyNEfHSVVV6zRbLC2inkRQXZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:1.1748046875rem;overflow:hidden;display:block; }
#iTArv0SRCM40A77opo1T2A9m0Sr7DesN { 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; }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row .container { background-color: transparent; background-image: none; }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row .container > .video-iframe-container { display: none; }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row > .video-iframe-container { display: none; }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .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); }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row .container { border-width: 0; border-radius: 0; }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTArv0SRCM40A77opo1T2A9m0Sr7DesN > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#sbugshD4h5yKiNBgeZBWZRSfNymwGFsn { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#qlzt1LFqETZGT76VVoqiTaX7tOOLRZvK { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#Wa8slEzDoHxd5WPTtq0URpR7dWmFK2Jv { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:23.5rem;top:0.875rem;left:25.9375rem;display:block; }
#CmWM7nolRQruhFaOb1LfEDgq5bqvyCyK { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#qScqNV9G1TAH6iDDloinhXlt43THnZiy { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:22.25rem;top:5.46875rem;left:26.375rem;overflow:hidden;display:block; }
#H1OQJZEqFCmCmFnm9Apwkf5efb2Vb7ev { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:18.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#UyWfmyZpJ6NyiE7MUJNs4Tt9WEqhq31P { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:18.625rem;top:6.1875rem;left:53.1875rem;overflow:hidden;display:block; }
#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 { 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; }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row .container { background-color: transparent; background-image: none; }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row .container > .video-iframe-container { display: none; }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row > .video-iframe-container { display: none; }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .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); }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row .container { border-width: 0; border-radius: 0; }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB7pZmPNAkzT5AqDzHkHoiRVJR8MiwV3 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#W3gZZgCAIoawy2laIuoKZcIIWT1dd8Pd { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#g6ST6h6X0BaLuMlCTK50gsBcmPKOJQP0 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#wW4RBlJPIMS90Z9ThFAFBsr4a95wAnnN { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#hqJ28d20ZTnAnl6fhokBDZqC3RqCWzZz { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:15.1875rem;top:3.0625rem;left:29.90625rem;overflow:hidden;display:block; }
#xqCDaDF8Owz0sTLoVuGQP3dHFhkOluTh { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#sqsHfZBPtvFU36586vnNzpuvMDQJnUHM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:16.25rem;top:3.15625rem;left:4.375rem;overflow:hidden;display:block; }
#iBfvoJQTk3VMVTJSEoSsty3uo1MTaq0Z { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:1.625rem;left:56.781248092651rem;overflow:hidden;display:block; }
#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { background-color: transparent; background-image: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .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); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { border-width: 0; border-radius: 0; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rP0Zb3iHWyDGVhVinpwvZw3tUoyV67oW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:1.2373046875rem;overflow:hidden;display:block; }
#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC { 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; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { background-color: transparent; background-image: none; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container > .video-iframe-container { display: none; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row > .video-iframe-container { display: none; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .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); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { border-width: 0; border-radius: 0; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#vxoKOBmVyGfeUfKtgCQDMTGdDawHLiBC { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#uEG5GHs3qqdtxZasuGrd5LKyK0scB5ZP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:16.875rem;top:5.8125rem;left:4.3125rem;overflow:hidden;display:block; }
#VyThDPElzPeG2yAPfJWhLF1TVTecicvM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:15.25rem;top:5.875rem;left:28.375rem;overflow:hidden;display:block; }
#DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.75rem;top:6.5937509536744rem;left:53.125001907349rem;overflow:hidden;display:block; }
#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe { 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; }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row .container { background-color: transparent; background-image: none; }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row .container > .video-iframe-container { display: none; }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row > .video-iframe-container { display: none; }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .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); }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row .container { border-width: 0; border-radius: 0; }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poqRchbTMwnlJ68iMqGzGbM8bNGCh6pe > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#DQZuh4JryVVRT6mcT1h3cL00e9aFTpHQ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#RslCNqB4M20dx3BnECENhzPMKuhL6T2h { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#ixzCsG4IbuKIBJopTODkVbtlkSEZJUpb { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#PJfU9cagqQxqZ45MUp9SOAo8KryzvnUE { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:15.5625rem;top:7.1875rem;left:4.71875rem;overflow:hidden;display:block; }
#QVFuxtTxOawNp7iTBsf7FfCucUNznodm { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:13.6875rem;top:6.4375rem;left:29.807894736842rem;overflow:hidden;display:block; }
#DvqU2e0Ul0CrtuTXryOxOAhw8ew5P2rL { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.6875rem;top:5.15625rem;left:57.15625rem;overflow:hidden;display:block; }
#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa { 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; }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row .container { background-color: transparent; background-image: none; }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row .container > .video-iframe-container { display: none; }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row > .video-iframe-container { display: none; }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .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); }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row .container { border-width: 0; border-radius: 0; }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V58buxAQPdKvI0rHCDSW5K5wAHz2emAa > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#hSZ10TicMJWyAWgS3NFSRHBORwOpE5H9 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#Tpdf63xQGemLei6NulQ1OBufS2ptBmWT { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#c8gdLAUJmLe16ydCBktcToJIB6N0nQlP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#r4qLOC0TTkRBEZCOrzOtEKQoeUdMH0mf { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:16.875rem;top:6.71875rem;left:4.0625rem;overflow:hidden;display:block; }
#IqvQheXtACO9pETfHusmkhNrf4CX3UQG { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:12.9375rem;top:5.375rem;left:31.03125rem;overflow:hidden;display:block; }
#hJzGVgJxWg6wlN6QInMp9FerckSIk1TA { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:10.9375rem;top:3.875rem;left:57.03125rem;overflow:hidden;display:block; }
#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { background-color: transparent; background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .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); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { border-width: 0; border-radius: 0; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uS12gdTJDJEt0ORCTaZuTEoXKo4cebKJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:1.298828125rem;overflow:hidden;display:block; }
#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { 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; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { background-color: transparent; background-image: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .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); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { border-width: 0; border-radius: 0; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT { 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; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { background-color: transparent; background-image: none; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container > .video-iframe-container { display: none; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row > .video-iframe-container { display: none; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .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); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { border-width: 0; border-radius: 0; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#u9kH6RnIHM8lSzWcFeFSPsBcBMM7Qg0F { position:absolute;display:block;z-index:15006;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:8.75rem;width:8.75rem;top:4.875rem;left:2.3125rem;overflow:hidden;display:block; }
#UKTTivvtHEHbgxn2uwwBJVDm21Tnv3VX { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZGSqILE8cv4wuIyHbOX8wBTFaKCpL8UE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.6875rem;left:13rem;height:7.96875rem;display:block; }
#bw3bAIRsb30dF0FfLJQkRARMGGBVLh7V { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:10.75rem;left:14.5625rem;height:2.86816875rem;display:block; }
#HQ504wP12UfLyprdHlnPXUQ6eV60J9q1 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.375rem;left:13rem;display:block; }
#TPCyydSIaAHooTbb7RSkmACBhoiwtJqM { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.875rem;left:12.6875rem;display:block; }
#hfvrnNaTik8SoywutzdNumh7uoWkVriW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW.adaptive-delivery-prevent-bg, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyload, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyloading { background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { background-color: transparent; background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { border-width: 0; border-radius: 0; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:13.0625rem;height:5.52345rem;display:block; }
#rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.75rem;width:8.75rem;top:4rem;left:2.3125rem;overflow:hidden;display:block; }
#R8z5olUE4v2Tsv1ThOKM1ItWQ4uUT9Sk { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:11.375rem;left:13.0625rem;display:block; }
#JmVbsvnTztccK6v7OWxTtxITlZkyK2IR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:9.875rem;left:13.375rem;display:block; }
#M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qocGsDisP57ahusut99kVzQSBpAeLaJp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.875rem;left:50.5625rem;height:2.86816875rem;display:block; }
#uBwX9Rucgg1udu1oLyG8VsJeLoWM64G4 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:11rem;left:48.5625rem;display:block; }
#cBDHrKri9WcxPSn1vAVkEiK67mwBapuz { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:9.5rem;left:48.875rem;display:block; }
#CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:8.75rem;width:8.75rem;top:4rem;left:38rem;overflow:hidden;display:block; }
#Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:48.5625rem;height:4.1425875rem;display:block; }
#rJaxmRPwfHdDqAAINonhWvXd7R8zyTPF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:10.1953125rem;left:15.25rem;height:2.86816875rem;display:block; }
#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa.adaptive-delivery-prevent-bg, #Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa.lazyload, #Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa.lazyloading { background-image: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { background-color: transparent; background-image: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container > .video-iframe-container { display: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row > .video-iframe-container { display: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .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); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { border-width: 0; border-radius: 0; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#xZfnKoa2bIirefpPNxCfruXB2sM2BAhi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:12.25rem;height:5.52345rem;display:block; }
#DEQwfBbE8oWEKP1l9Z7trsvFKnBXvHGx { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.75rem;width:8.75rem;top:4rem;left:2.3125rem;overflow:hidden;display:block; }
#gvgapibISFHdwM5RofPyf5EXdrpeUx6T { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.4375rem;left:12.25rem;display:block; }
#doJesQiu2HTI2TkrTZW13nX0XuvQEXEW { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:8.875rem;left:12.5625rem;display:block; }
#q6iOIJeCJbkDvTZNBP1xZn7RhgXG8ST3 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptepkUH5Oy6gkAW751ue2mRDUoBapBVv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.3125rem;left:14.5rem;height:2.86816875rem;display:block; }
#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { background-color: transparent; background-image: none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container > .video-iframe-container { display: none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row > .video-iframe-container { display: none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .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); }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { border-width: 0; border-radius: 0; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.3623046875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwn0yOTLh0uInknxCyBGwFWVcW7dFqnu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:0.6123046875rem;overflow:hidden;display:block; }
#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { 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; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { background-color: transparent; background-image: none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container > .video-iframe-container { display: none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row > .video-iframe-container { display: none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .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); }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { border-width: 0; border-radius: 0; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { z-index:15026;top:23.75rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { z-index:15027;top:27.25rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { z-index:15028;top:31.0625rem;left:10.6875rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.0625rem;left:9.5rem;height:1.6253875rem;font-style:normal;display:block; }
#UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.0625rem;left:9.5rem;height:1.6253875rem;font-style:normal;display:block; }
#p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { z-index:15025;top:20.0625rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { z-index:15026;top:16.375rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { z-index:15027;top:12.75rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.4375rem;left:7.5rem; }
#kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.0625rem;left:7.5rem; }
#yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.75rem;left:7.5rem; }
#xmRoh4q7QmftghRR7shp75Iga2MKasoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.4375rem;left:7.5rem; }
#swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { z-index:15028;top:9.0625rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MChI8DLthx1OBqTplCex684CfCc44adw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { z-index:15029;top:5.25rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.9375rem;left:7.5rem; }
#VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.75rem;left:7.5rem; }
#ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { z-index:15024;top:1.6875rem;left:10.75rem;background-color:transparent;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.675rem;height:3.6125rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.3125rem;left:7.5rem; }
#VokhiWcompTkXfvmA3KVTPW3G4X2Slse { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.8125rem;height:;font-style:normal;display:block; }
#ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.96875rem;left:7.5rem; }
#hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.78125rem;left:7.5rem; }
#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { 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; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { background-color: transparent; background-image: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .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); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { border-width: 0; border-radius: 0; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.75rem;left:31.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:32.5625rem;height:1.3rem;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; }
#THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.1875rem;height:1.3rem;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; }
#sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2rem;left:29.5625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:4.875rem;height:1.625rem;display:block; }
#vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.4375rem;top:4.25rem;left:3.5625rem;overflow:hidden;display:block; }
#cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:11.1875rem;left:8.5625rem;display:block; }
#M41TRASdImGQhEyuOHnsRryicCaBPfTz { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:10.75rem;left:4.875rem;display:block; }
