.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:225,213,253;--color-primary-1:166,128,250;--color-primary-2:107,44,247;--color-primary-3:65,21,150;--color-primary-4:21,9,49;--color-secondary-0:225,231,237;--color-secondary-1:164,182,200;--color-secondary-2:103,134,163;--color-secondary-3:62,80,98;--color-secondary-4:1,54,102;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,246;--color-tertiary-2:228,230,235;--color-tertiary-3:137,138,141;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/faaf23bb-f2c7-4ffd-a1c6-c24c12700150/PatternFlexge_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { border-width: 0; border-radius: 0; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:56.3125rem;display:block; }
#ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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:none; }#xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg > .row .container { border-width: 0; border-radius: 0; }#xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#PSIQPCSq936QFkGu14Xo9LJIzzCBWLx3 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:46.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ik1ndx5xuSRrVvaSIuBZ14i4reucgl2m { background-color:#00ada4;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3125rem;left:49.625rem;display:block; }
#aSJFeFU9EBPpTEJLA2B5dxflCpTzii0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfEvQKMLCZTb7vL5nngpe93BOKCeprIH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:29.375rem;top:0.15625rem;left:2.125rem;overflow:hidden;display:block; }
#FTEnWKnlmlJTLwviEoVyGODyXxaifC4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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:none; }#FTEnWKnlmlJTLwviEoVyGODyXxaifC4q > .row .container { border-width: 0; border-radius: 0; }#FTEnWKnlmlJTLwviEoVyGODyXxaifC4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTEnWKnlmlJTLwviEoVyGODyXxaifC4q > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#aNGleTSi8ibxG3EevBt8iOrlqT75rPKa { background-color:#ff5800;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:2.56185rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.0625rem;left:42.5rem;display:block; }
#xf9G8V0bnen9wbMO9O2e3lLTQunNBa2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0a9WEptO7l3W1PPz3AFkmQscOUL2dTL { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0674915313721rem;left:10.5625rem;height:3.75rem;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; }
#C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(287deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(287deg, #14b8a6, #0b041a);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:none; }#C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ > .row .container { border-width: 0; border-radius: 0; }#C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#x3y2laJPrgRG7BOn7J4Q8yaWCUtOb8rP { color:#ffffff;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.625rem;left:48.75rem;height:3.29765625rem;text-align:left;text-align-last:left;display:block; }
#ahEGOgJ9dgu4G65UPTotFcIrUkWDtoN2 { background-color:#c52d2d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(0,0,0,0.25) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.6868476867676rem;left:48.936418533325rem;display:block; }
#Iuozmlp5u1cJgdkMrPLvBE1fi1JgsHNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qap5LNLxM0o4JaORJMHiuHTs8wE0kA74 { color:#ffe74c;display:block;width:18.6875rem;position:absolute;font-family:dax;font-size:3.3125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:2.6097660064698rem;left:11.095310211182rem;height:5.9625rem;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; }
#KtK0o89uSefQlHkMykrJc4liP6ytxkXZ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:10.625rem;top:-0.06562423706055rem;left:32.628513336182rem;overflow:hidden;display:block; }
#e5AdCXUl8A8xFVTNQSdbZ1nJiPaQMHzZ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.874125rem;width:6.06228125rem;top:0rem;left:2.9776477813721rem;overflow:hidden;display:block; }
#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/f90e009f-2df2-4e9b-abf7-d41654025f22/BG1.png");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; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.687320709229rem;left:2.5621452331543rem;height:5.0625rem;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; }
#I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkgIxHWnpkseoplaazLoOzJxwIzObR43 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { position:absolute;display:block;z-index:15004;height:21.75rem;width:36.5625rem;top:9.125rem;left:38.4375rem;display:none; }
#Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:dax;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:10.436789512634rem;left:2.5621452331543rem;height:9.45rem;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; }
#av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { position:absolute;display:block;z-index:15005;height:22.375rem;width:37.25rem;top:12.375rem;left:35.1875rem;display:none; }
#zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { z-index:15003;top:28.749645233154rem;left:2.5621452331543rem;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:20.25rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.3125rem;top:3.625rem;left:2.5625rem;overflow:hidden;display:block; }
#DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.5rem;height:10.2375rem;display:none; }
#PCX8ZpMsN4emuGTrpIGoxGB0kIxl7yn1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:40.25rem;top:1.4375rem;left:33.0625rem;overflow:hidden;display:block; }
#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { position:relative;display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { background-color: transparent; background-image: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { border-width: 0; border-radius: 0; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;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; }#EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { position:absolute;display:block;z-index:15005;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/42248845-afb1-45f8-bd29-e15a96eb2c69/teacher2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:11.375rem;left:28.75rem;display:block; }#EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.adaptive-delivery-prevent-bg, #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.lazyload, #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.lazyloading { background-image: none; }
#CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { position:absolute;display:block;z-index:15008;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/3a8fb210-4775-4242-a723-03227159320f/teacher3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:11.375rem;left:50rem;display:block; }#CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.adaptive-delivery-prevent-bg, #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.lazyload, #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.lazyloading { background-image: none; }
#BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { color:rgba(var(--color-secondary-4),1);display:block;width:58.75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:8.125rem;height:5.52300625rem;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; }
#SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { position:absolute;display:block;z-index:15001;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.5rem;width:20rem;top:13.625rem;left:27.5rem;display:block; }
#WaxwB9zxupz7KZb130E5rNPEIyPhdphw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.375rem;left:31.9375rem;height:4.49648125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { position:absolute;display:block;z-index:15002;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.5rem;width:20rem;top:13.625rem;left:48.75rem;display:block; }
#HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.375rem;left:52.375rem;height:4.49648125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0diD4ICt1kL35cBVvc2wp60imx58gmp { position:absolute;display:block;z-index:15008;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/e9174e21-3061-4f94-89a1-4cb5aaeda7fc/teacher1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:11.375rem;left:7.5rem;display:block; }#i0diD4ICt1kL35cBVvc2wp60imx58gmp.adaptive-delivery-prevent-bg, #i0diD4ICt1kL35cBVvc2wp60imx58gmp.lazyload, #i0diD4ICt1kL35cBVvc2wp60imx58gmp.lazyloading { background-image: none; }
#i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { position:absolute;display:block;z-index:15004;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.5rem;width:20rem;top:13.625rem;left:6.25rem;display:block; }
#lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:23.125rem;left:10.75rem;height:2.99765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#19e3db;display:block;width:27.375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:35.3486328125rem;left:8.3427734375rem;height:0;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:none; }
#aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { box-sizing:content-box;height:12.5rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.997396469116rem;left:6.2500019073488rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Pv3WxDTUdh4ziTuou9vB6CuV4kMBq6dI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:37.2470703125rem;left:43.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");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; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.adaptive-delivery-prevent-bg, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyload, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyloading { background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { background-color: transparent; background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .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); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { border-width: 0; border-radius: 0; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.9859375rem;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; }
#Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:7.4375rem;left:40.625rem;display:block; }
#GsMH5diVTis2UJN9MN71HBcTTqnkV1vv { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:14.9375rem;left:5.9375rem;display:block; }
#J0MaHTgsA9VzsbJA6brTG1Xe1b4lh34r { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:15.1875rem;left:40.3125rem;display:block; }
#MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:9.0625rem;left:13.4375rem;height:2.99765625rem;font-style:normal;display:block; }
#Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { position:absolute;display:block;z-index:15057;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:3rem;top:24.6875rem;left:7.625rem;overflow:hidden;display:block; }
#nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { color:rgba(var(--color-tertiary-1),1);display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:9.75rem;left:7.625rem;height:1.6253875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpriPGRJeQcOxexdLzMy2yHfipi96kgH { position:absolute;display:block;z-index:15059;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.125rem;width:2.5625rem;top:17.25rem;left:42.25rem;overflow:hidden;display:block; }
#fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { position:absolute;display:block;z-index:15034;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:7.4375rem;left:5.9375rem;display:block; }
#Iv2PqJk1NA3CUGx6izS5ohEwtd1fTzJ9 { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:8.1875rem;left:41.375rem;display:block; }
#pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:23.1875rem;left:6.75rem;display:block; }
#VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74875625rem;width:4.74875625rem;top:15.6875rem;left:6.6875rem;display:block; }
#I4NXEMx5WlzSyOynQfAzdt2Wfx7ilNX7 { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:15.9375rem;left:41.1875rem;display:block; }
#oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:8.1875rem;left:6.8125rem;display:block; }
#ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { color:rgba(var(--color-tertiary-2),1);display:block;width:17.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:16.5625rem;left:13.4375rem;height:2.99765625rem;font-style:normal;display:block; }
#MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:24.0625rem;left:13.4375rem;height:2.99765625rem;font-style:normal;display:block; }
#MyeKfPQzbAc34qX5UUTxLVwld50Tzq3c { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:9.061279296875rem;left:48.24951171875rem;height:2.99765625rem;font-style:normal;display:block; }
#dHJVAenMVQFO9GLaPecoDcyGkuHQfkfO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:16.8115234375rem;left:48.24951171875rem;height:2.99765625rem;font-style:normal;display:block; }
#cLFE0eAIeg0ox4qCg3HeFUoHSraAzWhn { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:16.625rem;left:7.6875rem; }
#kbPRzluOIxnsWvPpgvfTO8X7PIwuHWL5 { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:9.25rem;left:42.5rem; }
#M2qvJIAy5VZtI38woQ0VOexk5Bkw4xfx { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6736125rem;font-style:normal;display:none; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfcfd;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:14.25rem;left:41.625rem;height:2.99765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { color:rgba(var(--color-secondary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.875rem;left:41.625rem;height:1.95rem;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; }
#GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:31.875rem;top:5.375rem;left:5.6875rem;overflow:hidden;display:none; }
#rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { color:rgba(var(--color-secondary-4),1);display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fRJKpncatzQPEvAFsD5svItTMCTWKIsF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:20.75rem;left:41.625rem;height:2.99765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { color:rgba(var(--color-secondary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.625rem;left:41.625rem;height:1.95rem;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; }
#S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { color:rgba(var(--color-secondary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.1875rem;left:41.625rem;height:1.95rem;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; }
#LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:27.3125rem;left:41.625rem;height:3.196875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUnc81lBPXMMum7eZ0fPqUBuMXLpNxUX { color:rgba(var(--color-secondary-4),1);display:block;width:22.375rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.1875rem;left:41.625rem;height:5.09765625rem;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; }
#uNoFP1rP4NqsCzAdoZsvzgTASaDhGgRS { position:absolute;display:block;z-index:15017;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:28.75rem;width:39.5rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { background-color: transparent; background-image: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container > .video-iframe-container { display: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container { display: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .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); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { border-width: 0; border-radius: 0; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { color:rgba(var(--color-secondary-4),1);display:block;width:34.5rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:4.375rem;height:5.746875rem;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; }
#toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { position:absolute;display:block;z-index:15056;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:35rem;width:54.25rem;top:0rem;left:31.723793677204rem;overflow:hidden;display:block; }
#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { background-color: transparent; background-image: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .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); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { border-width: 0; border-radius: 0; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.5625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xl3U3ayhq9BzuVad6WitL1MsiksETemm { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:13.0625rem;left:4.3125rem;display:block; }
#lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.75rem;width:25.8125rem;top:12.4375rem;left:3.75rem;display:block; }
#un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:18.1875rem;left:4.5625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:18.0625rem;left:4.4375rem;display:block; }
#gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3.75rem;width:25.6875rem;top:17.4375rem;left:3.75rem;display:block; }
#XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:8.0625rem;left:4.4375rem;display:block; }
#rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.75rem;width:25.75rem;top:7.4375rem;left:3.75rem;display:block; }
#gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:13.552734375rem;left:8.125rem;height:1.498825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { color:rgba(var(--color-tertiary-1),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:18.615234375rem;left:8.125rem;height:1.498825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { color:rgba(var(--color-tertiary-1),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:8.615234375rem;left:8.125rem;height:1.498825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.8125rem;width:25.375rem;top:2.4375rem;left:3.8125rem;display:block; }
#FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:3.0625rem;left:4.4375rem;display:block; }
#deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.625rem;height:2.3566375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.59375rem;left:8.125rem;height:1.498825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");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; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg.adaptive-delivery-prevent-bg, #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg.lazyload, #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg.lazyloading { background-image: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { background-color: transparent; background-image: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container > .video-iframe-container { display: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container { display: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .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); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { border-width: 0; border-radius: 0; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#OHrwimx0kpwWRuCT49CnXvBU8UDoBhc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8115rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.2314453125rem;left:4.3427734375rem;height:8.5078125rem;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; }
#haqcpuNvCmHrxsdtrLHTvgSkfJ6U7dUm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fkbxii1IPFc6ZGez6h32l70QnWcZqv6m { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6736125rem;font-style:normal;display:none; }
#MEbJ4J4NQG12yeFPdWSJaT8gvv7476im { position:absolute;display:block;z-index:15028;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.374rem;width:26.6865rem;top:4.1875rem;left:42.875rem;display:block; }
#qD8kqaEHnOVwWHb33qqPFWpTJPV9Smfi { color:#334155;display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:5.5625rem;left:46.62109375rem;height:1.275rem;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; }
#dTXICNA6m2eiIivcfPlh19IEp4oeQo8p { box-sizing:content-box;height:0.060058625rem;width:23.7495rem;position:absolute;display:block;z-index:15062;background-color:rgba(51,65,85,0.1);background-image:none;top:7.9375rem;left:44.0625rem;display:block; }
#Trlpbsts84hb6hqlTX8nGH8ZEuvLDflI { color:#334155;display:block;width:9.2475625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:8.75rem;left:44.75rem;height:16.5550625rem;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; }
#BRn669XwOC5EGi9WxmCBmlXc7Z8XKRH9 { box-sizing:content-box;height:19.375rem;width:0.0615234375rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:5.8125rem;left:56rem;display:block; }
#TAM57mTEQOvQHH9CThw6wvRm4Rgd3CrR { color:#334155;display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:5.599609375rem;left:60.25rem;height:1.198825rem;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; }
#apxCk9XAUKly9tFG6RSn01VuV8WP9Iul { color:#334155;display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:8.75rem;left:58.25rem;height:16.5550625rem;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; }
#xnaTT2WSoaNkIRBtf63T6xpqSNZvkJN9 { box-sizing:content-box;height:0.060058625rem;width:23.7495rem;position:absolute;display:block;z-index:15063;background-color:rgba(51,65,85,0.1);background-image:none;top:11.0625rem;left:44.0625rem;display:block; }
#yIo6dL5Bkh53ZVnE3eHGZczIBLgacc8g { box-sizing:content-box;height:0.060058625rem;width:23.7495rem;position:absolute;display:block;z-index:15064;background-color:rgba(51,65,85,0.1);background-image:none;top:14rem;left:44.0625rem;display:block; }
#TxGDeaoU6xwqVRp1lGd99ykKtpeKMgPa { box-sizing:content-box;height:0.060058625rem;width:23.7495rem;position:absolute;display:block;z-index:15065;background-color:rgba(51,65,85,0.1);background-image:none;top:17rem;left:44.0625rem;display:block; }
#JX5MNvesHEbOb8egRLImyVCmAQvexlMI { box-sizing:content-box;height:0.060058625rem;width:23.7495rem;position:absolute;display:block;z-index:15066;background-color:rgba(51,65,85,0.1);background-image:none;top:19.9375rem;left:44.0625rem;display:block; }
#LkNyR4GoL5pnqS3X2DAt5yeNVe42VCOo { box-sizing:content-box;height:0.060058625rem;width:23.7495rem;position:absolute;display:block;z-index:15067;background-color:rgba(51,65,85,0.1);background-image:none;top:22.8125rem;left:44.0625rem;display:block; }
#rOSH9DOFn84F7nNEbQVOonwm4XG2sWGJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:5.51171875rem;left:44.6875rem; }
#mdHIu2SHWfC7VPTmvN24m0DvkTBxlp7F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:5.51171875rem;left:58.1875rem; }
#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { position:relative;display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { background-color: transparent; background-image: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { border-width: 0; border-radius: 0; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.3125rem;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; }#OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7841796875rem;left:0rem;height:;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; }
#uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { 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:37.375rem;width:65.5625rem;top:14.10546875rem;left:4.71875rem;overflow:hidden;display:block; }
#hA0oa27OHwyN7Xr5XErubw1224ocJvcv { 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:158.75rem;width:75rem;display:none; }
#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),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; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { background-color: transparent; background-image: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container > .video-iframe-container { display: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { display: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .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); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { border-width: 0; border-radius: 0; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15000;top:8.1875rem;left:25.625rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/933bd55e-c514-45e4-bbaf-18d68f120228/ruama.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:5.6875rem;left:32.875rem;display:block; }#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.adaptive-delivery-prevent-bg, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyload, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyloading { background-image: none; }
#e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15004;top:8.1875rem;left:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/775734c7-56bb-4b41-a8ce-b73813b4953c/Ketylin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:5.6875rem;left:7.875rem;display:block; }#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.adaptive-delivery-prevent-bg, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyload, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyloading { background-image: none; }
#JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.4375rem;left:2.875rem;height:10.5rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:left;text-align-last:left;display:block; }
#gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { display:block;width:23.6875rem;position:absolute;font-family:dax;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0.6875rem;height:1.7859375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d845e8f7-5b1e-4a97-971a-cab56bf252ac/Media_2ce84cd544164d30b507e1e828a9e670555934033038169.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:5.6875rem;left:57.875rem;display:block; }#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.adaptive-delivery-prevent-bg, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyload, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyloading { background-image: none; }
#dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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;height:23.6875rem;width:23.75rem;position:absolute;display:block;z-index:15008;top:8.1875rem;left:50.625rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.55;letter-spacing:0;top:19.25rem;left:52.625rem;height:10.846875rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:left;text-align-last:left;display:block; }
#XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { display:block;width:23.625rem;position:absolute;font-family:dax;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.4375rem;left:50.6875rem;height:1.7859375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.9859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { display:block;width:23.6875rem;position:absolute;font-family:dax;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.4375rem;left:25.6875rem;height:1.7859375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.4375rem;left:28.125rem;height:6.5625rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:left;text-align-last:left;display:block; }
#gAomF9d5UckaDqQMumaXgOVVAHPNZFya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row .container { border-width: 0; border-radius: 0; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:none; }#fT5tqPoVnE826JTWLt6WPL3Og33bp8wb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(168deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(168deg, #14b8a6, #0b041a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:41.375rem;width:65rem;top:3.623046875rem;left:5.0000019073486rem;display:block; }
#iZIALq3SGmAt31hoIpQWFFHJsSMpT2My { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#gx0z1eKcdgBcI8xHTdUBxkqe3In1mZoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MoQ6zfUIzQ3NOXD0cLQM7GVzEBAVdKDD { position:absolute;display:block;z-index:15055;height:29.25rem;width:37.1875rem;top:7.3741321563719rem;left:30.061849594116rem;display:block; }
#e1OVkPnTLSPlFyDldEhBFiVSPlZbet4w { color:rgba(var(--color-secondary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#I5MayHhwLBni2ACwM0nE8pQWmi8Taysl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.937125rem;position:absolute;font-family:dax;font-size:2.375rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:13.998046875rem;left:7.875rem;height:7.8363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k0C3DkAL7XFsMAb1cUTep8M4FQ0E1KbN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:27.621091842651rem;left:8.15625rem;height:3.3234375rem;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; }
#pNIlfFQ9knmTvGxm3e7DM44O4zVtyh49 { 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:9.9375rem;width:5rem;top:0.625rem;left:85.21875rem;overflow:hidden;display:block; }
#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { background-color: transparent; background-image: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .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); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { border-width: 0; border-radius: 0; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#yGlgQLOpFbScFaU3ziTylqiP6XrIqT16 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:50.875rem;width:65rem;top:3.625rem;left:5rem;display:block; }
#e7eamg5hQJ8H49sDtkXs2i73qOdoFTd3 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#bhTmhtpHmWvELIHtJDhEOPcK29toz3ui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzhmvZgJbsG1rghSrFRWh5xFnSinbILr { position:absolute;display:block;z-index:15055;height:29.0625rem;width:60rem;top:18.875rem;left:7.5rem;display:block; }
#yQROhtnrmsZyoPNh0nD8ZfNQPzR78LkT { color:rgba(var(--color-secondary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RQVNWkspGii5346Gfy8aT6EoNS904pCI { color:rgba(var(--color-tertiary-0),1);display:block;width:64.9375rem;position:absolute;font-family:dax;font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:7.3125rem;left:5.03125rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kmi0B8UGacTidnEmtMLUBBwu3crB9dtX { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.5625rem;left:23.03125rem;height:2.92535rem;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; }
#szQ5bSeTUoiTB5OZCFNeI5irsbEWoROq { 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:9.9375rem;width:5rem;top:0.625rem;left:85.21875rem;overflow:hidden;display:block; }
#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { 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; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { background-color: transparent; background-image: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { border-width: 0; border-radius: 0; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { position:absolute;display:block;z-index:15068;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.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.109375rem;text-align:left;text-align-last:left;display:block; }
#QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:65rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.75rem;left:65.5rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:68.75rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { 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:15066;opacity:1;top:3.8125rem;left:69.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:72.5rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.6875rem;left:72.9375rem; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { display:block; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:15.1875rem;height:2.8125rem;top:1.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg { display:block; }#xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSIQPCSq936QFkGu14Xo9LJIzzCBWLx3 { top:3.0625rem;left:27.6875rem;width:20.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik1ndx5xuSRrVvaSIuBZ14i4reucgl2m { width:13.25rem;height:2.5625rem;top:5.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSJFeFU9EBPpTEJLA2B5dxflCpTzii0y { display:block; }
 }@media only screen and (max-width: 763px) { #qfEvQKMLCZTb7vL5nngpe93BOKCeprIH { top:0.125rem;left:0rem;width:29.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTEnWKnlmlJTLwviEoVyGODyXxaifC4q { display:block; }#FTEnWKnlmlJTLwviEoVyGODyXxaifC4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNGleTSi8ibxG3EevBt8iOrlqT75rPKa { width:18.8125rem;height:2.5rem;top:4.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf9G8V0bnen9wbMO9O2e3lLTQunNBa2u { display:block; }
 }@media only screen and (max-width: 763px) { #T0a9WEptO7l3W1PPz3AFkmQscOUL2dTL { top:3.0625rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ { display:block; }#C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3y2laJPrgRG7BOn7J4Q8yaWCUtOb8rP { top:1.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahEGOgJ9dgu4G65UPTotFcIrUkWDtoN2 { width:18.625rem;height:3rem;top:5.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuozmlp5u1cJgdkMrPLvBE1fi1JgsHNb { display:block; }
 }@media only screen and (max-width: 763px) { #qap5LNLxM0o4JaORJMHiuHTs8wE0kA74 { top:2.5625rem;left:0rem;width:18.6875rem;height:5.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtK0o89uSefQlHkMykrJc4liP6ytxkXZ { top:-0.0625rem;left:19.003513336182rem;width:10.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5AdCXUl8A8xFVTNQSdbZ1nJiPaQMHzZ { top:0rem;left:0rem;width:6rem;height:9.7726825194724rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { top:21.625rem;left:0rem;width:21.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { top:9.125rem;left:11.1875rem;width:36.5625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { top:10.375rem;left:0rem;width:27.875rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { top:12.375rem;left:10.5rem;width:37.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:28.6875rem;left:0rem;width:20.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { top:3.625rem;left:0rem;width:7.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { top:10.5rem;left:0rem;width:20rem;height:6.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCX8ZpMsN4emuGTrpIGoxGB0kIxl7yn1 { top:1.4375rem;left:7.5rem;width:40.25rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { top:11.375rem;left:15.125rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { top:11.375rem;left:30.25rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { top:2.75rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { top:13.625rem;left:13.875rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxwB9zxupz7KZb130E5rNPEIyPhdphw { top:22.375rem;left:18.3125rem;width:11.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { top:13.625rem;left:27.75rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { top:22.375rem;left:35rem;width:12.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0diD4ICt1kL35cBVvc2wp60imx58gmp { top:11.375rem;left:0rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { top:13.625rem;left:0rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { top:23.125rem;left:0rem;width:11rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:35.3125rem;left:0rem;width:27.375rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { top:33.9375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv3WxDTUdh4ziTuou9vB6CuV4kMBq6dI { top:37.1875rem;left:29.4375rem;width:18.125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { top:7.4375rem;left:16.5rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMH5diVTis2UJN9MN71HBcTTqnkV1vv { top:14.9375rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0MaHTgsA9VzsbJA6brTG1Xe1b4lh34r { top:15.1875rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { top:9.0625rem;left:6.625rem;width:14.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { top:24.6875rem;left:0.8125rem;width:2.9375rem;height:1.7132432540848rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { top:9.75rem;left:0.8125rem;width:2.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpriPGRJeQcOxexdLzMy2yHfipi96kgH { top:17.25rem;left:23.875rem;width:2.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { top:7.4375rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2PqJk1NA3CUGx6izS5ohEwtd1fTzJ9 { top:8.1875rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { top:23.1875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { top:15.6875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NXEMx5WlzSyOynQfAzdt2Wfx7ilNX7 { top:15.9375rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { top:8.1875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { top:16.5625rem;left:6.0625rem;width:17.8125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { top:24.0625rem;left:6.625rem;width:15.625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyeKfPQzbAc34qX5UUTxLVwld50Tzq3c { top:9rem;left:27.81201171875rem;width:17.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHJVAenMVQFO9GLaPecoDcyGkuHQfkfO { top:16.75rem;left:27.81201171875rem;width:17.8125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLFE0eAIeg0ox4qCg3HeFUoHSraAzWhn { top:16.625rem;left:0.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPRzluOIxnsWvPpgvfTO8X7PIwuHWL5 { top:9.25rem;left:23.875rem;width:2.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2qvJIAy5VZtI38woQ0VOexk5Bkw4xfx { top:31.4375rem;left:0rem;width:13.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:14.25rem;left:23.6875rem;width:24.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { top:11.875rem;left:22.375rem;width:25.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { top:5.375rem;left:0rem;width:31.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { top:3.0625rem;left:0rem;width:19rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRJKpncatzQPEvAFsD5svItTMCTWKIsF { top:20.75rem;left:23.875rem;width:22.5625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { top:18.625rem;left:21.6875rem;width:26.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { top:25.1875rem;left:22.8125rem;width:24.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { top:27.3125rem;left:23.875rem;width:22.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnc81lBPXMMum7eZ0fPqUBuMXLpNxUX { top:4.1875rem;left:23.875rem;width:22.3125rem;height:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNoFP1rP4NqsCzAdoZsvzgTASaDhGgRS { top:2.0625rem;left:0rem;width:39.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { display:block; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { top:2.75rem;left:0rem;width:34.5rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { top:0rem;left:0rem;width:47.75rem;height:30.806451612903rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { top:13.125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl3U3ayhq9BzuVad6WitL1MsiksETemm { top:13.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { top:12.4375rem;left:0rem;width:25.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { top:18.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { top:18.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { top:17.4375rem;left:0rem;width:25.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { top:8.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { top:8.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { top:7.4375rem;left:0rem;width:25.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { top:13.5rem;left:0rem;width:23.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { top:18.5625rem;left:0rem;width:24.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { top:8.5625rem;left:0rem;width:22.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { top:2.4375rem;left:0rem;width:25.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { top:3.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { top:3.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { top:3.5625rem;left:0rem;width:22.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg { display:block; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHrwimx0kpwWRuCT49CnXvBU8UDoBhc2 { top:11.1875rem;left:0rem;width:28.75rem;height:8.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqcpuNvCmHrxsdtrLHTvgSkfJ6U7dUm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fkbxii1IPFc6ZGez6h32l70QnWcZqv6m { top:31.4375rem;left:0rem;width:13.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEbJ4J4NQG12yeFPdWSJaT8gvv7476im { top:4.1875rem;left:21.125rem;width:26.625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD8kqaEHnOVwWHb33qqPFWpTJPV9Smfi { top:5.5625rem;left:26.18359375rem;width:7rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXICNA6m2eiIivcfPlh19IEp4oeQo8p { top:7.9375rem;left:23.875rem;width:23.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Trlpbsts84hb6hqlTX8nGH8ZEuvLDflI { top:8.75rem;left:24.3125rem;width:9.1875rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRn669XwOC5EGi9WxmCBmlXc7Z8XKRH9 { top:5.8125rem;left:35.5625rem;width:0;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAM57mTEQOvQHH9CThw6wvRm4Rgd3CrR { top:5.5625rem;left:39.8125rem;width:6.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apxCk9XAUKly9tFG6RSn01VuV8WP9Iul { top:8.75rem;left:37.8125rem;width:8.8125rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnaTT2WSoaNkIRBtf63T6xpqSNZvkJN9 { top:11.0625rem;left:23.875rem;width:23.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yIo6dL5Bkh53ZVnE3eHGZczIBLgacc8g { top:14rem;left:23.875rem;width:23.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TxGDeaoU6xwqVRp1lGd99ykKtpeKMgPa { top:17rem;left:23.875rem;width:23.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JX5MNvesHEbOb8egRLImyVCmAQvexlMI { top:19.9375rem;left:23.875rem;width:23.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LkNyR4GoL5pnqS3X2DAt5yeNVe42VCOo { top:22.8125rem;left:23.875rem;width:23.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rOSH9DOFn84F7nNEbQVOonwm4XG2sWGJ { top:5.5rem;left:24.25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdHIu2SHWfC7VPTmvN24m0DvkTBxlp7F { top:5.5rem;left:37.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { top:14.0625rem;left:0rem;width:47.75rem;height:27.220686367969rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { width:47.75rem;height:101.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAomF9d5UckaDqQMumaXgOVVAHPNZFya { display:block; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT5tqPoVnE826JTWLt6WPL3Og33bp8wb { top:3.5625rem;left:0rem;width:47.75rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZIALq3SGmAt31hoIpQWFFHJsSMpT2My { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gx0z1eKcdgBcI8xHTdUBxkqe3In1mZoZ { display:block; }
 }@media only screen and (max-width: 763px) { #MoQ6zfUIzQ3NOXD0cLQM7GVzEBAVdKDD { top:7.3125rem;left:10.5625rem;width:37.1875rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1OVkPnTLSPlFyDldEhBFiVSPlZbet4w { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5MayHhwLBni2ACwM0nE8pQWmi8Taysl { top:13.9375rem;left:0rem;width:19.875rem;height:11.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0C3DkAL7XFsMAb1cUTep8M4FQ0E1KbN { top:27.5625rem;left:0rem;width:19.3125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNIlfFQ9knmTvGxm3e7DM44O4zVtyh49 { top:1.25rem;left:42.75rem;width:5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm { display:block; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGlgQLOpFbScFaU3ziTylqiP6XrIqT16 { top:3.625rem;left:0rem;width:47.75rem;height:50.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7eamg5hQJ8H49sDtkXs2i73qOdoFTd3 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhTmhtpHmWvELIHtJDhEOPcK29toz3ui { display:block; }
 }@media only screen and (max-width: 763px) { #RzhmvZgJbsG1rghSrFRWh5xFnSinbILr { top:18.875rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQROhtnrmsZyoPNh0nD8ZfNQPzR78LkT { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVNWkspGii5346Gfy8aT6EoNS904pCI { top:7.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmi0B8UGacTidnEmtMLUBBwu3crB9dtX { top:10.5625rem;left:9.40625rem;width:28.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szQ5bSeTUoiTB5OZCFNeI5irsbEWoROq { top:1.25rem;left:42.75rem;width:5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { top:3.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { top:3.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { top:3.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { position:relative;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:20rem;height:3.4375rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg { display:none; }#xJxKlx7buHCd8fVoeO8l0lef8CiZqrUg > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PSIQPCSq936QFkGu14Xo9LJIzzCBWLx3 { width:9.5rem;height:2.79948125rem;top:7.25rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ik1ndx5xuSRrVvaSIuBZ14i4reucgl2m { width:13.25rem;height:2.5625rem;top:11.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSJFeFU9EBPpTEJLA2B5dxflCpTzii0y { display:block; }
 }@media only screen and (max-width: 763px) { #qfEvQKMLCZTb7vL5nngpe93BOKCeprIH { width:20rem;height:7.253875rem;top:0rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FTEnWKnlmlJTLwviEoVyGODyXxaifC4q { display:none; }#FTEnWKnlmlJTLwviEoVyGODyXxaifC4q > .row .container { width:20rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aNGleTSi8ibxG3EevBt8iOrlqT75rPKa { width:16.311875rem;height:2.56185rem;top:6.5625019073488rem;left:1.8435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf9G8V0bnen9wbMO9O2e3lLTQunNBa2u { display:block; }
 }@media only screen and (max-width: 763px) { #T0a9WEptO7l3W1PPz3AFkmQscOUL2dTL { width:20rem;height:3.84765625rem;top:1.6861991882324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(214deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(214deg, #14b8a6, #0b041a);background-size:auto !important;display:none; }#C4RwGO7mvih2QeWB5MRHReiqGrKJ95SZ > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x3y2laJPrgRG7BOn7J4Q8yaWCUtOb8rP { width:17.9366875rem;height:3.45rem;top:1.6324214935302rem;left:1.0312499403954rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ahEGOgJ9dgu4G65UPTotFcIrUkWDtoN2 { width:14.749375rem;height:2.56185rem;top:25.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuozmlp5u1cJgdkMrPLvBE1fi1JgsHNb { display:block; }
 }@media only screen and (max-width: 763px) { #qap5LNLxM0o4JaORJMHiuHTs8wE0kA74 { width:11.7480625rem;height:3.6rem;top:20.75rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KtK0o89uSefQlHkMykrJc4liP6ytxkXZ { width:14.8125rem;height:13.5668125rem;top:6.0714836120606rem;left:2.5910153985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5AdCXUl8A8xFVTNQSdbZ1nJiPaQMHzZ { width:6.0625rem;height:9.8744812957169rem;top:8.2269954681394rem;left:6.9672310948375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { width:19.5605625rem;height:2.8125rem;top:14.214410781861rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:16rem;height:9rem;top:18.1875rem;left:5.40625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:19.125rem;height:3.25rem;top:25.9375rem;left:0.4375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { width:18.875rem;height:10.9375rem;top:20.375rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { width:20rem;height:0;top:5.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { width:20rem;height:11.8125rem;top:19.000002622604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:18.499345779419rem;left:0.50021702051162rem;width:18.9985rem;height:3.31055rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { width:5.5625rem;height:2.625rem;top:1.875rem;left:7.2187501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { width:20rem;height:7.0453125rem;top:6.3281288146975rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PCX8ZpMsN4emuGTrpIGoxGB0kIxl7yn1 { width:20rem;height:17.1115625rem;top:23.309463381768rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { width:17rem;height:10.0625rem;top:35.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { width:17rem;height:10.0625rem;top:55.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { width:19.9989375rem;height:9.09375rem;top:2.1842446327209rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { width:20rem;height:14.5rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxwB9zxupz7KZb130E5rNPEIyPhdphw { width:15.0625rem;height:2.99765625rem;top:46.875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { width:20rem;height:14.5rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { width:17.5rem;height:4.49648125rem;top:66.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0diD4ICt1kL35cBVvc2wp60imx58gmp { width:17.5rem;height:10rem;top:16.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { width:20rem;height:14.5rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { width:17.4375rem;height:2.99765625rem;top:27.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:19.1875rem;height:0;top:58.798625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { width:20rem;height:11.5625rem;top:57.548625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pv3WxDTUdh4ziTuou9vB6CuV4kMBq6dI { width:20rem;height:0;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.adaptive-delivery-prevent-bg, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyload, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyloading { background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { background-color: transparent; background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .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); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { width:18.1875rem;height:4.05rem;top:2.125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { width:20rem;height:5.625rem;top:30.70575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsMH5diVTis2UJN9MN71HBcTTqnkV1vv { width:20rem;height:5.625rem;top:15.95575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0MaHTgsA9VzsbJA6brTG1Xe1b4lh34r { width:20rem;height:5.625rem;top:37.58075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { width:11.4375rem;height:4.21875rem;top:9.4375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { width:3.25rem;height:1.962675rem;top:22.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { width:2.75rem;height:1.3816375rem;top:10.4375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpriPGRJeQcOxexdLzMy2yHfipi96kgH { width:2.6875rem;height:2.25rem;top:35.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { width:20rem;height:5.625rem;top:9.08075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv2PqJk1NA3CUGx6izS5ohEwtd1fTzJ9 { width:4.6875rem;height:4.6875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { width:4.6875rem;height:4.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { width:4.6875rem;height:4.6875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NXEMx5WlzSyOynQfAzdt2Wfx7ilNX7 { width:4.6875rem;height:4.6875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { width:4.6875rem;height:4.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { width:13.625rem;height:2.8125rem;top:15.375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { width:13.5rem;height:4.21875rem;top:21.625rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MyeKfPQzbAc34qX5UUTxLVwld50Tzq3c { width:13.8125rem;height:0;top:31.95575rem;left:6.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dHJVAenMVQFO9GLaPecoDcyGkuHQfkfO { width:13.4375rem;height:2.8125rem;top:34.5rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cLFE0eAIeg0ox4qCg3HeFUoHSraAzWhn { display:flex;width:2.62478125rem;height:2.62478125rem;top:16.029735565186rem;left:1.1230469346046rem; }
 }@media only screen and (max-width: 763px) { #kbPRzluOIxnsWvPpgvfTO8X7PIwuHWL5 { display:flex;width:2.5625rem;height:2.5625rem;top:28.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M2qvJIAy5VZtI38woQ0VOexk5Bkw4xfx { width:13.5rem;height:2.625rem;top:28rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.0625rem;height:4.21875rem;top:7.375rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { width:15.5625rem;height:4.22578125rem;top:2.4375rem;left:0.9375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { width:20rem;height:9.9607843137256rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { width:19rem;height:0;top:3.3107581138611rem;left:0.49913197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;color:#411596;display:none; }
 }@media only screen and (max-width: 763px) { #fRJKpncatzQPEvAFsD5svItTMCTWKIsF { width:18.125rem;height:4.21875rem;top:18.8125rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { width:16.8125rem;height:4.22578125rem;top:13.6875rem;left:0.9375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { width:16.375rem;height:4.22578125rem;top:25.125rem;left:0.9375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { width:16.75rem;height:4.5rem;top:30.1875rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUnc81lBPXMMum7eZ0fPqUBuMXLpNxUX { width:20rem;height:0;top:50.505859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #uNoFP1rP4NqsCzAdoZsvzgTASaDhGgRS { width:18.75rem;height:13.5625rem;top:36.943359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { display:block; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { width:15.3125rem;height:6.5636875rem;top:2.25rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { width:18.68675rem;height:12.12425rem;top:9.6855545043944rem;left:1.3125000894069rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { width:2.3125rem;height:1.95rem;top:13.0625rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl3U3ayhq9BzuVad6WitL1MsiksETemm { width:2.625rem;height:2.625rem;top:12.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { width:20rem;height:4.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { width:2.3125rem;height:1.95rem;top:18.125rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { width:2.625rem;height:2.625rem;top:17.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { width:20rem;height:4.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { width:2.3125rem;height:1.95rem;top:7.92448125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { width:2.625rem;height:2.625rem;top:7.61198125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { width:20rem;height:4.5rem;top:6.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { width:14.0625rem;height:2.99765625rem;top:12.25rem;left:4.4375002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { width:15.125rem;height:2.99765625rem;top:17.375rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { width:14.6875rem;height:1.498825rem;top:7.0979156494137rem;left:4.3739584088326rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { width:20rem;height:4.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { width:2.625rem;height:2.625rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { width:2.3125rem;height:1.95rem;top:2.6875rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { width:14.1875rem;height:2.99765625rem;top:1.9375rem;left:4.4375002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg.adaptive-delivery-prevent-bg, #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg.lazyload, #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg.lazyloading { background-image: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OHrwimx0kpwWRuCT49CnXvBU8UDoBhc2 { width:18.186875rem;height:6.0546875rem;top:1.25rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #haqcpuNvCmHrxsdtrLHTvgSkfJ6U7dUm { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fkbxii1IPFc6ZGez6h32l70QnWcZqv6m { width:13.5rem;height:3.93555rem;top:28rem;left:6.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MEbJ4J4NQG12yeFPdWSJaT8gvv7476im { width:20rem;height:38.6875rem;top:72.5125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD8kqaEHnOVwWHb33qqPFWpTJPV9Smfi { width:9.25rem;height:1.9488625rem;top:73.6375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTXICNA6m2eiIivcfPlh19IEp4oeQo8p { width:20rem;height:0.0625rem;top:76.0125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trlpbsts84hb6hqlTX8nGH8ZEuvLDflI { width:9.25rem;height:33.1306875rem;top:76.7625rem;left:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRn669XwOC5EGi9WxmCBmlXc7Z8XKRH9 { width:0.0625rem;height:36.1875rem;top:73.8875rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAM57mTEQOvQHH9CThw6wvRm4Rgd3CrR { width:9.25rem;height:1.9488625rem;top:73.6375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #apxCk9XAUKly9tFG6RSn01VuV8WP9Iul { width:8.8125rem;height:auto;top:8.75rem;left:5.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnaTT2WSoaNkIRBtf63T6xpqSNZvkJN9 { width:20rem;height:0;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIo6dL5Bkh53ZVnE3eHGZczIBLgacc8g { width:20rem;height:0;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxGDeaoU6xwqVRp1lGd99ykKtpeKMgPa { width:20rem;height:0;top:17rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX5MNvesHEbOb8egRLImyVCmAQvexlMI { width:20rem;height:0;top:19.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkNyR4GoL5pnqS3X2DAt5yeNVe42VCOo { width:20rem;height:0;top:22.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOSH9DOFn84F7nNEbQVOonwm4XG2sWGJ { display:flex;width:1.375rem;height:1.375rem;top:5.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdHIu2SHWfC7VPTmvN24m0DvkTBxlp7F { display:flex;width:1.375rem;height:1.375rem;top:5.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { width:19.9980625rem;height:6.15rem;top:2.1867256164551rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { width:20rem;height:11.460267489712rem;top:12.9015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { top:10.053159713745rem;left:0.56206601858139rem;width:18.8748125rem;height:40.374375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { background-color:#e4e6eb;background-image:none;display:none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:20rem;height:85.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:18.75rem;height:15.125rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:6.25rem;height:6.25rem;top:8.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:18.75rem;height:21.0625rem;top:32.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:6.25rem;height:6.25rem;top:29.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:17.1875rem;height:12.65625rem;top:39.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:20rem;height:1.7875rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:6.25rem;height:6.25rem;top:56.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:18.75rem;height:22.875rem;top:59.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:17.5625rem;height:14.53125rem;top:66.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:20rem;height:1.7875rem;top:64rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { width:20rem;height:5.2rem;top:2.2960147857666rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:17.5rem;height:1.7875rem;top:16.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:17.3125rem;height:7.03125rem;top:19.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gAomF9d5UckaDqQMumaXgOVVAHPNZFya { 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;display:none; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row .container { border-width: 0; border-radius: 0; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAomF9d5UckaDqQMumaXgOVVAHPNZFya > .row .container { width:20rem;height:78.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fT5tqPoVnE826JTWLt6WPL3Og33bp8wb { width:20rem;height:74.4375rem;top:2.4989166259766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZIALq3SGmAt31hoIpQWFFHJsSMpT2My { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gx0z1eKcdgBcI8xHTdUBxkqe3In1mZoZ { display:block; }
 }@media only screen and (max-width: 763px) { #MoQ6zfUIzQ3NOXD0cLQM7GVzEBAVdKDD { width:18.125rem;height:31.4355625rem;top:27.837467193604rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1OVkPnTLSPlFyDldEhBFiVSPlZbet4w { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I5MayHhwLBni2ACwM0nE8pQWmi8Taysl { width:15.2495625rem;height:5.82890625rem;top:4.8068580627441rem;left:2.3752172589302rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k0C3DkAL7XFsMAb1cUTep8M4FQ0E1KbN { width:14.874125rem;height:2.625rem;top:11.94118976593rem;left:2.3752172589302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNIlfFQ9knmTvGxm3e7DM44O4zVtyh49 { width:5rem;height:9.9375rem;top:51.61035rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm { 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;display:block; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { background-color: transparent; background-image: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .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); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { border-width: 0; border-radius: 0; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGlgQLOpFbScFaU3ziTylqiP6XrIqT16 { width:20rem;height:53.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7eamg5hQJ8H49sDtkXs2i73qOdoFTd3 { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bhTmhtpHmWvELIHtJDhEOPcK29toz3ui { display:block; }
 }@media only screen and (max-width: 763px) { #RzhmvZgJbsG1rghSrFRWh5xFnSinbILr { width:18.125rem;height:31.4375rem;top:15.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQROhtnrmsZyoPNh0nD8ZfNQPzR78LkT { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RQVNWkspGii5346Gfy8aT6EoNS904pCI { width:18.75rem;height:3.95833125rem;top:4.75rem;left:0.62413197755814rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kmi0B8UGacTidnEmtMLUBBwu3crB9dtX { width:17.5rem;height:3.6556rem;top:11.16015625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szQ5bSeTUoiTB5OZCFNeI5irsbEWoROq { width:5rem;height:9.9375rem;top:51.61035rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }