.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:217,241,242;--color-primary-1:128,210,212;--color-primary-2:1,164,169;--color-primary-3:1,82,85;--color-primary-4:0,25,25;--color-secondary-0:224,231,239;--color-secondary-1:152,177,202;--color-secondary-2:48,98,149;--color-secondary-3:24,49,75;--color-secondary-4:7,15,22;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:#ffffff;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); }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT { 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;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container { background-color: transparent; background-image: none; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container > .video-iframe-container { display: none; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row > .video-iframe-container { display: none; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .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); }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container { border-width: 0; border-radius: 0; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#uHVOTZFWC8rKA8nCXUiuCqWCyMCnPrJE { background-color:#018489;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:12.9375rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:62.0625rem;display:block; }
#HKlB0s5iNMWcWLC3KayCG5i2RVMtLFtP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT4STntEx8TTEzgeLXgQDuCNuiAmdPvp { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:49.8125rem;display:block; }
#x9IBV45b7pQTMUJ5OxWZZN6BSe5WfFIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3pAPsmTcfUrCPMLIRegkrgV9EAXCsT1 { position:absolute;display:block;z-index:15002;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.625rem;width:13.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 { 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/b5fbe820-b48a-4679-9427-210c1015ba25/65379229bf6b16b810f22cd3113164020072ac03.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.adaptive-delivery-prevent-bg, #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.lazyload, #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.lazyloading { background-image: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { background-color: transparent; background-image: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container > .video-iframe-container { display: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container { display: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .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); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { border-width: 0; border-radius: 0; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#xv6k2wRNcUc79pPmul4bFr3IT7Q37oyi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:37.8125rem;height:8.7744375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#tK3I8iiv1ZThcbiRKp0kzJzldH5e5Vbp { color:rgba(var(--color-secondary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:39.4375rem;height:1.94970625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#x9OFwX48wfupto8v7EVTyp1a12k3e4KW { position:relative;display:block; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW { background-color: transparent; background-image: none; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .row .container > .video-iframe-container { display: none; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .row > .video-iframe-container { display: none; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .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); }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW { border-width: 0; border-radius: 0; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .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; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .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:58.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; }#IhaudMyv9dAdJ7TlyDtK6TTwReMoJ5gn { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:37.875rem;left:0rem;height:16.568375rem;font-style:normal;display:block; }
#sK3wrf577epOJDWHrubeoThQBN1RO90e { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#TDBX6NJSEbqSEIs0G36bpFVRCmagwrNy { position:absolute;display:block;z-index:15003;height:54.375rem;width:36.5625rem;top:1.5rem;left:38.4375rem;display:block; }
#cakzxX3N5ntlts3o70zmhWz98JuXr3Gr { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#cFmuZ5RJTvTGDdL0kb81NgAJ2D0frQr9 { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:#002a4a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#cEULR9C3IJAib1AkVtKa7ZLqcEaOmx2d { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#rws8vk00k0V44F0NZv4yAhlkZ7sm5B6N { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:0.0625rem;border-top-right-radius:2rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:2rem;border-top-left-radius:0.25rem;display:block; }
#qkTOI8bHgtQXDMpJ5GBqPQWd4qyMSH6T { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#AeSFsQ70EHbIkxI6DWeMfc9btv4Evmzq { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15018;background-color:#018489;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#EkQhkbyZ7yZsMTUi455Avuu2pztQULZV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#RNQyqMs8kkemclg0HmekRxbZUTiL6G9U { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:16.5625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#c7wE62gsT25JtTinTDXLhom8U7AkuKk9 { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#Gql2VsHhcV4Fl3Bp8iRQTXAiQPrqsTTZ { color:rgba(var(--color-secondary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#u7fIh2w77RQnCD0Kou9qyAEs4a2yx5cM { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:16.5625rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wvZnX59VcRXzxAnXNVpWsxOOc7egq8hP { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18rem;left:18.5625rem;height:;text-align:center;text-align-last:center;display:block; }
#mAlTM5qMGX6EZnFDuHNLGMJtcZgnQ5J8 { color:rgba(var(--color-secondary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:20.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rTTOFgXPZOnfdlEcvSRiIU63SxMBgQRR { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:27.1875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZtTRk9iZDxBEdkrvel00cGcONJUoJJyl { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#Vax77K1o5eArgr2SCp1aT3KkweVLUckq { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:33.7998046875rem;left:1.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Dk2dgITIdgkdQNv75tXscVztuJi5t8vl { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:27.1875rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#demT1xy33zi7kSB93MWD36aJzwQIJaOR { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.287109375rem;left:19.4375rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#zvh30DrpZ7JnPsVFXFt8kOT2fA7y0v8a { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.9248046875rem;left:19.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yatz0JcQGShef6O4x9CJp5s7Zq5DRymR { color:rgba(var(--color-secondary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:31.25rem;left:30rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#uAlmyyGAK2MDB6V9Ut4hIRDMlRsWcfxi { color:rgba(var(--color-secondary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:34.6875rem;left:20.09375rem;height:1.29980625rem;display:block; }
#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container { background-color: transparent; background-image: none; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container > .video-iframe-container { display: none; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row > .video-iframe-container { display: none; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .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); }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container { border-width: 0; border-radius: 0; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#IIqlVD9ndGLBIkOF9h7e3m0dNcGSduzI { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1PuHIL9C21pCri7pkIzxIKxbwBJquCz { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#brPpkkQvGp3tMTSEEIlhGTNwz91WvOen { position:absolute;display:block;z-index:15002;height:14.8125rem;width:32.125rem;top:8.875rem;left:42.875rem;display:block; }
#BVyZOb9zhbiAekMPNT0WBlTUmOzHAJoa { position:absolute;display:block;z-index:15029;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:2rem;width:2rem;top:15.3125rem;left:73rem;overflow:hidden;display:block; }
#eP748beglUwoCtXTFyxO3nL73g02l6ue { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:15.3125rem;left:42.875rem;overflow:hidden;display:block; }
#siJ3gxSRvlHDneoCAXb3qMddCx2aDt2f { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:57.375rem;display:block; }
#JZOJirHpvJrKpkVpXPkZPsPXuEEQhxtM { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:58.625rem;display:block; }
#XfhJ6ImoU2X92I0fIcqibSKn3BrP0mTE { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:59.875rem;display:block; }
#ZsI16iv2W8DOzwS4WLiwmOBaCdaaT4na { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:61.125rem;display:block; }
#An0nFiqnyNJHZQ3OZ5ZBE1Erdw4ZcDXp { background-color:#018489;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:19.1875rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.6875rem;left:0rem;display:block; }
#BSGeNfKAaiQTuShJIBNhAcdNVXR5ZHMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA { 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/99b6f790-ec24-482c-9ed1-cd0bfd449a70/055de858750a11eaabef0697e5ca793e2Fd9f041211b452a133ae2d7977411b9b67ecaff672Fsaba_background2028129.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA.adaptive-delivery-prevent-bg, #yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA.lazyload, #yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA.lazyloading { background-image: none; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container { background-color: transparent; background-image: none; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container > .video-iframe-container { display: none; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row > .video-iframe-container { display: none; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .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); }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container { border-width: 0; border-radius: 0; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#y2H2oCeZWOZJMEEI4Lcs6ukJkP8Rb7OB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#TdKWHs7T4ayXC4A912aXyBlGxdP7EZQo { box-sizing:content-box;height:2.5rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:33.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XF8DdIbkWgtyBTiSXWhoNTmUhyvhmlge { color:#002a4a;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.4375rem;left:0.25rem;height:1.29980625rem;text-align:center;text-align-last:center;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; }
#WRRPFlUoMmVH7ldIvQd37N0H3bu2bDo4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HSivn7eCBeVcoOkh5GAAKmuGuibumP83 { box-sizing:content-box;height:2.5rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:33.8125rem;left:18.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bvvFNIOEoFoU0Z5TrxGhgyfyhxkAAVOL { color:#002a4a;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.4375rem;left:19.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;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; }
#aZASK7U7UomfFVEcoud3S83QTZM1KxX5 { box-sizing:content-box;height:2.5rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:33.8125rem;left:56.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rCwDBK2gC8cs98LRKBVoG410wucICdd3 { color:#002a4a;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.4375rem;left:56.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;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; }
#Pdq34okmfUGSsNfKCZ2NPGaqTcN9WB49 { box-sizing:content-box;height:2.5rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:33.8125rem;left:37.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TpVNJOTn72TFU4zwPVvEXMblgTbVOXlz { color:#002a4a;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.4375rem;left:37.875rem;height:1.29980625rem;text-align:center;text-align-last:center;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; }
#VXL8SdqbBARHbiLowHulb8BifMJ5nwEL { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.12475rem;width:18.43725rem;top:19.735107421875rem;left:0rem;overflow:hidden;display:block; }
#BxLrwy1iyQonvyig8Th2lr7gS9edNyz4 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.12475rem;width:18.43725rem;top:19.735107421875rem;left:18.8115234375rem;overflow:hidden;display:block; }
#OHXeDeeH96DhJw1pSQUK4DKw3hlUlLgc { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.12475rem;width:18.43725rem;top:19.735107421875rem;left:37.62353515625rem;overflow:hidden;display:block; }
#Pa47ikSEn5pD9tMTdgBkpURmXwr54NEx { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.12475rem;width:18.43725rem;top:19.735107421875rem;left:56.5634765625rem;overflow:hidden;display:block; }
#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container { background-color: transparent; background-image: none; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container > .video-iframe-container { display: none; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row > .video-iframe-container { display: none; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .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); }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container { border-width: 0; border-radius: 0; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#ShOwfsVOXd1J8tTpgoHbpBUx5fgilNtz { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:6.5rem;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; }
#TRcKzGc7Fg7VfTP2fSISuwIQ2JvqA7u5 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:16.5rem;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; }
#bRGdqqSfGTi6TQJGFL1UXvbTQEPWg3iJ { background-color:#018489;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:19.1875rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.7109375rem;left:0rem;display:block; }
#bxdTteCIhHIx7X8JiTLfZUnGZv7k5GVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghU2zWy212e2WmbJ1Zo9JRvVfd8c2cxJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.625rem;width:28.8125rem;top:2.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#qkhUim2UZLNU0kya6071Myi06d7f3q4L { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.8125rem;left:46.1875rem;height:3.8984375rem;display:block; }
#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5ae5418-40fc-45d7-9077-cd6008f4f55d/sectionbg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.adaptive-delivery-prevent-bg, #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.lazyload, #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.lazyloading { background-image: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { background-color: transparent; background-image: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container > .video-iframe-container { display: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container { display: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .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); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { border-width: 0; border-radius: 0; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#HIlM3SMN6qEQM7ZeOnQFotsouTspn27v { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddeD9huctNpqKSWGw2B5iiZrVnqIbWFi { color:rgba(var(--color-tertiary-2),1);display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8994140625rem;left:0rem;height:13.64453125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uav5v4TBq6Tckpy1uVnQSTbIKScPhdEv { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius: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:#002a4c;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:27.8125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.9375rem;left:0rem;display:block; }
#EJp2cIXU8mbg0M9p7mUINuCefhTBrd0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 { position:relative;display:block; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 { background-color: transparent; background-image: none; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .row .container > .video-iframe-container { display: none; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .row > .video-iframe-container { display: none; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .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); }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 { border-width: 0; border-radius: 0; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .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; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .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:25.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Aq6Rui7MXsBuweD7FzFa1tDa62qMKhgb { box-sizing:content-box;height:12.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#f4f7fb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:0.03125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#NQ8xybUDaDwXoBVF9kOqdTpnun8G8pcR { color:rgba(var(--color-secondary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0.875rem;height:5.19921875rem;display:block; }
#aMiCTBnGJ2nUBG4NWsti7G1XBv9FeUhX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:9.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#em7t2G0lNNqyDqIHLG6P6dK0CJvNfGpH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:4.78125rem;height:;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; }
#z9OAwrdkTlMtToMbZXHlDWIn8ob8vLlR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.943359375rem;left:4.78125rem;height:0.97485625rem;display:block; }
#pfAWnLKugWuyrXeRUFEzqvqdQAfWzFhV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:22rem;left:21.34375rem;overflow:hidden;display:block; }
#vIIUw0q8Q3vS2OQ8Tqy5G6Beuir8ml6s { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.1875rem;left:0.875rem;overflow:hidden;display:block; }
#iNJZWXIKF68t2xRhLZZ3T5gn9kG6EnTg { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:5.224609375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldCt0wV3B5P06IucUmo4KGZyhpohsK3y { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wBzei4g4pWrtwPtrPUJaGygMpysUK00x { box-sizing:content-box;height:12.375rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#f4f7fb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:25.03125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#plb08sRmuay3q9HCtlyQBppN6yBaWz1E { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:9.8125rem;left:26.0625rem;overflow:hidden;display:block; }
#euz0c6CTm4fO22uf5XM5KCWbLvcQRh8J { 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:3.4375rem;width:3.4375rem;top:12.1875rem;left:25.875rem;overflow:hidden;display:block; }
#ZWRtBSTWGAzoLTGV2TqV1T8BAdtoclKI { color:rgba(var(--color-secondary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.9375rem;left:25.875rem;height:3.8994125rem;display:block; }
#tG3O1HdvEhBqS02t5RyKNe9vGDp5N7mO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.375rem;left:29.78125rem;height:;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; }
#x3RZpREPGg1k7JalWf17AvwmK4Lx1p83 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.943359375rem;left:29.78125rem;height:1.94970625rem;display:block; }
#oop4ArvIVS5riGQz6K9iSCmwLTAP4sHw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:22rem;left:46.34375rem;overflow:hidden;display:block; }
#gNhU3ds61RFa3KFb5VfDq4A5ds9KtNc3 { box-sizing:content-box;height:12.375rem;width:24.375rem;position:absolute;display:block;z-index:15014;background-color:#f4f7fb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:50rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#dpzSBFQFgLgFQt8OcTDEzu6sXgEzXmif { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:9.8125rem;left:51.03125rem;overflow:hidden;display:block; }
#OP8xgm36x8tTIIoN6EPt2edGUdfWG8JT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.1875rem;left:50.84375rem;overflow:hidden;display:block; }
#kBDAwEP7IMvyqTBVzZD3xa588B6Wl4PE { color:rgba(var(--color-secondary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.9375rem;left:50.84375rem;height:3.8994125rem;display:block; }
#BdkhH30GDtfsancT1vxTMEvM1dewhnTs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.375rem;left:54.75rem;height:;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; }
#IE9SSnaxAKJmNd5331Gt1hqMbNLLS5R1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.943359375rem;left:54.75rem;height:1.94970625rem;display:block; }
#ADul6R0LMnIQzEnMxXmUhJdZawclSqdk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:22rem;left:71.3125rem;overflow:hidden;display:block; }
#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container { background-color: transparent; background-image: none; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container > .video-iframe-container { display: none; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row > .video-iframe-container { display: none; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .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); }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container { border-width: 0; border-radius: 0; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#z3eVysxTQZC7ttnks4bIcIkUpO2U7xu8 { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.986328125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#kT5c3xC6ZtWWuwWRPdOqmbdyET94RXEC { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14rem;width:24.6875rem;top:13.361328125rem;left:0rem;overflow:hidden;display:block; }
#vOCNvFN27ebKP2VAyDVwOvDFvwR4TowC { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAVrh2ZkSZ1H3KZC5gMgfUMgUDsBRHlV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14rem;width:24.6875rem;top:13.361328125rem;left:50.3125rem;overflow:hidden;display:block; }
#pngSvgLevKt0TAN7HUnhdlqAH3Tyfh1d { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14rem;width:24.6875rem;top:13.361328125rem;left:25.1875rem;overflow:hidden;display:block; }
#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/99b6f790-ec24-482c-9ed1-cd0bfd449a70/055de858750a11eaabef0697e5ca793e2Fd9f041211b452a133ae2d7977411b9b67ecaff672Fsaba_background2028129.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e.adaptive-delivery-prevent-bg, #J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e.lazyload, #J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e.lazyloading { background-image: none; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container { background-color: transparent; background-image: none; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container > .video-iframe-container { display: none; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row > .video-iframe-container { display: none; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .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); }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container { border-width: 0; border-radius: 0; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#IqOh8fwxVWdiWeQ2r1lDGhg0XTVvx86x { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PeW7xqSGxGgk3cg8Cdl4T5tiWf9NMyZX { box-sizing:content-box;height:15.8125rem;width:24.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Mtd5hKQnvZGrq8QAmZEwoZeHS7JUTRkT { color:#002a4c;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MGdd77MeUaKbRK6Kbi7Ou4MUk8UPE0ye { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:11.474609375rem;left:0.59375rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#ZMafKe29TD5XVoaTrx1CV8mKewJHCDIm { box-sizing:content-box;height:15.8125rem;width:24.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:50.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FgD0ylzxXQdx50PGOiGO1qb2vkHBhaNE { color:#002a4c;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.5rem;left:50.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VrTMbUr5T2JrwTlEAxllbz9lE6cAC7EB { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.474609375rem;left:50.96875rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#zmTW56aB2E9hc6i6BJzyJwsVPMIs5qWh { box-sizing:content-box;height:15.8125rem;width:24.625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:25.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yArv78GpL1Iv6Ph8KGkfgRw4ByEw0Kxp { color:#002a4c;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:8.5rem;left:25.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PcCdI5AgilTF0zuXWzdioTgVdz3pQtDL { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.474609375rem;left:25.78125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#lMb9RG7VyF89ZxrfQOVFeuUf7VriJptX { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius: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:#002a4c;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:13.875rem;height:2.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:24.5rem;left:30.5625rem;display:block; }
#VqvnOxywXnfPFZSSvcyTSHKIE2LMd4l8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container { background-color: transparent; background-image: none; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container > .video-iframe-container { display: none; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row > .video-iframe-container { display: none; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .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); }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container { border-width: 0; border-radius: 0; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#A0KqCpfXyaVZJqa1Z97l20cdFc4w3wLu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:13.9375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#kucTxDEHo0zhAPJkvRBZyJthUBXebswI { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;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:2.9375rem;left:60rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#JZIfbPnl8pmwscTyuPZAGLeLkiK1EmNW { color:#212721;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:43.75rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #mWT1ueyynANPCAzRFAzm5icBCsv9nkaT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHVOTZFWC8rKA8nCXUiuCqWCyMCnPrJE { width:12.9375rem;height:2.75rem;top:1.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKlB0s5iNMWcWLC3KayCG5i2RVMtLFtP { display:block; }
 }@media only screen and (max-width: 1199px) { #LT4STntEx8TTEzgeLXgQDuCNuiAmdPvp { width:11.0625rem;height:2.75rem;top:1.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9IBV45b7pQTMUJ5OxWZZN6BSe5WfFIl { display:block; }
 }@media only screen and (max-width: 1199px) { #D3pAPsmTcfUrCPMLIRegkrgV9EAXCsT1 { width:13.125rem;height:5.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b5fbe820-b48a-4679-9427-210c1015ba25/65379229bf6b16b810f22cd3113164020072ac03.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.adaptive-delivery-prevent-bg, #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.lazyload, #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.lazyloading { background-image: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { background-color: transparent; background-image: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container > .video-iframe-container { display: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container { display: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .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); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xv6k2wRNcUc79pPmul4bFr3IT7Q37oyi { width:35.5625rem;height:8.7744375rem;top:13.6875rem;left:12.1875rem;font-size:2.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #tK3I8iiv1ZThcbiRKp0kzJzldH5e5Vbp { width:35.5625rem;height:1.94970625rem;top:11.75rem;left:12.1875rem;font-size:1.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #x9OFwX48wfupto8v7EVTyp1a12k3e4KW { display:block; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .row .container { width:47.75rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IhaudMyv9dAdJ7TlyDtK6TTwReMoJ5gn { width:46.25rem;height:14.61915rem;top:94.375rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #sK3wrf577epOJDWHrubeoThQBN1RO90e { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TDBX6NJSEbqSEIs0G36bpFVRCmagwrNy { width:47.75rem;height:54.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cakzxX3N5ntlts3o70zmhWz98JuXr3Gr { width:47.75rem;height:2.92480625rem;top:57.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cFmuZ5RJTvTGDdL0kb81NgAJ2D0frQr9 { width:47.75rem;height:3.375rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEULR9C3IJAib1AkVtKa7ZLqcEaOmx2d { width:47.75rem;height:2.11230625rem;top:61.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rws8vk00k0V44F0NZv4yAhlkZ7sm5B6N { width:47.75rem;height:3.375rem;top:64.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkTOI8bHgtQXDMpJ5GBqPQWd4qyMSH6T { width:47.75rem;height:2.11230625rem;top:65.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeSFsQ70EHbIkxI6DWeMfc9btv4Evmzq { width:47.75rem;height:3.375rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkQhkbyZ7yZsMTUi455Avuu2pztQULZV { width:47.75rem;height:2.11230625rem;top:69.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNQyqMs8kkemclg0HmekRxbZUTiL6G9U { width:17.8125rem;height:9.75rem;top:72.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7wE62gsT25JtTinTDXLhom8U7AkuKk9 { width:18.1875rem;height:4.54980625rem;top:74rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gql2VsHhcV4Fl3Bp8iRQTXAiQPrqsTTZ { width:15rem;height:2.5996125rem;top:79.125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7fIh2w77RQnCD0Kou9qyAEs4a2yx5cM { width:17.8125rem;height:9.75rem;top:72.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvZnX59VcRXzxAnXNVpWsxOOc7egq8hP { width:18.1875rem;height:4.54980625rem;top:74rem;left:24.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAlTM5qMGX6EZnFDuHNLGMJtcZgnQ5J8 { width:15rem;height:2.5996125rem;top:79.125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTTOFgXPZOnfdlEcvSRiIU63SxMBgQRR { width:17.8125rem;height:9.75rem;top:83.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtTRk9iZDxBEdkrvel00cGcONJUoJJyl { width:18.1875rem;height:4.54980625rem;top:84.625rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vax77K1o5eArgr2SCp1aT3KkweVLUckq { width:15.5rem;height:2.5996125rem;top:89.75rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dk2dgITIdgkdQNv75tXscVztuJi5t8vl { width:17.8125rem;height:9.75rem;top:83.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #demT1xy33zi7kSB93MWD36aJzwQIJaOR { width:10.4375rem;height:4.54980625rem;top:86.0625rem;left:26rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvh30DrpZ7JnPsVFXFt8kOT2fA7y0v8a { width:15.25rem;height:1.29980625rem;top:84.8125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yatz0JcQGShef6O4x9CJp5s7Zq5DRymR { width:6.75rem;height:3.25rem;top:86.6875rem;left:36.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uAlmyyGAK2MDB6V9Ut4hIRDMlRsWcfxi { width:15.3125rem;height:1.29980625rem;top:90.7998046875rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq { display:block; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container { width:47.75rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IIqlVD9ndGLBIkOF9h7e3m0dNcGSduzI { width:46.25rem;height:8.7744375rem;top:2.5rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1PuHIL9C21pCri7pkIzxIKxbwBJquCz { width:22.9375rem;height:19.5rem;top:12.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brPpkkQvGp3tMTSEEIlhGTNwz91WvOen { width:22.3125rem;height:7.625rem;top:12.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVyZOb9zhbiAekMPNT0WBlTUmOzHAJoa { width:2rem;height:2rem;top:15.8125rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eP748beglUwoCtXTFyxO3nL73g02l6ue { width:2rem;height:2rem;top:15.8125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siJ3gxSRvlHDneoCAXb3qMddCx2aDt2f { width:0.625rem;height:0.625rem;top:21rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZOJirHpvJrKpkVpXPkZPsPXuEEQhxtM { width:0.625rem;height:0.625rem;top:21rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfhJ6ImoU2X92I0fIcqibSKn3BrP0mTE { width:0.625rem;height:0.625rem;top:21rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsI16iv2W8DOzwS4WLiwmOBaCdaaT4na { width:0.625rem;height:0.625rem;top:21rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #An0nFiqnyNJHZQ3OZ5ZBE1Erdw4ZcDXp { width:17.5rem;height:2.75rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSGeNfKAaiQTuShJIBNhAcdNVXR5ZHMv { display:block; }
 }@media only screen and (max-width: 1199px) { #yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA { display:block; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container { width:47.75rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y2H2oCeZWOZJMEEI4Lcs6ukJkP8Rb7OB { width:46.25rem;height:13.5rem;top:12.4248046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdKWHs7T4ayXC4A912aXyBlGxdP7EZQo { width:11.25rem;height:2.5625rem;top:26.5rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #XF8DdIbkWgtyBTiSXWhoNTmUhyvhmlge { width:11.25rem;height:0.89355625rem;top:27.3125rem;left:0.6875rem;font-size:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #WRRPFlUoMmVH7ldIvQd37N0H3bu2bDo4 { width:46.25rem;height:8.7744375rem;top:2.5498046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSivn7eCBeVcoOkh5GAAKmuGuibumP83 { width:11.25rem;height:2.5625rem;top:26.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvvFNIOEoFoU0Z5TrxGhgyfyhxkAAVOL { width:11.25rem;height:0.89355625rem;top:27.3125rem;left:12.625rem;font-size:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #aZASK7U7UomfFVEcoud3S83QTZM1KxX5 { width:11.25rem;height:2.5625rem;top:26.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCwDBK2gC8cs98LRKBVoG410wucICdd3 { width:9rem;height:0.89355625rem;top:27.3125rem;left:36.875rem;font-size:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #Pdq34okmfUGSsNfKCZ2NPGaqTcN9WB49 { width:11.25rem;height:2.5625rem;top:26.5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpVNJOTn72TFU4zwPVvEXMblgTbVOXlz { width:10.125rem;height:0.89355625rem;top:27.3125rem;left:24.625rem;font-size:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #VXL8SdqbBARHbiLowHulb8BifMJ5nwEL { width:11.25rem;height:8.4375rem;top:18.0556640625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxLrwy1iyQonvyig8Th2lr7gS9edNyz4 { width:11.25rem;height:8.4375rem;top:18.0625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHXeDeeH96DhJw1pSQUK4DKw3hlUlLgc { width:11.25rem;height:8.4375rem;top:18.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pa47ikSEn5pD9tMTdgBkpURmXwr54NEx { width:11.25rem;height:8.4375rem;top:18.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 { display:block; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container { width:47.75rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ShOwfsVOXd1J8tTpgoHbpBUx5fgilNtz { width:46.25rem;height:5.8496125rem;top:2.474609375rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRcKzGc7Fg7VfTP2fSISuwIQ2JvqA7u5 { width:25.1875rem;height:22.5rem;top:9.6875rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRGdqqSfGTi6TQJGFL1UXvbTQEPWg3iJ { width:17.5rem;height:2.75rem;top:33.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxdTteCIhHIx7X8JiTLfZUnGZv7k5GVG { display:block; }
 }@media only screen and (max-width: 1199px) { #ghU2zWy212e2WmbJ1Zo9JRvVfd8c2cxJ { width:21.375rem;height:16rem;top:9.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkhUim2UZLNU0kya6071Myi06d7f3q4L { width:20.9375rem;height:3.8994125rem;top:26.9375rem;left:26.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5ae5418-40fc-45d7-9077-cd6008f4f55d/sectionbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.adaptive-delivery-prevent-bg, #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.lazyload, #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.lazyloading { background-image: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { background-color: transparent; background-image: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container > .video-iframe-container { display: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container { display: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .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); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HIlM3SMN6qEQM7ZeOnQFotsouTspn27v { width:46.25rem;height:2.92480625rem;top:2.5rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddeD9huctNpqKSWGw2B5iiZrVnqIbWFi { width:46.25rem;height:9.09863125rem;top:6.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uav5v4TBq6Tckpy1uVnQSTbIKScPhdEv { width:27.8125rem;height:2.75rem;top:16.7841796875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJp2cIXU8mbg0M9p7mUINuCefhTBrd0k { display:block; }
 }@media only screen and (max-width: 1199px) { #rOtNNakcpBicM9v1K09I4nImkAGDN0r1 { display:block; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .row .container { width:47.75rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Aq6Rui7MXsBuweD7FzFa1tDa62qMKhgb { width:15rem;height:13.75rem;top:18.11328125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQ8xybUDaDwXoBVF9kOqdTpnun8G8pcR { width:13.6875rem;height:4.87305rem;top:25.86328125rem;left:1.4267578125rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #aMiCTBnGJ2nUBG4NWsti7G1XBv9FeUhX { width:2.25rem;height:2.25rem;top:17.25rem;left:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #em7t2G0lNNqyDqIHLG6P6dK0CJvNfGpH { width:10.25rem;height:1.13745rem;top:19.625rem;left:4.978515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9OAwrdkTlMtToMbZXHlDWIn8ob8vLlR { width:10.5rem;height:2.111325rem;top:20.76171875rem;left:5.228515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pfAWnLKugWuyrXeRUFEzqvqdQAfWzFhV { width:2.25rem;height:2.25rem;top:30.30078125rem;left:12.21875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #vIIUw0q8Q3vS2OQ8Tqy5G6Beuir8ml6s { width:3.4375rem;height:3.4375rem;top:19.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNJZWXIKF68t2xRhLZZ3T5gn9kG6EnTg { width:46.25rem;height:6.75rem;top:8.9248046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldCt0wV3B5P06IucUmo4KGZyhpohsK3y { width:46.25rem;height:5.8496125rem;top:2.375rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBzei4g4pWrtwPtrPUJaGygMpysUK00x { width:15rem;height:13.75rem;top:18.11328125rem;left:16.291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plb08sRmuay3q9HCtlyQBppN6yBaWz1E { width:2.25rem;height:2.25rem;top:17.25rem;left:16.291015625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #euz0c6CTm4fO22uf5XM5KCWbLvcQRh8J { width:3.4375rem;height:3.4375rem;top:19.625rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWRtBSTWGAzoLTGV2TqV1T8BAdtoclKI { width:13.6875rem;height:2.9245625rem;top:25.86328125rem;left:16.78125rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #tG3O1HdvEhBqS02t5RyKNe9vGDp5N7mO { width:11.375rem;height:1.13745rem;top:19.5rem;left:20.8955078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3RZpREPGg1k7JalWf17AvwmK4Lx1p83 { width:10.5rem;height:4.22265625rem;top:20.75rem;left:20.7705078125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oop4ArvIVS5riGQz6K9iSCmwLTAP4sHw { width:2.25rem;height:2.25rem;top:30.3125rem;left:28.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #gNhU3ds61RFa3KFb5VfDq4A5ds9KtNc3 { width:15rem;height:13.75rem;top:18.11328125rem;left:32.103515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpzSBFQFgLgFQt8OcTDEzu6sXgEzXmif { width:2.25rem;height:2.25rem;top:17.25rem;left:32.541015625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #OP8xgm36x8tTIIoN6EPt2edGUdfWG8JT { width:3.4375rem;height:3.4375rem;top:19.625rem;left:32.541015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBDAwEP7IMvyqTBVzZD3xa588B6Wl4PE { width:13.6875rem;height:3.8994125rem;top:25.875rem;left:32.625rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #BdkhH30GDtfsancT1vxTMEvM1dewhnTs { width:11.375rem;height:1.13745rem;top:19.5rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IE9SSnaxAKJmNd5331Gt1hqMbNLLS5R1 { width:10.5rem;height:4.22265625rem;top:20.76171875rem;left:36.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADul6R0LMnIQzEnMxXmUhJdZawclSqdk { width:2.25rem;height:2.25rem;top:30.3125rem;left:44.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER { display:block; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z3eVysxTQZC7ttnks4bIcIkUpO2U7xu8 { width:46.25rem;height:10.125rem;top:9.6240234375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kT5c3xC6ZtWWuwWRPdOqmbdyET94RXEC { width:15rem;height:8.375rem;top:21.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOCNvFN27ebKP2VAyDVwOvDFvwR4TowC { width:46.25rem;height:5.8496125rem;top:2.5498046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAVrh2ZkSZ1H3KZC5gMgfUMgUDsBRHlV { width:15rem;height:8.375rem;top:21.53125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pngSvgLevKt0TAN7HUnhdlqAH3Tyfh1d { width:15rem;height:8.375rem;top:21.53125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e { display:block; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container { width:47.75rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IqOh8fwxVWdiWeQ2r1lDGhg0XTVvx86x { width:46.25rem;height:2.92480625rem;top:2.5498046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeW7xqSGxGgk3cg8Cdl4T5tiWf9NMyZX { width:15.125rem;height:24.375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mtd5hKQnvZGrq8QAmZEwoZeHS7JUTRkT { width:13.5625rem;height:1.94970625rem;top:8.5rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGdd77MeUaKbRK6Kbi7Ou4MUk8UPE0ye { width:13.5625rem;height:16.8974375rem;top:13.6875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMafKe29TD5XVoaTrx1CV8mKewJHCDIm { width:15.125rem;height:24.375rem;top:7.0625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgD0ylzxXQdx50PGOiGO1qb2vkHBhaNE { width:13.5625rem;height:3.8994125rem;top:8.5rem;left:33.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrTMbUr5T2JrwTlEAxllbz9lE6cAC7EB { width:13.5625rem;height:16.8974375rem;top:13.6875rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zmTW56aB2E9hc6i6BJzyJwsVPMIs5qWh { width:15.125rem;height:24.375rem;top:7.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yArv78GpL1Iv6Ph8KGkfgRw4ByEw0Kxp { width:11.3125rem;height:3.8994125rem;top:8.5rem;left:17rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcCdI5AgilTF0zuXWzdioTgVdz3pQtDL { width:13.5625rem;height:10.3984375rem;top:13.69921875rem;left:17.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMb9RG7VyF89ZxrfQOVFeuUf7VriJptX { width:13.875rem;height:2.75rem;top:33.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqvnOxywXnfPFZSSvcyTSHKIE2LMd4l8 { display:block; }
 }@media only screen and (max-width: 1199px) { #vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk { display:block; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A0KqCpfXyaVZJqa1Z97l20cdFc4w3wLu { width:13.9375rem;height:5.9375rem;top:1rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kucTxDEHo0zhAPJkvRBZyJthUBXebswI { width:15rem;height:1.0556625rem;top:2.9375rem;left:32rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZIfbPnl8pmwscTyuPZAGLeLkiK1EmNW { width:31.25rem;height:1.0556625rem;top:4rem;left:15.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mWT1ueyynANPCAzRFAzm5icBCsv9nkaT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mWT1ueyynANPCAzRFAzm5icBCsv9nkaT > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHVOTZFWC8rKA8nCXUiuCqWCyMCnPrJE { width:6.25rem;height:2.1875rem;top:1.75rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKlB0s5iNMWcWLC3KayCG5i2RVMtLFtP { display:block; }
 }@media only screen and (max-width: 763px) { #LT4STntEx8TTEzgeLXgQDuCNuiAmdPvp { width:6.25rem;height:2.1875rem;top:1.75rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9IBV45b7pQTMUJ5OxWZZN6BSe5WfFIl { display:block; }
 }@media only screen and (max-width: 763px) { #D3pAPsmTcfUrCPMLIRegkrgV9EAXCsT1 { width:6.5rem;height:2.8125rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5fbe820-b48a-4679-9427-210c1015ba25/65379229bf6b16b810f22cd3113164020072ac03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.adaptive-delivery-prevent-bg, #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.lazyload, #Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0.lazyloading { background-image: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { background-color: transparent; background-image: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container > .video-iframe-container { display: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row > .video-iframe-container { display: none; }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .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); }#Tp3qJTeJLLUStmWogP3sHlEeKz6CxKs0 > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xv6k2wRNcUc79pPmul4bFr3IT7Q37oyi { width:20rem;height:17.5488125rem;top:10.4296875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #tK3I8iiv1ZThcbiRKp0kzJzldH5e5Vbp { width:20rem;height:1.62524375rem;top:8.8046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #x9OFwX48wfupto8v7EVTyp1a12k3e4KW { display:block; }#x9OFwX48wfupto8v7EVTyp1a12k3e4KW > .row .container { width:20rem;height:183.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhaudMyv9dAdJ7TlyDtK6TTwReMoJ5gn { width:20rem;height:26.31448125rem;top:155.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sK3wrf577epOJDWHrubeoThQBN1RO90e { width:1.5rem;height:0.8125rem;top:23.75rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TDBX6NJSEbqSEIs0G36bpFVRCmagwrNy { width:20rem;height:90.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cakzxX3N5ntlts3o70zmhWz98JuXr3Gr { width:20rem;height:5.20019375rem;top:93.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFmuZ5RJTvTGDdL0kb81NgAJ2D0frQr9 { width:20rem;height:3.375rem;top:99rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEULR9C3IJAib1AkVtKa7ZLqcEaOmx2d { width:20rem;height:2.11230625rem;top:99.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rws8vk00k0V44F0NZv4yAhlkZ7sm5B6N { width:20rem;height:3.375rem;top:103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTOI8bHgtQXDMpJ5GBqPQWd4qyMSH6T { width:20rem;height:2.11230625rem;top:103.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeSFsQ70EHbIkxI6DWeMfc9btv4Evmzq { width:20rem;height:3.375rem;top:107rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQhkbyZ7yZsMTUi455Avuu2pztQULZV { width:20rem;height:2.11230625rem;top:107.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNQyqMs8kkemclg0HmekRxbZUTiL6G9U { width:19.625rem;height:9.75rem;top:110.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7wE62gsT25JtTinTDXLhom8U7AkuKk9 { width:18.1875rem;height:3.25rem;top:112.25rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gql2VsHhcV4Fl3Bp8iRQTXAiQPrqsTTZ { width:15.5rem;height:2.5996125rem;top:117.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7fIh2w77RQnCD0Kou9qyAEs4a2yx5cM { width:19.625rem;height:9.75rem;top:122.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZnX59VcRXzxAnXNVpWsxOOc7egq8hP { width:18.1875rem;height:3.25rem;top:123.625rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAlTM5qMGX6EZnFDuHNLGMJtcZgnQ5J8 { width:15.5rem;height:2.5996125rem;top:128.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTOFgXPZOnfdlEcvSRiIU63SxMBgQRR { width:19.625rem;height:9.75rem;top:133.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTRk9iZDxBEdkrvel00cGcONJUoJJyl { width:18.1875rem;height:3.25rem;top:135rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vax77K1o5eArgr2SCp1aT3KkweVLUckq { width:15.5rem;height:2.5996125rem;top:140.125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk2dgITIdgkdQNv75tXscVztuJi5t8vl { width:19.625rem;height:9.75rem;top:144.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #demT1xy33zi7kSB93MWD36aJzwQIJaOR { width:10.4375rem;height:3.25rem;top:148.75rem;left:2.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvh30DrpZ7JnPsVFXFt8kOT2fA7y0v8a { width:15.5rem;height:1.29980625rem;top:147.375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yatz0JcQGShef6O4x9CJp5s7Zq5DRymR { width:5.75rem;height:2.5996125rem;top:149.25rem;left:10.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAlmyyGAK2MDB6V9Ut4hIRDMlRsWcfxi { width:15.3125rem;height:1.29980625rem;top:152.5rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq { display:block; }#C0HhCIESRopJwnpOgUCyHUz8MurV5Nfq > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIqlVD9ndGLBIkOF9h7e3m0dNcGSduzI { width:20rem;height:12.9980625rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1PuHIL9C21pCri7pkIzxIKxbwBJquCz { width:20rem;height:22.5rem;top:16.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brPpkkQvGp3tMTSEEIlhGTNwz91WvOen { width:18.75rem;height:8.25rem;top:44.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVyZOb9zhbiAekMPNT0WBlTUmOzHAJoa { width:2rem;height:2rem;top:47.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP748beglUwoCtXTFyxO3nL73g02l6ue { width:2rem;height:2rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siJ3gxSRvlHDneoCAXb3qMddCx2aDt2f { width:0.625rem;height:0.625rem;top:53.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZOJirHpvJrKpkVpXPkZPsPXuEEQhxtM { width:0.625rem;height:0.625rem;top:53.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhJ6ImoU2X92I0fIcqibSKn3BrP0mTE { width:0.625rem;height:0.625rem;top:53.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI16iv2W8DOzwS4WLiwmOBaCdaaT4na { width:0.625rem;height:0.625rem;top:53.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #An0nFiqnyNJHZQ3OZ5ZBE1Erdw4ZcDXp { width:19.1875rem;height:2.75rem;top:40rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSGeNfKAaiQTuShJIBNhAcdNVXR5ZHMv { display:block; }
 }@media only screen and (max-width: 763px) { #yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA { display:block; }#yptuTHB60TmEXSOsiemJ7BL7tCaTT5qA > .row .container { width:20rem;height:116.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2H2oCeZWOZJMEEI4Lcs6ukJkP8Rb7OB { width:20rem;height:25.5rem;top:16.2734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKWHs7T4ayXC4A912aXyBlGxdP7EZQo { width:20rem;height:2.5rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF8DdIbkWgtyBTiSXWhoNTmUhyvhmlge { width:19.875rem;height:1.13745rem;top:58rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRRPFlUoMmVH7ldIvQd37N0H3bu2bDo4 { width:20rem;height:12.9980625rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSivn7eCBeVcoOkh5GAAKmuGuibumP83 { width:20rem;height:2.5rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvFNIOEoFoU0Z5TrxGhgyfyhxkAAVOL { width:20rem;height:1.13745rem;top:76.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZASK7U7UomfFVEcoud3S83QTZM1KxX5 { width:20rem;height:2.5rem;top:111.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwDBK2gC8cs98LRKBVoG410wucICdd3 { width:20rem;height:1.13745rem;top:112.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pdq34okmfUGSsNfKCZ2NPGaqTcN9WB49 { width:20rem;height:2.5rem;top:93.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpVNJOTn72TFU4zwPVvEXMblgTbVOXlz { width:20rem;height:1.13745rem;top:94.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXL8SdqbBARHbiLowHulb8BifMJ5nwEL { width:20rem;height:13.78125rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxLrwy1iyQonvyig8Th2lr7gS9edNyz4 { width:20rem;height:13.78125rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHXeDeeH96DhJw1pSQUK4DKw3hlUlLgc { width:20rem;height:13.78125rem;top:79.874267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa47ikSEn5pD9tMTdgBkpURmXwr54NEx { width:20rem;height:13.78125rem;top:97.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 { display:block; }#CGBl6lBRrqtHiSSK8WIsu4iA29uSLdq9 > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShOwfsVOXd1J8tTpgoHbpBUx5fgilNtz { width:20rem;height:7.7988125rem;top:1.3046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRcKzGc7Fg7VfTP2fSISuwIQ2JvqA7u5 { width:20rem;height:30rem;top:10.6171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRGdqqSfGTi6TQJGFL1UXvbTQEPWg3iJ { width:17.5rem;height:2.75rem;top:63.0634765625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdTteCIhHIx7X8JiTLfZUnGZv7k5GVG { display:block; }
 }@media only screen and (max-width: 763px) { #ghU2zWy212e2WmbJ1Zo9JRvVfd8c2cxJ { width:20rem;height:15rem;top:42.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkhUim2UZLNU0kya6071Myi06d7f3q4L { width:20rem;height:4.87305rem;top:57.5654296875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5ae5418-40fc-45d7-9077-cd6008f4f55d/sectionbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.adaptive-delivery-prevent-bg, #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.lazyload, #CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX.lazyloading { background-image: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { background-color: transparent; background-image: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container > .video-iframe-container { display: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row > .video-iframe-container { display: none; }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .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); }#CVt4UbpGcg2ONTTGQXaZTOeVIWDpgnuX > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIlM3SMN6qEQM7ZeOnQFotsouTspn27v { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddeD9huctNpqKSWGw2B5iiZrVnqIbWFi { width:20rem;height:19.49705625rem;top:11.537109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uav5v4TBq6Tckpy1uVnQSTbIKScPhdEv { width:19rem;height:2.75rem;top:32.908234375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJp2cIXU8mbg0M9p7mUINuCefhTBrd0k { display:block; }
 }@media only screen and (max-width: 763px) { #rOtNNakcpBicM9v1K09I4nImkAGDN0r1 { display:block; }#rOtNNakcpBicM9v1K09I4nImkAGDN0r1 > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq6Rui7MXsBuweD7FzFa1tDa62qMKhgb { width:18.75rem;height:13.3125rem;top:25.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8xybUDaDwXoBVF9kOqdTpnun8G8pcR { width:16.9375rem;height:4.546875rem;top:31.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMiCTBnGJ2nUBG4NWsti7G1XBv9FeUhX { width:2.25rem;height:2.25rem;top:24.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em7t2G0lNNqyDqIHLG6P6dK0CJvNfGpH { width:13.4375rem;height:1.38135rem;top:26.75rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9OAwrdkTlMtToMbZXHlDWIn8ob8vLlR { width:13.4375rem;height:2.111325rem;top:28.125rem;left:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfAWnLKugWuyrXeRUFEzqvqdQAfWzFhV { width:2.25rem;height:2.25rem;top:37.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIIUw0q8Q3vS2OQ8Tqy5G6Beuir8ml6s { width:3.0625rem;height:3.0625rem;top:26.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJZWXIKF68t2xRhLZZ3T5gn9kG6EnTg { width:20rem;height:10.5rem;top:13.22265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldCt0wV3B5P06IucUmo4KGZyhpohsK3y { width:20rem;height:10.3984375rem;top:2.11328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBzei4g4pWrtwPtrPUJaGygMpysUK00x { width:18.75rem;height:14.75rem;top:40rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plb08sRmuay3q9HCtlyQBppN6yBaWz1E { width:2.25rem;height:2.25rem;top:38.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euz0c6CTm4fO22uf5XM5KCWbLvcQRh8J { width:3.4375rem;height:3.4375rem;top:42.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWRtBSTWGAzoLTGV2TqV1T8BAdtoclKI { width:16.9375rem;height:3.41015625rem;top:48rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG3O1HdvEhBqS02t5RyKNe9vGDp5N7mO { width:13.4375rem;height:1.38135rem;top:42.1875rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3RZpREPGg1k7JalWf17AvwmK4Lx1p83 { width:13.4375rem;height:3.16699375rem;top:43.875rem;left:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop4ArvIVS5riGQz6K9iSCmwLTAP4sHw { width:2.25rem;height:2.25rem;top:53.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNhU3ds61RFa3KFb5VfDq4A5ds9KtNc3 { width:18.75rem;height:13.3125rem;top:56.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpzSBFQFgLgFQt8OcTDEzu6sXgEzXmif { width:2.25rem;height:2.25rem;top:55.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP8xgm36x8tTIIoN6EPt2edGUdfWG8JT { width:3.4375rem;height:3.4375rem;top:58.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDAwEP7IMvyqTBVzZD3xa588B6Wl4PE { width:17.75rem;height:4.546875rem;top:63.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdkhH30GDtfsancT1vxTMEvM1dewhnTs { width:13.4375rem;height:1.38135rem;top:57.9375rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE9SSnaxAKJmNd5331Gt1hqMbNLLS5R1 { width:13.4375rem;height:3.16699375rem;top:59.375rem;left:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADul6R0LMnIQzEnMxXmUhJdZawclSqdk { width:2.25rem;height:2.25rem;top:68.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER { display:block; }#aDWkw2Ds9OcSfu6uZgPAx5U34wULTfER > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3eVysxTQZC7ttnks4bIcIkUpO2U7xu8 { width:20rem;height:18rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5c3xC6ZtWWuwWRPdOqmbdyET94RXEC { width:20rem;height:11.375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCNvFN27ebKP2VAyDVwOvDFvwR4TowC { width:20rem;height:10.3984375rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVrh2ZkSZ1H3KZC5gMgfUMgUDsBRHlV { width:20rem;height:11.25rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pngSvgLevKt0TAN7HUnhdlqAH3Tyfh1d { width:20rem;height:11.25rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e { display:block; }#J28IVSv0TbW9Ae9ISewpHdR9Eh5xxm7e > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqOh8fwxVWdiWeQ2r1lDGhg0XTVvx86x { width:20rem;height:5.20019375rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeW7xqSGxGgk3cg8Cdl4T5tiWf9NMyZX { width:20rem;height:15.8125rem;top:8.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtd5hKQnvZGrq8QAmZEwoZeHS7JUTRkT { width:20rem;height:1.94970625rem;top:9.69921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGdd77MeUaKbRK6Kbi7Ou4MUk8UPE0ye { width:19.375rem;height:11.69825rem;top:11.9375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMafKe29TD5XVoaTrx1CV8mKewJHCDIm { width:20rem;height:15.8125rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgD0ylzxXQdx50PGOiGO1qb2vkHBhaNE { width:20rem;height:1.94970625rem;top:43.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTMbUr5T2JrwTlEAxllbz9lE6cAC7EB { width:19.375rem;height:11.69825rem;top:46rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTW56aB2E9hc6i6BJzyJwsVPMIs5qWh { width:20rem;height:15.8125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yArv78GpL1Iv6Ph8KGkfgRw4ByEw0Kxp { width:20rem;height:1.94970625rem;top:26.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcCdI5AgilTF0zuXWzdioTgVdz3pQtDL { width:19.375rem;height:7.7988125rem;top:29rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMb9RG7VyF89ZxrfQOVFeuUf7VriJptX { width:13.875rem;height:2.75rem;top:60.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqvnOxywXnfPFZSSvcyTSHKIE2LMd4l8 { display:block; }
 }@media only screen and (max-width: 763px) { #vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk { display:block; }#vIVpnIJD9kCvwmSbRTX0OlwFdbpOiaGk > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0KqCpfXyaVZJqa1Z97l20cdFc4w3wLu { width:13.9375rem;height:5.9375rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kucTxDEHo0zhAPJkvRBZyJthUBXebswI { width:20rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZIfbPnl8pmwscTyuPZAGLeLkiK1EmNW { width:20rem;height:2.5996125rem;top:10.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }