.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"GT Walsheim";--paragraphs-font-family:"GT Walsheim"; }@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-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uwHmpasXPuf0irbs2c3ps22z1NHzPmM8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:8rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#x0PbXLV2fLfpF3nivxJtavNTkz7kDK9T { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.5625rem;left:37.6875rem;display:block; }
#m1pTHciO5qFDnzU4oKcJcRFm18hwKQsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q4g0LtfafxtWi9dnu6CANw1apkgmUplT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.5625rem;left:50.25rem;display:block; }
#TQ9ZdRQHGFoTl8IiQViRCoWUp0oN5JcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QT0uhtPOx9HMaOLFncr3gxJygx8WD58r { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:right;text-align-last:right;top:1.5625rem;left:61.625rem;display:block; }
#RRfWtOefb13tcA3Hi2GO9tfHyTZwFuQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKpTkmwgLvmis9P2M7Kn6o93KZq9mGny { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey { z-index:;position:relative;display:none; }#yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey { border-width: 0; border-radius: 0; }#yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey > .row .container { 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;font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#PW0XGAWl1iNUxaNm4rlW1xoyX2HxSpux { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.5625rem;left:37.6875rem;display:block; }
#hb82pE0HRF8sb007LMbWn6MHa4CEovy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJ1KFl5noXEuV0WdHCnblHoTpaGeXC8p { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.5625rem;left:50.25rem;display:block; }
#VfbfOe89Okk68dZJbB1r9PCp9nMTCXZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzDobL6bEkhOVUvhrVQG3O7U0A10KADh { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:right;text-align-last:right;top:1.5625rem;left:61.625rem;display:block; }
#vKTnrJCXshNTomThqRgZarzF7ql6GA7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96bc8ff4-b566-4df4-9a62-02047b02d318/header.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg.adaptive-delivery-prevent-bg, #ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg.lazyload, #ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg.lazyloading { background-image: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container { background-color: transparent; background-image: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container > .video-iframe-container { display: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row > .video-iframe-container { display: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .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); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container { border-width: 0; border-radius: 0; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#UMqiIUAPLzlwsQJCMc1cuvTEJfl1tUWR { position:absolute;display:block;z-index:15000;background-color:#005aa9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:7.25rem;width:28.0625rem;top:3.6875rem;left:0rem;display:block; }
#p0llODPm1EHPGHbyo4s8eCScXwGVVpQl { position:absolute;display:block;z-index:14999;background-color:#bad3d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:28.0625rem;top:7.375rem;left:0rem;display:block; }
#DHpT98v3rgdRhqT1UvoW1aKQR9k7upO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:2.3125rem;height:4.7125rem;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; }
#TGFbUaPaUhpO7WBn0Xhe7PSQ8tQOd8KJ { color:#273e3b;display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:12.5rem;left:2.3125rem;height:1.925rem;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; }
#H54e7PSzkbyWKaZmI1MMDLrittmIe66T { background-color:rgba(var(--color-secondary-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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.3212890625rem;left:11.07421875rem;display:none; }
#gJIGBD3xZSCgiC5uxtABebpMIHE6WzBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7w68J8yHCTUrTaPqT7i1IivGkLmeAdL { position:absolute;display:block;z-index:14998;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:12rem;width:28.0625rem;top:12.625rem;left:0rem;display:block; }
#GbkfqOo7mUc2TpIpu1tyXTohZdgxeyIK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:21rem;top:17.875rem;left:2.125rem;overflow:hidden;display:block; }
#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp { position:relative;display:block; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp { background-color: transparent; background-image: none; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row .container > .video-iframe-container { display: none; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row > .video-iframe-container { display: none; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .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); }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp { border-width: 0; border-radius: 0; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .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; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;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; }#TWKx4ZZ0oHPVP0ko00rxufE2wcm5NxzM { color:#273e3b;display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pDv8lNTq507E81n2RUugo6srzHR1IAWn { position:absolute;display:block;z-index:15001;height:20.125rem;width:75rem;top:15.9375rem;left:0rem;display:block; }
#rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW { background-color:#005aa9;background-image:url("https://images.assets-landingi.com/uc/d60e3e26-dc6f-4270-a577-ff3fa7b935bc/Iconarrowright.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:11.8125rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.0625rem;left:31.59375rem;display:none; }#rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW.adaptive-delivery-prevent-bg, #rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW.lazyload, #rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW.lazyloading { background-image: none; }
#vZsuNpnAWDIpe6EPh7W9uM06aQoVu9wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbXsk8EBACNKEfEMuQvgFrlFmyNmmwlu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:21.6875rem;left:3.9375rem;display:none; }
#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H.adaptive-delivery-prevent-bg, #u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H.lazyload, #u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H.lazyloading { background-image: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container { background-color: transparent; background-image: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container > .video-iframe-container { display: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row > .video-iframe-container { display: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .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); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container { border-width: 0; border-radius: 0; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#wTxzzv18c0seVz6w7yN3QdQwKC3WDaX6 { color:#273e3b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyUDEUluas5qIGAF316xqNbbgsdJ6mZA { position:absolute;display:block;z-index:15002;height:3.9375rem;width:68.75rem;top:10.625rem;left:3.125rem;display:block; }
#G0gDXI9pnmD8lUnoKdBbNuV54OXxytRy { box-sizing:content-box;height:0.1875rem;width:68.625rem;position:absolute;display:block;z-index:15000;background-color:#0c8173;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:3.1875rem;display:block; }
#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ.adaptive-delivery-prevent-bg, #hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ.lazyload, #hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ.lazyloading { background-image: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container { background-color: transparent; background-image: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container > .video-iframe-container { display: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row > .video-iframe-container { display: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .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); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container { border-width: 0; border-radius: 0; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#MrWmTGJUBDeb2WDa04DUOVNrlPrymhWp { color:#273e3b;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:13.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6FfwueCpKhDu1GU7C5pTEngmSx2T7oC { box-sizing:content-box;height:2.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7.875rem;left:7.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#HTF5l7KVz2NwXzLT7H1vC98CJ36CCMJH { color:#273e3b;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:8.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eeWbbqVdLsbLCXbfuZP4rJ06sW6VLDsw { box-sizing:content-box;height:2.3125rem;width:6.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7.875rem;left:16.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#iVBD3bsmzD36c2ApScETPeKbvcK1uKez { color:#273e3b;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:17rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBFLPfCxFGWBrepnTZJTcPA8UBNvfgk3 { box-sizing:content-box;height:2.3125rem;width:7.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7.875rem;left:24.4375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#yQ1TfgnuRDCRWsyaOTaL1CkdMela0nFL { color:#273e3b;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:25.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X0fSwBcxmlOue1e8oG3ogPvDosvHgbQM { box-sizing:content-box;height:2.3125rem;width:10.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7.875rem;left:33.1875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#P0kKJ8tMSHwNEeeQyifHeQIqi4GxoJJ4 { color:#273e3b;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:33.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdVhRnxsTQ0m7DMTXbTgqdxqhAqcaULl { box-sizing:content-box;height:2.3125rem;width:13.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7.875rem;left:44.4375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#o33t8tqLTuezuGoWWfuc0ROZUTOE6QT5 { color:#273e3b;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5rem;left:45.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVTe7WsL1rKE3TAiUu6UzJvZ9LANDKsh { box-sizing:content-box;height:2.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7.875rem;left:59.3125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#RgsRD3TMfENp71h9QVmT5yCF1JoAbcp0 { color:#273e3b;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.5rem;left:60.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#menbRrbbGhuW89fkcCFvGL6ud2ZxGGO9 { box-sizing:content-box;height:2.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:11.375rem;left:14.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Nr55DrudKxbpvqkPQDdlJL3bo1nENb0J { color:#273e3b;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12rem;left:15.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXvhmihpI5EB60qbxyawwofBx9W7VRat { box-sizing:content-box;height:2.3125rem;width:25.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:11.375rem;left:23.6875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#vcBPtoL39oAs5Cps7B6U8kk7pOxOiJ0J { color:#273e3b;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:25.125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lwKW1kuKkulfuc31D4XppKSCJMOAweOp { box-sizing:content-box;height:2.3125rem;width:10.3125rem;position:absolute;display:block;z-index:15009;background-color:#bad3d0;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:11.375rem;left:49.9375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#wzPPTCzT1CS1f3QxecTgme03w6AGxVQ4 { color:#273e3b;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:50.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T.adaptive-delivery-prevent-bg, #aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T.lazyload, #aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T.lazyloading { background-image: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container { background-color: transparent; background-image: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container > .video-iframe-container { display: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row > .video-iframe-container { display: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .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); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container { border-width: 0; border-radius: 0; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#nTFHcpxK63aL0uX8Hvbc7RBK7duqwtwS { box-sizing:content-box;height:2.3125rem;width:15.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:0rem;left:32.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#btnKQ78POSt14lOlTuCl77U79JSOnqO7 { color:#273e3b;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:33.1875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wGJik6JaE0dbAT6Kxmfr344lZWf2THUV { box-sizing:content-box;height:2.3125rem;width:13.5625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:0rem;left:49.3125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#tHemBSlVBPSFDG6akqur4EUhTTxTKRTe { color:#273e3b;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.625rem;left:49.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibB4J7qsgSfrwIpfimauJwlenKCAWCLX { box-sizing:content-box;height:2.3125rem;width:8.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:3.5rem;left:12.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#VhE96JdRPpqJMfoX55Z7dm68lx6FqWAW { color:#273e3b;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:13.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zg0thwZ4kmg4mZTT2lPlGDsxprgHTv2z { box-sizing:content-box;height:2.3125rem;width:11.75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:3.5rem;left:22.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#qQhlqfSRROmRv7kVeLHlATTz97g4ZBlU { color:#273e3b;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.25rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z373HspmTftxl92vXmoeaT7DUIIpWeCU { box-sizing:content-box;height:2.3125rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:3.5rem;left:35.4375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#w3sCi2MXtqVuMOrL7QVwWMIN1hcBnfUW { color:#273e3b;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.125rem;left:36.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxcghZDCr9m6ReQnDZFu1yXHg8BvR7Zo { box-sizing:content-box;height:2.3125rem;width:14.25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:3.5rem;left:49.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Mpk5eFkgwrNyelw9FThNG0is8qzQAzpJ { color:#273e3b;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:50.8125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLZCswSfucP6JVtNUGF637tw5icDt1QC { box-sizing:content-box;height:2.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:0rem;left:13.6875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#TzEKbwz9AIR3LqoVk6RdpJpdU4BTLDw5 { color:#273e3b;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.625rem;left:14.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2Unc4VD86vJoIwNcqzRKEQFRdQpouUO { box-sizing:content-box;height:2.3125rem;width:8.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:0rem;left:22.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#N5qmU2S8DvVPDkHQRwIUTTi9dTm0IJUk { color:#273e3b;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWreTUcSwpUeSH7SsQorJs37ATHBmvaf { box-sizing:content-box;height:2.3125rem;width:6.6875rem;position:absolute;display:block;z-index:15009;background-color:#bad3d0;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:21.25rem;left:46.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#PNcNNq3Nw1Dv8gDEgyCQTz5AS1IfwBnQ { color:#273e3b;display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21.875rem;left:47.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXUZMnJMosfpDfUMMpncb2AThKqSoQEQ { box-sizing:content-box;height:2.3125rem;width:9.1875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7rem;left:14.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#CEbwS146yH8D76FVVI285sWOBnG7shAo { box-sizing:content-box;height:2.3125rem;width:17.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7rem;left:24.4375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#FMHv32xIrUhFrdfMWJmspu22vrlJAzCX { box-sizing:content-box;height:2.3125rem;width:9.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7rem;left:43.3125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#AOxiWfgLe5KSeUhAUgTr0dssB0hNsqtp { box-sizing:content-box;height:2.3125rem;width:9rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:7rem;left:53.5rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#iXiny2HMxwyfbrrO4zwXIoQJr3p9uB87 { color:#273e3b;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:15.1875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rs3bssX2dZihAGK05TZ6x3gFUCWGAFyx { color:#273e3b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.625rem;left:25.125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeHPe3ZeBacUJ06ORqE5zQrad5DMcS4H { color:#273e3b;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTEblBhDUGddlwe8kVmq4qPGr9T3uWZC { color:#273e3b;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:7.625rem;left:54.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHTIMToz3sczhmTfpO1dHs4eToMP06UR { box-sizing:content-box;height:2.3125rem;width:16.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:10.5625rem;left:26.6875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#zAwRVEVanZv4av90dgXIDwZVbqz2MHJ9 { box-sizing:content-box;height:2.3125rem;width:17.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:10.5625rem;left:43.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#oTawvoKk2sndUecfmgUZUePF2Q7FzBAV { box-sizing:content-box;height:2.3125rem;width:10.25rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:10.5625rem;left:15.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#upVa2anz4TCnRvitlZmvHfr3Rg9mruCA { color:#273e3b;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:11.1875rem;left:16.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myONuBJpyuMqea0XMRqqJi31XSPrJC0O { color:#273e3b;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:11.1875rem;left:27.375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yb2EOao8U1T0PIutc7LiFCpMuftTT7cO { color:#273e3b;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:11.1875rem;left:44.9375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8tXJ0ENAIqQKWxAk9n19Q60Q8uruIfU { box-sizing:content-box;height:2.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:14.125rem;left:37.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#pKNQrBshvtpTgI0T3aAcDovRn5AHB9v3 { box-sizing:content-box;height:2.3125rem;width:9rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:14.125rem;left:54.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#yeriLTEsG2DuNARThrRZLfAW8Kq6gdqc { color:#273e3b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:14.75rem;left:38.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfx9pCXc1Mns1QyVGWU2a5KdVUkPcMsn { color:#273e3b;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:14.75rem;left:55.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zooyJxITD3TgWSDgJoisSrGdmSglGuo4 { box-sizing:content-box;height:2.3125rem;width:12.375rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:14.125rem;left:24.1875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#TmNTgXdTk4E3efqkgfeFSq1giAFKE8ik { color:#273e3b;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:14.75rem;left:24.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrUBoHnXHB11efrhGK5gctBl0eQuqH4z { box-sizing:content-box;height:2.3125rem;width:10.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:14.125rem;left:12.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Q9e3l4t0sVEsd3AGEAQh21wGFrAiTQnz { color:#273e3b;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:14.75rem;left:14rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtspz3ySPUtr5GIqbLqnVlg3hdtBCb56 { box-sizing:content-box;height:2.3125rem;width:9.625rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:17.6875rem;left:21rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#s0kDHB86OwDLQTOmBTOJZF58KTOyBmQ5 { box-sizing:content-box;height:2.3125rem;width:9.875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:17.6875rem;left:31.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#T5pS5puxsd41Mrx64qzZuzoZXMR4VpZ8 { box-sizing:content-box;height:2.3125rem;width:11.0625rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:17.6875rem;left:42.9375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#InDaDtyiAlCKB5qmO56WJIAuBzZTsA2Q { color:#273e3b;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:18.3125rem;left:22.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SxsuZt9Pdy5t14myb3JWPBhE0V8kTFAT { color:#273e3b;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:32.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLmlyLwA0EtpVVUfRsiOWybb6w3FQreq { color:#273e3b;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:18.3125rem;left:44rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GmvWHFTJrDTJDgkPbHr9zGONEASIizTp { box-sizing:content-box;height:2.3125rem;width:24.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #bad3d0;border-left:0.0625rem solid #bad3d0;border-right:0.0625rem solid #bad3d0;border-bottom:0.0625rem solid #bad3d0;top:21.3125rem;left:21.5rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#vffPsKdUkzlRrIXpO8fMc3WQQPDf54E4 { color:#273e3b;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:22.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT.adaptive-delivery-prevent-bg, #v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT.lazyload, #v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT.lazyloading { background-image: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container { background-color: transparent; background-image: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container > .video-iframe-container { display: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row > .video-iframe-container { display: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .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); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container { border-width: 0; border-radius: 0; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#CtxZ5SUU1W5GrFOKv5W0OTawncLRIBbq { background-color:#005aa9;background-image:url("https://images.assets-landingi.com/uc/d60e3e26-dc6f-4270-a577-ff3fa7b935bc/Iconarrowright.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:11.8125rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.5625rem;left:31.59375rem;display:block; }#CtxZ5SUU1W5GrFOKv5W0OTawncLRIBbq.adaptive-delivery-prevent-bg, #CtxZ5SUU1W5GrFOKv5W0OTawncLRIBbq.lazyload, #CtxZ5SUU1W5GrFOKv5W0OTawncLRIBbq.lazyloading { background-image: none; }
#zymeBpBOXyH6oAobSxSAvdGccGWwfOeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O.adaptive-delivery-prevent-bg, #dMGWcy2BPddaLIupKOpxOE8wTM8CV66O.lazyload, #dMGWcy2BPddaLIupKOpxOE8wTM8CV66O.lazyloading { background-image: none; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container { background-color: transparent; background-image: none; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container > .video-iframe-container { display: none; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row > .video-iframe-container { display: none; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .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); }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container { border-width: 0; border-radius: 0; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#D4viRAMGDMhElZrQHymD0ENh4W6ss8RT { color:#273e3b;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:13.59375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecDxZIhboZFkDWmfB8q9eP2KRkI4IAeb { background-color:#005aa9;background-image:url("https://images.assets-landingi.com/uc/d60e3e26-dc6f-4270-a577-ff3fa7b935bc/Iconarrowright.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:11.8125rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26rem;left:31.59375rem;display:block; }#ecDxZIhboZFkDWmfB8q9eP2KRkI4IAeb.adaptive-delivery-prevent-bg, #ecDxZIhboZFkDWmfB8q9eP2KRkI4IAeb.lazyload, #ecDxZIhboZFkDWmfB8q9eP2KRkI4IAeb.lazyloading { background-image: none; }
#lslSszs5deFSZXZZwdU7CDwowmQovGmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohC9gDvDCd981MIOz53g5EeVLwaZvF6a { color:rgba(39,62,59,0.8);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:11.1875rem;left:13.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#XLz06vh1V2cmb7S3RGotngX54moM1XrN { box-sizing:content-box;height:7.75rem;width:58.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dashed #005aa9;border-left:0.0625rem dashed #005aa9;border-right:0.0625rem dashed #005aa9;border-bottom:0.0625rem dashed #005aa9;top:16.0625rem;left:7.96875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#hD4Ar3LekeTVI0QvvA9763uXm1pNvq0h { 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:2.625rem;width:2.625rem;top:17.125rem;left:9.625rem;overflow:hidden;display:block; }
#aTLOoqVX7c9SWOCZ7aVszI14AEZU8ARk { color:#005aa9;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:16.85000038147rem;left:13.34375rem;height:6.3rem;font-style:normal;display:block; }
#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW.adaptive-delivery-prevent-bg, #yaroscwBqQMNXwAmLuqWw8hwbGMddxFW.lazyload, #yaroscwBqQMNXwAmLuqWw8hwbGMddxFW.lazyloading { background-image: none; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container { background-color: transparent; background-image: none; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container > .video-iframe-container { display: none; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row > .video-iframe-container { display: none; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .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); }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container { border-width: 0; border-radius: 0; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#nruT7I1MXah6WQqtAAOAioEcgdpFAZFH { color:#273e3b;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:13.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1pynTtOHqIeltES7oXv8AJOrv0IQbS6 { background-color:#005aa9;background-image:url("https://images.assets-landingi.com/uc/d60e3e26-dc6f-4270-a577-ff3fa7b935bc/Iconarrowright.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:11.8125rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:31.59375rem;display:block; }#I1pynTtOHqIeltES7oXv8AJOrv0IQbS6.adaptive-delivery-prevent-bg, #I1pynTtOHqIeltES7oXv8AJOrv0IQbS6.lazyload, #I1pynTtOHqIeltES7oXv8AJOrv0IQbS6.lazyloading { background-image: none; }
#cfrRRyROshI8Mwfg1JcInWw4m4qh9VgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt70DZrZfO4xw9E5IMFitZU5cFL5SQmA { color:rgba(39,62,59,0.8);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:9.1875rem;left:13.625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#E6z4ayyxFs0tmQALi67H98qV2EvZ9KBr { box-sizing:content-box;height:4.625rem;width:58.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dashed #005aa9;border-left:0.0625rem dashed #005aa9;border-right:0.0625rem dashed #005aa9;border-bottom:0.0625rem dashed #005aa9;top:16.0625rem;left:7.96875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#ckufBLTcME4BvU6MBQ00P4wPrQnKzf29 { 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:2.625rem;width:2.625rem;top:17.125rem;left:9.625rem;overflow:hidden;display:block; }
#Z8vTfHOhATNwG2vxFet4Quqy0JtESlWr { color:#005aa9;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:16.85000038147rem;left:13.34375rem;height:3.15rem;font-style:normal;display:block; }
#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");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; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU.adaptive-delivery-prevent-bg, #ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU.lazyload, #ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU.lazyloading { background-image: none; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container { background-color: transparent; background-image: none; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container > .video-iframe-container { display: none; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row > .video-iframe-container { display: none; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .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); }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container { border-width: 0; border-radius: 0; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#aQdVR6u2TmUS6AD2sPXO4tabqKBoZx0E { color:#273e3b;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:13.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S98w9dBQFxRmsg8ywZWD7BMmVChC0uwJ { background-color:#005aa9;background-image:url("https://images.assets-landingi.com/uc/d60e3e26-dc6f-4270-a577-ff3fa7b935bc/Iconarrowright.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:11.8125rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.75rem;left:31.59375rem;display:block; }#S98w9dBQFxRmsg8ywZWD7BMmVChC0uwJ.adaptive-delivery-prevent-bg, #S98w9dBQFxRmsg8ywZWD7BMmVChC0uwJ.lazyload, #S98w9dBQFxRmsg8ywZWD7BMmVChC0uwJ.lazyloading { background-image: none; }
#qqo2iIWyPX5L0ducuu5lCxhlE0LV2KqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEpKDunfOlC8lP9gilRTQUBDzZdiJHp2 { color:rgba(39,62,59,0.8);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:9.1875rem;left:17.5rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#G2QZDQttZqABnJR13NhGUhwSNMnpor2q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fbfa;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; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container { background-color: transparent; background-image: none; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container > .video-iframe-container { display: none; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row > .video-iframe-container { display: none; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .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); }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container { border-width: 0; border-radius: 0; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#uSrC0IqEO0SckAIl6gO99oMNFIPHwSlg { color:#273e3b;display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:18.5625rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiCTFxnLiTQZXSW1HKGGyAITFRUKHknV { box-sizing:content-box;height:21.5625rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#bad3d0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#B4WdOXGiasUB6EwDhl7MWoatfRsBIv2e { color:#273e3b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.40625rem;height:2.7625rem;font-style:normal;display:block; }
#G9V7nawdDtpALLVTq8dNBdgkziFTr5iI { color:rgba(88,89,91,0.8);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.40625rem;height:12rem;display:block; }
#R0IOKId2M4QnGV4AMcnG0i0CahXw7DSt { box-sizing:content-box;height:21.5625rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#d6e5e3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:19.0625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#OMQfn82WTqhU0T2sE9dicKsOGkJE1mFu { color:#273e3b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:20.5rem;height:2.7625rem;font-style:normal;display:block; }
#nd5NtZweXHwyismu7zarc6Tb17uxtJW6 { color:rgba(88,89,91,0.8);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:22.25rem;left:20.5rem;height:6rem;display:block; }
#yChQhiDCu4PCWWyCkHsKcpWG0hFLT27G { box-sizing:content-box;height:21.5625rem;width:17.75rem;position:absolute;display:block;z-index:15012;background-color:#f0f0f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:57.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#nOodWs0H4JXTC0kXZL0fDAELFii58Oc3 { box-sizing:content-box;height:21.5625rem;width:17.75rem;position:absolute;display:block;z-index:15009;background-color:#eaf2f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:38.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#OaD64TQN3d5XJsdUrd39FxUeqC3AR59C { color:#273e3b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.8125rem;left:58.6875rem;height:2.7625rem;font-style:normal;display:block; }
#Pis9pbF5izytyp1aZTUQaetvWqsLPVpW { color:#273e3b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:39.625rem;height:2.7625rem;font-style:normal;display:block; }
#XXfqCgHbckpgoMG4XwTEyvHaU65Ca0aF { color:rgba(88,89,91,0.8);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:22.25rem;left:39.625rem;height:6rem;display:block; }
#zy179cKN7Dce0cgAMRTi4UiJQBItpu51 { color:rgba(88,89,91,0.8);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:22.25rem;left:58.6875rem;height:9rem;display:block; }
#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b882b;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container { background-color: transparent; background-image: none; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container > .video-iframe-container { display: none; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row > .video-iframe-container { display: none; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .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); }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container { border-width: 0; border-radius: 0; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#XnrfxB7ff8FwPQf4IAerEuqFxboOebwX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGDWiKApTITfz8S8SqJmTkxsCmbAL7q9 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.5rem;top:18rem;left:7.5625rem;overflow:hidden;display:block; }
#Chzf7gHuo57cUqtPbkRNiiIw2OcfPMV4 { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.875rem;left:7.84375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#TgMcQcnmJ0aqAZxDnGWaROaIVubIWVbn { 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:4rem;width:7.5rem;top:18rem;left:17.75rem;overflow:hidden;display:block; }
#TdWN5mtonGigwAHEoUOWMnts5yaMTE5e { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.875rem;left:18.71875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#WxFHcWR4ftAIJeCuNsvouewRmAFEqIh5 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:18.875rem;top:27.375rem;left:6.75rem;overflow:hidden;display:block; }
#C1AJN6r32ThbQ9D46Hfy31nyypkXbuRZ { color:#bad3d0;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:29.25rem;left:12.71875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Jx1JagcRWW5FG7ScdJPVcHwciDofmbkD { position:absolute;display:block;z-index:15008;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:4rem;width:7.5rem;top:18rem;left:28.5rem;overflow:hidden;display:block; }
#VXp7OlL0vmdH5CWRwgOG3hdoGFO52hHh { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.875rem;left:29.5rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#OEGdn6RQNqiDtt0quwHzqTmQuR0r0w3x { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.5rem;top:18rem;left:59.9375rem;overflow:hidden;display:block; }
#zeN6wwiCrTdpes1t2kOnXAOLPFmIS352 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.5rem;top:18rem;left:49.1875rem;overflow:hidden;display:block; }
#zWcI8i0VN1OG5WRvBIPVV4pLWV4R9laM { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.5rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#r7ZnrZglMso2dz7NgeG6cqV9FErMcOrQ { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:22.875rem;left:39.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#ZcBsDNfTONwGlmvV4upx98y1359E4Rnb { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.875rem;left:50.1875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#IJcTP9RK3yIh4l5CRDlwNyepBmTd3CFv { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:22.875rem;left:59.28125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#sIDSRUgIcfU4mt4iq18UZnMS65dCGeu7 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:29.0625rem;top:15.3125rem;left:38.96875rem;overflow:hidden;display:block; }
#rMlc9nMeIFJpHRFyxSZqF5B14ZpDLNfb { color:#bad3d0;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.1875rem;left:38.96875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#t4dU4B1uLcomTcFfe3qRENIgcow4fSBT { position:absolute;display:block;z-index:15017;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:5.25rem;width:29.5rem;top:28.125rem;left:16.0625rem;overflow:hidden;display:block; }
#CSJer4qKqDGQ721O3robFwTTXoezi4i5 { color:#bad3d0;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:34rem;left:27.34375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#A8JtUEVS8skaCuQoFVWNUxaqLg6GgxVx { background-color:#005aa9;background-image:url("https://images.assets-landingi.com/uc/d60e3e26-dc6f-4270-a577-ff3fa7b935bc/Iconarrowright.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:11.8125rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.25rem;left:31.59375rem;display:block; }#A8JtUEVS8skaCuQoFVWNUxaqLg6GgxVx.adaptive-delivery-prevent-bg, #A8JtUEVS8skaCuQoFVWNUxaqLg6GgxVx.lazyload, #A8JtUEVS8skaCuQoFVWNUxaqLg6GgxVx.lazyloading { background-image: none; }
#QDcJJT3KRNW2Gyrz1pTK4vJxn5dOBqfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wvch9srPLNRpXVJmSrOZaCMKkce4oSQN { 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:22.125rem;width:1.125rem;display:none; }
#Whuf4D79sP2uAdcdTQylGmZrgIglNLbz { 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:33.5rem;width:1.125rem;display:none; }
#tozTrfsL52sLZ3xP9CvCuldRq91E9BZN { 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:33.5rem;width:1.125rem;display:none; }
#cEhw1TKicQEphGlVHKQfCkswsflNkkWf { position:relative;display:block; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf { background-color: transparent; background-image: none; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row .container > .video-iframe-container { display: none; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row > .video-iframe-container { display: none; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .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); }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf { border-width: 0; border-radius: 0; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .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; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;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; }#ZnZTHdWacn9KDZFLkh5gLdLNBOifC5WH { color:#273e3b;display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RWWWRsigKtAtG4N5mvhotQWrePassPN6 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#h5I3GvPD0aa54zcgIJAPoNey2PMeBkcW { 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:2.625rem;width:2.625rem;top:14.25rem;left:0rem;overflow:hidden;display:block; }
#TuKaCh64e6fTEyqcIy89ldhcvie9vGEm { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:19.3125rem;left:0rem;overflow:hidden;display:block; }
#uM7er0ryL3MTrFLi6LIa6Zmv2Rw8C4V0 { color:#273e3b;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.418749809265rem;left:3.5rem;height:1.7875rem;font-style:normal;display:block; }
#HVnTQF6haVJPgf1q7g1gAU29bGhXedsb { color:#273e3b;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.668750762939rem;left:3.5rem;height:1.7875rem;font-style:normal;display:block; }
#nOrAvLMKqg2UMF2J0ME4AaJXLBIAxqIk { color:#273e3b;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.731250762939rem;left:3.5rem;height:1.7875rem;font-style:normal;display:block; }
#S8KT57pQL4DX3FD9eVAmi3rpV0wEooUA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#005aa9;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.59375rem;left:68.5rem;display:block; }
#o1sr61LTlhcTCV0SCvhq8X6h1JTWtNVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kxc5LsIIpmHrRoTbR6UxOrEnxc6kAIeG { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#005aa9;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.84375rem;left:68.5rem;display:block; }
#wAul27CuIBzwFQCSBcD4RPM9kmlTp3NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbCIL8zOd4WTxp27Im9m2uXJxiQzT3K5 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#005aa9;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.90625rem;left:68.5rem;display:block; }
#AebFS1Td2nFeExAssZgVeno0NLpo7FaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTxAJIDHqkbcbp702A9sUZN3iOi5OOKs { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dashed #bad3d0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #bad3d0;top:12.96875rem;left:0rem;display:block; }
#lr3JkLJK2ygSexSKu9hW31926NWUq7EV { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dashed #bad3d0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #bad3d0;top:23.1875rem;left:0rem;display:block; }
#l3KiH8UaZ9lB0w6L68ueccHqSSO0eooB { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:24.4375rem;left:0rem;overflow:hidden;display:block; }
#gZ27WZLwVpuH1UwOCvV7OZwvHgxiDv9G { color:#273e3b;display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.875rem;left:3.5rem;height:1.7875rem;font-style:normal;display:block; }
#nfDhJyXG8bBZikLJHGoRkgXVQUQCw198 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#005aa9;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.125rem;left:68.5rem;display:block; }
#qd5PiInp0xcbhoqMCT011nIaMa52QAwd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg { position:relative;display:block; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg { background-color: transparent; background-image: none; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row .container > .video-iframe-container { display: none; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row > .video-iframe-container { display: none; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .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); }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg { border-width: 0; border-radius: 0; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .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; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.1875rem;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; }#QRMqGDNxk43qBGVtW3LVH1o7fpgEGEAg { color:rgba(var(--color-tertiary-4),1);display:block;width:73.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0125007629394rem;left:0.75rem;height:4.225rem;display:block; }
#S21rqGH1xACDlFWLaFJ9zEbVPnlSmOh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:0.5625rem;height:3.16875rem;display:block; }
#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9d9d9;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; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container { background-color: transparent; background-image: none; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container > .video-iframe-container { display: none; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row > .video-iframe-container { display: none; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .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); }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container { border-width: 0; border-radius: 0; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#R4QrB4EccsIaGUUF0Q7BcMk0ZqT9xBmF { color:rgba(39,62,59,0.6);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7625007629394rem;left:0rem;height:0.975rem;display:block; }
#NVvaxFOrg1sOuyBAWc4yiRJDX5xcCD5T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid #273e3b;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273e3b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:50.125rem;display:block; }
#IkBoW3FFBgtIVyZGXetkwhFSooZNq91H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmcPQql7fnAyeCgrFZMEVyTxaIxDAwu6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273e3b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:1.5625rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:1.46875rem;left:61.4375rem;display:block; }
#WCTcSNtLrtEQc2Pr4yZAmohl1bPJsREc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwHmpasXPuf0irbs2c3ps22z1NHzPmM8 { width:8rem;height:3.6875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0PbXLV2fLfpF3nivxJtavNTkz7kDK9T { width:11rem;height:2.625rem;top:1.5625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1pTHciO5qFDnzU4oKcJcRFm18hwKQsX { display:block; }
 }@media only screen and (max-width: 763px) { #q4g0LtfafxtWi9dnu6CANw1apkgmUplT { width:10.25rem;height:2.625rem;top:1.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9ZdRQHGFoTl8IiQViRCoWUp0oN5JcW { display:block; }
 }@media only screen and (max-width: 763px) { #QT0uhtPOx9HMaOLFncr3gxJygx8WD58r { width:13.375rem;height:2.625rem;top:1.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRfWtOefb13tcA3Hi2GO9tfHyTZwFuQn { display:block; }
 }@media only screen and (max-width: 763px) { #GKpTkmwgLvmis9P2M7Kn6o93KZq9mGny { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey { display:none; }#yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PW0XGAWl1iNUxaNm4rlW1xoyX2HxSpux { width:11rem;height:2.625rem;top:1.5625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb82pE0HRF8sb007LMbWn6MHa4CEovy9 { display:block; }
 }@media only screen and (max-width: 763px) { #FJ1KFl5noXEuV0WdHCnblHoTpaGeXC8p { width:10.25rem;height:2.625rem;top:1.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfbfOe89Okk68dZJbB1r9PCp9nMTCXZD { display:block; }
 }@media only screen and (max-width: 763px) { #EzDobL6bEkhOVUvhrVQG3O7U0A10KADh { width:13.375rem;height:2.625rem;top:1.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKTnrJCXshNTomThqRgZarzF7ql6GA7I { display:block; }
 }@media only screen and (max-width: 763px) { #ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg { display:block; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMqiIUAPLzlwsQJCMc1cuvTEJfl1tUWR { top:3.6875rem;left:0rem;width:28.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0llODPm1EHPGHbyo4s8eCScXwGVVpQl { top:7.375rem;left:0rem;width:28.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHpT98v3rgdRhqT1UvoW1aKQR9k7upO1 { top:5rem;left:0rem;width:21.625rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFbUaPaUhpO7WBn0Xhe7PSQ8tQOd8KJ { top:12.5rem;left:0rem;width:20.1875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H54e7PSzkbyWKaZmI1MMDLrittmIe66T { width:17.5rem;height:2.4375rem;top:18.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJIGBD3xZSCgiC5uxtABebpMIHE6WzBN { display:block; }
 }@media only screen and (max-width: 763px) { #U7w68J8yHCTUrTaPqT7i1IivGkLmeAdL { top:12.625rem;left:0rem;width:28.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbkfqOo7mUc2TpIpu1tyXTohZdgxeyIK { width:21rem;height:5.125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp { display:block; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWKx4ZZ0oHPVP0ko00rxufE2wcm5NxzM { width:38.25rem;height:7.3125rem;top:4.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDv8lNTq507E81n2RUugo6srzHR1IAWn { width:47.75rem;height:20.125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW { width:11.8125rem;height:3.375rem;top:17.0625rem;left:17.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZsuNpnAWDIpe6EPh7W9uM06aQoVu9wy { display:block; }
 }@media only screen and (max-width: 763px) { #pbXsk8EBACNKEfEMuQvgFrlFmyNmmwlu { width:12.5rem;height:1.25rem;top:21.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H { display:block; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTxzzv18c0seVz6w7yN3QdQwKC3WDaX6 { width:47.75rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyUDEUluas5qIGAF316xqNbbgsdJ6mZA { width:47.75rem;height:3.9375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gDXI9pnmD8lUnoKdBbNuV54OXxytRy { width:47.75rem;height:0.1875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ { display:block; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrWmTGJUBDeb2WDa04DUOVNrlPrymhWp { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6FfwueCpKhDu1GU7C5pTEngmSx2T7oC { width:7.8125rem;height:2.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTF5l7KVz2NwXzLT7H1vC98CJ36CCMJH { width:6.125rem;height:1.125rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeWbbqVdLsbLCXbfuZP4rJ06sW6VLDsw { width:6.8125rem;height:2.3125rem;top:7.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBD3bsmzD36c2ApScETPeKbvcK1uKez { width:6.125rem;height:1.125rem;top:8.5rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBFLPfCxFGWBrepnTZJTcPA8UBNvfgk3 { width:7.6875rem;height:2.3125rem;top:7.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ1TfgnuRDCRWsyaOTaL1CkdMela0nFL { width:6.125rem;height:1.125rem;top:8.5rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fSwBcxmlOue1e8oG3ogPvDosvHgbQM { width:10.125rem;height:2.3125rem;top:7.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kKJ8tMSHwNEeeQyifHeQIqi4GxoJJ4 { width:8.875rem;height:1.125rem;top:8.5rem;left:20.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdVhRnxsTQ0m7DMTXbTgqdxqhAqcaULl { width:13.75rem;height:2.3125rem;top:7.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33t8tqLTuezuGoWWfuc0ROZUTOE6QT5 { width:11.5rem;height:1.125rem;top:8.5rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVTe7WsL1rKE3TAiUu6UzJvZ9LANDKsh { width:7.9375rem;height:2.3125rem;top:7.875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgsRD3TMfENp71h9QVmT5yCF1JoAbcp0 { width:5.6875rem;height:1.125rem;top:8.5rem;left:42.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #menbRrbbGhuW89fkcCFvGL6ud2ZxGGO9 { width:7.8125rem;height:2.3125rem;top:11.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr55DrudKxbpvqkPQDdlJL3bo1nENb0J { width:6.125rem;height:1.125rem;top:12rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXvhmihpI5EB60qbxyawwofBx9W7VRat { width:25.0625rem;height:2.3125rem;top:11.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBPtoL39oAs5Cps7B6U8kk7pOxOiJ0J { width:22.375rem;height:1.125rem;top:12rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwKW1kuKkulfuc31D4XppKSCJMOAweOp { width:10.3125rem;height:2.3125rem;top:11.375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzPPTCzT1CS1f3QxecTgme03w6AGxVQ4 { width:8.9375rem;height:1.125rem;top:12rem;left:37.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T { display:block; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTFHcpxK63aL0uX8Hvbc7RBK7duqwtwS { width:15.875rem;height:2.3125rem;top:0rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btnKQ78POSt14lOlTuCl77U79JSOnqO7 { width:14.125rem;height:1.125rem;top:0.625rem;left:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGJik6JaE0dbAT6Kxmfr344lZWf2THUV { width:13.5625rem;height:2.3125rem;top:0rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHemBSlVBPSFDG6akqur4EUhTTxTKRTe { width:12.9375rem;height:1.125rem;top:0.625rem;left:34.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibB4J7qsgSfrwIpfimauJwlenKCAWCLX { width:8.625rem;height:2.3125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhE96JdRPpqJMfoX55Z7dm68lx6FqWAW { width:7rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg0thwZ4kmg4mZTT2lPlGDsxprgHTv2z { width:11.75rem;height:2.3125rem;top:3.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQhlqfSRROmRv7kVeLHlATTz97g4ZBlU { width:10.5625rem;height:1.125rem;top:4.125rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z373HspmTftxl92vXmoeaT7DUIIpWeCU { width:13.0625rem;height:2.3125rem;top:3.5rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sCi2MXtqVuMOrL7QVwWMIN1hcBnfUW { width:10.875rem;height:1.125rem;top:4.125rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxcghZDCr9m6ReQnDZFu1yXHg8BvR7Zo { width:14.25rem;height:2.3125rem;top:3.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpk5eFkgwrNyelw9FThNG0is8qzQAzpJ { width:12rem;height:1.125rem;top:4.125rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLZCswSfucP6JVtNUGF637tw5icDt1QC { width:7.8125rem;height:2.3125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEKbwz9AIR3LqoVk6RdpJpdU4BTLDw5 { width:6.125rem;height:1.125rem;top:0.625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Unc4VD86vJoIwNcqzRKEQFRdQpouUO { width:8.5rem;height:2.3125rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qmU2S8DvVPDkHQRwIUTTi9dTm0IJUk { width:7.0625rem;height:1.125rem;top:0.625rem;left:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWreTUcSwpUeSH7SsQorJs37ATHBmvaf { width:6.6875rem;height:2.3125rem;top:21.25rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcNNq3Nw1Dv8gDEgyCQTz5AS1IfwBnQ { width:5.25rem;height:1.125rem;top:21.875rem;left:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXUZMnJMosfpDfUMMpncb2AThKqSoQEQ { width:9.1875rem;height:2.3125rem;top:7rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEbwS146yH8D76FVVI285sWOBnG7shAo { width:17.75rem;height:2.3125rem;top:7rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMHv32xIrUhFrdfMWJmspu22vrlJAzCX { width:9.125rem;height:2.3125rem;top:7rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOxiWfgLe5KSeUhAUgTr0dssB0hNsqtp { width:9rem;height:2.3125rem;top:7rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXiny2HMxwyfbrrO4zwXIoQJr3p9uB87 { width:7rem;height:1.125rem;top:7.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3bssX2dZihAGK05TZ6x3gFUCWGAFyx { width:16.5625rem;height:1.125rem;top:7.625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHPe3ZeBacUJ06ORqE5zQrad5DMcS4H { width:7.1875rem;height:1.125rem;top:7.625rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEblBhDUGddlwe8kVmq4qPGr9T3uWZC { width:7.3125rem;height:1.125rem;top:7.625rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTIMToz3sczhmTfpO1dHs4eToMP06UR { width:16.125rem;height:2.3125rem;top:10.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwRVEVanZv4av90dgXIDwZVbqz2MHJ9 { width:17.4375rem;height:2.3125rem;top:10.5625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTawvoKk2sndUecfmgUZUePF2Q7FzBAV { width:10.25rem;height:2.3125rem;top:10.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upVa2anz4TCnRvitlZmvHfr3Rg9mruCA { width:8.125rem;height:1.125rem;top:11.1875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myONuBJpyuMqea0XMRqqJi31XSPrJC0O { width:14.875rem;height:1.125rem;top:11.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2EOao8U1T0PIutc7LiFCpMuftTT7cO { width:15.5625rem;height:1.125rem;top:11.1875rem;left:31.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8tXJ0ENAIqQKWxAk9n19Q60Q8uruIfU { width:15.9375rem;height:2.3125rem;top:14.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNQrBshvtpTgI0T3aAcDovRn5AHB9v3 { width:9rem;height:2.3125rem;top:14.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeriLTEsG2DuNARThrRZLfAW8Kq6gdqc { width:14.25rem;height:1.125rem;top:14.75rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfx9pCXc1Mns1QyVGWU2a5KdVUkPcMsn { width:7.3125rem;height:1.125rem;top:14.75rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooyJxITD3TgWSDgJoisSrGdmSglGuo4 { width:12.375rem;height:2.3125rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNTgXdTk4E3efqkgfeFSq1giAFKE8ik { width:11rem;height:1.125rem;top:14.75rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrUBoHnXHB11efrhGK5gctBl0eQuqH4z { width:10.125rem;height:2.3125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9e3l4t0sVEsd3AGEAQh21wGFrAiTQnz { width:7.9375rem;height:1.125rem;top:14.75rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtspz3ySPUtr5GIqbLqnVlg3hdtBCb56 { width:9.625rem;height:2.3125rem;top:17.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kDHB86OwDLQTOmBTOJZF58KTOyBmQ5 { width:9.875rem;height:2.3125rem;top:17.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pS5puxsd41Mrx64qzZuzoZXMR4VpZ8 { width:11.0625rem;height:2.3125rem;top:17.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDaDtyiAlCKB5qmO56WJIAuBzZTsA2Q { width:7.625rem;height:1.125rem;top:18.3125rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxsuZt9Pdy5t14myb3JWPBhE0V8kTFAT { width:8.5625rem;height:1.125rem;top:18.3125rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmlyLwA0EtpVVUfRsiOWybb6w3FQreq { width:9.125rem;height:1.125rem;top:18.3125rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvWHFTJrDTJDgkPbHr9zGONEASIizTp { width:24.125rem;height:2.3125rem;top:21.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vffPsKdUkzlRrIXpO8fMc3WQQPDf54E4 { width:22.4375rem;height:1.125rem;top:21.9375rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT { display:block; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtxZ5SUU1W5GrFOKv5W0OTawncLRIBbq { width:11.8125rem;height:3.375rem;top:2.5625rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zymeBpBOXyH6oAobSxSAvdGccGWwfOeq { display:block; }
 }@media only screen and (max-width: 763px) { #dMGWcy2BPddaLIupKOpxOE8wTM8CV66O { display:block; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4viRAMGDMhElZrQHymD0ENh4W6ss8RT { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecDxZIhboZFkDWmfB8q9eP2KRkI4IAeb { width:11.8125rem;height:3.375rem;top:26rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lslSszs5deFSZXZZwdU7CDwowmQovGmo { display:block; }
 }@media only screen and (max-width: 763px) { #ohC9gDvDCd981MIOz53g5EeVLwaZvF6a { width:47.75rem;height:3.375rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLz06vh1V2cmb7S3RGotngX54moM1XrN { width:47.625rem;height:7.75rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD4Ar3LekeTVI0QvvA9763uXm1pNvq0h { width:2.625rem;height:2.625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTLOoqVX7c9SWOCZ7aVszI14AEZU8ARk { width:47.75rem;height:6.25rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaroscwBqQMNXwAmLuqWw8hwbGMddxFW { display:block; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nruT7I1MXah6WQqtAAOAioEcgdpFAZFH { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pynTtOHqIeltES7oXv8AJOrv0IQbS6 { width:11.8125rem;height:3.375rem;top:23.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfrRRyROshI8Mwfg1JcInWw4m4qh9VgR { display:block; }
 }@media only screen and (max-width: 763px) { #Mt70DZrZfO4xw9E5IMFitZU5cFL5SQmA { width:47.75rem;height:5.0625rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6z4ayyxFs0tmQALi67H98qV2EvZ9KBr { width:47.625rem;height:4.625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckufBLTcME4BvU6MBQ00P4wPrQnKzf29 { width:2.625rem;height:2.625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vTfHOhATNwG2vxFet4Quqy0JtESlWr { width:47.75rem;height:3.125rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU { display:block; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQdVR6u2TmUS6AD2sPXO4tabqKBoZx0E { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98w9dBQFxRmsg8ywZWD7BMmVChC0uwJ { width:11.8125rem;height:3.375rem;top:18.75rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqo2iIWyPX5L0ducuu5lCxhlE0LV2KqK { display:block; }
 }@media only screen and (max-width: 763px) { #DEpKDunfOlC8lP9gilRTQUBDzZdiJHp2 { width:40rem;height:6.75rem;top:9.1875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QZDQttZqABnJR13NhGUhwSNMnpor2q { display:block; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSrC0IqEO0SckAIl6gO99oMNFIPHwSlg { width:37.875rem;height:7.3125rem;top:6.25rem;left:4.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiCTFxnLiTQZXSW1HKGGyAITFRUKHknV { width:17.75rem;height:21.5625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4WdOXGiasUB6EwDhl7MWoatfRsBIv2e { width:12.5rem;height:2.75rem;top:18.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9V7nawdDtpALLVTq8dNBdgkziFTr5iI { width:14.1875rem;height:12rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0IOKId2M4QnGV4AMcnG0i0CahXw7DSt { width:17.75rem;height:21.5625rem;top:16.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMQfn82WTqhU0T2sE9dicKsOGkJE1mFu { width:12.5rem;height:2.75rem;top:18.8125rem;left:6.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd5NtZweXHwyismu7zarc6Tb17uxtJW6 { width:13.75rem;height:6rem;top:22.25rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yChQhiDCu4PCWWyCkHsKcpWG0hFLT27G { width:17.75rem;height:21.5625rem;top:16.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOodWs0H4JXTC0kXZL0fDAELFii58Oc3 { width:17.75rem;height:21.5625rem;top:16.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaD64TQN3d5XJsdUrd39FxUeqC3AR59C { width:12.5rem;height:2.75rem;top:18.8125rem;left:35.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pis9pbF5izytyp1aZTUQaetvWqsLPVpW { width:12.5rem;height:2.75rem;top:18.8125rem;left:26rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXfqCgHbckpgoMG4XwTEyvHaU65Ca0aF { width:13.875rem;height:6rem;top:22.25rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy179cKN7Dce0cgAMRTi4UiJQBItpu51 { width:14.375rem;height:9rem;top:22.25rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTecG8lMd9JoVGE8frehTOrXtB8SWkkD { display:block; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnrfxB7ff8FwPQf4IAerEuqFxboOebwX { width:47.75rem;height:3.625rem;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDWiKApTITfz8S8SqJmTkxsCmbAL7q9 { width:7.5rem;height:4rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chzf7gHuo57cUqtPbkRNiiIw2OcfPMV4 { width:6.9375rem;height:3.375rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMcQcnmJ0aqAZxDnGWaROaIVubIWVbn { width:7.5rem;height:4rem;top:18rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdWN5mtonGigwAHEoUOWMnts5yaMTE5e { width:5.5625rem;height:3.375rem;top:22.875rem;left:5.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxFHcWR4ftAIJeCuNsvouewRmAFEqIh5 { width:18.875rem;height:1.375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1AJN6r32ThbQ9D46Hfy31nyypkXbuRZ { width:6.9375rem;height:1.5rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx1JagcRWW5FG7ScdJPVcHwciDofmbkD { width:7.5rem;height:4rem;top:18rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXp7OlL0vmdH5CWRwgOG3hdoGFO52hHh { width:5.5625rem;height:3.375rem;top:22.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEGdn6RQNqiDtt0quwHzqTmQuR0r0w3x { width:7.5rem;height:4rem;top:18rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeN6wwiCrTdpes1t2kOnXAOLPFmIS352 { width:7.5rem;height:4rem;top:18rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWcI8i0VN1OG5WRvBIPVV4pLWV4R9laM { width:7.5rem;height:4rem;top:18rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZnrZglMso2dz7NgeG6cqV9FErMcOrQ { width:6.9375rem;height:3.375rem;top:22.875rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBsDNfTONwGlmvV4upx98y1359E4Rnb { width:5.5625rem;height:3.375rem;top:22.875rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJcTP9RK3yIh4l5CRDlwNyepBmTd3CFv { width:8.8125rem;height:3.375rem;top:22.875rem;left:38.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIDSRUgIcfU4mt4iq18UZnMS65dCGeu7 { width:29.0625rem;height:1.375rem;top:15.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMlc9nMeIFJpHRFyxSZqF5B14ZpDLNfb { width:29rem;height:1.5rem;top:13.1875rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4dU4B1uLcomTcFfe3qRENIgcow4fSBT { width:29.5rem;height:5.25rem;top:28.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSJer4qKqDGQ721O3robFwTTXoezi4i5 { width:6.9375rem;height:1.5rem;top:34rem;left:13.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8JtUEVS8skaCuQoFVWNUxaqLg6GgxVx { width:11.8125rem;height:3.375rem;top:38.25rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDcJJT3KRNW2Gyrz1pTK4vJxn5dOBqfn { display:block; }
 }@media only screen and (max-width: 763px) { #Wvch9srPLNRpXVJmSrOZaCMKkce4oSQN { width:1.125rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Whuf4D79sP2uAdcdTQylGmZrgIglNLbz { width:1.125rem;height:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tozTrfsL52sLZ3xP9CvCuldRq91E9BZN { width:1.125rem;height:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEhw1TKicQEphGlVHKQfCkswsflNkkWf { display:block; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnZTHdWacn9KDZFLkh5gLdLNBOifC5WH { width:37.875rem;height:3.625rem;top:2.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWWWRsigKtAtG4N5mvhotQWrePassPN6 { width:2.625rem;height:2.625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5I3GvPD0aa54zcgIJAPoNey2PMeBkcW { width:2.625rem;height:2.625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKaCh64e6fTEyqcIy89ldhcvie9vGEm { width:2.625rem;height:2.625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7er0ryL3MTrFLi6LIa6Zmv2Rw8C4V0 { width:35.8125rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVnTQF6haVJPgf1q7g1gAU29bGhXedsb { width:35.8125rem;height:1.75rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrAvLMKqg2UMF2J0ME4AaJXLBIAxqIk { width:35.8125rem;height:1.75rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KT57pQL4DX3FD9eVAmi3rpV0wEooUA { width:6.5rem;height:3.4375rem;top:8.5625rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1sr61LTlhcTCV0SCvhq8X6h1JTWtNVw { display:block; }
 }@media only screen and (max-width: 763px) { #Kxc5LsIIpmHrRoTbR6UxOrEnxc6kAIeG { width:6.5rem;height:3.4375rem;top:13.8125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAul27CuIBzwFQCSBcD4RPM9kmlTp3NT { display:block; }
 }@media only screen and (max-width: 763px) { #TbCIL8zOd4WTxp27Im9m2uXJxiQzT3K5 { width:6.5rem;height:3.4375rem;top:18.875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebFS1Td2nFeExAssZgVeno0NLpo7FaX { display:block; }
 }@media only screen and (max-width: 763px) { #lTxAJIDHqkbcbp702A9sUZN3iOi5OOKs { width:47.75rem;height:5.1875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr3JkLJK2ygSexSKu9hW31926NWUq7EV { width:47.75rem;height:5.1875rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3KiH8UaZ9lB0w6L68ueccHqSSO0eooB { width:2.625rem;height:2.625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ27WZLwVpuH1UwOCvV7OZwvHgxiDv9G { width:47.75rem;height:1.75rem;top:24.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfDhJyXG8bBZikLJHGoRkgXVQUQCw198 { width:6.5rem;height:3.4375rem;top:24.125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd5PiInp0xcbhoqMCT011nIaMa52QAwd { display:block; }
 }@media only screen and (max-width: 763px) { #mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg { display:block; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRMqGDNxk43qBGVtW3LVH1o7fpgEGEAg { top:1rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21rqGH1xACDlFWLaFJ9zEbVPnlSmOh3 { top:5.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn { display:block; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4QrB4EccsIaGUUF0Q7BcMk0ZqT9xBmF { width:31.125rem;height:0.9375rem;top:1.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVvaxFOrg1sOuyBAWc4yiRJDX5xcCD5T { width:11.375rem;height:1.5625rem;top:1.4375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkBoW3FFBgtIVyZGXetkwhFSooZNq91H { display:block; }
 }@media only screen and (max-width: 763px) { #xmcPQql7fnAyeCgrFZMEVyTxaIxDAwu6 { width:13.5625rem;height:1.5625rem;top:1.4375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCTcSNtLrtEQc2Pr4yZAmohl1bPJsREc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwHmpasXPuf0irbs2c3ps22z1NHzPmM8 { width:5.3125rem;height:2.4375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0PbXLV2fLfpF3nivxJtavNTkz7kDK9T { width:11rem;height:2.625rem;top:6.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1pTHciO5qFDnzU4oKcJcRFm18hwKQsX { display:block; }
 }@media only screen and (max-width: 763px) { #q4g0LtfafxtWi9dnu6CANw1apkgmUplT { width:10.25rem;height:2.625rem;top:10.0625rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ9ZdRQHGFoTl8IiQViRCoWUp0oN5JcW { display:block; }
 }@media only screen and (max-width: 763px) { #QT0uhtPOx9HMaOLFncr3gxJygx8WD58r { width:13.375rem;height:2.625rem;top:13.9375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRfWtOefb13tcA3Hi2GO9tfHyTZwFuQn { display:block; }
 }@media only screen and (max-width: 763px) { #GKpTkmwgLvmis9P2M7Kn6o93KZq9mGny { display:flex;top:1.625rem;left:18.25rem;width:1.75rem;height:1.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey { display:block; }#yVUETykhPTFV1itUCRQOIMiZw4RvG9Ey > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW0XGAWl1iNUxaNm4rlW1xoyX2HxSpux { width:11rem;height:2.625rem;top:1.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb82pE0HRF8sb007LMbWn6MHa4CEovy9 { display:block; }
 }@media only screen and (max-width: 763px) { #FJ1KFl5noXEuV0WdHCnblHoTpaGeXC8p { width:10.25rem;height:2.625rem;top:5.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfbfOe89Okk68dZJbB1r9PCp9nMTCXZD { display:block; }
 }@media only screen and (max-width: 763px) { #EzDobL6bEkhOVUvhrVQG3O7U0A10KADh { width:13.375rem;height:2.625rem;top:9.5625rem;left:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKTnrJCXshNTomThqRgZarzF7ql6GA7I { display:block; }
 }@media only screen and (max-width: 763px) { #ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9258646-88c1-48bb-b5f5-38bdff6e17f8/headermob.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg.adaptive-delivery-prevent-bg, #ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg.lazyload, #ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg.lazyloading { background-image: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container { background-color: transparent; background-image: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container > .video-iframe-container { display: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row > .video-iframe-container { display: none; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .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); }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#ZKzdss1tHfggMrKBF3gAqKwPIvBpQeKg > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMqiIUAPLzlwsQJCMc1cuvTEJfl1tUWR { width:20rem;height:6rem;top:24.5625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #p0llODPm1EHPGHbyo4s8eCScXwGVVpQl { width:20rem;height:6.75rem;top:27.4375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DHpT98v3rgdRhqT1UvoW1aKQR9k7upO1 { width:17.3125rem;height:4.0625rem;top:25.5625rem;left:1.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15008;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TGFbUaPaUhpO7WBn0Xhe7PSQ8tQOd8KJ { width:14.4375rem;height:1.4rem;top:31.5625rem;left:1.5625rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #H54e7PSzkbyWKaZmI1MMDLrittmIe66T { width:20rem;height:3rem;top:19.5703125rem;left:0rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #gJIGBD3xZSCgiC5uxtABebpMIHE6WzBN { display:block; }
 }@media only screen and (max-width: 763px) { #U7w68J8yHCTUrTaPqT7i1IivGkLmeAdL { width:20rem;height:10.5rem;top:31.875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GbkfqOo7mUc2TpIpu1tyXTohZdgxeyIK { width:18.4375rem;height:4.5rem;top:36.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp { display:block; }#KzvSin4fdsEpA9RRHT0e77dmQ0XyyuNp > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWKx4ZZ0oHPVP0ko00rxufE2wcm5NxzM { width:20rem;height:8.2875rem;top:5.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDv8lNTq507E81n2RUugo6srzHR1IAWn { width:20rem;height:31.4375rem;top:23.487499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW { width:11.8125rem;height:3.375rem;top:15.4375rem;left:0rem;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0185c32a-b6a4-4209-9584-0c692dda3b6c/Iconarrowright2.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #005aa9;border-left:0.125rem solid #005aa9;border-right:0.125rem solid #005aa9;border-bottom:0.125rem solid #005aa9;color:#005aa9;display:block; }#rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW.adaptive-delivery-prevent-bg, #rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW.lazyload, #rRJzmKBVylqDEL9Dcx5IiE5xwMwXLcLW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vZsuNpnAWDIpe6EPh7W9uM06aQoVu9wy { display:block; }
 }@media only screen and (max-width: 763px) { #pbXsk8EBACNKEfEMuQvgFrlFmyNmmwlu { top:19.625rem;left:0rem;width:16.8125rem;height:1.3rem;z-index:15017;font-weight:700;font-style:normal;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H.adaptive-delivery-prevent-bg, #u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H.lazyload, #u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H.lazyloading { background-image: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container { background-color: transparent; background-image: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container > .video-iframe-container { display: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row > .video-iframe-container { display: none; }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .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); }#u5dLimDVKFQrnfO71IF9Mx3LgwMUVF6H > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTxzzv18c0seVz6w7yN3QdQwKC3WDaX6 { width:18.0625rem;height:5.1rem;top:3.9375rem;left:1rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LyUDEUluas5qIGAF316xqNbbgsdJ6mZA { width:20rem;height:3.9375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gDXI9pnmD8lUnoKdBbNuV54OXxytRy { width:20rem;height:0.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ.adaptive-delivery-prevent-bg, #hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ.lazyload, #hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ.lazyloading { background-image: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container { background-color: transparent; background-image: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container > .video-iframe-container { display: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row > .video-iframe-container { display: none; }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .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); }#hOpTezxULSH25cDKvUFRg1SWw05ZIDHZ > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrWmTGJUBDeb2WDa04DUOVNrlPrymhWp { width:20rem;height:7.15rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6FfwueCpKhDu1GU7C5pTEngmSx2T7oC { width:7.8125rem;height:2.3125rem;top:11.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTF5l7KVz2NwXzLT7H1vC98CJ36CCMJH { width:6.125rem;height:1.1375rem;top:12.4375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeWbbqVdLsbLCXbfuZP4rJ06sW6VLDsw { width:6.8125rem;height:2.3125rem;top:11.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBD3bsmzD36c2ApScETPeKbvcK1uKez { width:6.125rem;height:1.1375rem;top:12.4375rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBFLPfCxFGWBrepnTZJTcPA8UBNvfgk3 { width:7.6875rem;height:2.3125rem;top:14.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ1TfgnuRDCRWsyaOTaL1CkdMela0nFL { width:6.125rem;height:1.1375rem;top:15.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fSwBcxmlOue1e8oG3ogPvDosvHgbQM { width:10.125rem;height:2.3125rem;top:14.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kKJ8tMSHwNEeeQyifHeQIqi4GxoJJ4 { width:8.875rem;height:1.1375rem;top:15.5625rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdVhRnxsTQ0m7DMTXbTgqdxqhAqcaULl { width:13.75rem;height:2.3125rem;top:18.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33t8tqLTuezuGoWWfuc0ROZUTOE6QT5 { width:11.5rem;height:1.1375rem;top:18.6875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVTe7WsL1rKE3TAiUu6UzJvZ9LANDKsh { width:7.9375rem;height:2.3125rem;top:21.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgsRD3TMfENp71h9QVmT5yCF1JoAbcp0 { width:5.6875rem;height:1.1375rem;top:21.75rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #menbRrbbGhuW89fkcCFvGL6ud2ZxGGO9 { width:7.8125rem;height:2.3125rem;top:21.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr55DrudKxbpvqkPQDdlJL3bo1nENb0J { width:6.125rem;height:1.1375rem;top:21.8125rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXvhmihpI5EB60qbxyawwofBx9W7VRat { width:14rem;height:3.25rem;top:24.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBPtoL39oAs5Cps7B6U8kk7pOxOiJ0J { width:13rem;height:2.275rem;top:24.8125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwKW1kuKkulfuc31D4XppKSCJMOAweOp { width:10.3125rem;height:2.3125rem;top:28.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzPPTCzT1CS1f3QxecTgme03w6AGxVQ4 { width:8.9375rem;height:1.1375rem;top:29.0625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T.adaptive-delivery-prevent-bg, #aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T.lazyload, #aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T.lazyloading { background-image: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container { background-color: transparent; background-image: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container > .video-iframe-container { display: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row > .video-iframe-container { display: none; }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .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); }#aNGF6UT2ruqvw1SXEBnE0UOp0CaIRC1T > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTFHcpxK63aL0uX8Hvbc7RBK7duqwtwS { width:16.5rem;height:2.3125rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btnKQ78POSt14lOlTuCl77U79JSOnqO7 { width:14.8125rem;height:1.1375rem;top:0.625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGJik6JaE0dbAT6Kxmfr344lZWf2THUV { width:13.75rem;height:2.3125rem;top:3.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHemBSlVBPSFDG6akqur4EUhTTxTKRTe { width:13rem;height:1.1375rem;top:3.75rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibB4J7qsgSfrwIpfimauJwlenKCAWCLX { width:7.6875rem;height:2.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhE96JdRPpqJMfoX55Z7dm68lx6FqWAW { width:6.125rem;height:1.1375rem;top:6.875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg0thwZ4kmg4mZTT2lPlGDsxprgHTv2z { width:11.5625rem;height:2.3125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQhlqfSRROmRv7kVeLHlATTz97g4ZBlU { width:10.5625rem;height:1.1375rem;top:6.875rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z373HspmTftxl92vXmoeaT7DUIIpWeCU { width:13.75rem;height:2.3125rem;top:9.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sCi2MXtqVuMOrL7QVwWMIN1hcBnfUW { width:11.5rem;height:1.1375rem;top:10rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxcghZDCr9m6ReQnDZFu1yXHg8BvR7Zo { width:13.375rem;height:2.3125rem;top:12.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpk5eFkgwrNyelw9FThNG0is8qzQAzpJ { width:11.5rem;height:1.1375rem;top:13.1875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLZCswSfucP6JVtNUGF637tw5icDt1QC { width:7.8125rem;height:2.3125rem;top:15.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEKbwz9AIR3LqoVk6RdpJpdU4BTLDw5 { width:6.125rem;height:1.1375rem;top:16.375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Unc4VD86vJoIwNcqzRKEQFRdQpouUO { width:8.0625rem;height:2.3125rem;top:15.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qmU2S8DvVPDkHQRwIUTTi9dTm0IJUk { width:7rem;height:1.1375rem;top:16.3125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWreTUcSwpUeSH7SsQorJs37ATHBmvaf { width:7.5rem;height:2.3125rem;top:54.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcNNq3Nw1Dv8gDEgyCQTz5AS1IfwBnQ { width:6.125rem;height:1.1375rem;top:55.375rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXUZMnJMosfpDfUMMpncb2AThKqSoQEQ { width:9.1875rem;height:2.3125rem;top:18.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEbwS146yH8D76FVVI285sWOBnG7shAo { width:17.75rem;height:2.3125rem;top:22.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMHv32xIrUhFrdfMWJmspu22vrlJAzCX { width:9.125rem;height:2.3125rem;top:18.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOxiWfgLe5KSeUhAUgTr0dssB0hNsqtp { width:9rem;height:2.3125rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXiny2HMxwyfbrrO4zwXIoQJr3p9uB87 { width:7rem;height:1.1375rem;top:19.5rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3bssX2dZihAGK05TZ6x3gFUCWGAFyx { width:16.5625rem;height:1.1375rem;top:22.6875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHPe3ZeBacUJ06ORqE5zQrad5DMcS4H { width:7.1875rem;height:1.1375rem;top:19.5rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEblBhDUGddlwe8kVmq4qPGr9T3uWZC { width:7.3125rem;height:1.1375rem;top:25.875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTIMToz3sczhmTfpO1dHs4eToMP06UR { width:16.125rem;height:2.3125rem;top:28.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwRVEVanZv4av90dgXIDwZVbqz2MHJ9 { width:17.4375rem;height:2.3125rem;top:31.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTawvoKk2sndUecfmgUZUePF2Q7FzBAV { width:10.25rem;height:2.3125rem;top:25.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upVa2anz4TCnRvitlZmvHfr3Rg9mruCA { width:8.125rem;height:1.1375rem;top:25.875rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myONuBJpyuMqea0XMRqqJi31XSPrJC0O { width:14.875rem;height:1.1375rem;top:29rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2EOao8U1T0PIutc7LiFCpMuftTT7cO { width:15.5625rem;height:1.1375rem;top:32.1875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8tXJ0ENAIqQKWxAk9n19Q60Q8uruIfU { width:15.9375rem;height:2.3125rem;top:41.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNQrBshvtpTgI0T3aAcDovRn5AHB9v3 { width:9rem;height:2.3125rem;top:34.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeriLTEsG2DuNARThrRZLfAW8Kq6gdqc { width:14.25rem;height:1.1375rem;top:41.6875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfx9pCXc1Mns1QyVGWU2a5KdVUkPcMsn { width:7.3125rem;height:1.1375rem;top:35.375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooyJxITD3TgWSDgJoisSrGdmSglGuo4 { width:12.375rem;height:2.3125rem;top:37.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNTgXdTk4E3efqkgfeFSq1giAFKE8ik { width:11rem;height:1.1375rem;top:38.5625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrUBoHnXHB11efrhGK5gctBl0eQuqH4z { width:10.125rem;height:2.3125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9e3l4t0sVEsd3AGEAQh21wGFrAiTQnz { width:7.9375rem;height:1.1375rem;top:35.375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtspz3ySPUtr5GIqbLqnVlg3hdtBCb56 { width:9.1875rem;height:2.3125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kDHB86OwDLQTOmBTOJZF58KTOyBmQ5 { width:9.875rem;height:2.3125rem;top:44.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pS5puxsd41Mrx64qzZuzoZXMR4VpZ8 { width:11.0625rem;height:2.3125rem;top:47.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDaDtyiAlCKB5qmO56WJIAuBzZTsA2Q { width:7.625rem;height:1.1375rem;top:44.8125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxsuZt9Pdy5t14myb3JWPBhE0V8kTFAT { width:8.5625rem;height:1.1375rem;top:44.8125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmlyLwA0EtpVVUfRsiOWybb6w3FQreq { width:9.125rem;height:1.1375rem;top:47.9375rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvWHFTJrDTJDgkPbHr9zGONEASIizTp { width:13.6875rem;height:3.5rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vffPsKdUkzlRrIXpO8fMc3WQQPDf54E4 { width:13.8125rem;height:2.275rem;top:51.0625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56d27c6c-3837-45fd-b3c8-3a3144f52e65/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT.adaptive-delivery-prevent-bg, #v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT.lazyload, #v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT.lazyloading { background-image: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container { background-color: transparent; background-image: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container > .video-iframe-container { display: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row > .video-iframe-container { display: none; }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .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); }#v2tT7f1FyuqbhJTWy9wmts0JZ3DoLOZT > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtxZ5SUU1W5GrFOKv5W0OTawncLRIBbq { width:11.8125rem;height:3.375rem;top:1.6812496185302rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zymeBpBOXyH6oAobSxSAvdGccGWwfOeq { display:block; }
 }@media only screen and (max-width: 763px) { #dMGWcy2BPddaLIupKOpxOE8wTM8CV66O { display:block; }#dMGWcy2BPddaLIupKOpxOE8wTM8CV66O > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4viRAMGDMhElZrQHymD0ENh4W6ss8RT { width:20rem;height:16.0875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecDxZIhboZFkDWmfB8q9eP2KRkI4IAeb { width:11.8125rem;height:3.375rem;top:49.743751525879rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lslSszs5deFSZXZZwdU7CDwowmQovGmo { display:block; }
 }@media only screen and (max-width: 763px) { #ohC9gDvDCd981MIOz53g5EeVLwaZvF6a { width:20rem;height:8.4375rem;top:18.34375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLz06vh1V2cmb7S3RGotngX54moM1XrN { width:19.875rem;height:18.875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD4Ar3LekeTVI0QvvA9763uXm1pNvq0h { width:2.625rem;height:2.625rem;top:29.3125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTLOoqVX7c9SWOCZ7aVszI14AEZU8ARk { width:15.875rem;height:17.325rem;top:29.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaroscwBqQMNXwAmLuqWw8hwbGMddxFW { display:block; }#yaroscwBqQMNXwAmLuqWw8hwbGMddxFW > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nruT7I1MXah6WQqtAAOAioEcgdpFAZFH { width:20rem;height:12.5125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pynTtOHqIeltES7oXv8AJOrv0IQbS6 { width:11.8125rem;height:3.375rem;top:42.056251525879rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfrRRyROshI8Mwfg1JcInWw4m4qh9VgR { display:block; }
 }@media only screen and (max-width: 763px) { #Mt70DZrZfO4xw9E5IMFitZU5cFL5SQmA { width:20rem;height:13.5rem;top:14.78125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6z4ayyxFs0tmQALi67H98qV2EvZ9KBr { width:19.875rem;height:9.6875rem;top:29.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckufBLTcME4BvU6MBQ00P4wPrQnKzf29 { width:2.625rem;height:2.625rem;top:30.78125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vTfHOhATNwG2vxFet4Quqy0JtESlWr { width:16rem;height:7.875rem;top:30.756256103516rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU { display:block; }#ec3zZ2OWQJH4guJebCl1MnbUrWPWXCCU > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQdVR6u2TmUS6AD2sPXO4tabqKBoZx0E { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98w9dBQFxRmsg8ywZWD7BMmVChC0uwJ { width:11.8125rem;height:3.375rem;top:26.5625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqo2iIWyPX5L0ducuu5lCxhlE0LV2KqK { display:block; }
 }@media only screen and (max-width: 763px) { #DEpKDunfOlC8lP9gilRTQUBDzZdiJHp2 { width:20rem;height:13.5rem;top:11.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QZDQttZqABnJR13NhGUhwSNMnpor2q { display:block; }#G2QZDQttZqABnJR13NhGUhwSNMnpor2q > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSrC0IqEO0SckAIl6gO99oMNFIPHwSlg { width:20rem;height:7.65rem;top:3.3125rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GiCTFxnLiTQZXSW1HKGGyAITFRUKHknV { width:20rem;height:16.1875rem;top:13.299999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4WdOXGiasUB6EwDhl7MWoatfRsBIv2e { width:12.5rem;height:2.35625rem;top:14.674999237061rem;left:1.46875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9V7nawdDtpALLVTq8dNBdgkziFTr5iI { width:16.875rem;height:10.5rem;top:17.393749237061rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0IOKId2M4QnGV4AMcnG0i0CahXw7DSt { width:20rem;height:10.1875rem;top:30.487499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMQfn82WTqhU0T2sE9dicKsOGkJE1mFu { width:12.5rem;height:2.35625rem;top:31.674999237061rem;left:1.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd5NtZweXHwyismu7zarc6Tb17uxtJW6 { width:17.1875rem;height:4.5rem;top:34.40625rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yChQhiDCu4PCWWyCkHsKcpWG0hFLT27G { width:20rem;height:11.6875rem;top:52.862500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOodWs0H4JXTC0kXZL0fDAELFii58Oc3 { width:20rem;height:10.1875rem;top:41.674999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaD64TQN3d5XJsdUrd39FxUeqC3AR59C { width:12.5rem;height:2.35625rem;top:54.112500190735rem;left:1.46875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pis9pbF5izytyp1aZTUQaetvWqsLPVpW { width:12.5rem;height:2.35625rem;top:42.987499237061rem;left:1.46875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXfqCgHbckpgoMG4XwTEyvHaU65Ca0aF { width:17.3125rem;height:4.5rem;top:45.737499237061rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy179cKN7Dce0cgAMRTi4UiJQBItpu51 { width:17.625rem;height:6rem;top:56.84375rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTecG8lMd9JoVGE8frehTOrXtB8SWkkD { display:block; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#aTecG8lMd9JoVGE8frehTOrXtB8SWkkD > .row .container { width:20rem;height:89.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnrfxB7ff8FwPQf4IAerEuqFxboOebwX { width:18.5rem;height:5.1rem;top:3.8125rem;left:0.75rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hGDWiKApTITfz8S8SqJmTkxsCmbAL7q9 { width:7.5rem;height:4rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chzf7gHuo57cUqtPbkRNiiIw2OcfPMV4 { width:6.9375rem;height:3.375rem;top:17.208333015442rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMcQcnmJ0aqAZxDnGWaROaIVubIWVbn { width:7.5rem;height:4rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdWN5mtonGigwAHEoUOWMnts5yaMTE5e { width:5.5625rem;height:3.375rem;top:29rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxFHcWR4ftAIJeCuNsvouewRmAFEqIh5 { width:18.875rem;height:1.375rem;top:69.14583125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1AJN6r32ThbQ9D46Hfy31nyypkXbuRZ { width:4.5625rem;height:1.5rem;top:21.4375rem;left:14.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jx1JagcRWW5FG7ScdJPVcHwciDofmbkD { width:7.5rem;height:4rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXp7OlL0vmdH5CWRwgOG3hdoGFO52hHh { width:5.5625rem;height:3.375rem;top:40.125rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEGdn6RQNqiDtt0quwHzqTmQuR0r0w3x { width:7.5rem;height:4rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeN6wwiCrTdpes1t2kOnXAOLPFmIS352 { width:7.5rem;height:4rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWcI8i0VN1OG5WRvBIPVV4pLWV4R9laM { width:7.5rem;height:4rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZnrZglMso2dz7NgeG6cqV9FErMcOrQ { width:6.9375rem;height:3.375rem;top:51.958333015442rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBsDNfTONwGlmvV4upx98y1359E4Rnb { width:5.5625rem;height:3.375rem;top:63.395832061769rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJcTP9RK3yIh4l5CRDlwNyepBmTd3CFv { width:7.3125rem;height:3.375rem;top:73.770832061769rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIDSRUgIcfU4mt4iq18UZnMS65dCGeu7 { width:20rem;height:0.94623655913978rem;top:11.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMlc9nMeIFJpHRFyxSZqF5B14ZpDLNfb { width:5.8125rem;height:3rem;top:59.583332061767rem;left:14.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4dU4B1uLcomTcFfe3qRENIgcow4fSBT { width:20rem;height:3.5593220338983rem;top:73.77083125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSJer4qKqDGQ721O3robFwTTXoezi4i5 { width:6.9375rem;height:1.5rem;top:39.5625rem;left:11.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A8JtUEVS8skaCuQoFVWNUxaqLg6GgxVx { width:11.8125rem;height:3.375rem;top:82.083332061769rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDcJJT3KRNW2Gyrz1pTK4vJxn5dOBqfn { display:block; }
 }@media only screen and (max-width: 763px) { #Wvch9srPLNRpXVJmSrOZaCMKkce4oSQN { top:11.125rem;left:12.0625rem;width:1.125rem;height:22.125rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Whuf4D79sP2uAdcdTQylGmZrgIglNLbz { top:22.9375rem;left:9.6875rem;width:1.125rem;height:33.5rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tozTrfsL52sLZ3xP9CvCuldRq91E9BZN { top:45.083333015442rem;left:12.0625rem;width:1.125rem;height:33.5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cEhw1TKicQEphGlVHKQfCkswsflNkkWf { display:block; }#cEhw1TKicQEphGlVHKQfCkswsflNkkWf > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnZTHdWacn9KDZFLkh5gLdLNBOifC5WH { width:20rem;height:5.1rem;top:3.625rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RWWWRsigKtAtG4N5mvhotQWrePassPN6 { width:2rem;height:2rem;top:11.199999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5I3GvPD0aa54zcgIJAPoNey2PMeBkcW { width:2rem;height:2rem;top:18.68124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKaCh64e6fTEyqcIy89ldhcvie9vGEm { width:2rem;height:2rem;top:26.39999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7er0ryL3MTrFLi6LIa6Zmv2Rw8C4V0 { width:16.0625rem;height:1.4625rem;top:10.737500190735rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVnTQF6haVJPgf1q7g1gAU29bGhXedsb { width:16.0625rem;height:1.4625rem;top:18.21875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrAvLMKqg2UMF2J0ME4AaJXLBIAxqIk { width:16.0625rem;height:2.925rem;top:25.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KT57pQL4DX3FD9eVAmi3rpV0wEooUA { width:4rem;height:2.375rem;top:13.85000038147rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o1sr61LTlhcTCV0SCvhq8X6h1JTWtNVw { display:block; }
 }@media only screen and (max-width: 763px) { #Kxc5LsIIpmHrRoTbR6UxOrEnxc6kAIeG { width:4rem;height:2.375rem;top:21.33749961853rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wAul27CuIBzwFQCSBcD4RPM9kmlTp3NT { display:block; }
 }@media only screen and (max-width: 763px) { #TbCIL8zOd4WTxp27Im9m2uXJxiQzT3K5 { width:4rem;height:2.375rem;top:29.049999237061rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AebFS1Td2nFeExAssZgVeno0NLpo7FaX { display:block; }
 }@media only screen and (max-width: 763px) { #lTxAJIDHqkbcbp702A9sUZN3iOi5OOKs { width:20rem;height:7.5rem;top:17.02499961853rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lr3JkLJK2ygSexSKu9hW31926NWUq7EV { width:20rem;height:9.6875rem;top:32.362503051757rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #l3KiH8UaZ9lB0w6L68ueccHqSSO0eooB { width:2rem;height:2rem;top:33.925003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ27WZLwVpuH1UwOCvV7OZwvHgxiDv9G { width:16.9375rem;height:4.3875rem;top:33.550003051757rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfDhJyXG8bBZikLJHGoRkgXVQUQCw198 { width:4rem;height:2.375rem;top:38.862499237061rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qd5PiInp0xcbhoqMCT011nIaMa52QAwd { display:block; }
 }@media only screen and (max-width: 763px) { #mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg { display:block; }#mmwXNKBqpk8nbuwcDAwoI3aoosy7dTIg > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRMqGDNxk43qBGVtW3LVH1o7fpgEGEAg { width:20rem;height:11.61875rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21rqGH1xACDlFWLaFJ9zEbVPnlSmOh3 { width:20rem;height:10.5625rem;top:14.11875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn { display:block; }#SGqUn2PgycCzANKW3OUhv5k4LdOy5yUn > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4QrB4EccsIaGUUF0Q7BcMk0ZqT9xBmF { width:20rem;height:1.95rem;top:8.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVvaxFOrg1sOuyBAWc4yiRJDX5xcCD5T { width:11.375rem;height:1.5625rem;top:1.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkBoW3FFBgtIVyZGXetkwhFSooZNq91H { display:block; }
 }@media only screen and (max-width: 763px) { #xmcPQql7fnAyeCgrFZMEVyTxaIxDAwu6 { width:13.5625rem;height:1.5625rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCTcSNtLrtEQc2Pr4yZAmohl1bPJsREc { display:block; }
 }