.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:59,148,209;--color-primary-4:4,68,104;--color-secondary-0:214,248,214;--color-secondary-1:132,234,133;--color-secondary-2:50,220,51;--color-secondary-3:76,175,80;--color-secondary-4:10,44,10;--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:"libre franklin";--paragraphs-font-family:"libre franklin"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { background-color: transparent; background-image: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container > .video-iframe-container { display: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container { display: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .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); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { border-width: 0; border-radius: 0; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { 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:6.06228125rem;width:15.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nAzs2lcKlCyJayNZIuCfbvwLxC2u5CN4 { color:#044468;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:27.8125rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#lkWKl1VRVXnTHV78N0KJAMwTmknqetd8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#ACrctynp7gmx0SCm5oJbZJXTzpXqN8pE { color:#044468;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3312501907349rem;left:40.3125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNXPWvQZkwtwUTT6O2mS2THEa9vOeVMA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.9312496185302rem;left:56rem;overflow:hidden;display:block; }
#GgbDdO31lhaigoftzGKNTrn222JDchLQ { color:rgba(var(--color-secondary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9312496185302rem;left:58.75rem;height:2.2744125rem;font-style:normal;display:block; }
#LnbPnQwA7NVW9OJcuTTFTfS8bCQu9Ddz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eeT9NTI7VxQRTv36yHpbmspMJMaWWDoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fefefe, #f6f6f6);background-image: -moz-linear-gradient(180deg, #fefefe, #f6f6f6);background-image: -ms-linear-gradient(180deg, #fefefe, #f6f6f6);background-image: -o-linear-gradient(180deg, #fefefe, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, #fefefe, #f6f6f6);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; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { background-color: transparent; background-image: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container > .video-iframe-container { display: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container { display: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .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); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { border-width: 0; border-radius: 0; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { color:rgba(var(--color-primary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.125rem;height:12.6738125rem;font-style:normal;display:block; }
#EVZ7DPpSJlWw6hUUhQSJJLeF5sNQ6xdl { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2480625rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.5625rem;left:2.125rem;display:block; }
#EQokXMXCzfcBsWPbM4KbB0ws1qOQ3TG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4GBvr7T36bT56sc4oZ7vtmkUgiN7IlL { position:absolute;display:block;z-index:14999;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:38.25rem;width:25.5rem;top:0.5rem;left:47.375rem;overflow:hidden;display:block; }
#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);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; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { background-color: transparent; background-image: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container > .video-iframe-container { display: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container { display: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .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); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { border-width: 0; border-radius: 0; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { color:rgba(var(--color-primary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { box-sizing:content-box;height:18.8125rem;width:16.375rem;position:absolute;display:block;z-index:15002;background-color:#377ee6;background-image:none;top:9.0625rem;left:1.71875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { position:absolute;display:block;z-index:15003;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:4.6875rem;width:4.6875rem;top:10.375rem;left:7.5625rem;overflow:hidden;display:block; }
#NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:16.1865234375rem;left:2.75rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:21.4375rem;left:2.09375rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { box-sizing:content-box;height:18.8125rem;width:16.375rem;position:absolute;display:block;z-index:15006;background-color:#377ee6;background-image:none;top:9.0625rem;left:19.6865234375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { position:absolute;display:block;z-index:15007;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:4.6875rem;width:4.6875rem;top:10.375rem;left:25.5302734375rem;overflow:hidden;display:block; }
#DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.40625rem;left:23.6552734375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:21.4365234375rem;left:21.185546875rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { box-sizing:content-box;height:18.8125rem;width:16.375rem;position:absolute;display:block;z-index:15014;background-color:#377ee6;background-image:none;top:9.0625rem;left:55.71875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { position:absolute;display:block;z-index:15015;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:4.6875rem;width:4.6875rem;top:10.375rem;left:61.5625rem;overflow:hidden;display:block; }
#hQlOccdSib20nUpDhHLBxHw153ZuqycV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16.40625rem;left:57.21875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { box-sizing:content-box;height:18.8125rem;width:16.375rem;position:absolute;display:block;z-index:15010;background-color:#377ee6;background-image:none;top:9.0625rem;left:37.65625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { position:absolute;display:block;z-index:15011;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:4.6875rem;width:4.6875rem;top:10.375rem;left:43.125rem;overflow:hidden;display:block; }
#BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:16.40625rem;left:38.78125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:21.4375rem;left:37.65625rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:21.4365234375rem;left:56.40625rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#A0stWvyMqzCHt0CL85qs8t9iba9ulr1B { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:32rem;left:27.4052734375rem;display:block; }
#ZaVr65oNZ3Qvim2HDmUTBecq8UfJHMyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmfVzt6g3UPfS1P8FabHOaBkTAx9pkIA { background-color:rgba(var(--color-secondary-2),0.66);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#ShXJc83MPhrzEWTTMfHHcJca185VGlkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);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; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { background-color: transparent; background-image: none; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container > .video-iframe-container { display: none; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row > .video-iframe-container { display: none; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .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); }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { border-width: 0; border-radius: 0; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#iy5F5DZWOTGlIeH5oFHEqWKXTQrfwrKp { color:rgba(var(--color-primary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUPPKTXiAWiSqqwJRf6xzAS8zBPMg5fA { box-sizing:content-box;height:30.9375rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:#377ee6;background-image:none;top:10.1865234375rem;left:3.3740234375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#h6JGazgZpSXogJTpiwgBCsk8Qbx69eww { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:17.375rem;width:18.75rem;top:11.34375rem;left:4.9375rem;overflow:hidden;display:block; }
#eQTAXnLAU0GL386cegsbrDUAPNsRMu5P { box-sizing:content-box;height:3.5625rem;width:3.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:15005;background-color:rgba(21,190,240,0.98);background-image:none;top:12.28125rem;left:6rem;display:block; }
#LHFGa1WB08Batckk4TsDhVnHl4Iaagtd { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.96875rem;left:6.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDamM7tw5exL0wUsmoZTSld8AvZ4on0l { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.9375rem;height:4.548825rem;font-style:normal;display:block; }
#QGMyWLNqNziOIcEktmbtVDl17JdmE2T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:36.5498046875rem;left:4.841796875rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#HgAvRb2fOsab27Jrp0FXdAiGeuXxSHGy { box-sizing:content-box;height:30.9375rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:#377ee6;background-image:none;top:10.1865234375rem;left:26.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CQRFTuuv3qLDx2u7sPCK47LRivKHnXKU { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:17.375rem;width:18.75rem;top:11.375rem;left:28.125rem;overflow:hidden;display:block; }
#VCzIKtv3AauuMTLnENKc2RKBbmMIlr5v { box-sizing:content-box;height:3.5625rem;width:3.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(21,190,240,0.98);background-image:none;top:12.3125rem;left:29.1875rem;display:block; }
#p4FrKMl7nzwKCPOEVf1zKsoBx9oeZln9 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30rem;left:28.125001907349rem;height:4.548825rem;font-style:normal;display:block; }
#vW3nbfElxmkwtVnxQCWpzmSuqykJLHyP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:36.5498046875rem;left:28.0302734375rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#Lwl6JsUZTTXocnhTtR4MsnTGgTiIoT8m { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.925000190735rem;left:29.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHpEg6rgMAOBFgcsxPIA22QQtNuWTwoG { box-sizing:content-box;height:30.9375rem;width:21.875rem;position:absolute;display:block;z-index:15014;background-color:#377ee6;background-image:none;top:10.187194824219rem;left:49.812284469604rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#n8blV8o0xkqZpObKT7Ef5ThZULD1HHgk { position:absolute;display:block;z-index:15015;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;box-shadow: none;height:17.375rem;width:18.75rem;top:11.375rem;left:51.375rem;overflow:hidden;display:block; }
#NIuvGmBWELGeeZEmW2fEua4cfl9wgKtK { box-sizing:content-box;height:3.5625rem;width:3.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:15016;background-color:rgba(21,190,240,0.98);background-image:none;top:12.3125rem;left:52.4375rem;display:block; }
#TkOHrrg4aLsLDiFp3vdOJbVetcZFo9Te { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.96875rem;left:51.375rem;height:4.548825rem;font-style:normal;display:block; }
#a1FHrTUbxtA8zKZ4w6HO91QiVkG8gNZn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.9375rem;left:52.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxSMCzxTH9oznwvUhVPoKpCFo2UzF9gt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:36.5498046875rem;left:51.279296875rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#PMIwWq3zGeulTVC60J8GnalkOKOzEP8k { background-color:rgba(var(--color-secondary-2),0.66);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#n9SCt1iz0N7OFdNOTr6y0Q60DKgLBoOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);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; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { background-color: transparent; background-image: none; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container > .video-iframe-container { display: none; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row > .video-iframe-container { display: none; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .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); }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { border-width: 0; border-radius: 0; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#U2UgeV8lwTHc4vTN5PZ8eEDoEOsgA4O7 { color:rgba(var(--color-primary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SULxKUc9ACJvmezMATD6F4oM7XzycGR0 { box-sizing:content-box;height:23.0625rem;width:33.75rem;position:absolute;display:block;z-index:15004;background-color:#377ee6;background-image:none;top:11.5rem;left:2.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kLWfXD9BX4P8cQSLMTEom5gWqGW5Tr02 { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:20.375rem;width:30.8125rem;top:12.84375rem;left:4.21875rem;overflow:hidden;display:block; }
#gPKbPXoeWy33AH1JQJcKuZlfUO16Wf0R { box-sizing:content-box;height:23.0625rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#377ee6;background-image:none;top:11.5rem;left:38.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uVwAi5xPzI7KKIlXLO9e698Jah5P4DtQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14rem;left:39.46875rem;height:2.2744125rem;font-style:normal;display:block; }
#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.625rem;left:40.125rem;height:8rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
#XDNAb3dhpaE1XKtzaV26Nr8kahv9ZbHg { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.25rem;left:40.125rem;display:block; }
#QOQyBH6yfIGVNVXVlRadd3uetinWUKeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpzGad6XNeot3gErcyD2EJh22sGm6Txo { box-sizing:content-box;height:23.0625rem;width:33.75rem;position:absolute;display:block;z-index:15004;background-color:#377ee6;background-image:none;top:36.0625rem;left:2.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#NikGiOFsTZIzpOoMyvSQJJfESzQbwTTG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.625rem;left:4.5rem;height:2.2744125rem;font-style:normal;display:block; }
#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:43.0625rem;left:4.21875rem;height:6.3125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
#qHc1JZQDiuEf8qu0RZOGsdp3cdNLhG3T { box-sizing:content-box;height:23.0625rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#377ee6;background-image:none;top:36.0625rem;left:38.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#cMgrCJRI78M23tLyWabTUcTascTmHoRP { position:absolute;display:block;z-index:15023;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;box-shadow: none;height:20.375rem;width:30.625rem;top:37.21875rem;left:40.0625rem;overflow:hidden;display:block; }
#uRNw8v7LamqsrU3RHGqwMn2fUiz5nw0e { background-color:rgba(var(--color-secondary-2),0.66);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#Api3gU4rt00q94H4ccI0QKNNnbTotdB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v74aT3x0ewDqqTlUCzPkGJpeTmTJUI3e { background-color:rgba(var(--color-secondary-2),0.66);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#Zuhy3gQNOSl4IBtKHqI2HTbMOBcIEFDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);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; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { background-color: transparent; background-image: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .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); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { border-width: 0; border-radius: 0; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#cBhEV3IOMbeiJAPKKZHGLKNlTUXJKTOR { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:5rem;left:4.5rem;display:block; }
#FOwhVUfkADgqDvXmMIzCmshhHGbJmo9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdeuBS9sMkZ0aDXbfJ72rTyzgH8biqnh { box-sizing:content-box;height:23.0625rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#377ee6;background-image:none;top:13.875rem;left:2.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#E70vwF12OhIJNy7FyeDy8umBSpwofmhO { position:absolute;display:block;z-index:15023;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;box-shadow: none;height:20.375rem;width:30.625rem;top:15.21875rem;left:4.5rem;overflow:hidden;display:block; }
#LJ9fJbQZSxqVPrFcBLBXhTlbSLnvEUHE { box-sizing:content-box;height:23.0625rem;width:33.75rem;position:absolute;display:block;z-index:15006;background-color:#377ee6;background-image:none;top:13.875rem;left:38.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#EQBsDNHRQ23a5Av82SgCCmntiAx9Fieb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.96875rem;height:2.2744125rem;font-style:normal;display:block; }
#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:20.375rem;left:39.96875rem;height:6.3125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
#zxJCyykpH2l3SxJ4tQu3s9FwXGFi59Tf { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.9375rem;left:40.125rem;display:block; }
#wERchsgx5bynhQUUkeJqTIaJcqqH53aq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgrUuZQMcoI6lO1kAmPLcXRwrXOOkWco { background-color:rgba(var(--color-secondary-2),0.66);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#N9cTq1NTdfs5vGdrggi5OzdstHWw100D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);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; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { background-color: transparent; background-image: none; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container > .video-iframe-container { display: none; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row > .video-iframe-container { display: none; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .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); }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { border-width: 0; border-radius: 0; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#P8sqhUyLpZV2zfMoqOWUt5qvi6wfnTvM { color:#377ee6;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.28125rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWFIfHTasUTwIfB06N2enT0uEyySVy7P { box-sizing:content-box;height:30.25rem;width:20.0625rem;position:absolute;display:block;z-index:15006;background-color:#06a9a8;background-image:none;top:9.28125rem;left:2.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lNXzzBrZi1TnmJQ3hUBXEwhgSVOvw8v8 { position:absolute;display:block;z-index:15007;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:3.9375rem;top:11.25rem;left:4.125rem;overflow:hidden;display:block; }
#WTHTvBsRUx3l3cvVUGXxAapfuFFqOpxW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.7822265625rem;left:8.84375rem;height:1.4619125rem;font-style:normal;display:block; }
#SKqa3I3bNH1J69vb8y5BM2vrz4VxgcmF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.875rem;top:13.18124961853rem;left:8.84375rem;overflow:hidden;display:block; }
#lGq68BNT1go0E0Bokdnm1uuz9D25I6Se { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.40625rem;left:4.125rem;height:13.5rem;font-style:normal;display:block; }
#fFqgbgqNroBMetshqziEbuAPhVvadQRb { position:absolute;display:block;z-index:15010;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.8125rem;width:3.8125rem;top:34.84375rem;left:4.125rem;overflow:hidden;display:block; }
#mfIzTnahekKi58ANUZywos2H80qRiHhC { box-sizing:content-box;height:30.25rem;width:20.0625rem;position:absolute;display:block;z-index:15012;background-color:#06a9a8;background-image:none;top:9.3125rem;left:27.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#K3XUcnSP7u0xXKeLgruWFVcT9DtgTkcd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.71875rem;left:33.375rem;height:1.4619125rem;font-style:normal;display:block; }
#fpBaL5GuJqpquWDJN6XQRMkwIp4IEzSV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.4375rem;left:28.6875rem;height:16.5rem;font-style:normal;display:block; }
#hxJDAhRw9TumTqIMHI24IrcssmluosA5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:11.25rem;left:28.6875rem;overflow:hidden;display:block; }
#zHTl12DG89FG3dSXToN5i3M6yARHSCPx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.875rem;top:13.1875rem;left:33.375rem;overflow:hidden;display:block; }
#c6g7m9QxCrmTlg9hbTXw0Eet8bFZO6cS { position:absolute;display:block;z-index:15016;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.8125rem;width:3.8125rem;top:34.875rem;left:28.6875rem;overflow:hidden;display:block; }
#FCh3Ug0ln14kcDZ4F948nQGUBxIpOJNe { box-sizing:content-box;height:30.25rem;width:20.0625rem;position:absolute;display:block;z-index:15018;background-color:#06a9a8;background-image:none;top:9.3125rem;left:52rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#OXRQXXh6X6u0DOFww7bfumcOEfr8EpBW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.7822265625rem;left:57.125rem;height:1.4619125rem;font-style:normal;display:block; }
#FUoDXNhgyVUiNNgGUTNnU0U0V84TN1Z7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:16.4375rem;left:53.1875rem;height:12rem;font-style:normal;display:block; }
#uL4AgIeDi2CnvbDu9WosCuRWyn9f8MtA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.875rem;top:13.2431640625rem;left:57.125rem;overflow:hidden;display:block; }
#pcGeSotNo5JzFgEuVlAaRbpFrJBLQ6At { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:11.25rem;left:52.6875rem;overflow:hidden;display:block; }
#nTr3l3124KCfhDq8JOr00QySoKuCeUKo { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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.8125rem;width:3.8125rem;top:34.875rem;left:53.1875rem;overflow:hidden;display:block; }
#qr7dRWy8NQPTQHkqLB6b9UrvwZXfAOIs { background-color:rgba(var(--color-secondary-2),0.66);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#RCPPhKS0pXU1SfRuVQXfmRF8rVbXADh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e6e6e6);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; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { background-color: transparent; background-image: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container > .video-iframe-container { display: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container { display: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .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); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { border-width: 0; border-radius: 0; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#xmgnGt2SFIUUiszP476zSxeJzFctOZgo { color:#06a9a8;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.90625rem;left:1.875rem;height:6rem;font-style:normal;display:block; }
#i8WWktDAVUTp9VsTZ9Dp1LQlTroM4bec { background-color:#32dc33;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3.15625rem;left:51.125rem;display:block; }
#wn5sUysEhMZvs62CzP93RpKM2KaieXQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { 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; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { background-color: transparent; background-image: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container > .video-iframe-container { display: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container { display: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .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); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { border-width: 0; border-radius: 0; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { color:#044468;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.875rem;height:1.29980625rem;font-style:normal;display:block; }
#NIy5WCSlT5DTP7FZ7GXbtaUGnFIuKA4J { color:#044468;display:block;width:70.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:9.09375rem;left:2.09375rem;height:3.9375rem;font-style:normal;display:block; }
#dKJVJkZIm8e6nv4eH0rmBlDNkQfm4t7o { color:#044468;display:block;width:70.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:14.21875rem;left:2.09375rem;height:1.3125rem;font-style:normal;display:block; }
#aJpQxQTxzhAKArIB4TVn0uFXL0HV1ifR { color:#044468;display:block;width:70.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.6875rem;left:2.09375rem;height:1.3125rem;font-style:normal;display:block; }
#cBnGK40cLp1g2dbZ7XLVXdXVJI1TBSly { box-sizing:content-box;height:0.0625rem;width:71.25rem;position:absolute;display:block;z-index:15004;background-color:#8153e0;background-image:none;top:17.9375rem;left:1.875rem;display:block; }
#R7Vd9ZdQlE6EQsU1s03TuyGNTTaOfMbE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:15.9375rem;top:18.6875rem;left:1.875rem;overflow:hidden;display:block; }
#w8K0rU4MBXRcGKmhQ7zWNQh7A77Tl9JJ { color:#044468;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.25rem;left:35.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { color:#044468;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:35.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VkHFbgUOM3uo6Ra9DzwzGF885n56ELGr { color:#044468;display:block;width:63.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:3.9873046875rem;left:1.875rem;height:3.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { width:15.3125rem;height:6.06228125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAzs2lcKlCyJayNZIuCfbvwLxC2u5CN4 { width:44.5625rem;height:1.4375rem;top:1.1875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkWKl1VRVXnTHV78N0KJAMwTmknqetd8 { width:1.875rem;height:1.875rem;top:2.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACrctynp7gmx0SCm5oJbZJXTzpXqN8pE { width:15.375rem;height:1.4375rem;top:3.3125rem;left:26.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXPWvQZkwtwUTT6O2mS2THEa9vOeVMA { width:2.25rem;height:2.25rem;top:2.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgbDdO31lhaigoftzGKNTrn222JDchLQ { width:14.6875rem;height:2.25rem;top:2.875rem;left:33.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnbPnQwA7NVW9OJcuTTFTfS8bCQu9Ddz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eeT9NTI7VxQRTv36yHpbmspMJMaWWDoM { display:block; }
 }@media only screen and (max-width: 763px) { #pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { width:41.125rem;height:12.625rem;top:6.9375rem;left:0rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVZ7DPpSJlWw6hUUhQSJJLeF5sNQ6xdl { width:18.1875rem;height:3.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQokXMXCzfcBsWPbM4KbB0ws1qOQ3TG5 { display:block; }
 }@media only screen and (max-width: 763px) { #I4GBvr7T36bT56sc4oZ7vtmkUgiN7IlL { width:25.5rem;height:38.25rem;top:0.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { width:47.75rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { width:16.375rem;height:18.8125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { width:4.6875rem;height:4.6875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { width:14.3125rem;height:4.125rem;top:16.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { width:15.625rem;height:4.75rem;top:21.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { width:16.375rem;height:18.8125rem;top:9.0625rem;left:6.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { width:4.6875rem;height:4.6875rem;top:10.375rem;left:11.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { width:8.4375rem;height:4.125rem;top:16.375rem;left:10.0302734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { width:13.3125rem;height:4.75rem;top:21.375rem;left:7.560546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { width:16.375rem;height:18.8125rem;top:9.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { width:4.6875rem;height:4.6875rem;top:10.375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlOccdSib20nUpDhHLBxHw153ZuqycV { width:13.375rem;height:4.125rem;top:16.375rem;left:34.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { width:16.375rem;height:18.8125rem;top:9.0625rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { width:4.6875rem;height:4.6875rem;top:10.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { width:14.8125rem;height:4.125rem;top:16.375rem;left:25.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { width:15.625rem;height:3.1875rem;top:21.4375rem;left:24.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { width:15rem;height:4.75rem;top:21.375rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0stWvyMqzCHt0CL85qs8t9iba9ulr1B { width:18.1875rem;height:3.125rem;top:32rem;left:13.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaVr65oNZ3Qvim2HDmUTBecq8UfJHMyp { display:block; }
 }@media only screen and (max-width: 763px) { #rmfVzt6g3UPfS1P8FabHOaBkTAx9pkIA { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShXJc83MPhrzEWTTMfHHcJca185VGlkI { display:block; }
 }@media only screen and (max-width: 763px) { #G7gN26sVgoGsFymSBrx6pggsr7LeIht9 { display:block; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iy5F5DZWOTGlIeH5oFHEqWKXTQrfwrKp { width:47.75rem;height:3.25rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUPPKTXiAWiSqqwJRf6xzAS8zBPMg5fA { width:21.875rem;height:30.9375rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6JGazgZpSXogJTpiwgBCsk8Qbx69eww { width:18.75rem;height:17.375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTAXnLAU0GL386cegsbrDUAPNsRMu5P { width:3.5625rem;height:3.5625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHFGa1WB08Batckk4TsDhVnHl4Iaagtd { width:2.6875rem;height:0;top:12.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDamM7tw5exL0wUsmoZTSld8AvZ4on0l { width:18.4375rem;height:4.5rem;top:29.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMyWLNqNziOIcEktmbtVDl17JdmE2T4 { width:18.875rem;height:3.1875rem;top:36.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgAvRb2fOsab27Jrp0FXdAiGeuXxSHGy { width:21.875rem;height:30.9375rem;top:10.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRFTuuv3qLDx2u7sPCK47LRivKHnXKU { width:18.75rem;height:17.375rem;top:11.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCzIKtv3AauuMTLnENKc2RKBbmMIlr5v { width:3.5625rem;height:3.5625rem;top:12.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4FrKMl7nzwKCPOEVf1zKsoBx9oeZln9 { width:21.875rem;height:4.5625rem;top:30rem;left:14.500001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW3nbfElxmkwtVnxQCWpzmSuqykJLHyP { width:18.875rem;height:3.1875rem;top:36.5rem;left:14.4052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwl6JsUZTTXocnhTtR4MsnTGgTiIoT8m { width:2.6875rem;height:;top:12.875rem;left:16rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHpEg6rgMAOBFgcsxPIA22QQtNuWTwoG { width:21.875rem;height:30.9375rem;top:10.125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8blV8o0xkqZpObKT7Ef5ThZULD1HHgk { width:18.75rem;height:17.375rem;top:11.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIuvGmBWELGeeZEmW2fEua4cfl9wgKtK { width:3.5625rem;height:3.5625rem;top:12.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOHrrg4aLsLDiFp3vdOJbVetcZFo9Te { width:20.8125rem;height:4.5rem;top:29.9375rem;left:26.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1FHrTUbxtA8zKZ4w6HO91QiVkG8gNZn { width:2.6875rem;height:2.25rem;top:12.9375rem;left:39.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSMCzxTH9oznwvUhVPoKpCFo2UzF9gt { width:18.875rem;height:3.1875rem;top:36.5rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMIwWq3zGeulTVC60J8GnalkOKOzEP8k { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9SCt1iz0N7OFdNOTr6y0Q60DKgLBoOa { display:block; }
 }@media only screen and (max-width: 763px) { #n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg { display:block; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2UgeV8lwTHc4vTN5PZ8eEDoEOsgA4O7 { width:47.75rem;height:3.25rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SULxKUc9ACJvmezMATD6F4oM7XzycGR0 { width:33.75rem;height:23.0625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWfXD9BX4P8cQSLMTEom5gWqGW5Tr02 { width:30.8125rem;height:20.375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPKbPXoeWy33AH1JQJcKuZlfUO16Wf0R { width:33.75rem;height:23.0625rem;top:11.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwAi5xPzI7KKIlXLO9e698Jah5P4DtQ { width:31.8125rem;height:2.25rem;top:14rem;left:15.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq { width:29.625rem;height:;top:17.625rem;left:18.125rem;font-size:0.9375rem;display:block; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #XDNAb3dhpaE1XKtzaV26Nr8kahv9ZbHg { width:21.625rem;height:3.5rem;top:28.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOQyBH6yfIGVNVXVlRadd3uetinWUKeW { display:block; }
 }@media only screen and (max-width: 763px) { #SpzGad6XNeot3gErcyD2EJh22sGm6Txo { width:33.75rem;height:23.0625rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikGiOFsTZIzpOoMyvSQJJfESzQbwTTG { width:28.875rem;height:2.25rem;top:38.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 { width:29.625rem;height:6.3125rem;top:43.0625rem;left:0rem;font-size:0.9375rem;display:block; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #qHc1JZQDiuEf8qu0RZOGsdp3cdNLhG3T { width:33.75rem;height:23.0625rem;top:36.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgrCJRI78M23tLyWabTUcTascTmHoRP { width:30.625rem;height:20.375rem;top:37.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNw8v7LamqsrU3RHGqwMn2fUiz5nw0e { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Api3gU4rt00q94H4ccI0QKNNnbTotdB4 { display:block; }
 }@media only screen and (max-width: 763px) { #v74aT3x0ewDqqTlUCzPkGJpeTmTJUI3e { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zuhy3gQNOSl4IBtKHqI2HTbMOBcIEFDu { display:block; }
 }@media only screen and (max-width: 763px) { #KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU { display:block; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBhEV3IOMbeiJAPKKZHGLKNlTUXJKTOR { width:21.625rem;height:3.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOwhVUfkADgqDvXmMIzCmshhHGbJmo9B { display:block; }
 }@media only screen and (max-width: 763px) { #DdeuBS9sMkZ0aDXbfJ72rTyzgH8biqnh { width:33.75rem;height:23.0625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E70vwF12OhIJNy7FyeDy8umBSpwofmhO { width:30.625rem;height:20.375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9fJbQZSxqVPrFcBLBXhTlbSLnvEUHE { width:33.75rem;height:23.0625rem;top:13.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBsDNHRQ23a5Av82SgCCmntiAx9Fieb { width:20.4375rem;height:2.25rem;top:16.125rem;left:25.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl { width:29.625rem;height:6.3125rem;top:20.375rem;left:18.125rem;font-size:0.9375rem;display:block; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #zxJCyykpH2l3SxJ4tQu3s9FwXGFi59Tf { width:21.625rem;height:3.5rem;top:29.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERchsgx5bynhQUUkeJqTIaJcqqH53aq { display:block; }
 }@media only screen and (max-width: 763px) { #DgrUuZQMcoI6lO1kAmPLcXRwrXOOkWco { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9cTq1NTdfs5vGdrggi5OzdstHWw100D { display:block; }
 }@media only screen and (max-width: 763px) { #VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd { display:block; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8sqhUyLpZV2zfMoqOWUt5qvi6wfnTvM { width:47.75rem;height:3.875rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWFIfHTasUTwIfB06N2enT0uEyySVy7P { width:20.0625rem;height:30.25rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXzzBrZi1TnmJQ3hUBXEwhgSVOvw8v8 { width:3.9375rem;height:3.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHTvBsRUx3l3cvVUGXxAapfuFFqOpxW { width:12.5rem;height:1.4375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKqa3I3bNH1J69vb8y5BM2vrz4VxgcmF { width:5.875rem;height:1.0625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGq68BNT1go0E0Bokdnm1uuz9D25I6Se { width:17.5625rem;height:13.5rem;top:16.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFqgbgqNroBMetshqziEbuAPhVvadQRb { width:3.8125rem;height:3.8125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfIzTnahekKi58ANUZywos2H80qRiHhC { width:20.0625rem;height:30.25rem;top:9.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3XUcnSP7u0xXKeLgruWFVcT9DtgTkcd { width:12.5rem;height:1.4375rem;top:11.6875rem;left:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBaL5GuJqpquWDJN6XQRMkwIp4IEzSV { width:17.5625rem;height:16.5rem;top:16.4375rem;left:15.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJDAhRw9TumTqIMHI24IrcssmluosA5 { width:3.9375rem;height:3.9375rem;top:11.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTl12DG89FG3dSXToN5i3M6yARHSCPx { width:5.875rem;height:1.0625rem;top:13.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6g7m9QxCrmTlg9hbTXw0Eet8bFZO6cS { width:3.8125rem;height:3.8125rem;top:34.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCh3Ug0ln14kcDZ4F948nQGUBxIpOJNe { width:20.0625rem;height:30.25rem;top:9.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRQXXh6X6u0DOFww7bfumcOEfr8EpBW { width:12.5rem;height:1.4375rem;top:11.75rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUoDXNhgyVUiNNgGUTNnU0U0V84TN1Z7 { width:17.5625rem;height:12rem;top:16.4375rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL4AgIeDi2CnvbDu9WosCuRWyn9f8MtA { width:5.875rem;height:1.0625rem;top:13.1875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcGeSotNo5JzFgEuVlAaRbpFrJBLQ6At { width:3.9375rem;height:3.9375rem;top:11.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr3l3124KCfhDq8JOr00QySoKuCeUKo { width:3.8125rem;height:3.8125rem;top:34.875rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7dRWy8NQPTQHkqLB6b9UrvwZXfAOIs { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCPPhKS0pXU1SfRuVQXfmRF8rVbXADh5 { display:block; }
 }@media only screen and (max-width: 763px) { #DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmgnGt2SFIUUiszP476zSxeJzFctOZgo { width:41.375rem;height:6rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8WWktDAVUTp9VsTZ9Dp1LQlTroM4bec { width:21.625rem;height:3.5rem;top:3.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5sUysEhMZvs62CzP93RpKM2KaieXQr { display:block; }
 }@media only screen and (max-width: 763px) { #QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { width:12.5rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIy5WCSlT5DTP7FZ7GXbtaUGnFIuKA4J { width:47.75rem;height:3.9375rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJVJkZIm8e6nv4eH0rmBlDNkQfm4t7o { width:47.75rem;height:1.3125rem;top:14.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpQxQTxzhAKArIB4TVn0uFXL0HV1ifR { width:47.75rem;height:1.3125rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnGK40cLp1g2dbZ7XLVXdXVJI1TBSly { width:47.75rem;height:0.0625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Vd9ZdQlE6EQsU1s03TuyGNTTaOfMbE { width:15.9375rem;height:6.375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8K0rU4MBXRcGKmhQ7zWNQh7A77Tl9JJ { width:34.625rem;height:1.25rem;top:20.25rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { width:34.625rem;height:1.25rem;top:22.375rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHFbgUOM3uo6Ra9DzwzGF885n56ELGr { top:3.9375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { width:8.4375rem;height:3.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAzs2lcKlCyJayNZIuCfbvwLxC2u5CN4 { width:20rem;height:0;top:6.98958125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkWKl1VRVXnTHV78N0KJAMwTmknqetd8 { width:1.3125rem;height:1.3125rem;top:2.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACrctynp7gmx0SCm5oJbZJXTzpXqN8pE { width:8.5rem;height:0.8125rem;top:3.125rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXPWvQZkwtwUTT6O2mS2THEa9vOeVMA { width:2.25rem;height:2.25rem;top:17.00208125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgbDdO31lhaigoftzGKNTrn222JDchLQ { width:14.6875rem;height:0;top:20.50208125rem;left:2.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnbPnQwA7NVW9OJcuTTFTfS8bCQu9Ddz { top:0.65625rem;left:12.875rem;width:7.125rem;height:1.875rem;z-index:15005;background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:poppins;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeT9NTI7VxQRTv36yHpbmspMJMaWWDoM { display:block; }
 }@media only screen and (max-width: 763px) { #pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { width:20rem;height:0.40625rem;top:0rem;left:0rem;font-size:0.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EVZ7DPpSJlWw6hUUhQSJJLeF5sNQ6xdl { width:18.1875rem;height:3.125rem;top:23.5625rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQokXMXCzfcBsWPbM4KbB0ws1qOQ3TG5 { display:block; }
 }@media only screen and (max-width: 763px) { #I4GBvr7T36bT56sc4oZ7vtmkUgiN7IlL { width:20rem;height:30rem;top:22.65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { width:13.625rem;height:7.3125rem;top:0rem;left:2.34375rem;font-size:1.875rem;color:rgba(var(--color-secondary-4),1);font-weight:400;font-style:normal;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { width:20rem;height:18.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { width:4.6875rem;height:4.6875rem;top:9.5625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { width:15.3125rem;height:4.125rem;top:15rem;left:2.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { width:17.625rem;height:3rem;top:21.3125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { width:20rem;height:18.75rem;top:28.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { width:4.6875rem;height:4.6875rem;top:30.44921875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { width:15.125rem;height:2.0625rem;top:36.10546875rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { width:17.3125rem;height:3rem;top:42.26171875rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { width:20rem;height:18.75rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { width:4.6875rem;height:4.6875rem;top:70.1875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlOccdSib20nUpDhHLBxHw153ZuqycV { width:15.125rem;height:2.0625rem;top:75.84375rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { width:20rem;height:18.75rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { width:4.6875rem;height:4.6875rem;top:49.5rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { width:15.25rem;height:4.125rem;top:55.6875rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { width:18.4375rem;height:3rem;top:62.75rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { width:18rem;height:3rem;top:81.7998046875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0stWvyMqzCHt0CL85qs8t9iba9ulr1B { width:18.25rem;height:3.125rem;top:119.7rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaVr65oNZ3Qvim2HDmUTBecq8UfJHMyp { display:block; }
 }@media only screen and (max-width: 763px) { #rmfVzt6g3UPfS1P8FabHOaBkTAx9pkIA { width:9.875rem;height:3.125rem;top:89.13671875rem;left:5.0625rem;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ShXJc83MPhrzEWTTMfHHcJca185VGlkI { display:block; }
 }@media only screen and (max-width: 763px) { #G7gN26sVgoGsFymSBrx6pggsr7LeIht9 { display:block; }#G7gN26sVgoGsFymSBrx6pggsr7LeIht9 > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iy5F5DZWOTGlIeH5oFHEqWKXTQrfwrKp { width:13.625rem;height:6.3369375rem;top:0.8125rem;left:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUPPKTXiAWiSqqwJRf6xzAS8zBPMg5fA { width:20rem;height:29.0625rem;top:7.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6JGazgZpSXogJTpiwgBCsk8Qbx69eww { width:17.375rem;height:17.375rem;top:8.41796875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTAXnLAU0GL386cegsbrDUAPNsRMu5P { width:3.5625rem;height:3.5625rem;top:8.9365234375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHFGa1WB08Batckk4TsDhVnHl4Iaagtd { width:2.6875rem;height:2.2744125rem;top:9.5810546875rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDamM7tw5exL0wUsmoZTSld8AvZ4on0l { width:18.4375rem;height:3.57421875rem;top:26.91796875rem;left:0.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMyWLNqNziOIcEktmbtVDl17JdmE2T4 { width:18.9375rem;height:3rem;top:31.44921875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgAvRb2fOsab27Jrp0FXdAiGeuXxSHGy { width:20rem;height:29.0625rem;top:38.012485504151rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRFTuuv3qLDx2u7sPCK47LRivKHnXKU { width:17.375rem;height:17.375rem;top:38.88671875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCzIKtv3AauuMTLnENKc2RKBbmMIlr5v { width:3.5625rem;height:3.5625rem;top:39.60546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4FrKMl7nzwKCPOEVf1zKsoBx9oeZln9 { width:18.4375rem;height:3.57421875rem;top:57.325012207031rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW3nbfElxmkwtVnxQCWpzmSuqykJLHyP { width:17.6875rem;height:3rem;top:62.32421875rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwl6JsUZTTXocnhTtR4MsnTGgTiIoT8m { width:2.6875rem;height:2.2744125rem;top:40.25rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHpEg6rgMAOBFgcsxPIA22QQtNuWTwoG { width:20rem;height:29.0625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8blV8o0xkqZpObKT7Ef5ThZULD1HHgk { width:17.375rem;height:17.375rem;top:69.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIuvGmBWELGeeZEmW2fEua4cfl9wgKtK { width:3.5625rem;height:3.5625rem;top:69.91796875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOHrrg4aLsLDiFp3vdOJbVetcZFo9Te { width:18.4375rem;height:3.57421875rem;top:87.9375rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1FHrTUbxtA8zKZ4w6HO91QiVkG8gNZn { width:2.6875rem;height:2.2744125rem;top:70.5625rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSMCzxTH9oznwvUhVPoKpCFo2UzF9gt { width:17.4375rem;height:3rem;top:93rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMIwWq3zGeulTVC60J8GnalkOKOzEP8k { width:9.875rem;height:3.125rem;top:99.387502670288rem;left:5.0625rem;z-index:15020;background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n9SCt1iz0N7OFdNOTr6y0Q60DKgLBoOa { display:block; }
 }@media only screen and (max-width: 763px) { #n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg { display:block; }#n2dufQrlEGeGV2Jwmd25Z1snTWhiOwpg > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2UgeV8lwTHc4vTN5PZ8eEDoEOsgA4O7 { width:20rem;height:4.225rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SULxKUc9ACJvmezMATD6F4oM7XzycGR0 { width:20rem;height:13.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWfXD9BX4P8cQSLMTEom5gWqGW5Tr02 { width:18.4375rem;height:12.25rem;top:9.25rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPKbPXoeWy33AH1JQJcKuZlfUO16Wf0R { width:20rem;height:22.6875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwAi5xPzI7KKIlXLO9e698Jah5P4DtQ { width:15.75rem;height:3.57421875rem;top:24.3125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq { width:16.5rem;height:9.6875rem;top:29.0625rem;left:1.40625rem;font-size:0.9375rem;display:block; }#P387xJibaO1XSXqCAg8oX7u5zkVVi7Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #XDNAb3dhpaE1XKtzaV26Nr8kahv9ZbHg { width:19rem;height:3.5rem;top:50.9875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOQyBH6yfIGVNVXVlRadd3uetinWUKeW { display:block; }
 }@media only screen and (max-width: 763px) { #SpzGad6XNeot3gErcyD2EJh22sGm6Txo { width:20rem;height:22.6875rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikGiOFsTZIzpOoMyvSQJJfESzQbwTTG { width:18.4375rem;height:1.7875rem;top:63.0625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 { width:17.5625rem;height:8.28125rem;top:66.625rem;left:1.21875rem;font-size:0.9375rem;display:block; }#ioI54chUfiCg3AR8hTp9WEnawqGXgNw6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #qHc1JZQDiuEf8qu0RZOGsdp3cdNLhG3T { width:20rem;height:13.25rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgrCJRI78M23tLyWabTUcTascTmHoRP { width:18.625rem;height:12.375rem;top:47.5rem;left:0.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNw8v7LamqsrU3RHGqwMn2fUiz5nw0e { width:9.875rem;height:3.125rem;top:40.0625rem;left:5.0625rem;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Api3gU4rt00q94H4ccI0QKNNnbTotdB4 { display:block; }
 }@media only screen and (max-width: 763px) { #v74aT3x0ewDqqTlUCzPkGJpeTmTJUI3e { width:9.875rem;height:3.125rem;top:78.9375rem;left:5.0625rem;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zuhy3gQNOSl4IBtKHqI2HTbMOBcIEFDu { display:block; }
 }@media only screen and (max-width: 763px) { #KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(180deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6e6e6, #ffffff);background-size:auto !important;display:block; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { background-color: transparent; background-image: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row > .video-iframe-container { display: none; }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .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); }#KTGWbkaf7TKIclwOfg7a9VKD0pDm0hKU > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBhEV3IOMbeiJAPKKZHGLKNlTUXJKTOR { width:19rem;height:3.5rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOwhVUfkADgqDvXmMIzCmshhHGbJmo9B { display:block; }
 }@media only screen and (max-width: 763px) { #DdeuBS9sMkZ0aDXbfJ72rTyzgH8biqnh { width:20rem;height:13.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E70vwF12OhIJNy7FyeDy8umBSpwofmhO { width:18.625rem;height:12.375rem;top:2.0312128067017rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9fJbQZSxqVPrFcBLBXhTlbSLnvEUHE { width:20rem;height:22.1875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBsDNHRQ23a5Av82SgCCmntiAx9Fieb { width:18.4375rem;height:1.7871125rem;top:17.4375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl { width:16.5rem;height:9.6875rem;top:20.75rem;left:0.4375rem;font-size:0.9375rem;display:block; }#SpzmDfKwuTV9D7Idfx1nA4IKTBcUKNTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/841b74f6-6f3f-46dc-a2bf-1b35896d240c/9ab5addacheckmark_101a01a000000000000028.png); }
 }@media only screen and (max-width: 763px) { #zxJCyykpH2l3SxJ4tQu3s9FwXGFi59Tf { width:19rem;height:3.5rem;top:49.8125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wERchsgx5bynhQUUkeJqTIaJcqqH53aq { display:block; }
 }@media only screen and (max-width: 763px) { #DgrUuZQMcoI6lO1kAmPLcXRwrXOOkWco { width:9.875rem;height:3.125rem;top:32.750022888184rem;left:5.0625rem;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N9cTq1NTdfs5vGdrggi5OzdstHWw100D { display:block; }
 }@media only screen and (max-width: 763px) { #VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd { display:block; }#VPtP7E3GTgUKtO4GqxrSldJ1Ti4nknCd > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8sqhUyLpZV2zfMoqOWUt5qvi6wfnTvM { width:20rem;height:4.225rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWFIfHTasUTwIfB06N2enT0uEyySVy7P { width:20rem;height:28.375rem;top:7.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXzzBrZi1TnmJQ3hUBXEwhgSVOvw8v8 { width:3.9375rem;height:3.9375rem;top:9.6375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHTvBsRUx3l3cvVUGXxAapfuFFqOpxW { width:12.5rem;height:1.4619125rem;top:10.2001953125rem;left:5.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKqa3I3bNH1J69vb8y5BM2vrz4VxgcmF { width:5.875rem;height:1.0625rem;top:11.599993896484rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGq68BNT1go0E0Bokdnm1uuz9D25I6Se { width:17.5625rem;height:11.25rem;top:14.825rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFqgbgqNroBMetshqziEbuAPhVvadQRb { width:3.8125rem;height:3.8125rem;top:30.887462615967rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfIzTnahekKi58ANUZywos2H80qRiHhC { width:20rem;height:28.375rem;top:38.012512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3XUcnSP7u0xXKeLgruWFVcT9DtgTkcd { width:12.5rem;height:1.4619125rem;top:40.48828125rem;left:5.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBaL5GuJqpquWDJN6XQRMkwIp4IEzSV { width:17.5625rem;height:15.46875rem;top:45.137512207031rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJDAhRw9TumTqIMHI24IrcssmluosA5 { width:3.9375rem;height:3.9375rem;top:39.950012207031rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTl12DG89FG3dSXToN5i3M6yARHSCPx { width:5.875rem;height:1.0625rem;top:41.887512207031rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6g7m9QxCrmTlg9hbTXw0Eet8bFZO6cS { width:3.8125rem;height:3.8125rem;top:61.262512207031rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCh3Ug0ln14kcDZ4F948nQGUBxIpOJNe { width:20rem;height:28.375rem;top:68.262512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRQXXh6X6u0DOFww7bfumcOEfr8EpBW { width:12.5rem;height:1.4619125rem;top:70.73828125rem;left:5.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUoDXNhgyVUiNNgGUTNnU0U0V84TN1Z7 { width:17.5625rem;height:11.25rem;top:75.387512207031rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL4AgIeDi2CnvbDu9WosCuRWyn9f8MtA { width:5.875rem;height:1.0625rem;top:72.137512207031rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcGeSotNo5JzFgEuVlAaRbpFrJBLQ6At { width:3.9375rem;height:3.9375rem;top:70.200012207031rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr3l3124KCfhDq8JOr00QySoKuCeUKo { width:3.8125rem;height:3.8125rem;top:91.450012207031rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7dRWy8NQPTQHkqLB6b9UrvwZXfAOIs { width:9.875rem;height:3.125rem;top:98.999997138975rem;left:5.0625rem;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RCPPhKS0pXU1SfRuVQXfmRF8rVbXADh5 { display:block; }
 }@media only screen and (max-width: 763px) { #DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmgnGt2SFIUUiszP476zSxeJzFctOZgo { width:20rem;height:3.8994125rem;top:3.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8WWktDAVUTp9VsTZ9Dp1LQlTroM4bec { width:19rem;height:3.5rem;top:8.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5sUysEhMZvs62CzP93RpKM2KaieXQr { display:block; }
 }@media only screen and (max-width: 763px) { #QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { width:12.5rem;height:1.3rem;top:1.6249752044677rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIy5WCSlT5DTP7FZ7GXbtaUGnFIuKA4J { width:20rem;height:15.75rem;top:3.8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJVJkZIm8e6nv4eH0rmBlDNkQfm4t7o { width:20rem;height:3.9375rem;top:21.7998046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpQxQTxzhAKArIB4TVn0uFXL0HV1ifR { width:20rem;height:3.9375rem;top:28.1748046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnGK40cLp1g2dbZ7XLVXdXVJI1TBSly { width:20rem;height:0.125rem;top:43.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Vd9ZdQlE6EQsU1s03TuyGNTTaOfMbE { width:7.3125rem;height:2.9375rem;top:33.9248046875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8K0rU4MBXRcGKmhQ7zWNQh7A77Tl9JJ { width:20rem;height:2.111325rem;top:38.37890625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { width:20rem;height:1.0556625rem;top:41.791015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHFbgUOM3uo6Ra9DzwzGF885n56ELGr { width:20rem;height:13.125rem;top:44.845703125rem;left:0rem;font-size:0.875rem;display:block; }
 }