.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:221,226,231;--color-primary-1:141,159,177;--color-primary-2:26,62,98;--color-primary-3:13,31,49;--color-primary-4:4,9,15;--color-secondary-0:254,252,233;--color-secondary-1:252,244,181;--color-secondary-2:248,232,107;--color-secondary-3:124,116,54;--color-secondary-4:37,35,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }body { background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1a3e62, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1a3e62, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1a3e62, #2f7c6d);background-image: -o-linear-gradient(90deg, #1a3e62, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1a3e62, #2f7c6d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container { background-color: transparent; background-image: none; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container > .video-iframe-container { display: none; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row > .video-iframe-container { display: none; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .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); }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container { border-width: 0; border-radius: 0; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#TPTx9HUpvw8BKShMHRBb5y1zcUkHmvXs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.125rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { border-width: 0; border-radius: 0; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#yDByGxvSbgyfDJ4NylDGvbuC58tXP9nN { color:#151515;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:7.7988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.8125rem;left:0rem;display:block; }
#hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHhiTJ1OIy7qEdVCf8NeUezE9dDlNaui { color:#151515;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:12.8603515625rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tE75Tl4R2N9dqFtdPn1tMMVbLZQgoLTx { color:#151515;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MCUtFlb2ZVg58Heh2KUIfuNn95KiZdVg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:38.4375rem;top:3.2978515625rem;left:36.5625rem;overflow:hidden;display:block; }
#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2f7c6d);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2f7c6d);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2f7c6d);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #2f7c6d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container { background-color: transparent; background-image: none; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container > .video-iframe-container { display: none; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row > .video-iframe-container { display: none; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .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); }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container { border-width: 0; border-radius: 0; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#bsFRkTPTK5tHZKLb8pV6r8Lw3eFHm1NO { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:13.84375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWHkZRItgdkNmJGTnfSX4VCBZ8aiP2y1 { color:#f8e86b;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:13.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#so8qqdZ3wtVBDKb2rtqag2FqZKeR4nhu { color:#f8e86b;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:13.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAIBBSRVdI86HfcSFawWSCvKJ3Nqpyrx { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#151515;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:13rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.5rem;left:31rem;display:block; }
#GBcVGlyHS3a55wIPoTIqzvw9EMwyfZrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A67R2I4rRQf4NWXrhd8JChiIusREzI4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container { background-color: transparent; background-image: none; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container > .video-iframe-container { display: none; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row > .video-iframe-container { display: none; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .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); }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container { border-width: 0; border-radius: 0; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container { font-size:0.875rem;font-family:arial;height:74.5rem;width:75rem;position:relative;display:block; }#xAKtUFWgGfpBLSUIbTlDBDELFUJKlilT { box-sizing:content-box;height:6.125rem;width:23.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -o-linear-gradient(90deg, #1e4a76, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1e4a76, #2f7c6d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:0.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#mlzCbrlhBM84UNcpB6Fmzw8phhMTrTHR { position:absolute;display:block;z-index:15001;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:6.4375rem;width:23.5625rem;top:7.9375rem;left:0.71875rem;overflow:hidden;display:block; }
#MV1cntU2Ec2ELNlpotJn4rAUHdcx4oo8 { box-sizing:content-box;height:53.5625rem;width:23.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.375rem;left:0.71875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Mcqx5iZCLNVtgnHq0G2selzl7v6Jq2qs { color:#2f7c6d;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:1.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VE8upCcXE0fcG0oZMNQL2SnJVepbLZr8 { box-sizing:content-box;height:16.5rem;width:21.0625rem;position:absolute;display:block;z-index:15006;background-color:#f3f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:1.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TrQisVVgsQTE1Hon8kqg9WwTTZXk9pdX { color:#2f7c6d;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.6875rem;left:3.28125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DOqwRhAgvqbxUyMTpTCLwVTxbm4UrpCO { color:#151515;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:23.5625rem;left:3.21875rem;height:8.3945rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AhTPb24HA68TrrJ6NIOyxD91ABsJFSyT { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#151515;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:13rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.875rem;left:6rem;display:block; }
#sm6gXKfIq0qrasVsM2cn4JdTAITRJoa7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5HFLkDHi3TznaZlzuZo2vQRyXLuJ7MP { position:absolute;display:block;z-index:15018;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:12.6875rem;top:38.4375rem;left:6.15625rem;overflow:hidden;display:block; }
#M4SrBi0C3AOHCyXKrT2BfgSwWpZNkvdH { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:49.4375rem;left:1.96875rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:51.375rem;left:1.96875rem;height:9.332rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
#XMnGqxf03PEZFUlhIiTczlV6eETnryfK { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:63.3125rem;left:1.96875rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pc7qp3qsZEL0VOS31FDgkm8OCZRPvzSD { box-sizing:content-box;height:4.5rem;width:23.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -o-linear-gradient(90deg, #1e4a76, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1e4a76, #2f7c6d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:67.9375rem;left:0.71875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#z02XvLBXsxWknFMxTdz7EOpZvuLUzrdL { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.92578125rem;left:1.96875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aN2IroMqxbqGst730LKzFD0UfDlFQbTP { box-sizing:content-box;height:6.125rem;width:23.5625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -o-linear-gradient(90deg, #1e4a76, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1e4a76, #2f7c6d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:25.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#XXRzH9MJq5Va1JkBGba5n9zVPHQTmoXZ { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.9375rem;left:27rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBrNy8h5qmOQtQlM7QgXEtaA7peWhxAq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:23.5625rem;top:7.9375rem;left:25.75rem;overflow:hidden;display:block; }
#uUKNGhoaSb7iDR4vEDEAC72GXchxFueb { box-sizing:content-box;height:53.5625rem;width:23.5625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.375rem;left:25.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#drzCesETFnpBdD1zUAPONECfn8zBNzpJ { color:#2f7c6d;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.0625rem;left:27rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yfgUXCVUnaTVFlSC2u69vp32TwpKg9lp { box-sizing:content-box;height:16.5rem;width:21.0625rem;position:absolute;display:block;z-index:15020;background-color:#f3f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:27rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vBGrsyHG5HsvEz5mJDM2ouriQEtKsKET { color:#2f7c6d;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.6875rem;left:28.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Un0GZh2Hhq7uo2HrondexbLcpQtIr6WX { color:#151515;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:23.5625rem;left:28.25rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wQfwcb1ViPDSpPtXDKkvW9lVnWuV8fCU { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:49.4375rem;left:27rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:51.375rem;left:27rem;height:10.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
#T47QDH1C7ICTEMIa1Sp3Ll0XICOGn9Pf { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#151515;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:13rem;height:3rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:32.875rem;left:31rem;display:block; }
#pIo0C8ybqBeUOHzOSq9W2qFUhJ7qNRJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cg2Db9ETeSmXTsbR4waWyhvQkMPzdmeH { position:absolute;display:block;z-index:15032;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:12.6875rem;top:38.4375rem;left:31.1875rem;overflow:hidden;display:block; }
#Xm7pMQeSxeIEoV1vyEUUzemAq9OJXcb9 { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:63.3125rem;left:27rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vT5bdlWyTBDkQ3LMEfp0eK8k7eOK1DcK { box-sizing:content-box;height:4.5rem;width:23.5625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -o-linear-gradient(90deg, #1e4a76, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1e4a76, #2f7c6d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:67.9375rem;left:25.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qKsRBScdgWJDVFrlauiLSfeDUSexPT2h { color:#151515;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:25.375rem;left:28.3125rem;height:5.421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qKsRBScdgWJDVFrlauiLSfeDUSexPT2h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qKsRBScdgWJDVFrlauiLSfeDUSexPT2h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
#QITAqQJwm9y1hw4cTGykCVtUI9VV3Wcc { box-sizing:content-box;height:4.5rem;width:23.5625rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -o-linear-gradient(90deg, #1e4a76, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1e4a76, #2f7c6d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:67.9375rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#yTx24OMAHfuxuF3X6s43s7JXhTIs9Z36 { box-sizing:content-box;height:53.5625rem;width:23.5625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.375rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Zqx6vxeTZecxmkuNLCbkwD8QG8fU5W18 { color:#151515;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:49.4375rem;left:51.96875rem;height:3.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSQO8VvhGQCrsx88rEdknTmgKnFWsq9N { box-sizing:content-box;height:16.5rem;width:21.0625rem;position:absolute;display:block;z-index:15035;background-color:#f3f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:52rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KI91HnJhW9sTUyAttrz0e6DUt6xTL40o { color:#151515;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:23.5625rem;left:53.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KI91HnJhW9sTUyAttrz0e6DUt6xTL40o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KI91HnJhW9sTUyAttrz0e6DUt6xTL40o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
#HlmSofQVlVfTtngH707twShZvyc6tMTD { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:#151515;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:13rem;height:3rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:32.875rem;left:56rem;display:block; }
#w22UZwKzULk92ctf2Rox8mF9o5INuUGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMWNzQXP9nK7R3bxfA8DWzQ5EOEtTzuc { position:absolute;display:block;z-index:15047;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:12.6875rem;top:38.4375rem;left:56.1875rem;overflow:hidden;display:block; }
#BSmPSPSJlJgr9zw7fs2rNSFKRl177bkE { color:#2f7c6d;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.6875rem;left:53.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VCSMUQwBrqH7CN4RzgUtm8T8TTtLZwbg { box-sizing:content-box;height:6.125rem;width:23.5625rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -moz-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -ms-linear-gradient(90deg, #1e4a76, #2f7c6d);background-image: -o-linear-gradient(90deg, #1e4a76, #2f7c6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4a76', endColorstr='#2f7c6d' );";background-image: linear-gradient(90deg, #1e4a76, #2f7c6d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:50.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#PGERN16JUlQh24dFMcET2UKmFXXBB9Hk { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.9375rem;left:52rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psSCJwqaZmbZ5JvWZnf94nmbpiE44Oo5 { position:absolute;display:block;z-index:15030;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:6.4375rem;width:23.5625rem;top:7.9375rem;left:50.75rem;overflow:hidden;display:block; }
#uLbuxgPCre2MkDtqNlJymt00EtRJWoZ4 { color:#2f7c6d;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:16.0625rem;left:52rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { background-color: transparent; background-image: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container > .video-iframe-container { display: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container { display: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .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); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { border-width: 0; border-radius: 0; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#QxAXp1APRGeLGQHNO7FiCFVwZ3iiURrF { position:absolute;z-index:15001;top:3.25rem;left:17.65625rem;width:39.6875rem;height:42.3125rem;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#cmyiHeGK9yc4r0OX1TCDGOmc3F26kQZo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.625rem;top:1.96875rem;left:2.46875rem;overflow:hidden;display:block; }
#s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { color:#555555;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.806640625rem;left:30.5rem;height:5.199225rem;display:block; }
#qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { color:#555555;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.806640625rem;left:58.375rem;height:2.5996125rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 { display:block; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TPTx9HUpvw8BKShMHRBb5y1zcUkHmvXs { width:10.125rem;height:3.125rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#ffffff;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yDByGxvSbgyfDJ4NylDGvbuC58tXP9nN { width:25.4375rem;height:4.94921875rem;top:3rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:35.5rem;height:3.125rem;top:13.375rem;left:0rem;z-index:14998;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 1199px) { #zHhiTJ1OIy7qEdVCf8NeUezE9dDlNaui { width:26.875rem;height:5.0625rem;top:7.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tE75Tl4R2N9dqFtdPn1tMMVbLZQgoLTx { width:25.875rem;height:1.29980625rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCUtFlb2ZVg58Heh2KUIfuNn95KiZdVg { width:19.625rem;height:11.0625rem;top:3rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa { display:block; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bsFRkTPTK5tHZKLb8pV6r8Lw3eFHm1NO { width:47.75rem;height:3.25rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWHkZRItgdkNmJGTnfSX4VCBZ8aiP2y1 { width:47.75rem;height:1.94921875rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #so8qqdZ3wtVBDKb2rtqag2FqZKeR4nhu { width:47.75rem;height:1.94921875rem;top:8.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aAIBBSRVdI86HfcSFawWSCvKJ3Nqpyrx { width:17.75rem;height:3.125rem;top:11.5rem;left:15rem;z-index:14998;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBcVGlyHS3a55wIPoTIqzvw9EMwyfZrf { display:block; }
 }@media only screen and (max-width: 1199px) { #A67R2I4rRQf4NWXrhd8JChiIusREzI4d { display:block; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container { width:47.75rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xAKtUFWgGfpBLSUIbTlDBDELFUJKlilT { width:15.125rem;height:6.125rem;top:1.875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mlzCbrlhBM84UNcpB6Fmzw8phhMTrTHR { width:15.125rem;height:4.125rem;top:8rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MV1cntU2Ec2ELNlpotJn4rAUHdcx4oo8 { width:15.125rem;height:62.6875rem;top:12.125rem;left:0.3955078125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #Mcqx5iZCLNVtgnHq0G2selzl7v6Jq2qs { width:14.0625rem;height:2.5996125rem;top:13.75rem;left:0.978515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VE8upCcXE0fcG0oZMNQL2SnJVepbLZr8 { width:14.0625rem;height:22.5rem;top:17.3125rem;left:0.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrQisVVgsQTE1Hon8kqg9WwTTZXk9pdX { width:13.25rem;height:1.29980625rem;top:18.375rem;left:1.3330078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOqwRhAgvqbxUyMTpTCLwVTxbm4UrpCO { width:13.25rem;height:13.191375rem;top:20.68359375rem;left:1.3330078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhTPb24HA68TrrJ6NIOyxD91ABsJFSyT { width:13.25rem;height:3.125rem;top:34.6875rem;left:1.3330078125rem;z-index:15019;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sm6gXKfIq0qrasVsM2cn4JdTAITRJoa7 { display:block; }
 }@media only screen and (max-width: 1199px) { #v5HFLkDHi3TznaZlzuZo2vQRyXLuJ7MP { width:12.6875rem;height:9.6875rem;top:41.2109375rem;left:1.6142578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4SrBi0C3AOHCyXKrT2BfgSwWpZNkvdH { width:14.0625rem;height:2.3984375rem;top:51.7109375rem;left:0.9267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA { width:14.0625rem;height:11.7305rem;top:55.25rem;left:0.9267578125rem;font-size:1rem;display:block; }#cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 1199px) { #XMnGqxf03PEZFUlhIiTczlV6eETnryfK { width:14.0625rem;height:4.796875rem;top:68.05078125rem;left:0.9267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pc7qp3qsZEL0VOS31FDgkm8OCZRPvzSD { width:15.125rem;height:4.5rem;top:74.8125rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z02XvLBXsxWknFMxTdz7EOpZvuLUzrdL { width:14.75rem;height:2.5996125rem;top:3.63671875rem;left:0.5830078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aN2IroMqxbqGst730LKzFD0UfDlFQbTP { width:15.125rem;height:6.125rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXRzH9MJq5Va1JkBGba5n9zVPHQTmoXZ { width:14.75rem;height:2.5996125rem;top:3.625rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBrNy8h5qmOQtQlM7QgXEtaA7peWhxAq { width:15.125rem;height:4.125rem;top:8rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uUKNGhoaSb7iDR4vEDEAC72GXchxFueb { width:15.125rem;height:62.6875rem;top:12.125rem;left:16.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #drzCesETFnpBdD1zUAPONECfn8zBNzpJ { width:14.0625rem;height:2.5996125rem;top:13.75rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfgUXCVUnaTVFlSC2u69vp32TwpKg9lp { width:14.0625rem;height:22.5rem;top:17.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBGrsyHG5HsvEz5mJDM2ouriQEtKsKET { width:13.25rem;height:1.29980625rem;top:18.375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Un0GZh2Hhq7uo2HrondexbLcpQtIr6WX { width:13.25rem;height:1.19921875rem;top:20.6875rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQfwcb1ViPDSpPtXDKkvW9lVnWuV8fCU { width:14.0625rem;height:2.3984375rem;top:51.6875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 { width:14.0625rem;height:14.128875rem;top:55.25rem;left:16.84375rem;font-size:1rem;display:block; }#HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 1199px) { #T47QDH1C7ICTEMIa1Sp3Ll0XICOGn9Pf { width:13.25rem;height:3.125rem;top:34.6875rem;left:17.25rem;z-index:15033;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIo0C8ybqBeUOHzOSq9W2qFUhJ7qNRJO { display:block; }
 }@media only screen and (max-width: 1199px) { #cg2Db9ETeSmXTsbR4waWyhvQkMPzdmeH { width:12.6875rem;height:9.6875rem;top:41.1875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xm7pMQeSxeIEoV1vyEUUzemAq9OJXcb9 { width:14.0625rem;height:3.59765625rem;top:70.5rem;left:16.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vT5bdlWyTBDkQ3LMEfp0eK8k7eOK1DcK { width:15.125rem;height:4.5rem;top:74.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKsRBScdgWJDVFrlauiLSfeDUSexPT2h { width:13.25rem;height:9.0195rem;top:22.76953125rem;left:17.25rem;font-size:1rem;display:block; }#qKsRBScdgWJDVFrlauiLSfeDUSexPT2h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 1199px) { #QITAqQJwm9y1hw4cTGykCVtUI9VV3Wcc { width:15.125rem;height:4.5rem;top:74.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTx24OMAHfuxuF3X6s43s7JXhTIs9Z36 { width:15.125rem;height:62.6875rem;top:12.125rem;left:31.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #Zqx6vxeTZecxmkuNLCbkwD8QG8fU5W18 { width:14.0625rem;height:4.796875rem;top:51.7109375rem;left:32.759765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSQO8VvhGQCrsx88rEdknTmgKnFWsq9N { width:14.0625rem;height:22.5rem;top:17.3125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KI91HnJhW9sTUyAttrz0e6DUt6xTL40o { width:13.25rem;height:11.7305rem;top:20.68359375rem;left:32.75rem;font-size:1rem;display:block; }#KI91HnJhW9sTUyAttrz0e6DUt6xTL40o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 1199px) { #HlmSofQVlVfTtngH707twShZvyc6tMTD { width:13.25rem;height:3.125rem;top:34.6875rem;left:32.75rem;z-index:15048;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w22UZwKzULk92ctf2Rox8mF9o5INuUGQ { display:block; }
 }@media only screen and (max-width: 1199px) { #cMWNzQXP9nK7R3bxfA8DWzQ5EOEtTzuc { width:12.6875rem;height:9.6875rem;top:41.1875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSmPSPSJlJgr9zw7fs2rNSFKRl177bkE { width:13.25rem;height:1.29980625rem;top:18.375rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCSMUQwBrqH7CN4RzgUtm8T8TTtLZwbg { width:15.125rem;height:6.125rem;top:1.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGERN16JUlQh24dFMcET2UKmFXXBB9Hk { width:14.75rem;height:2.5996125rem;top:3.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psSCJwqaZmbZ5JvWZnf94nmbpiE44Oo5 { width:15.125rem;height:4.125rem;top:8rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLbuxgPCre2MkDtqNlJymt00EtRJWoZ4 { width:14.0625rem;height:2.5996125rem;top:13.75rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs { background-color:#ffffff;background-image:none;display:block; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { background-color: transparent; background-image: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container > .video-iframe-container { display: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container { display: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .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); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { width:47.75rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QxAXp1APRGeLGQHNO7FiCFVwZ3iiURrF { width:29.9375rem;height:34.8125rem;top:1.685546875rem;left:8.904296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cmyiHeGK9yc4r0OX1TCDGOmc3F26kQZo { width:12.625rem;height:2.5625rem;top:2.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:5.199225rem;top:1.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:5.199225rem;top:5.5625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 { display:block; }#FXvx7m4gaC7VJqntADKRHJeFcHe4iWM7 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPTx9HUpvw8BKShMHRBb5y1zcUkHmvXs { width:10.125rem;height:3.125rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#ffffff;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDByGxvSbgyfDJ4NylDGvbuC58tXP9nN { width:20rem;height:5.4375rem;top:1rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:17.75rem;height:3.125rem;top:11.8125rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 763px) { #zHhiTJ1OIy7qEdVCf8NeUezE9dDlNaui { width:20rem;height:4.5rem;top:6.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tE75Tl4R2N9dqFtdPn1tMMVbLZQgoLTx { width:20rem;height:2.5996125rem;top:16.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCUtFlb2ZVg58Heh2KUIfuNn95KiZdVg { width:15.6875rem;height:8.875rem;top:19.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa { display:block; }#pqktbMsHu1w7TIBCF9DRKW9uiquGwOOa > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsFRkTPTK5tHZKLb8pV6r8Lw3eFHm1NO { width:20rem;height:6.499rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHkZRItgdkNmJGTnfSX4VCBZ8aiP2y1 { width:20rem;height:3.8984375rem;top:1.310546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #so8qqdZ3wtVBDKb2rtqag2FqZKeR4nhu { width:20rem;height:1.94921875rem;top:13.833984375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAIBBSRVdI86HfcSFawWSCvKJ3Nqpyrx { width:13rem;height:3.5rem;top:16.970703125rem;left:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBcVGlyHS3a55wIPoTIqzvw9EMwyfZrf { display:block; }
 }@media only screen and (max-width: 763px) { #A67R2I4rRQf4NWXrhd8JChiIusREzI4d { display:block; }#A67R2I4rRQf4NWXrhd8JChiIusREzI4d > .row .container { width:20rem;height:201.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAKtUFWgGfpBLSUIbTlDBDELFUJKlilT { width:20rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlzCbrlhBM84UNcpB6Fmzw8phhMTrTHR { width:20rem;height:5.4545454545455rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV1cntU2Ec2ELNlpotJn4rAUHdcx4oo8 { width:20rem;height:53.5625rem;top:12.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcqx5iZCLNVtgnHq0G2selzl7v6Jq2qs { width:20rem;height:3.8984375rem;top:14.390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE8upCcXE0fcG0oZMNQL2SnJVepbLZr8 { width:20rem;height:16.5rem;top:20.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrQisVVgsQTE1Hon8kqg9WwTTZXk9pdX { width:18.5625rem;height:1.29980625rem;top:21.828125rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqwRhAgvqbxUyMTpTCLwVTxbm4UrpCO { width:18.5625rem;height:8.3945rem;top:24.01171875rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTPb24HA68TrrJ6NIOyxD91ABsJFSyT { width:13rem;height:3rem;top:33.4541015625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6gXKfIq0qrasVsM2cn4JdTAITRJoa7 { display:block; }
 }@media only screen and (max-width: 763px) { #v5HFLkDHi3TznaZlzuZo2vQRyXLuJ7MP { width:12.6875rem;height:9.6875rem;top:38.6650390625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4SrBi0C3AOHCyXKrT2BfgSwWpZNkvdH { width:20rem;height:1.19921875rem;top:49.3525390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA { width:20rem;height:10.53125rem;top:51.2041015625rem;left:0rem;font-size:1rem;display:block; }#cVqo5pIR1sXoZV2KPymc8b5uFyK7kDLA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 763px) { #XMnGqxf03PEZFUlhIiTczlV6eETnryfK { width:20rem;height:2.3984375rem;top:62.8798828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc7qp3qsZEL0VOS31FDgkm8OCZRPvzSD { width:20rem;height:4.5rem;top:66.390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02XvLBXsxWknFMxTdz7EOpZvuLUzrdL { width:20rem;height:3.8984375rem;top:2.36328125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN2IroMqxbqGst730LKzFD0UfDlFQbTP { width:20rem;height:6.125rem;top:72.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXRzH9MJq5Va1JkBGba5n9zVPHQTmoXZ { width:20rem;height:3.8984375rem;top:73.25390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBrNy8h5qmOQtQlM7QgXEtaA7peWhxAq { width:20rem;height:5.4641909814324rem;top:78.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUKNGhoaSb7iDR4vEDEAC72GXchxFueb { width:20rem;height:53.5625rem;top:83.7294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drzCesETFnpBdD1zUAPONECfn8zBNzpJ { width:20rem;height:3.8984375rem;top:85.4794921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfgUXCVUnaTVFlSC2u69vp32TwpKg9lp { width:20rem;height:16.5rem;top:91.41699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBGrsyHG5HsvEz5mJDM2ouriQEtKsKET { width:18.5625rem;height:1.29980625rem;top:92.47949375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un0GZh2Hhq7uo2HrondexbLcpQtIr6WX { width:18.5625rem;height:1.19921875rem;top:94.79199375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQfwcb1ViPDSpPtXDKkvW9lVnWuV8fCU { width:20rem;height:1.19921875rem;top:119.7919921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 { width:20rem;height:10.53125rem;top:122.1669921875rem;left:0rem;font-size:1rem;display:block; }#HMaVAbT6afGox2kzH7EVXrEZV3FlcOl7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 763px) { #T47QDH1C7ICTEMIa1Sp3Ll0XICOGn9Pf { width:13rem;height:3rem;top:103.6044921875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIo0C8ybqBeUOHzOSq9W2qFUhJ7qNRJO { display:block; }
 }@media only screen and (max-width: 763px) { #cg2Db9ETeSmXTsbR4waWyhvQkMPzdmeH { width:12.6875rem;height:9.6875rem;top:109.0419921875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm7pMQeSxeIEoV1vyEUUzemAq9OJXcb9 { width:20rem;height:2.3984375rem;top:133.9169921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5bdlWyTBDkQ3LMEfp0eK8k7eOK1DcK { width:20rem;height:4.5rem;top:137.2919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKsRBScdgWJDVFrlauiLSfeDUSexPT2h { width:18.5625rem;height:5.421875rem;top:96.874025rem;left:0.375rem;font-size:1rem;display:block; }#qKsRBScdgWJDVFrlauiLSfeDUSexPT2h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 763px) { #QITAqQJwm9y1hw4cTGykCVtUI9VV3Wcc { width:20rem;height:4.5rem;top:196.193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTx24OMAHfuxuF3X6s43s7JXhTIs9Z36 { width:20rem;height:41.5625rem;top:154.630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqx6vxeTZecxmkuNLCbkwD8QG8fU5W18 { width:20rem;height:3.59765625rem;top:190.716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSQO8VvhGQCrsx88rEdknTmgKnFWsq9N { width:20rem;height:16.5rem;top:162.3183609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI91HnJhW9sTUyAttrz0e6DUt6xTL40o { width:18.5625rem;height:8.1328125rem;top:165.6894546875rem;left:0.375rem;font-size:1rem;display:block; }#KI91HnJhW9sTUyAttrz0e6DUt6xTL40o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fa29b2a7b3b513c4d1b2fffcbc2d04bad1b7b6c.svg); }
 }@media only screen and (max-width: 763px) { #HlmSofQVlVfTtngH707twShZvyc6tMTD { width:13rem;height:3rem;top:174.505859375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w22UZwKzULk92ctf2Rox8mF9o5INuUGQ { display:block; }
 }@media only screen and (max-width: 763px) { #cMWNzQXP9nK7R3bxfA8DWzQ5EOEtTzuc { width:12.6875rem;height:9.6875rem;top:179.568359375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSmPSPSJlJgr9zw7fs2rNSFKRl177bkE { width:18.5625rem;height:1.29980625rem;top:163.3808609375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSMUQwBrqH7CN4RzgUtm8T8TTtLZwbg { width:20rem;height:6.125rem;top:143.0419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGERN16JUlQh24dFMcET2UKmFXXBB9Hk { width:20rem;height:3.8984375rem;top:144.1552734375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psSCJwqaZmbZ5JvWZnf94nmbpiE44Oo5 { width:20rem;height:5.4641909814324rem;top:149.1669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLbuxgPCre2MkDtqNlJymt00EtRJWoZ4 { width:20rem;height:3.8984375rem;top:156.380859375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs { background-color:#ffffff;background-image:none;display:block; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { background-color: transparent; background-image: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container > .video-iframe-container { display: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row > .video-iframe-container { display: none; }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .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); }#P1WdznyHnLo7dtXuAOwudLNtzxqmSJEs > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxAXp1APRGeLGQHNO7FiCFVwZ3iiURrF { width:20rem;height:33rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmyiHeGK9yc4r0OX1TCDGOmc3F26kQZo { width:12.625rem;height:2.5625rem;top:2.375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:5.199225rem;top:14.1875rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:5.199225rem;top:11.1494140625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }