.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,223,237;--color-primary-1:236,150,194;--color-primary-2:216,44,132;--color-primary-3:108,22,66;--color-primary-4:32,7,20;--color-secondary-0:214,229,238;--color-secondary-1:133,176,205;--color-secondary-2:51,123,172;--color-secondary-3:0,90,151;--color-secondary-4:10,27,82;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV { position:relative;display:block; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV { background-color: transparent; background-image: none; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .row .container > .video-iframe-container { display: none; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .row > .video-iframe-container { display: none; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .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); }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV { border-width: 0; border-radius: 0; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .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; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .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:5.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; }#RplUmyWO4xWSV6zZVKR0QUVvofZOkJnU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:16.25rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0e2944, #1970c4);background-image: -moz-linear-gradient(90deg, #0e2944, #1970c4);background-image: -ms-linear-gradient(90deg, #0e2944, #1970c4);background-image: -o-linear-gradient(90deg, #0e2944, #1970c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2944', endColorstr='#1970c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2944', endColorstr='#1970c4' );";background-image: linear-gradient(90deg, #0e2944, #1970c4);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; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { background-color: transparent; background-image: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container > .video-iframe-container { display: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container { display: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .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); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { border-width: 0; border-radius: 0; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#AZkoGudRdzIH2rPFwJ5ywSLM5K7FVNoe { color:#ffffff;display:block;width:32.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9059610366821rem;left:0rem;height:9.74825rem;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; }
#soXn9QT6CBzeUfwrHJTrQVaV7r9hiReZ { color:#ffffff;display:block;width:34.6875rem;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:16.809896469116rem;left:0rem;height:5.99826875rem;display:block; }
#FbHfVyDZT7enucZdMFZDTZB3nSI58SDz { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:36rem;top:4.90625rem;left:39rem;overflow:hidden;display:block; }
#nbflsFruBQCcdeLZo7SamFDmfTqqoEUn { background-color:#a57078;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.15625rem;left:0rem;display:block; }
#A5b6xvKSnHZGmJVF80KP8aknGuuz8SgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGU5ye6B2lMGxudKWkJuVtyfZcyFL3zT { background-color:#4373a1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.15625rem;left:19.6875rem;display:block; }
#Tc1lS4HsiOLddtXPDdgTntClyZ6wPv3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container { background-color: transparent; background-image: none; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container > .video-iframe-container { display: none; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row > .video-iframe-container { display: none; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .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); }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container { border-width: 0; border-radius: 0; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#bQilsKcBEMwtJNJM5nWTzJNDkatO7Ayi { color:#1a1a2e;display:block;width:64.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.337890625rem;left:5.0625rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#TaRUwWvTlWJCkGVcSMoszWbNyTVTsxec { color:#353030;display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.38671875rem;left:14.5rem;height:5.0607625rem;text-align:center;text-align-last:center;display:block; }
#FCKtAFE89UJOzhUImlMD4CdqV4xBCTqs { box-sizing:content-box;height:2.5rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:#74a0cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:33.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#eQ088bSWfWTACWZkczH5bWxOUpE9C0gT { position:absolute;display:block;z-index:15005;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:1rem;width:1rem;top:1.875rem;left:33.9375rem;overflow:hidden;display:block; }
#Em8KEz0VMxbFGhwSqLFToXqCLIADv3Mc { color:#ffffff;display:block;width:5.5625rem;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:1.8125rem;left:35.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vCPUbI8A3z6eavJdohuWVWNipHyloPFK { box-sizing:content-box;height:0.0625rem;width:36.4375rem;position:absolute;display:block;z-index:15007;background-color:#2267aa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:19.28125rem;display:block; }
#OzKJcqOmo8NuD6VrQCuFiv18w3MkzIPU { color:#1a1a2e;display:block;width:64.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:5.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #145089, #045cb1);background-image: -moz-linear-gradient(90deg, #145089, #045cb1);background-image: -ms-linear-gradient(90deg, #145089, #045cb1);background-image: -o-linear-gradient(90deg, #145089, #045cb1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#145089', endColorstr='#045cb1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#145089', endColorstr='#045cb1' );";background-image: linear-gradient(90deg, #145089, #045cb1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container { background-color: transparent; background-image: none; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container > .video-iframe-container { display: none; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row > .video-iframe-container { display: none; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .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); }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container { border-width: 0; border-radius: 0; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#zAbSU4HJ3mafWUODPawEogVz49rmCTRX { box-sizing:content-box;height:2.5rem;width:9.875rem;position:absolute;display:block;z-index:15007;background-color:#74a0cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:33.0625rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#JnMhssXW2JpK0qZoSsT4xzv4QPp088gZ { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:35.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SaH5BIqxDZdoyb5oiXlVSs6y8K7m0QJv { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.875rem;top:2.3125rem;left:33.875rem;overflow:hidden;display:block; }
#bT8ODyWJhMmlBlSKU2NX0cthhLaDVVO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.78125rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#vZUDBimIp0PLfKRlTvAyFGemoduqUPaF { box-sizing:content-box;height:15.125rem;width:15rem;position:absolute;display:block;z-index:15011;background-color:#195d9c;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:10.375rem;left:1.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GMD1891m6tbAmWaXVgAJgi7ByRKbFk1K { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.34375rem;left:8.3125rem;overflow:hidden;display:block; }
#DcmXefT6AflUUN25LJN8Qz5TTPM6lXx5 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.625rem;left:5.53125rem;height:3.24941875rem;text-align:center;text-align-last:center;display:block; }
#WxBVG4FEyfGvUp2lJ1J7ga9Ntnzr7h6o { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.625rem;left:3.125rem;height:3.89756875rem;text-align:center;text-align-last:center;display:block; }
#sWt2GSDa7BZe3Wq8qravag90yyMNORt1 { box-sizing:content-box;height:15.125rem;width:15rem;position:absolute;display:block;z-index:15015;background-color:#195d9c;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:10.375rem;left:20.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XX9tfUa7xzF67dxtaoPJpfRwM7dr9oTN { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.625rem;left:22.59375rem;height:2.59838125rem;text-align:center;text-align-last:center;display:block; }
#Tk3KPibHDvAywabaNOhlMaMNqK5EHRUg { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:21.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XmRAhKKLpbJ140c3FmB43e4ATNngJHtf { 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:2.125rem;width:2.125rem;top:12.34375rem;left:27.0625rem;overflow:hidden;display:block; }
#VGbvReMsnE0yzaTCUIvC5oTf6364OM3I { box-sizing:content-box;height:15.125rem;width:15rem;position:absolute;display:block;z-index:15019;background-color:#195d9c;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:10.4375rem;left:39.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LbspSBIrPJ5QySNailaohSh6PiIpp4Zq { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.625rem;left:42.1875rem;height:2.59838125rem;text-align:center;text-align-last:center;display:block; }
#ckHivMvR6b1NGldOLPbBpanfOKyb5bDX { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.625rem;left:40.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#r2BfKmmBARQ4bWgyQ7uLktWmwBo3sc4d { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.4375rem;left:45.90625rem;overflow:hidden;display:block; }
#Giq19iDxla6EFTKg4Xv53mV23uWxSBPv { box-sizing:content-box;height:15.125rem;width:15rem;position:absolute;display:block;z-index:15023;background-color:#195d9c;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:10.4375rem;left:58.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#phKONKJvMlLl2yoUX3VwsG5VqvMQFPXi { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.625rem;left:58.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bKdQOdGmZiDhe6Hao4CNXiKUPZ45AIei { color:#ffffff;display:block;width:9.375rem;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:19.625rem;left:60.9375rem;height:3.89756875rem;text-align:center;text-align-last:center;display:block; }
#kAcxqQHasHNOlPgZr4lI0vTX23F7pVzq { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.34375rem;left:64.5625rem;overflow:hidden;display:block; }
#EK0OMoJkXlxngd5MhgR6EW3Cmue01PbJ { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:29rem;left:1.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.75rem;left:1.8125rem;height:3.4107375rem;overflow:hidden;display:block; }#V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a665c419-7ea6-43e3-b83f-ab3c0b2615b9/check.png); }
#WuZFSw0U9tdiAFr8Jwebqbg4Lm0zZ5Ma { box-sizing:content-box;height:7.375rem;width:0.0625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:28.09375rem;display:block; }
#PaSOwkVZ185hDg9Urb7yChJE7XCqfRuD { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.2998046875rem;left:31.875rem;height:3.89756875rem;font-style:normal;display:block; }
#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ { position:relative;display:block; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ { background-color: transparent; background-image: none; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .row .container > .video-iframe-container { display: none; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .row > .video-iframe-container { display: none; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .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); }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ { border-width: 0; border-radius: 0; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .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; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .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.0625rem;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; }#fKqTN7xQmQJ7z4ASkMCgsQLrAWkhHPHt { box-sizing:content-box;height:2.875rem;width:36.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(165,112,120,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9375rem;left:19.1875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#CLHJ8lx3suQl1z5oxbtR8l0TVMqDNHet { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:19.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HVNUwMS005m1uwxnpqDIayrWUQHFpfte { color:#353030;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.125rem;left:17.21875rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#Brqqg341WCO0a4gTSMewhxU3f9K94wwa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;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:14.125rem;left:19.1875rem;height:9.30625rem;overflow:hidden;display:block; }#Brqqg341WCO0a4gTSMewhxU3f9K94wwa li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Brqqg341WCO0a4gTSMewhxU3f9K94wwa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bfa88861-5936-4cb3-9a34-106e7972766f/Frame61.png); }
#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 { position:relative;display:block; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 { background-color: transparent; background-image: none; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .row .container > .video-iframe-container { display: none; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .row > .video-iframe-container { display: none; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .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); }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 { border-width: 0; border-radius: 0; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .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; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .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:16rem;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; }#B0HvhB9phW0mLVTfRo1dGblOh1NCLZN5 { box-sizing:content-box;height:12.625rem;width:61.875rem;position:absolute;display:block;z-index:15000;background-color:#fdeff1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:6.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#x0CdURTTZ7g0VqFu2NhAFOH8OrJMmcWE { color:#272727;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.0625rem;height:3.9004625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ne9egKckOQHgQiTExKzAbbUxDOTE6Ecy { background-color:#a57078;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(32,7,20,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.4375rem;left:27.78125rem;display:block; }
#ZWqxSapVoB8m87W4AKvlUdtXrOeDHx3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f3f3, #fdeff1);background-image: -moz-linear-gradient(180deg, #f3f3f3, #fdeff1);background-image: -ms-linear-gradient(180deg, #f3f3f3, #fdeff1);background-image: -o-linear-gradient(180deg, #f3f3f3, #fdeff1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fdeff1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fdeff1' );";background-image: linear-gradient(180deg, #f3f3f3, #fdeff1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container { background-color: transparent; background-image: none; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container > .video-iframe-container { display: none; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row > .video-iframe-container { display: none; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .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); }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container { border-width: 0; border-radius: 0; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#MTngnad3FnbgFTGhq6IuqtuMGS4rf3NJ { box-sizing:content-box;height:2.875rem;width:12.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(165,112,120,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:5.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#JSxIMCxBVkoZt0p6gK5yHnMqkZQSXLmJ { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:5.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LmZz9cLPZmJBWMoBb6ggzEnrVZDTa8ED { color:#272727;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:7.9375rem;left:5.75rem;height:5.24884375rem;font-style:normal;display:block; }
#CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.1875rem;left:5.75rem;height:14.140625rem;overflow:hidden;display:block; }#CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/99bc2e58-64eb-4603-afeb-80c867d35dc1/Frame511.png); }
#F9kFumlHd8oC8vyHGBovDWU4MotDQ1Mv { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:21.3125rem;top:3.375rem;left:48.65625rem;overflow:hidden;display:block; }
#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT { position:relative;display:block; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT { background-color: transparent; background-image: none; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .row .container > .video-iframe-container { display: none; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .row > .video-iframe-container { display: none; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .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); }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT { border-width: 0; border-radius: 0; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .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; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .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:23.8125rem;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; }#ChWRFhqv19RUQbJs8igtZ5TWSvB8wIlC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:21.9375rem;width:75rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#Eill8Qyp7PU5LcRlNUkSazzMWSImEpHn { box-sizing:content-box;height:3.125rem;width:30.625rem;position:absolute;display:block;z-index:15001;background-color:#e1eb5a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:3.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FMgrC9xkgXbUo7QeE7b0icFk9RMGoxnp { color:#195476;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:4.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXqW20dc304MR91SRkLr09QQX8PU770f { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:3.1875rem;height:3.57494375rem;font-style:normal;display:block; }
#cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.1875rem;height:6.47425rem;font-style:normal;display:block; }#cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i li:before{  }
#uoZ8vdnUkOlNayS0RniaWbop8G9oLqzb { background-color:#cf4ba1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-primary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.5rem;left:26.6875rem;display:block; }
#Zi9ChMhv5UowX2x8JyUVvFVu18n5Ffm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container { background-color: transparent; background-image: none; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container > .video-iframe-container { display: none; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row > .video-iframe-container { display: none; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .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); }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container { border-width: 0; border-radius: 0; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#MrvDvCltJV0Oh0cx2sUtrvJHNNZUZ81O { box-sizing:content-box;height:2.875rem;width:10.0625rem;position:absolute;display:block;z-index:15012;background-color:#e1eb5a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:32.46875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#WDFeQGc6ffNv02tBWDO8ElDKuaAIUzss { color:#2267aa;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FOURRTDXO3ttLML5UCg74lOi88F0MpRa { color:#353030;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6rem;left:7.5rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#grco3t94fvlKVNfDrwT3twdHP6onMR08 { position:relative;display:block; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 { background-color: transparent; background-image: none; }#grco3t94fvlKVNfDrwT3twdHP6onMR08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .row .container > .video-iframe-container { display: none; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .row > .video-iframe-container { display: none; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .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); }#grco3t94fvlKVNfDrwT3twdHP6onMR08 { border-width: 0; border-radius: 0; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .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; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .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:43.75rem;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; }#IhortAGbEudoKtxgFaKQEfTgPD2pxa1U { position:absolute;display:block;z-index:15000;height:40.625rem;width:75rem;top:0.6875rem;left:0rem;display:block; }
#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ff;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; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container { background-color: transparent; background-image: none; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container > .video-iframe-container { display: none; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row > .video-iframe-container { display: none; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .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); }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container { border-width: 0; border-radius: 0; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#is2AMcrVTOVCQnTZsJ24LaXe6siWKanV { box-sizing:content-box;height:2.875rem;width:10.0625rem;position:absolute;display:block;z-index:15015;background-color:#2267aa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:32.5rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#D2084pTFf9MkJ6BozbcH66nkhVTofip6 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.3125rem;left:32.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CNmSMTczXxZWlXcWgQCxaD7TTza7EWXX { color:#353030;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.5rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ff;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; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container { background-color: transparent; background-image: none; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container > .video-iframe-container { display: none; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row > .video-iframe-container { display: none; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .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); }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container { border-width: 0; border-radius: 0; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#WGrkwqmuV8UxnLqvXQH6wq8ZdbCBgVmE { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.6875rem;top:2.375rem;left:1.09375rem;overflow:hidden;display:block; }
#H8x2DJnEl6EUGkgaBvAp3eWf6gBAVXPf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.4375rem;height:2.59838125rem;font-style:normal;display:block; }
#X77LpbStOXahwJyL4V2fy29G3XlkcLRg { color:#2267aa;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:5.4375rem;height:1.29980625rem;display:block; }
#N8SDARrG1goWWduccTB6riZsERU97H9Z { box-sizing:content-box;height:4.5rem;width:0.0625rem;position:absolute;display:block;z-index:15004;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:2.40625rem;left:18.75rem;display:block; }
#rzEgOTCfL9bky9kBSggH0Vs2FbWtMTI6 { box-sizing:content-box;height:4.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;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:2.4375rem;left:37.5rem;display:block; }
#TyM8eMRnrgHg2y61M7ixlCgr2oGni45q { color:#a57078;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:24.1875rem;height:1.29980625rem;display:block; }
#p8I2fi2NcOQSSDXBDGEaS3GnzSp0Fqss { position:absolute;display:block;z-index:15005;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.75rem;width:3.625rem;top:2.375rem;left:19.875rem;overflow:hidden;display:block; }
#kuzpSUe2qNJ9n8gI4SBkLlxfmls5s2Qy { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0244140625rem;left:24.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#oRgIJl6Afb02HwnLhu7454TQaWQTwm79 { box-sizing:content-box;height:4.5rem;width:0.0625rem;position:absolute;display:block;z-index:15012;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:2.4375rem;left:56.25rem;display:block; }
#Pr2ZIwo1OXJTfVCLJK3Oe1ZJ6hx1nxNB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;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:2.2497100830078rem;left:42.936923503876rem;height:3.89756875rem;font-style:normal;display:block; }
#XxMMHOzZtXTnT3TS8Mung0JhiVv4y5w0 { color:#2267aa;display:block;width:4.56235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4995670318606rem;left:42.936923503876rem;height:1.2991875rem;display:block; }
#JyEuhHEW0oJhMAl1ONoFcxPr1I9Kq2JP { 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.625rem;width:3.625rem;top:2.375rem;left:38.625rem;overflow:hidden;display:block; }
#GPGOZLp0M3RaQ7nAng9cOxkx4CwOZyyE { color:#a57078;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.1875rem;left:62.4375rem;height:1.29980625rem;display:block; }
#DclkbKoLKP58Psi7OVFwq4LQbmnKobCT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:2.5625rem;left:58.125rem;overflow:hidden;display:block; }
#QoRJSxXm08AR1vDZE1pxF4JT66DHwv2u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;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:2.4375rem;left:62.4375rem;height:2.59838125rem;font-style:normal;display:block; }
#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { background-color: transparent; background-image: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container > .video-iframe-container { display: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container { display: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .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); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { border-width: 0; border-radius: 0; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:0.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #EkU9rgMmoAeoz5182tGudaBhcp1TFzrV { display:block; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RplUmyWO4xWSV6zZVKR0QUVvofZOkJnU { width:13.375rem;height:2.5rem;top:1.59375rem;left:0.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #dShwRMOGKOCAhizmOFiePBBoIPuRFqnX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0e2944, #1970c4);background-image: -moz-linear-gradient(180deg, #0e2944, #1970c4);background-image: -ms-linear-gradient(180deg, #0e2944, #1970c4);background-image: -o-linear-gradient(180deg, #0e2944, #1970c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2944', endColorstr='#1970c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2944', endColorstr='#1970c4' );";background-image: linear-gradient(180deg, #0e2944, #1970c4);background-size:cover !important;display:block; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { background-color: transparent; background-image: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container > .video-iframe-container { display: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container { display: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .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); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { width:47.75rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AZkoGudRdzIH2rPFwJ5ywSLM5K7FVNoe { width:31.375rem;height:19.4965rem;top:1.874276638031rem;left:9.5623553395269rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #soXn9QT6CBzeUfwrHJTrQVaV7r9hiReZ { width:41.87425rem;height:4.4987rem;top:22.499277591706rem;left:2.3734086155891rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FbHfVyDZT7enucZdMFZDTZB3nSI58SDz { width:30.187375rem;height:21.1870625rem;top:28.624134063721rem;left:8.2183163762094rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbflsFruBQCcdeLZo7SamFDmfTqqoEUn { width:18.407094875rem;height:3.281976125rem;top:51.623991012573rem;left:6.2492769360543rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5b6xvKSnHZGmJVF80KP8aknGuuz8SgX { display:block; }
 }@media only screen and (max-width: 1199px) { #fGU5ye6B2lMGxudKWkJuVtyfZcyFL3zT { width:10.781969875rem;height:3.281976125rem;top:51.623991012573rem;left:26.873555481434rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tc1lS4HsiOLddtXPDdgTntClyZ6wPv3X { display:block; }
 }@media only screen and (max-width: 1199px) { #g6868MiUDw9y8Thq9BoQ8kirEr13PWWR { display:block; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bQilsKcBEMwtJNJM5nWTzJNDkatO7Ayi { width:47.75rem;height:5.19965625rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaRUwWvTlWJCkGVcSMoszWbNyTVTsxec { width:36rem;height:4.4987rem;top:10.875rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCKtAFE89UJOzhUImlMD4CdqV4xBCTqs { width:8.75rem;height:2.5rem;top:1.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQ088bSWfWTACWZkczH5bWxOUpE9C0gT { width:1rem;height:1rem;top:1.875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Em8KEz0VMxbFGhwSqLFToXqCLIADv3Mc { width:5.5625rem;height:1.29980625rem;top:1.8125rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCPUbI8A3z6eavJdohuWVWNipHyloPFK { width:36.4375rem;height:0.0625rem;top:17.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzKJcqOmo8NuD6VrQCuFiv18w3MkzIPU { width:47.75rem;height:3.25rem;top:18.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LtcShvDARthExdLFM7Jbba1SF5QFXTi3 { display:block; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container { width:47.75rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zAbSU4HJ3mafWUODPawEogVz49rmCTRX { width:9.875rem;height:2.5rem;top:1.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnMhssXW2JpK0qZoSsT4xzv4QPp088gZ { width:6.875rem;height:1.29980625rem;top:2.0625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaH5BIqxDZdoyb5oiXlVSs6y8K7m0QJv { width:0.875rem;height:1rem;top:2.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bT8ODyWJhMmlBlSKU2NX0cthhLaDVVO2 { width:47.75rem;height:2.599825rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZUDBimIp0PLfKRlTvAyFGemoduqUPaF { width:15rem;height:15.125rem;top:10.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMD1891m6tbAmWaXVgAJgi7ByRKbFk1K { width:2.125rem;height:2.125rem;top:12.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcmXefT6AflUUN25LJN8Qz5TTPM6lXx5 { width:7.6875rem;height:3.25rem;top:15.6875rem;left:12.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxBVG4FEyfGvUp2lJ1J7ga9Ntnzr7h6o { width:12.5rem;height:3.89756875rem;top:19.8125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sWt2GSDa7BZe3Wq8qravag90yyMNORt1 { width:15rem;height:15.125rem;top:10.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XX9tfUa7xzF67dxtaoPJpfRwM7dr9oTN { width:12.5rem;height:2.59838125rem;top:19.8125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk3KPibHDvAywabaNOhlMaMNqK5EHRUg { width:11.1875rem;height:3.25rem;top:15.6875rem;left:26.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmRAhKKLpbJ140c3FmB43e4ATNngJHtf { width:2.125rem;height:2.125rem;top:12.375rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGbvReMsnE0yzaTCUIvC5oTf6364OM3I { width:15rem;height:15.125rem;top:26.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbspSBIrPJ5QySNailaohSh6PiIpp4Zq { width:12.5rem;height:1.29980625rem;top:36.3125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckHivMvR6b1NGldOLPbBpanfOKyb5bDX { width:12.25rem;height:3.25rem;top:32.125rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2BfKmmBARQ4bWgyQ7uLktWmwBo3sc4d { width:2.125rem;height:2.125rem;top:28.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Giq19iDxla6EFTKg4Xv53mV23uWxSBPv { width:15rem;height:15.125rem;top:26.8125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #phKONKJvMlLl2yoUX3VwsG5VqvMQFPXi { width:13.875rem;height:3.25rem;top:32.1875rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKdQOdGmZiDhe6Hao4CNXiKUPZ45AIei { width:12.5rem;height:2.59838125rem;top:36.375rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kAcxqQHasHNOlPgZr4lI0vTX23F7pVzq { width:2.125rem;height:2.125rem;top:28.875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EK0OMoJkXlxngd5MhgR6EW3Cmue01PbJ { width:15.5rem;height:1.29980625rem;top:45rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 { width:19.1875rem;height:3.4107375rem;top:47.51171875rem;left:8.3125rem;font-size:1rem;display:block; }#V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a665c419-7ea6-43e3-b83f-ab3c0b2615b9/check.png); }
 }@media only screen and (max-width: 1199px) { #WuZFSw0U9tdiAFr8Jwebqbg4Lm0zZ5Ma { width:0.0625rem;height:7.375rem;top:44.1748046875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PaSOwkVZ185hDg9Urb7yChJE7XCqfRuD { width:19.4375rem;height:3.89756875rem;top:46.2998046875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ { display:block; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fKqTN7xQmQJ7z4ASkMCgsQLrAWkhHPHt { width:35.375rem;height:2.5rem;top:1.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLHJ8lx3suQl1z5oxbtR8l0TVMqDNHet { width:31.875rem;height:1.29980625rem;top:1.9375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVNUwMS005m1uwxnpqDIayrWUQHFpfte { width:40.5625rem;height:5.19965rem;top:5.5625rem;left:3.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Brqqg341WCO0a4gTSMewhxU3f9K94wwa { width:38.5625rem;height:9.30625rem;top:11.875rem;left:4.59375rem;font-size:1rem;display:block; }#Brqqg341WCO0a4gTSMewhxU3f9K94wwa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bfa88861-5936-4cb3-9a34-106e7972766f/Frame61.png); }
 }@media only screen and (max-width: 1199px) { #dUoVwMK3XroqzopOEggDn2gx8ukiptL4 { display:block; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .row .container { width:47.75rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B0HvhB9phW0mLVTfRo1dGblOh1NCLZN5 { width:47.75rem;height:12.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0CdURTTZ7g0VqFu2NhAFOH8OrJMmcWE { width:34.875rem;height:3.9004625rem;top:2.5625rem;left:6.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ne9egKckOQHgQiTExKzAbbUxDOTE6Ecy { width:18.5rem;height:3.375rem;top:7.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWqxSapVoB8m87W4AKvlUdtXrOeDHx3F { display:block; }
 }@media only screen and (max-width: 1199px) { #bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I { display:block; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MTngnad3FnbgFTGhq6IuqtuMGS4rf3NJ { width:35.375rem;height:2.5rem;top:1.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSxIMCxBVkoZt0p6gK5yHnMqkZQSXLmJ { width:31.875rem;height:1.29980625rem;top:1.9375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmZz9cLPZmJBWMoBb6ggzEnrVZDTa8ED { width:42.3125rem;height:5.24884375rem;top:5.75rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF { width:25.75rem;height:18.0381875rem;top:11.8193359375rem;left:0.625rem;font-size:1rem;display:block; }#CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/99bc2e58-64eb-4603-afeb-80c867d35dc1/Frame511.png); }
 }@media only screen and (max-width: 1199px) { #F9kFumlHd8oC8vyHGBovDWU4MotDQ1Mv { width:18.5625rem;height:19.875rem;top:10.1875rem;left:28.0009765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT { display:block; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ChWRFhqv19RUQbJs8igtZ5TWSvB8wIlC { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eill8Qyp7PU5LcRlNUkSazzMWSImEpHn { width:30.625rem;height:3.125rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMgrC9xkgXbUo7QeE7b0icFk9RMGoxnp { width:28.8125rem;height:1.625rem;top:2rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXqW20dc304MR91SRkLr09QQX8PU770f { width:36.4375rem;height:2.92480625rem;top:4.849609375rem;left:1.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i { width:41.8125rem;height:4.521125rem;top:8.234375rem;left:1.0625rem;font-size:1rem;display:block; }#cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i li:before{  }
 }@media only screen and (max-width: 1199px) { #uoZ8vdnUkOlNayS0RniaWbop8G9oLqzb { width:18.5rem;height:3.375rem;top:16.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zi9ChMhv5UowX2x8JyUVvFVu18n5Ffm4 { display:block; }
 }@media only screen and (max-width: 1199px) { #zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA { display:block; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MrvDvCltJV0Oh0cx2sUtrvJHNNZUZ81O { width:10.25rem;height:2.5rem;top:1.3115234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDFeQGc6ffNv02tBWDO8ElDKuaAIUzss { width:13.8125rem;height:1.29980625rem;top:1.912109375rem;left:16.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOURRTDXO3ttLML5UCg74lOi88F0MpRa { width:40.5625rem;height:10.3993125rem;top:4.75rem;left:3.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grco3t94fvlKVNfDrwT3twdHP6onMR08 { display:block; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .row .container { width:47.75rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IhortAGbEudoKtxgFaKQEfTgPD2pxa1U { width:47.75rem;height:40.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm { display:block; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #is2AMcrVTOVCQnTZsJ24LaXe6siWKanV { width:10.25rem;height:2.5rem;top:1.3115234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2084pTFf9MkJ6BozbcH66nkhVTofip6 { width:13.8125rem;height:1.29980625rem;top:1.912109375rem;left:16.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNmSMTczXxZWlXcWgQCxaD7TTza7EWXX { width:40.5625rem;height:5.19965rem;top:4.75rem;left:3.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U { display:block; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container { width:47.75rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WGrkwqmuV8UxnLqvXQH6wq8ZdbCBgVmE { width:3.6875rem;height:4.125rem;top:1.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8x2DJnEl6EUGkgaBvAp3eWf6gBAVXPf { width:9.4375rem;height:3.89756875rem;top:6.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #X77LpbStOXahwJyL4V2fy29G3XlkcLRg { width:4.5625rem;height:1.29980625rem;top:10.625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #N8SDARrG1goWWduccTB6riZsERU97H9Z { width:0.0625rem;height:4.5rem;top:2.1875rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rzEgOTCfL9bky9kBSggH0Vs2FbWtMTI6 { width:0.0625rem;height:4.5rem;top:2.1875rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TyM8eMRnrgHg2y61M7ixlCgr2oGni45q { width:4.5625rem;height:1.29980625rem;top:10.625rem;left:15.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #p8I2fi2NcOQSSDXBDGEaS3GnzSp0Fqss { width:3.625rem;height:3.75rem;top:1.5rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kuzpSUe2qNJ9n8gI4SBkLlxfmls5s2Qy { width:7.1875rem;height:2.59838125rem;top:6.0625rem;left:14.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #oRgIJl6Afb02HwnLhu7454TQaWQTwm79 { width:0.0625rem;height:4.5rem;top:2.1875rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pr2ZIwo1OXJTfVCLJK3Oe1ZJ6hx1nxNB { width:9.3125rem;height:6.4959375rem;top:6.0625rem;left:25.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XxMMHOzZtXTnT3TS8Mung0JhiVv4y5w0 { width:4.56235625rem;height:1.2991875rem;top:12.557147979736rem;left:27.561488449574rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JyEuhHEW0oJhMAl1ONoFcxPr1I9Kq2JP { width:3.625rem;height:3.625rem;top:1.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPGOZLp0M3RaQ7nAng9cOxkx4CwOZyyE { width:4.5625rem;height:1.29980625rem;top:10.625rem;left:40.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DclkbKoLKP58Psi7OVFwq4LQbmnKobCT { width:3.625rem;height:3.5625rem;top:1.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoRJSxXm08AR1vDZE1pxF4JT66DHwv2u { width:9.5rem;height:3.89756875rem;top:6.0625rem;left:38.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 { background-color:#e3e2dd;background-image:none;display:block; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { background-color: transparent; background-image: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container > .video-iframe-container { display: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container { display: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .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); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EkU9rgMmoAeoz5182tGudaBhcp1TFzrV { display:block; }#EkU9rgMmoAeoz5182tGudaBhcp1TFzrV > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RplUmyWO4xWSV6zZVKR0QUVvofZOkJnU { width:16.25rem;height:3.0373831775701rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dShwRMOGKOCAhizmOFiePBBoIPuRFqnX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0e2944, #1970c4);background-image: -moz-linear-gradient(180deg, #0e2944, #1970c4);background-image: -ms-linear-gradient(180deg, #0e2944, #1970c4);background-image: -o-linear-gradient(180deg, #0e2944, #1970c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2944', endColorstr='#1970c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2944', endColorstr='#1970c4' );";background-image: linear-gradient(180deg, #0e2944, #1970c4);background-size:cover !important;display:block; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { background-color: transparent; background-image: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container > .video-iframe-container { display: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row > .video-iframe-container { display: none; }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .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); }#dShwRMOGKOCAhizmOFiePBBoIPuRFqnX > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZkoGudRdzIH2rPFwJ5ywSLM5K7FVNoe { width:20rem;height:18.1988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soXn9QT6CBzeUfwrHJTrQVaV7r9hiReZ { width:19.9985625rem;height:10.49694375rem;top:19.446614265442rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbHfVyDZT7enucZdMFZDTZB3nSI58SDz { width:19.99925rem;height:14.06175rem;top:30.258248448372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbflsFruBQCcdeLZo7SamFDmfTqqoEUn { width:18.407094875rem;height:3.281976125rem;top:50.133104324341rem;left:0.79427087306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5b6xvKSnHZGmJVF80KP8aknGuuz8SgX { display:block; }
 }@media only screen and (max-width: 763px) { #fGU5ye6B2lMGxudKWkJuVtyfZcyFL3zT { width:10.781969875rem;height:3.281976125rem;top:45.444881439209rem;left:4.6064816713333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1lS4HsiOLddtXPDdgTntClyZ6wPv3X { display:block; }
 }@media only screen and (max-width: 763px) { #g6868MiUDw9y8Thq9BoQ8kirEr13PWWR { display:block; }#g6868MiUDw9y8Thq9BoQ8kirEr13PWWR > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQilsKcBEMwtJNJM5nWTzJNDkatO7Ayi { width:20rem;height:10.3993125rem;top:5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaRUwWvTlWJCkGVcSMoszWbNyTVTsxec { width:20rem;height:11.8084375rem;top:16.6484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCKtAFE89UJOzhUImlMD4CdqV4xBCTqs { width:8.75rem;height:2.5rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ088bSWfWTACWZkczH5bWxOUpE9C0gT { width:1rem;height:1rem;top:2rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em8KEz0VMxbFGhwSqLFToXqCLIADv3Mc { width:5.5625rem;height:1.29980625rem;top:1.9375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCPUbI8A3z6eavJdohuWVWNipHyloPFK { width:20rem;height:0.0625rem;top:29.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzKJcqOmo8NuD6VrQCuFiv18w3MkzIPU { width:20rem;height:3.25rem;top:31.0234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtcShvDARthExdLFM7Jbba1SF5QFXTi3 { display:block; }#LtcShvDARthExdLFM7Jbba1SF5QFXTi3 > .row .container { width:20rem;height:94.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAbSU4HJ3mafWUODPawEogVz49rmCTRX { width:9.875rem;height:2.5rem;top:1.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnMhssXW2JpK0qZoSsT4xzv4QPp088gZ { width:6.875rem;height:1.29980625rem;top:1.8125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaH5BIqxDZdoyb5oiXlVSs6y8K7m0QJv { width:0.875rem;height:1rem;top:1.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8ODyWJhMmlBlSKU2NX0cthhLaDVVO2 { width:20rem;height:7.7995rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZUDBimIp0PLfKRlTvAyFGemoduqUPaF { width:15rem;height:15.125rem;top:13.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMD1891m6tbAmWaXVgAJgi7ByRKbFk1K { width:2.125rem;height:2.125rem;top:15.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcmXefT6AflUUN25LJN8Qz5TTPM6lXx5 { width:7.6875rem;height:3.25rem;top:18.875rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxBVG4FEyfGvUp2lJ1J7ga9Ntnzr7h6o { width:12.5rem;height:3.89756875rem;top:23rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWt2GSDa7BZe3Wq8qravag90yyMNORt1 { width:15rem;height:15.125rem;top:30rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9tfUa7xzF67dxtaoPJpfRwM7dr9oTN { width:11.0625rem;height:2.59838125rem;top:39.5625rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3KPibHDvAywabaNOhlMaMNqK5EHRUg { width:13.625rem;height:3.25rem;top:35.375rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmRAhKKLpbJ140c3FmB43e4ATNngJHtf { width:2.125rem;height:2.125rem;top:32.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGbvReMsnE0yzaTCUIvC5oTf6364OM3I { width:15rem;height:15.125rem;top:46.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbspSBIrPJ5QySNailaohSh6PiIpp4Zq { width:9.375rem;height:2.59838125rem;top:56.0625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHivMvR6b1NGldOLPbBpanfOKyb5bDX { width:13.625rem;height:3.25rem;top:51.9375rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2BfKmmBARQ4bWgyQ7uLktWmwBo3sc4d { width:1.9375rem;height:1.9375rem;top:48.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giq19iDxla6EFTKg4Xv53mV23uWxSBPv { width:15rem;height:15.125rem;top:63rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phKONKJvMlLl2yoUX3VwsG5VqvMQFPXi { width:13.625rem;height:3.25rem;top:68.375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKdQOdGmZiDhe6Hao4CNXiKUPZ45AIei { width:9.375rem;height:3.89756875rem;top:72.5rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAcxqQHasHNOlPgZr4lI0vTX23F7pVzq { width:2.125rem;height:2.125rem;top:65.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0OMoJkXlxngd5MhgR6EW3Cmue01PbJ { width:15.5rem;height:1.29980625rem;top:80rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 { width:19.1875rem;height:3.4107375rem;top:82.1748046875rem;left:0rem;font-size:1rem;display:block; }#V6qJ1NlBo16dvs2AGcUn32CkTiLpQlx7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a665c419-7ea6-43e3-b83f-ab3c0b2615b9/check.png); }
 }@media only screen and (max-width: 763px) { #WuZFSw0U9tdiAFr8Jwebqbg4Lm0zZ5Ma { width:0.0625rem;height:7.375rem;top:86.71191875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaSOwkVZ185hDg9Urb7yChJE7XCqfRuD { width:17.9375rem;height:3.89756875rem;top:87.0244140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ { display:block; }#xZihciEJ3VPTA0WWP5VUsTH8gRs2GTnZ > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKqTN7xQmQJ7z4ASkMCgsQLrAWkhHPHt { width:20rem;height:4.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLHJ8lx3suQl1z5oxbtR8l0TVMqDNHet { width:20rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVNUwMS005m1uwxnpqDIayrWUQHFpfte { width:20rem;height:7.79948125rem;top:6.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Brqqg341WCO0a4gTSMewhxU3f9K94wwa { width:20rem;height:14.5030625rem;top:15.4238125rem;left:0rem;font-size:1rem;display:block; }#Brqqg341WCO0a4gTSMewhxU3f9K94wwa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bfa88861-5936-4cb3-9a34-106e7972766f/Frame61.png); }
 }@media only screen and (max-width: 763px) { #dUoVwMK3XroqzopOEggDn2gx8ukiptL4 { display:block; }#dUoVwMK3XroqzopOEggDn2gx8ukiptL4 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0HvhB9phW0mLVTfRo1dGblOh1NCLZN5 { width:20rem;height:17.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0CdURTTZ7g0VqFu2NhAFOH8OrJMmcWE { width:19.0625rem;height:7.8009375rem;top:2.8125rem;left:0.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9egKckOQHgQiTExKzAbbUxDOTE6Ecy { width:19.4375rem;height:3.875rem;top:12.3125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqxSapVoB8m87W4AKvlUdtXrOeDHx3F { display:block; }
 }@media only screen and (max-width: 763px) { #bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I { display:block; }#bncTm1iwHdpI5W69oJDNoBl9ev1sOa2I > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTngnad3FnbgFTGhq6IuqtuMGS4rf3NJ { width:12.75rem;height:2.875rem;top:1.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSxIMCxBVkoZt0p6gK5yHnMqkZQSXLmJ { width:12.5625rem;height:1.625rem;top:1.9375rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmZz9cLPZmJBWMoBb6ggzEnrVZDTa8ED { width:20rem;height:10.4976875rem;top:5.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF { width:20rem;height:21.93575rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }#CLfTO09TWodBwthQ2SHoTCnf9Tbx2gsF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/99bc2e58-64eb-4603-afeb-80c867d35dc1/Frame511.png); }
 }@media only screen and (max-width: 763px) { #F9kFumlHd8oC8vyHGBovDWU4MotDQ1Mv { width:20rem;height:21.407624633431rem;top:40.3213125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT { display:block; }#OzTmCa5E2Hn8XFP4KlJ2Cp0sDSWCcyTT > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChWRFhqv19RUQbJs8igtZ5TWSvB8wIlC { width:20rem;height:5.8499738219895rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eill8Qyp7PU5LcRlNUkSazzMWSImEpHn { width:20rem;height:3.125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMgrC9xkgXbUo7QeE7b0icFk9RMGoxnp { width:20rem;height:2.43634375rem;top:7.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXqW20dc304MR91SRkLr09QQX8PU770f { width:17.875rem;height:5.19965625rem;top:10.1875rem;left:1.0625rem;font-size:2rem;color:#121212;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i { width:18.75rem;height:4.521125rem;top:16rem;left:0.625rem;font-size:1rem;color:#121212;display:block; }#cytCVHyu20MeKC5vK98VxEik6Sc4FQ5i li:before{  }
 }@media only screen and (max-width: 763px) { #uoZ8vdnUkOlNayS0RniaWbop8G9oLqzb { width:16.6875rem;height:3.875rem;top:21.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi9ChMhv5UowX2x8JyUVvFVu18n5Ffm4 { display:block; }
 }@media only screen and (max-width: 763px) { #zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA { display:block; }#zpaRoVw4RcuPfST0Te34VWeWpsGLbxOA > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrvDvCltJV0Oh0cx2sUtrvJHNNZUZ81O { width:10.0625rem;height:2.875rem;top:0.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDFeQGc6ffNv02tBWDO8ElDKuaAIUzss { width:10.625rem;height:1.625rem;top:1.25rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOURRTDXO3ttLML5UCg74lOi88F0MpRa { width:20rem;height:13.645875rem;top:4.748046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grco3t94fvlKVNfDrwT3twdHP6onMR08 { display:block; }#grco3t94fvlKVNfDrwT3twdHP6onMR08 > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhortAGbEudoKtxgFaKQEfTgPD2pxa1U { width:20rem;height:40.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm { display:block; }#GF8SxTHpdbbUQu0KmQtJzLAWp4isGMKm > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is2AMcrVTOVCQnTZsJ24LaXe6siWKanV { width:10.0625rem;height:2.875rem;top:1.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2084pTFf9MkJ6BozbcH66nkhVTofip6 { width:10.625rem;height:1.625rem;top:2.0625rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNmSMTczXxZWlXcWgQCxaD7TTza7EWXX { width:20rem;height:4.548825rem;top:5.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U { display:block; }#zfUT4tt7I0b3zyN4Ru72l4gTdUNpiF9U > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGrkwqmuV8UxnLqvXQH6wq8ZdbCBgVmE { width:3.6875rem;height:4.125rem;top:1.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8x2DJnEl6EUGkgaBvAp3eWf6gBAVXPf { width:10.75rem;height:2.59838125rem;top:6.3125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77LpbStOXahwJyL4V2fy29G3XlkcLRg { width:4.5625rem;height:1.29980625rem;top:9.75rem;left:7.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8SDARrG1goWWduccTB6riZsERU97H9Z { width:0.0625rem;height:4.5rem;top:73.51074375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzEgOTCfL9bky9kBSggH0Vs2FbWtMTI6 { width:0.0625rem;height:4.5rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyM8eMRnrgHg2y61M7ixlCgr2oGni45q { width:4.5625rem;height:1.29980625rem;top:19.162109375rem;left:7.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8I2fi2NcOQSSDXBDGEaS3GnzSp0Fqss { width:3.625rem;height:3.75rem;top:12.29980625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuzpSUe2qNJ9n8gI4SBkLlxfmls5s2Qy { width:10.75rem;height:1.29980625rem;top:16.7998046875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRgIJl6Afb02HwnLhu7454TQaWQTwm79 { width:0.0625rem;height:4.5rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr2ZIwo1OXJTfVCLJK3Oe1ZJ6hx1nxNB { width:10.75rem;height:5.1967625rem;top:26.586915625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxMMHOzZtXTnT3TS8Mung0JhiVv4y5w0 { width:4.56235625rem;height:1.2991875rem;top:32.407409667969rem;left:7.7162910699844rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyEuhHEW0oJhMAl1ONoFcxPr1I9Kq2JP { width:3.625rem;height:3.625rem;top:21.711915625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPGOZLp0M3RaQ7nAng9cOxkx4CwOZyyE { width:4.56235625rem;height:1.2991875rem;top:42.397281646729rem;left:7.7162910699844rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DclkbKoLKP58Psi7OVFwq4LQbmnKobCT { width:3.62485625rem;height:3.56191875rem;top:34.283132553101rem;left:8.1850410699844rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRJSxXm08AR1vDZE1pxF4JT66DHwv2u { width:12.374875rem;height:2.59838125rem;top:38.736257553101rem;left:3.8100405931472rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 { background-color:#e3e2dd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { background-color: transparent; background-image: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container > .video-iframe-container { display: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container { display: none; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .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); }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { border-width: 0; border-radius: 0; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLQuKtiI0Zcy3lEvMqCFoWAiUqk0FMy1 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }