.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:251,236,222;--color-primary-1:243,191,145;--color-primary-2:230,126,34;--color-primary-3:115,63,17;--color-primary-4:35,19,5;--color-secondary-0:220,233,236;--color-secondary-1:138,183,192;--color-secondary-2:21,110,129;--color-secondary-3:11,55,65;--color-secondary-4:3,17,19;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:37,37,37;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:#f1e7df;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); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { 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; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { background-color: transparent; background-image: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container > .video-iframe-container { display: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container { display: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .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); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { border-width: 0; border-radius: 0; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:9.812rem;top:1.124267578125rem;left:0.99853515625rem;overflow:hidden;display:block; }
#rymKl5GZaa21fy3g3TQcf8UHizq0imec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { background-color: transparent; background-image: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container > .video-iframe-container { display: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { display: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .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); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { border-width: 0; border-radius: 0; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9970703125rem;left:0.99853515625rem;height:11.2119375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { color:rgba(var(--color-tertiary-1),1);display:block;width:45.2478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.35595703125rem;left:0.99853515625rem;height:5.84765625rem;display:block; }
#tSrR6yfx4Or1t9FUWwb402aqZDW3yDBf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:20.25rem;top:3.9111328125rem;left:49.87060546875rem;overflow:hidden;display:block; }
#hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.247625rem;height:3.49935rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.6875rem;left:1.0625rem;display:block; }
#mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#csmJUu66zxsDOAggKfuPMNNqBpccSAd4 { box-sizing:content-box;height:11.5625rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:62.0625rem;display:block; }
#xXLK6UTfODXTARMxIIKTdOUEmHZHhoxH { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:25.9375rem;left:62.5rem;height:1.81274375rem;text-align:center;text-align-last:center;display:block; }
#AatB3BTBQ2xhP6GeO15FAS2AW3TluPJQ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15012;line-height:.7;letter-spacing:0;top:28.1875rem;left:62.5rem;height:1.6181625rem;text-align:center;text-align-last:center;display:block; }
#hvVoGiyn6uik6C9Mip17bT8pyxNixdTC { color:rgba(var(--color-primary-2),1);display:block;width:34.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.488525390625rem;left:1.06103515625rem;height:2.2753875rem;display:block; }
#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { position:relative;display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { background-color: transparent; background-image: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container > .video-iframe-container { display: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row > .video-iframe-container { display: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .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); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { border-width: 0; border-radius: 0; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { color:rgba(var(--color-tertiary-2),1);display:block;width:41.9983125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:31.4375rem;height:5.8496125rem;font-style:normal;display:block; }
#m9fxAXOHKZHyU1aldhrTkFKcyvl5weM2 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:13.875rem;left:31.875rem;height:17.2089875rem;display:block; }
#IpXXoztO18cOMMJoEA4FTshDTXbGNBMF { box-sizing:content-box;height:27.6233125rem;width:27.6233125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:1.125rem;display:block; }
#zZXn7CMK2Cn4T1WWN9kTNoJ2kC0TDV8w { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:28.4375rem;top:3.4375rem;left:2.4365234375rem;overflow:hidden;display:block; }
#rFNkLt4gR2k4nUIn2wTGNcgWa62a9lRZ { box-sizing:content-box;height:2.749025rem;width:16.3745rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5625rem;left:53.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Bb8Vrm70SwEdEbkQA4UiVXnOFRnL5mcS { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:11.8115rem;top:31.0888671875rem;left:61.70166015625rem;overflow:hidden;display:block; }
#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 { position:relative;display:block; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 { background-color: transparent; background-image: none; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row .container > .video-iframe-container { display: none; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row > .video-iframe-container { display: none; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .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); }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 { border-width: 0; border-radius: 0; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f1f2;background-image:none;font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#kVxDkrkuqG2hAeq7PDqapHzfmme57MHl { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:14.776611328125rem;left:2.01416015625rem;height:5.736325rem;font-style:normal;display:block; }
#ryoRz5LMtPlCwzTuuKalVDGRn9BBoWn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.68725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.373291015625rem;left:2.01416015625rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MuqHeLaKrJNKfT59zMw9NOL5Zh7scC3t { background-color:#2d3250;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9978125rem;height:3.49975625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.873779296875rem;left:4.544677734375rem;display:block; }
#hNDp7uemsWKnMo9gU651lOsJdgcqlkqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:23.619384765625rem;left:4.544677734375rem;height:9.625rem;overflow:hidden;display:block; }#NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
#PEBeJ3O4AwgTdMytiuhvoCH0yfo5GevS { box-sizing:content-box;height:26.6235625rem;width:26.6235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.87451171875rem;left:46.93603515625rem;display:block; }
#TpNFIGme1kh4oKEzXov7m9l81bBgpRt8 { 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:39.1235625rem;width:36.1853125rem;top:6.576416015625rem;left:38.8134765625rem;overflow:hidden;display:block; }
#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { position:relative;display:block; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { background-color: transparent; background-image: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .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); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { border-width: 0; border-radius: 0; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .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:46rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#xx5WUBKwEDn0lAr7n4uDKK8mgJteITQ1 { color:#2d3250;display:block;width:34.1845625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.74853515625rem;left:33.56201171875rem;height:2.84375rem;font-style:normal;display:block; }
#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.71533203125rem;left:33.56201171875rem;height:20.1875rem;overflow:hidden;display:block; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
#QzVBrsrioo1IItTOA6wCc6W00I3w81Lt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.49975625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.248046875rem;left:41.06201171875rem;display:block; }
#SwPbx9Llu2qECSECuI9DOHNDx0ZeMTaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9XoZiUJu0Pg6LSlNcI5aveEFpfHTfzC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.74975rem;width:31.31225rem;top:3.123779296875rem;left:0.328369140625rem;overflow:hidden;display:block; }
#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { position:relative;display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { background-color: transparent; background-image: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container > .video-iframe-container { display: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row > .video-iframe-container { display: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .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); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { border-width: 0; border-radius: 0; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d3250;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:9.74975rem;top:2.51220703125rem;left:4.466552734375rem;overflow:hidden;display:block; }
#mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { color:rgba(var(--color-tertiary-0),1);display:block;width:66.059375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.140625rem;left:4.4677734375rem;height:10.125rem;text-align:justify;text-align-last:initial;display:block; }
#Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8076171875rem;left:24.434814453125rem;height:2.84375rem;font-style:normal;display:block; }
#A8fCAElE6UMNA3xOTXmLKT7nATctNrsF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3728125rem;height:3.49975625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.438720703125rem;left:24.434814453125rem;display:block; }
#ra3aKUfxy2cuzi3ISHJ2z7wRkNnJh44t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { position:relative;display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { background-color: transparent; background-image: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .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); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { border-width: 0; border-radius: 0; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { color:#090134;display:block;width:32.6233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.2333984375rem;left:22.380859375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qitVG3yE9B6VrykI3ah3nhrXTLWzugMP { color:rgba(var(--color-tertiary-2),1);display:block;width:41.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1845703125rem;left:18.162109375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#I47lQ6TBWTxPlGkIBxeKkhUe1WVGBuFI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:52.25rem;width:61.3125rem;top:5.22119140625rem;left:7.960205078125rem;display:block; }
#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { position:relative;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { border-width: 0; border-radius: 0; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { position:absolute;z-index:15009;top:2.18505859375rem;left:9.154052734375rem;width:58.9355625rem;height:36.9983125rem;display:block; }
#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { background-color: transparent; background-image: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .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); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { border-width: 0; border-radius: 0; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.6875rem;top:2.40625rem;left:31.78125rem;overflow:hidden;display:block; }
#PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.78125rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 1199px) { #QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { display:block; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.62305rem;top:0.843505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:47.75rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:46.1865rem;height:6.5rem;top:3.896484375rem;left:0.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { width:41.3733125rem;height:4.875rem;top:11.99462890625rem;left:3.187255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tSrR6yfx4Or1t9FUWwb402aqZDW3yDBf { width:15.5rem;height:22.625rem;top:19.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { width:22.56225rem;height:3.49975625rem;top:45.43701171875rem;left:13.748779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block; }
 }@media only screen and (max-width: 1199px) { #csmJUu66zxsDOAggKfuPMNNqBpccSAd4 { width:7.4365rem;height:7.4365rem;top:35.375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXLK6UTfODXTARMxIIKTdOUEmHZHhoxH { width:6.186525rem;height:1.25rem;top:37.875rem;left:27.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AatB3BTBQ2xhP6GeO15FAS2AW3TluPJQ { width:6.31225rem;height:0.875rem;top:39.625rem;left:27.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hvVoGiyn6uik6C9Mip17bT8pyxNixdTC { width:41.3733125rem;height:1.625rem;top:2.3486328125rem;left:4.342041015625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { width:41.9995rem;height:5.0371125rem;top:3.311767578125rem;left:3.687255859375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9fxAXOHKZHyU1aldhrTkFKcyvl5weM2 { width:40.1875rem;height:16.25096875rem;top:10.3125rem;left:3.6865234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpXXoztO18cOMMJoEA4FTshDTXbGNBMF { width:26.5625rem;height:26.5625rem;top:4.3115234375rem;left:15.091552734375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zZXn7CMK2Cn4T1WWN9kTNoJ2kC0TDV8w { width:28.4375rem;height:30.9375rem;top:10.078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rFNkLt4gR2k4nUIn2wTGNcgWa62a9lRZ { width:14.375rem;height:2.625rem;top:3.311767578125rem;left:22.498779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb8Vrm70SwEdEbkQA4UiVXnOFRnL5mcS { width:8.31175rem;height:8.6865rem;top:27.247314453125rem;left:36.873779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 { display:block; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row .container { width:47.75rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kVxDkrkuqG2hAeq7PDqapHzfmme57MHl { width:38.875rem;height:5.736325rem;top:15.2490234375rem;left:2.686767578125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ryoRz5LMtPlCwzTuuKalVDGRn9BBoWn0 { width:35.8105625rem;height:7.7988125rem;top:4.873046875rem;left:2.686767578125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MuqHeLaKrJNKfT59zMw9NOL5Zh7scC3t { width:22.5610625rem;height:3.49975625rem;top:41.8115234375rem;left:10.84228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNDp7uemsWKnMo9gU651lOsJdgcqlkqn { display:block; }
 }@media only screen and (max-width: 1199px) { #NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og { width:30.437rem;height:14.125rem;top:23.81103515625rem;left:5.37353515625rem;font-size:1.125rem;display:block; }#NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
 }@media only screen and (max-width: 1199px) { #PEBeJ3O4AwgTdMytiuhvoCH0yfo5GevS { width:26.5625rem;height:26.5625rem;top:56.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpNFIGme1kh4oKEzXov7m9l81bBgpRt8 { width:36.12425rem;height:39.057625rem;top:44.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { display:block; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { width:47.75rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xx5WUBKwEDn0lAr7n4uDKK8mgJteITQ1 { width:38.8110625rem;height:2.4375rem;top:2.747802734375rem;left:4.4677734375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw { width:35.3125rem;height:23.5625rem;top:8.685302734375rem;left:6.84326171875rem;font-size:1.125rem;display:block; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
 }@media only screen and (max-width: 1199px) { #QzVBrsrioo1IItTOA6wCc6W00I3w81Lt { width:22.5610625rem;height:3.49975625rem;top:69.91943359375rem;left:12.5927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwPbx9Llu2qECSECuI9DOHNDx0ZeMTaA { display:block; }
 }@media only screen and (max-width: 1199px) { #R9XoZiUJu0Pg6LSlNcI5aveEFpfHTfzC { width:31.25rem;height:39.6704375rem;top:29.74853515625rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { width:9.74975rem;height:3.061525rem;top:1.4990234375rem;left:2.310791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { width:43.125rem;height:15rem;top:7.8125rem;left:2.310791015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { width:27.1875rem;height:2.4375rem;top:1.8115234375rem;left:15.123291015625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8fCAElE6UMNA3xOTXmLKT7nATctNrsF { width:22.5610625rem;height:3.49975625rem;top:29.248046875rem;left:12.5927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ra3aKUfxy2cuzi3ISHJ2z7wRkNnJh44t { display:block; }
 }@media only screen and (max-width: 1199px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:47.75rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:32.6233125rem;height:2.1933625rem;top:6.212158203125rem;left:6.434326171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qitVG3yE9B6VrykI3ah3nhrXTLWzugMP { width:41.3733125rem;height:4.875rem;top:9.122314453125rem;left:3.187255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I47lQ6TBWTxPlGkIBxeKkhUe1WVGBuFI { width:47.625rem;height:45.9375rem;top:4.327392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:41.43675rem;height:29.74975rem;top:0rem;left:3.155517578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:12.6875rem;height:3.9375rem;top:2.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:33.4375rem;height:8.7715125rem;top:7.4375rem;left:7.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { display:block; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.625rem;top:0.9375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:20rem;height:9.097625rem;top:6.12744140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { width:20rem;height:7.3095625rem;top:16.561279296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSrR6yfx4Or1t9FUWwb402aqZDW3yDBf { width:11.687rem;height:17.06175rem;top:27.374267578125rem;left:3.436279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { width:18.999rem;height:3.4375rem;top:49.6240234375rem;left:0.499267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block; }
 }@media only screen and (max-width: 763px) { #csmJUu66zxsDOAggKfuPMNNqBpccSAd4 { width:7.24975rem;height:7.24975rem;top:39rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLK6UTfODXTARMxIIKTdOUEmHZHhoxH { width:10.625rem;height:1.1254875rem;top:41.375rem;left:9.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AatB3BTBQ2xhP6GeO15FAS2AW3TluPJQ { width:10.625rem;height:0.9619125rem;top:42.5rem;left:9.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvVoGiyn6uik6C9Mip17bT8pyxNixdTC { width:20rem;height:3.25rem;top:2.3779296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { width:20rem;height:10.07425rem;top:2.686767578125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fxAXOHKZHyU1aldhrTkFKcyvl5weM2 { width:20rem;height:25.48828125rem;top:15.267333984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpXXoztO18cOMMJoEA4FTshDTXbGNBMF { width:20rem;height:27.5625rem;top:14.26026171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZXn7CMK2Cn4T1WWN9kTNoJ2kC0TDV8w { width:20rem;height:21.758241758242rem;top:43.07276171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFNkLt4gR2k4nUIn2wTGNcgWa62a9lRZ { width:13.8745rem;height:2.68676875rem;top:5.07080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8Vrm70SwEdEbkQA4UiVXnOFRnL5mcS { width:11.75rem;height:12.279769603272rem;top:92.81882421875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 { display:block; }#XGbCsr3BfNvDRRX79uNHZDzFErw6h5I1 > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVxDkrkuqG2hAeq7PDqapHzfmme57MHl { width:18.1860625rem;height:13.38475rem;top:15.559814453125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryoRz5LMtPlCwzTuuKalVDGRn9BBoWn0 { width:19.187rem;height:12.1875rem;top:1.986083984375rem;left:0.406494140625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MuqHeLaKrJNKfT59zMw9NOL5Zh7scC3t { width:17.6233125rem;height:3.4375rem;top:52.71728515625rem;left:1.187744140625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDp7uemsWKnMo9gU651lOsJdgcqlkqn { display:block; }
 }@media only screen and (max-width: 763px) { #NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og { width:18.3105625rem;height:18.625rem;top:31.12060546875rem;left:0.843505859375rem;font-size:1.125rem;display:block; }#NyBPCSoiL79Ld4zcEa4ke8BsMyCtZ1og li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
 }@media only screen and (max-width: 763px) { #PEBeJ3O4AwgTdMytiuhvoCH0yfo5GevS { width:16.6858125rem;height:16.3110625rem;top:61.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNFIGme1kh4oKEzXov7m9l81bBgpRt8 { width:20rem;height:21.624047558081rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { background-color: transparent; background-image: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .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); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { border-width: 0; border-radius: 0; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx5WUBKwEDn0lAr7n4uDKK8mgJteITQ1 { width:17.56225rem;height:5.19921875rem;top:1.715087890625rem;left:1.21826171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw { width:19.2480625rem;height:37.0625rem;top:9.06005859375rem;left:0.750732421875rem;font-size:1.125rem;display:block; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
 }@media only screen and (max-width: 763px) { #QzVBrsrioo1IItTOA6wCc6W00I3w81Lt { width:18.999rem;height:3.4375rem;top:49.888916015625rem;left:0.499267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwPbx9Llu2qECSECuI9DOHNDx0ZeMTaA { display:block; }
 }@media only screen and (max-width: 763px) { #R9XoZiUJu0Pg6LSlNcI5aveEFpfHTfzC { width:20rem;height:25.3881875rem;top:55.047607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { width:7.8125rem;height:2.375rem;top:0.623779296875rem;left:1.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { width:17.9358125rem;height:30.375rem;top:11.622314453125rem;left:1.031494140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { width:20rem;height:2.4375rem;top:5.24658203125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8fCAElE6UMNA3xOTXmLKT7nATctNrsF { width:18.9978125rem;height:3.4375rem;top:45.506591796875rem;left:0.50048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3aKUfxy2cuzi3ISHJ2z7wRkNnJh44t { display:block; }
 }@media only screen and (max-width: 763px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:18.75rem;height:2.2753875rem;top:3.25rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qitVG3yE9B6VrykI3ah3nhrXTLWzugMP { width:20rem;height:8.125rem;top:7.62451171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I47lQ6TBWTxPlGkIBxeKkhUe1WVGBuFI { width:19.875rem;height:52.25rem;top:49.42138671875rem;left:1.1865234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:20rem;height:37rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:10.5625rem;height:3.0625rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:20rem;height:11.69533125rem;top:6.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }