.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:205,179,252;--color-primary-1:180,141,250;--color-primary-2:109,32,247;--color-primary-3:73,21,165;--color-primary-4:36,11,82;--color-secondary-0:252,243,185;--color-secondary-1:248,235,149;--color-secondary-2:245,219,49;--color-secondary-3:163,146,33;--color-secondary-4:82,73,16;--color-tertiary-0:235,235,235;--color-tertiary-1:188,188,188;--color-tertiary-2:141,141,141;--color-tertiary-3:94,94,94;--color-tertiary-4:47,47,47;--headlines-font-family:"Lato";--paragraphs-font-family:"open sans"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { background-color:transparent;background-image: -webkit-linear-gradient(48deg, #fafafa, rgba(181,7,7,0.77));background-image: -moz-linear-gradient(48deg, #fafafa, rgba(181,7,7,0.77));background-image: -ms-linear-gradient(48deg, #fafafa, rgba(181,7,7,0.77));background-image: -o-linear-gradient(48deg, #fafafa, rgba(181,7,7,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707c4' );";background-image: linear-gradient(48deg, #fafafa, rgba(181,7,7,0.77));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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { background-color: transparent; background-image: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container > .video-iframe-container { display: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container { display: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .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); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { border-width: 0; border-radius: 0; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#iUWDny86OGahf1LSwBhZEBVSMK7acPvE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#272622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1246875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.2809855937957rem;left:14.622939109803rem;display:block; }
#G2hGZwZnlQbJGNcRMMqy4zo3pSbFTGTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQNGUoIT1UMlwhw9SvNxFQmRhsOnNmnn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#272622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.936rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.2809247970581rem;left:0rem;display:block; }
#Jp89Tacg3a4W41GKShTLR1zU8w8XROLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxQZEgpM088Iy1vFimWnKSfkmhsUQ4ur { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#272622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.2809247970581rem;left:52.904734611511rem;display:block; }
#ieVngIOKp9hyizOfc6gBR6JoDGUO4FUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENs0g449s21kGFKaASdGzwiTx7IUTwJM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#272622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.624rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.2809245586395rem;left:34.71408367157rem;display:block; }
#m0upfBEQGDXcsAuw2IUVOeQrqvu4TPZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bgz00wcfIoMnAsi4dTUFSiwlCXK0xtDZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#272622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3123125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.2809519767761rem;left:59.654410362244rem;display:block; }
#BQH2Q6G8e5lbsO04UhHNTHEE4bChqIms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #d9dde3, rgba(0,0,0,0));background-image: -moz-linear-gradient(130deg, #d9dde3, rgba(0,0,0,0));background-image: -ms-linear-gradient(130deg, #d9dde3, rgba(0,0,0,0));background-image: -o-linear-gradient(130deg, #d9dde3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#00000000' );";background-image: linear-gradient(130deg, #d9dde3, rgba(0,0,0,0));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; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:60.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { position:absolute;display:block;z-index:14999;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:45.374875rem;width:30.1871875rem;top:7.5618491172787rem;left:43.186308860779rem;overflow:hidden;display:block; }
#y6wOZwLgth1tCMAWGRyrfnh2nhvUm1Ig { color:#000000;display:block;width:33.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4369578361511rem;left:3.8726129531861rem;height:12.1875rem;display:block; }
#aqQvyxHAKZ0uhLMBNtnyG1uatDzkZvRT { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.093626022339rem;left:2.9975042343139rem;height:7.55533125rem;display:block; }
#XXzcD5ICTOfiBum9kIBPoyRB5Q9WEQcr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.43739375rem;width:4.43739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.341797351837rem;left:0rem; }
#sgnRFF8lgfqt3CBCpdHfJo5oBK9UEQza { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.468424797058rem;left:0rem; }
#VwCB6rx1qa9vIhESKlvxLPwlPSohpzoJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41.03125rem;left:0rem; }
#tT6zu5NR4EIRKX31aGAD96hBJRuCgxnX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.16));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.16));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.16));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.16));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5070728' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5070728' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.16));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#b50707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5621875rem;height:4.74989375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:52.346464157104rem;left:8.1803388595581rem;display:block; }
#pnM63q1Mb5Z2SrskC4K31TJ6MOXoSQlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmS1qkoQTbTTvdNdCH9AcOat6961QNma { color:#000000;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.301542758942rem;left:3.8460283279419rem;height:2.51844375rem;display:block; }
#TxcM0CXSGpJ1aV2oolSUcf4yw0nwhzHd { color:#000000;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.09326171875rem;left:3.74853515625rem;height:5.0371125rem;display:block; }
#tRCiCuE9dnOWDkrhe28wChfaxN1wvq6I { color:#000000;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.70947265625rem;left:3.93603515625rem;height:2.51855625rem;display:block; }
#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW { background-color:transparent;background-image: -webkit-linear-gradient(328deg, #fafafa, rgba(181,7,7,0.19));background-image: -moz-linear-gradient(328deg, #fafafa, rgba(181,7,7,0.19));background-image: -ms-linear-gradient(328deg, #fafafa, rgba(181,7,7,0.19));background-image: -o-linear-gradient(328deg, #fafafa, rgba(181,7,7,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070730' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070730' );";background-image: linear-gradient(328deg, #fafafa, rgba(181,7,7,0.19));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; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container { background-color: transparent; background-image: none; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container > .video-iframe-container { display: none; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row > .video-iframe-container { display: none; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .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); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container { border-width: 0; border-radius: 0; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:95.375rem;width:75rem;overflow:visible;position:relative;display:block; }#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(top, #fafafa, #fafafa);background-image: -moz-linear-gradient(top, #fafafa, #fafafa);background-image: -ms-linear-gradient(top, #fafafa, #fafafa);background-image: -o-linear-gradient(top, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(to bottom, #fafafa, #fafafa);background-size:contain !important;vertical-align:top; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;font-style:normal; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--headlines-font-family);color:#585751;line-height:1.5;overflow:hidden;height:auto; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-trigger.adaptive-delivery-prevent-bg, #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-trigger.lazyload, #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-trigger.lazyloading { background-image: none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED { box-sizing:content-box;height:auto;width:63.5rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #fafafa, rgba(181,7,7,0.41));background-image: -moz-linear-gradient(107deg, #fafafa, rgba(181,7,7,0.41));background-image: -ms-linear-gradient(107deg, #fafafa, rgba(181,7,7,0.41));background-image: -o-linear-gradient(107deg, #fafafa, rgba(181,7,7,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070768' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070768' );";background-image: linear-gradient(107deg, #fafafa, rgba(181,7,7,0.41));background-size:auto !important;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem;top:42.993705749512rem;left:5.1860895156861rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #PbTEEKhRsWSSZF19ChL3k74ihVrSahi8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #yKdHtvMrneM6GBZN9cCqRqccoF7kaB2P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nHTJBrTPb25ERrinGfbKkpMI4qhTXOAq { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #pTCXCLQgoAq152fGZGknR13qpeRRZHKx {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #ZApViAGZUFEAZqc3aQzTek9PwXDcoR5Z {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #TNGuNb9zToO67V2WkCHlNca2ENxvrDZR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #KppB7EtkMDETKeQCwezmMKOk7ItFk2lm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #WPSe49uDr2Gr7iZspCuicTxA1TupJEmn { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #LP4o4L2uWMTt4kCccUMk8JukpqW55aS9 {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nZwDdI2hJNshl1n3mhRdMtL0xN2nM5Pt { display:none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #Pay3loVNubVBw2O29s690VlJwXOUJrHk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #mtwQsP7ZW3xDhKSM1of5hFQTpMSX4mdF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #DrxmmKKeLhhc2Iu4fZ6tnNZliop0sQC1 { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #QxQprqFW5B5ksPcCHNFBF4vdP59VGxwg {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #kXQQQgNRWLirOoyz2ZVh3SbMskVMdkfx { display:none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #zDA8z2whNqyDvyEaA9k81dhB8zueea3R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #E6SByRalw2vFZW0cROVUtxdQz07zm5vI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #TVKTFEK1mgKfZBS1nqQcTDgyE91DcdaZ { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #CLWcircgh3uo2qo802t8iinInNkCl8zA {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #HKW4NKTogSsx0WaLnWTiNzFTWBwxq5dq { display:none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #V1a8tADiorgrQ7Bc97qIASJnsumMuJaV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RrToEOrLieZz9LJ5Tz6kSkS4FWIctJKG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #v0ze5VdymQlUsou7pQt7BFRb3MdHqiBH { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #Gek2gXNHFlvHzNrz3IQCi2CPS6nMLRkO {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #h6m96OLFgCb9K2q6X9TUVyPInT3bkURn { display:none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #O1z89yTQLndKhEXf8Ve34kmSMxqvyrk0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #smgZa5qKnIQi1OOVO7AhJ8ZyULZubruc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #FoUS2KCTwgtOc0u0DwFoUsFzvtmcEtuZ { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #oE7V1s68o5zzfBlkECgLPULUVSW6PtJG {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #IwyBW52Wny0X9ZbUcMbPCmQO8X3wJ3gx { display:none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RtBwIgnyoRHq1T5e5swndTz1mlpsiuMm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #BBf9db1m3xVnUU2hxbQpasi1T6vnxKHW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nwbRgMVu1Lm3MQOxE9y1MplhNkvJMoJ7 { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RyRLgGtXsT1KFs7EOLzToRGehQNhPFJC {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #zVVLFTAknATi4xmP2FheDQnRut7phmfS { display:none; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #bpOkIHbBGN3BpazIzlXXiEIKBwQpUFBm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #iqBn81uP29gu4JiRqF26DIU8ZIv4Musr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #hQww3WErLeIUdxQcwppu8PI6OZp7Q1px { display:block;position:relative; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #r85RHqLFlEncR1fq2FQtz8nyd9xVD1TF {  }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #SyZWduZitZLySCHky6LnglivoVrQVzcd { display:none; }
#Rxhq1M7b94K0WcXebK81acZEt3mi0g4q { color:#272622;display:block;width:59.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:7.05810546875rem;left:11.96875rem;height:3.97515rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dUwRiJCpIyEhfzRhT6pqBSrAA2ZeJieA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(181,7,7,0.43), #fafafa);background-image: -moz-linear-gradient(360deg, rgba(181,7,7,0.43), #fafafa);background-image: -ms-linear-gradient(360deg, rgba(181,7,7,0.43), #fafafa);background-image: -o-linear-gradient(360deg, rgba(181,7,7,0.43), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b507076d', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b507076d', endColorstr='#fafafa' );";background-image: linear-gradient(360deg, rgba(181,7,7,0.43), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:21.6873125rem;width:21.6873125rem;top:34.597988128662rem;left:0.74978256225588rem;display:block; }
#L1cIWgCogrMgTeypz7utF3S6Pb1826HB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:24.060874938965rem;left:4.4688577651978rem; }
#eba3wyFylzT2IwVb5us3LPnGatmcCudb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:15.873481750488rem;left:4.4688577651978rem; }
#p0RVVmhJok1qWawaTzUUv6QnQO7RrCeK { color:#272622;display:block;width:59.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:16.87060546875rem;left:11.93359375rem;height:3.97515rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#osZKoostIDLO0tfEeSH1dtNh6LTHyQHv { color:#272622;display:block;width:59.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:25.18310546875rem;left:11.93359375rem;height:3.97515rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;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; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { border-width: 0; border-radius: 0; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:78.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:56.0623125rem;width:31.3748125rem;top:15.780707955361rem;left:0.77799415588381rem;overflow:hidden;display:block; }
#a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:15.092231273651rem;left:35.405817985534rem; }
#oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15.092230796814rem;left:39.630534172058rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:20.15625rem;left:35.40576171875rem;height:6.7513125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:28.538411140442rem;left:39.630534172058rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { color:rgba(var(--color-tertiary-3),1);display:block;width:37.3746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:31.9990234375rem;left:35.40576171875rem;height:17.5276875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:51.9091796875rem;left:40.536566734314rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HDytMud5XZ6zSZQxTONkhetKXrye2cZb { color:rgba(var(--color-tertiary-3),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:55.187719345093rem;left:35.405817985534rem;height:7.967125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AI1ki2RWgvxSA7T0LXkuNiet3XWFNeuO { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(143deg, rgba(250,250,250,0.91), rgba(242,207,3,0.55));background-image: -moz-linear-gradient(143deg, rgba(250,250,250,0.91), rgba(242,207,3,0.55));background-image: -ms-linear-gradient(143deg, rgba(250,250,250,0.91), rgba(242,207,3,0.55));background-image: -o-linear-gradient(143deg, rgba(250,250,250,0.91), rgba(242,207,3,0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafae8', endColorstr='#f2cf038c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafae8', endColorstr='#f2cf038c' );";background-image: linear-gradient(143deg, rgba(250,250,250,0.91), rgba(242,207,3,0.55));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.499rem;width:11.499rem;top:2.4549703598023rem;left:10.717230796814rem;display:block; }
#EHvvJ7bmobPNsnDCobqPPL7DH4U2h26w { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(242,207,3,0.77), rgba(250,250,250,0.37));background-image: -moz-linear-gradient(180deg, rgba(242,207,3,0.77), rgba(250,250,250,0.37));background-image: -ms-linear-gradient(180deg, rgba(242,207,3,0.77), rgba(250,250,250,0.37));background-image: -o-linear-gradient(180deg, rgba(242,207,3,0.77), rgba(250,250,250,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf03c4', endColorstr='#fafafa5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf03c4', endColorstr='#fafafa5e' );";background-image: linear-gradient(180deg, rgba(242,207,3,0.77), rgba(250,250,250,0.37));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.4375rem;width:8.4375rem;top:22.316625595092rem;left:5.1595048904419rem;display:block; }
#GZOFi0poAKCJ0thT4JPLlohusHZ68z9e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.128797531128rem;left:35.405817985534rem; }
#AVfCOSDiHUN6TE9lAMkhtgXDOSOUIiJr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:51.47136592865rem;left:35.405817985534rem; }
#Gq2Pq523DTdTa97XnXEXFneSUAHEg5g8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:64.502507209775rem;left:35.405817985534rem; }
#NwTzi4o8zAUlEkL9AGW3FyARLPWB0TIz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:65.41232299805rem;left:40.290259361267rem;height:2.24989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLF7Wwb6I4VbD1F8extroSeruyztzPEB { color:rgba(var(--color-tertiary-3),1);display:block;width:37.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:68.529742240906rem;left:35.405817985534rem;height:4.780275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { color:rgba(var(--color-tertiary-4),1);display:block;width:44.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:1.875rem;left:27.752821922302rem;height:9.1493rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM { z-index:;position:relative;display:block; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM { background-color: transparent; background-image: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container > .video-iframe-container { display: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row > .video-iframe-container { display: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .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); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM { border-width: 0; border-radius: 0; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Tc_4PdN-Fq0/unsplash/milad-fakurian-Tc_4PdN-Fq0-photo-1600172454284-934feca24ccd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:118.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container.adaptive-delivery-prevent-bg, #eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container.lazyload, #eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container.lazyloading { background-image: none; }#fIRVkUCX9waxocF1FOdUITEc1NchKrhK { color:#272622;display:block;width:47.0621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:2.684476852417rem;left:23.062609672546rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ES6d91nzhBGfw2f1fLUp4ouXdIWPT3zQ { color:#272622;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:2;letter-spacing:0;top:17.742523670196rem;left:18.435872077942rem;height:84.00609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wSpr6vbxFtSB8FFKaFoTgXpVpATebhfM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62456875rem;width:4.62456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.150623321533rem;left:12.687174797058rem; }
#TXLzEns35T5eaKq71PndC2cQZh7oes9R { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-image: -moz-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-image: -ms-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-image: -o-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.35)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.35)', endColorstr='#fafafa' );";background-image: linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:43.403866291046rem;left:45.597331047058rem;display:block; }
#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B { background-color:transparent;background-image: -webkit-linear-gradient(340deg, #fafafa, rgba(181,7,7,0.28));background-image: -moz-linear-gradient(340deg, #fafafa, rgba(181,7,7,0.28));background-image: -ms-linear-gradient(340deg, #fafafa, rgba(181,7,7,0.28));background-image: -o-linear-gradient(340deg, #fafafa, rgba(181,7,7,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070747' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070747' );";background-image: linear-gradient(340deg, #fafafa, rgba(181,7,7,0.28));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; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container { background-color: transparent; background-image: none; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container > .video-iframe-container { display: none; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row > .video-iframe-container { display: none; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .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); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container { border-width: 0; border-radius: 0; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:39.5rem;width:75rem;overflow:visible;position:relative;display:block; }#lmFIacOfdkZhcfOEMVPpAmq5eJUOJK5h { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:17.9375rem;left:8.9375rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hOhAgLN7tameHyZe1HhE7dRGw9Ha4rn3 { color:#585751;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:22.999664306641rem;left:3.2497825622559rem;height:10.80075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wFr3VwqfGfapJwaAIu4meCbwPTGV2ypQ { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18rem;left:1.75rem; }
#N0GXvvpJlNr6r8HKpbt96KqDo4BtTvHP { color:#585751;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:23rem;left:21.5625rem;height:9.000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xCwXA1FgwK5pdsPkVh7y8KsGOhT5sq8O { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:17.9375rem;left:27.25rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sTFKGxT6JJxbP2XRZyRvUG0SiIDCAXu9 { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:17.9375rem;left:45.5625rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TEmNNGiomdWteDvFVzaTGtfQtZcteeK0 { color:#585751;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:22.999675750733rem;left:39.874674797058rem;height:5.4003875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JSanHXCTDlxoZfcPsG2D08TzcXD7J5aL { color:#585751;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:22.999664306641rem;left:58.187392234803rem;height:5.4003875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#erKuZLMk70BFsS2D3ZCqP1Z32belK3zZ { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:17.9375rem;left:63.875rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nmmZpzLTnbKkkCXg1Rf3pTleBVl0TMxy { color:#272622;display:block;width:30.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:3.9133062362671rem;left:41.761069297791rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#bAcUOvTbzLQCwqIh1akFvczus2KRA8t1 { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.93728351593rem;left:19.249674797058rem; }
#MuBw41k44B97Fg7G2TPFV7l1DEN0TtdA { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.93728351593rem;left:37.562392234803rem; }
#Blf3GDFschBo9GKSCGBTVnFIE83Thw2m { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.93728351593rem;left:56.437178611756rem; }
#dVooXZsLroFwdMQT4fZyaWBTUiOASL0T { color:#585751;display:block;width:23.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:12.691518783569rem;left:48.732642173767rem;height:1.80013125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#eaMgWq9th9qV44dezQfRbGztyQO2S6gl { background-color:transparent;background-image: -webkit-linear-gradient(28deg, #fafafa, rgba(181,7,7,0.28));background-image: -moz-linear-gradient(28deg, #fafafa, rgba(181,7,7,0.28));background-image: -ms-linear-gradient(28deg, #fafafa, rgba(181,7,7,0.28));background-image: -o-linear-gradient(28deg, #fafafa, rgba(181,7,7,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070747' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070747' );";background-image: linear-gradient(28deg, #fafafa, rgba(181,7,7,0.28));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; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container { background-color: transparent; background-image: none; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container > .video-iframe-container { display: none; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row > .video-iframe-container { display: none; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .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); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container { border-width: 0; border-radius: 0; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:35.75rem;width:75rem;overflow:visible;position:relative;display:block; }#eSTeUrxVX6tk8SJrvAiii6uDB8gf2s1I { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:6.7258071899412rem;left:11.284180641174rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZGRvkVmfmRAn6NN6sziVQxiGdaIn3mbZ { color:#585751;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:12.571619033814rem;left:5.0613069534302rem;height:5.4003875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iMH7sCiHTziobo4hTH3HZi81n13SRzSi { color:#585751;display:block;width:14.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:11.558706283569rem;left:23.061522483826rem;height:14.4010625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bQPKipiNPoRuiT2qEqGnGoO254Us94ZQ { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:6.7258071899412rem;left:28.471137046814rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FTlNnPD8QWhb4xAyH4RkxhnPLdlnw9B5 { color:#585751;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:6.7257862091062rem;left:46.436633110046rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IndqzOs18TvpSqoTHD93xzmgFJolT7e6 { color:#585751;display:block;width:12.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:12.571619033814rem;left:42.124567985534rem;height:9.000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m907g6I19Ag5NQw4798CpcDXt8fvtfbz { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.3845520019531rem;left:3.2481555938721rem; }
#CpAcVbNFDSbHUh4Hgieu4X1GSaHABTwk { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.7258071899412rem;left:20.47091960907rem; }
#AsXbFsJB4EiWw2K7BvlBBd3cVLtBlv3W { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.7258071899412rem;left:38.783637046814rem; }
#TyO1BnQKTxweiMJNXyvuRxObTLo5RCWL { color:#363739;display:block;width:10.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.558700561524rem;left:62.561308860781rem;height:8.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m49UoXGx6DpZqHN6Op2nq4sTnnF4Jq3A { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-image: -moz-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-image: -ms-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-image: -o-linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.35)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.35)', endColorstr='#fafafa' );";background-image: linear-gradient(131deg, rgba(var(--color-secondary-2),0.35), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.4375rem;width:11.4375rem;top:0.98524093627931rem;left:56.749136924744rem;display:block; }
#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d { background-color:#fafafa;background-image:none;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; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container { background-color: transparent; background-image: none; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container > .video-iframe-container { display: none; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row > .video-iframe-container { display: none; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .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); }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container { border-width: 0; border-radius: 0; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:61.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#tia7oIMUZ9KcXsfs91T0VeKfi2NmG4hH { color:#272622;display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.3122973442075rem;left:3.2785367965698rem;height:9.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r0mScE46z2N1GR2cZ8aQ6nFw4IEwzgvB { position:absolute;display:block;z-index:15001;background-color:#d9dde3;background-image:none;border-top:0.25rem solid #b50707;border-left:0.25rem solid #b50707;border-right:0.25rem solid #b50707;border-bottom:0.25rem solid #b50707;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:41.4371875rem;width:21.25rem;top:7.31228351593rem;left:34.766711235046rem;display:block; }
#rubkt0rte74LLvPtTlRvhsmPu4ibE3BU { color:#363739;display:block;width:19.8746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:17.999675750733rem;left:35.697157859803rem;height:2.9991375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WVJn0dCKygLDEbL1NWSgwn3wO2TROxyx { position:absolute;display:block;z-index:15084;background-color:#6a6a6a;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:20rem;top:21.657987594604rem;left:35.634768486023rem;display:block; }
#iSflsLGLkhh2kXuo7No2R1LhRsLUnERL { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:9.9370660781863rem;left:35.478518486023rem;height:3.0002125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZHtRehIRIzBIIcXC5zIORUxeFWihhLA2 { color:#000000;display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:13.797201156616rem;left:35.915801048279rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y2GXc47UKaDdguu8EF9PnlixW4T34Vnu { color:#000000;display:block;width:20.062375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.5;letter-spacing:0;top:23.499349594116rem;left:35.60275554657rem;height:12.189125rem;font-style:normal;display:block; }#y2GXc47UKaDdguu8EF9PnlixW4T34Vnu li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#y2GXc47UKaDdguu8EF9PnlixW4T34Vnu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a08792478eed65adca8b905c19ca7967ebb976ab.svg); }
#mmKANBa5RT2lD5U27nToytCnqLXamA92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.249375rem;width:7.249375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.759859085083rem;left:0rem; }
#aNvHE2fJH3r20vPrptpEye0POdO2llT8 { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;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:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:41.758899688721rem;left:36.259768486023rem;display:block; }#aNvHE2fJH3r20vPrptpEye0POdO2llT8.adaptive-delivery-prevent-bg, #aNvHE2fJH3r20vPrptpEye0POdO2llT8.lazyload, #aNvHE2fJH3r20vPrptpEye0POdO2llT8.lazyloading { background-image: none; }
#c8OWiteh2Ig85UWo5edWK158sdEZ8pvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo6ZFhDNrP3oRRFLcmPdD6niPByrJOK7 { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:38.155938982964rem;left:39.755862236023rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SNyc3N84A7zIg7vysOVQUDCetCQcTiuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:37.943265795707rem;left:35.937502861023rem; }
#fP8l6p3AaUekyKsxE4ULGUvVi08Ny061 { color:#000000;display:block;width:14.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:45.351566314698rem;left:39.471571922303rem;height:1.5435125rem;display:block; }
#PzLttaza2BPHKzBH6BUcbmr77oAXQNBk { color:#fafafa;display:block;width:14.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:45.351565957069rem;left:56.468100547791rem;height:1.5435125rem;display:block; }
#TADLDwXlwN5ICsiwENZHfhZPk4QcX1FO { position:absolute;display:block;z-index:15124;height:1.437175rem;width:1.437175rem;top:45.404731750488rem;left:36.781142234803rem;display:block; }
#UBnc7oeffxhIrWfEXoRLU0C7vKpLdy79 { color:#b50707;display:block;width:35.062375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:52.209178924561rem;left:26.714953422546rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#IQ23LZQpafJnAcytgHCmiasB2RcFUEJm { color:#fafafa;display:block;width:14.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:38.15755212307rem;left:57.721358299256rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A6Jzi3JMMboAS9zBVBZQzDKFI7sTazcc { color:#272622;display:block;width:18.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.933253288269rem;left:9.3109807968137rem;height:23.61983125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5070719' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5070719' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(181,7,7,0.1));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; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container { background-color: transparent; background-image: none; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container > .video-iframe-container { display: none; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row > .video-iframe-container { display: none; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .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); }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container { border-width: 0; border-radius: 0; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:33.625rem;width:75rem;overflow:visible;position:relative;display:block; }#VGPkAOVSvd01XHk0zvdKZ4wWoBkSOGuv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:10.86208820343rem;left:3.4087457656861rem;height:18.566075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#klyECOEe2pwGoV50Sn0Twe8VearBuB0H { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:30.501845359802rem;left:3.4087457656861rem;height:1.349825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#so1wTNWTiD4zi1Atr5KvgNvgwoCz394w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.6463766098025rem;left:0rem; }
#qi0TdtDnG5uxgThb9rISHoxpFETHT8lm { color:#b50707;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8119578361511rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tLqKw1gZb2ZPIU5eDLhBxWdMwNDxIovX { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:30.501303672791rem;left:29.873591423034rem;height:1.349825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAyTQUwWcA8LrFHdRy0goH4mdROyQU0P { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:10.86208820343rem;left:29.873591423034rem;height:15.1904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HfvyULiTxe9kigKBCf6Tr1ZD2bF4aOGb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.6463766098025rem;left:26.187067985534rem; }
#AX3sAxBDdvPz2HIKrdAV2lVMNDRQUZCV { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:30.501303672791rem;left:55.436743736267rem;height:1.349825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOAnpeIQD3QPolRTpsowPfLzvs5pror8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:10.86208820343rem;left:54.499785423279rem;height:18.566075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yBxWmb3KIAR7n19VLoWowIHA1R4ZOirl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.6121969223025rem;left:52.284613609314rem; }
#JADZ8sqr5mL7lsita8T77C4iRh8SOdem { background-color:rgba(217,221,227,0.49);background-image:none;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; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container { background-color: transparent; background-image: none; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container > .video-iframe-container { display: none; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row > .video-iframe-container { display: none; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .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); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container { border-width: 0; border-radius: 0; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:70.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#KJvMsviy8Xf55TQ6ql7H5RrzSbcz2q5P { color:#b50707;display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:8.88720703125rem;left:47.09130859375rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OLMp56DBEMEcwFBDKkKTvU2Sa5C3TEQo { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:35.28662109375rem;left:8.875rem;height:11.814775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O1qdCTJhRpGcwkI3f5qQHLifAF1qyi8O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.099275588989rem;left:0rem; }
#fU3IWCfrI83pLns69vg5TsJdJfZ8aJ21 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:20.09912109375rem;left:8.875rem;height:11.814775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RBSpZIZlqgK8fzCqHIf8D9Tl9tiEgqRG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:37.6875rem;width:25.125rem;top:16.71826171875rem;left:44.172007845541rem;overflow:hidden;display:block; }
#TxEKgkBMkDybuRgsaomVfnpn5Vkk8Az6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.287006378174rem;left:0rem; }
#E1wN5T8zw96wLHrMUqg6EknhkgP3Wt3f { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(87deg, rgba(242,207,3,0.51), #fafafa);background-image: -moz-linear-gradient(87deg, rgba(242,207,3,0.51), #fafafa);background-image: -ms-linear-gradient(87deg, rgba(242,207,3,0.51), #fafafa);background-image: -o-linear-gradient(87deg, rgba(242,207,3,0.51), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf0382', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf0382', endColorstr='#fafafa' );";background-image: linear-gradient(87deg, rgba(242,207,3,0.51), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:43.633912086487rem;left:58.437499046326rem;display:block; }
#nbNzdoRwbSIQTi7b37d7BXucHMhwtkek { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,250,250,0.91), rgba(242,207,3,0.46));background-image: -moz-linear-gradient(180deg, rgba(250,250,250,0.91), rgba(242,207,3,0.46));background-image: -ms-linear-gradient(180deg, rgba(250,250,250,0.91), rgba(242,207,3,0.46));background-image: -o-linear-gradient(180deg, rgba(250,250,250,0.91), rgba(242,207,3,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafae8', endColorstr='#f2cf0375' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafae8', endColorstr='#f2cf0375' );";background-image: linear-gradient(180deg, rgba(250,250,250,0.91), rgba(242,207,3,0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.499rem;width:11.499rem;top:13.26007604599rem;left:40.874567985534rem;display:block; }
#NsbH9kbIMcJN0zUoRtlbZCrMKL7JbT5J { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:49.6025390625rem;left:8.875rem;height:10.12695rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p95B0P3lTkiUErP8Nc75s5opSTHnLDe7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:8.88720703125rem;left:8.875rem;height:6.7513125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xZEFEsAoxTGes4dQTX9QiiAHaGOumC2Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.8867111206056rem;left:0rem; }
#hINm6RHyp0UVgDV9L7vZcoQHaDwOe3m1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:49.602828979493rem;left:0rem; }
#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq { background-color:transparent;background-image: -webkit-linear-gradient(35deg, #d9dde3, #fafafa);background-image: -moz-linear-gradient(35deg, #d9dde3, #fafafa);background-image: -ms-linear-gradient(35deg, #d9dde3, #fafafa);background-image: -o-linear-gradient(35deg, #d9dde3, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#fafafa' );";background-image: linear-gradient(35deg, #d9dde3, #fafafa);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; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container { background-color: transparent; background-image: none; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container > .video-iframe-container { display: none; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row > .video-iframe-container { display: none; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .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); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container { border-width: 0; border-radius: 0; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:57.25rem;width:75rem;overflow:visible;position:relative;display:block; }#GXVGRTqDubgWcb3JqWrA3sP30fTeLhC7 { color:#b50707;display:block;width:70.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:6.4984750747681rem;left:2.6242399215698rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ne5qeyyLJXTsTrlgWAMLxCGzV0KvmQXx { color:#272622;display:block;width:39.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:14.562731266022rem;left:2.6231555938721rem;height:19.03049375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m3wZ0vRuGzHiZiubr4LBUN6gOXhRZCgZ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(113deg, #fafafa, #b50707);background-image: -moz-linear-gradient(113deg, #fafafa, #b50707);background-image: -ms-linear-gradient(113deg, #fafafa, #b50707);background-image: -o-linear-gradient(113deg, #fafafa, #b50707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );";background-image: linear-gradient(113deg, #fafafa, #b50707);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.8115rem;width:25.1871875rem;top:14.56272315979rem;left:48.220488548279rem;display:block; }
#ysznifD8DM7uJOGV3OWy05mhQFvGo5Bm { color:#fafafa;display:block;width:11.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:16.919494628906rem;left:59.749892234803rem;height:8.0989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UfTU1HNt5kOXkeltWhWDvN3BoOWUqL6t { color:#fafafa;display:block;width:7.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:16.419277191162rem;left:50.685767173767rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(37deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(37deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(37deg, #fafafa, #fafafa);background-image: -o-linear-gradient(37deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(37deg, #fafafa, #fafafa);background-size:contain !important;color:#b50707;padding-top:0.68rem;padding-right:0.57875rem;padding-bottom:0.68rem;padding-left:0.57875rem;display:block;align-items:center;width:3.473125rem;min-width:3.473125rem;height:3.655rem;position:relative;font-family:var(--headlines-font-family);font-size:2.721875rem;font-weight:700;line-height:58.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-text.counter-label { background-color:;background-image:none;color:#fafafa;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.63125rem;height:1.445rem;position:relative;font-family:var(--headlines-font-family);font-size:1.02125rem;font-weight:400;line-height:23.12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:transparent;background-image: -webkit-linear-gradient(229deg, #fafafa, #b50707);background-image: -moz-linear-gradient(229deg, #fafafa, #b50707);background-image: -ms-linear-gradient(229deg, #fafafa, #b50707);background-image: -o-linear-gradient(229deg, #fafafa, #b50707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );";background-image: linear-gradient(229deg, #fafafa, #b50707);background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.5rem;height:6.885rem;padding-top:0.4275rem;padding-right:0.425625rem;padding-bottom:0.4275rem;padding-left:0.425625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.256511688233rem;left:48.557944297791rem;z-index:15033; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #PnekG2InUaAekUd3exeJhVFtmdfdITF6 { display:flex;position:relative;top:0rem;left:0rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #xUcW6m3RqKDyTQm84mUAqg7F4urVnM6N { width:auto; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #pgCQtVZfGMT0LcLWGmzrgAzMhTRbEkLP {  }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #uQtTGqZgcRsoUiH4dpN6E2C6wFcXQLbS { display:flex;position:relative;top:0rem;left:0rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #p1wBTwNs0Xkh06I60h8nWJRPBDL7i0lv {  }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #T90wczNSwX5SST3h0QytGdpQoyZ7Csxd {  }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #HqTUA6OSwlP9AA4GOSUHLfqH7SUODyTA { display:flex;position:relative;top:0rem;left:0rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #d6upU3e9rFGxh4O7o3DLziPcFyTTPdh7 {  }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #zuxiVPuT6e6qd9rtEkyHGKOeqK8H2Top {  }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #LaT92mMkMoh1xMkiqQDmUAtk5RgKsHl3 { display:flex;position:relative;top:0rem;left:0rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #kBgz9iT7nhDvFbNEN9IG1pDP1uRoESVQ {  }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #lqLmIJ2HJrUXz70dbPrbLzkUeByhbTH6 {  }
#xCqfPuXtQgAEXg4xK2VqHAHOXM87AaHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.249375rem;width:7.249375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28.103841781616rem;left:44.346789360046rem; }
#qfULeXbJq1mwZ6nqd2CQrln5UGrQ7uHz { color:#272622;display:block;width:20.4996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:30.590278565884rem;left:50.685767173767rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QKGJv50KF6bPd2kHHzJ4qftpOPSSRule { z-index:15003;top:38.451105117798rem;left:10.662434577942rem;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:#e30e0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2776525rem;height:3.2149525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zAPEulcXSkbgAk08tmowd6LuG3XDg3dW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8fGiyNs0sVWU26XPzcOC2sow6Lckozq { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #d9dde3, rgba(181,7,7,0.18));background-image: -moz-linear-gradient(87deg, #d9dde3, rgba(181,7,7,0.18));background-image: -ms-linear-gradient(87deg, #d9dde3, rgba(181,7,7,0.18));background-image: -o-linear-gradient(87deg, #d9dde3, rgba(181,7,7,0.18));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#b507072d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#b507072d' );";background-image: linear-gradient(87deg, #d9dde3, rgba(181,7,7,0.18));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:35.371120452881rem;left:7.7799482345581rem;display:block; }
#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr { background-color:transparent;background-image: -webkit-linear-gradient(111deg, #d9dde3, rgba(181,7,7,0.1));background-image: -moz-linear-gradient(111deg, #d9dde3, rgba(181,7,7,0.1));background-image: -ms-linear-gradient(111deg, #d9dde3, rgba(181,7,7,0.1));background-image: -o-linear-gradient(111deg, #d9dde3, rgba(181,7,7,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#b5070719' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#b5070719' );";background-image: linear-gradient(111deg, #d9dde3, rgba(181,7,7,0.1));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; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container { background-color: transparent; background-image: none; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container > .video-iframe-container { display: none; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row > .video-iframe-container { display: none; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .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); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container { border-width: 0; border-radius: 0; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:72.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.125rem;font-style:normal;height:auto; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--headlines-font-family);color:#585751;line-height:1.6;overflow:hidden;height:auto; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-trigger.adaptive-delivery-prevent-bg, #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-trigger.lazyload, #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-trigger.lazyloading { background-image: none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b { box-sizing:content-box;height:auto;width:63.5rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(107deg, rgba(181,7,7,0.4), #fafafa);background-image: -moz-linear-gradient(107deg, rgba(181,7,7,0.4), #fafafa);background-image: -ms-linear-gradient(107deg, rgba(181,7,7,0.4), #fafafa);background-image: -o-linear-gradient(107deg, rgba(181,7,7,0.4), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070766', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070766', endColorstr='#fafafa' );";background-image: linear-gradient(107deg, rgba(181,7,7,0.4), #fafafa);background-size:auto !important;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem;top:13.932340145111rem;left:5.1860895156861rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #V1a8tADiorgrQ7Bc97qIASJnsumMuJaV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RrToEOrLieZz9LJ5Tz6kSkS4FWIctJKG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #v0ze5VdymQlUsou7pQt7BFRb3MdHqiBH { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Gek2gXNHFlvHzNrz3IQCi2CPS6nMLRkO {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #h6m96OLFgCb9K2q6X9TUVyPInT3bkURn {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #zDA8z2whNqyDvyEaA9k81dhB8zueea3R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #E6SByRalw2vFZW0cROVUtxdQz07zm5vI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #TVKTFEK1mgKfZBS1nqQcTDgyE91DcdaZ { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #CLWcircgh3uo2qo802t8iinInNkCl8zA {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #HKW4NKTogSsx0WaLnWTiNzFTWBwxq5dq { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #O1z89yTQLndKhEXf8Ve34kmSMxqvyrk0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #smgZa5qKnIQi1OOVO7AhJ8ZyULZubruc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #FoUS2KCTwgtOc0u0DwFoUsFzvtmcEtuZ { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #oE7V1s68o5zzfBlkECgLPULUVSW6PtJG {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #IwyBW52Wny0X9ZbUcMbPCmQO8X3wJ3gx { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #PbTEEKhRsWSSZF19ChL3k74ihVrSahi8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #yKdHtvMrneM6GBZN9cCqRqccoF7kaB2P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nHTJBrTPb25ERrinGfbKkpMI4qhTXOAq { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #pTCXCLQgoAq152fGZGknR13qpeRRZHKx {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #ZApViAGZUFEAZqc3aQzTek9PwXDcoR5Z { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #TNGuNb9zToO67V2WkCHlNca2ENxvrDZR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #KppB7EtkMDETKeQCwezmMKOk7ItFk2lm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #WPSe49uDr2Gr7iZspCuicTxA1TupJEmn { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #LP4o4L2uWMTt4kCccUMk8JukpqW55aS9 {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nZwDdI2hJNshl1n3mhRdMtL0xN2nM5Pt { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Pay3loVNubVBw2O29s690VlJwXOUJrHk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #mtwQsP7ZW3xDhKSM1of5hFQTpMSX4mdF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #DrxmmKKeLhhc2Iu4fZ6tnNZliop0sQC1 { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #QxQprqFW5B5ksPcCHNFBF4vdP59VGxwg {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #kXQQQgNRWLirOoyz2ZVh3SbMskVMdkfx { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RtBwIgnyoRHq1T5e5swndTz1mlpsiuMm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #BBf9db1m3xVnUU2hxbQpasi1T6vnxKHW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nwbRgMVu1Lm3MQOxE9y1MplhNkvJMoJ7 { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RyRLgGtXsT1KFs7EOLzToRGehQNhPFJC {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #zVVLFTAknATi4xmP2FheDQnRut7phmfS { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #bpOkIHbBGN3BpazIzlXXiEIKBwQpUFBm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #iqBn81uP29gu4JiRqF26DIU8ZIv4Musr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #hQww3WErLeIUdxQcwppu8PI6OZp7Q1px { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #r85RHqLFlEncR1fq2FQtz8nyd9xVD1TF {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #SyZWduZitZLySCHky6LnglivoVrQVzcd { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Oq9KlUT3Vuxezma25JzOdbmb5XT77aDW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #FC6vhwfeXFC33Tdb2J2yIeGbpp7glH06 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #pt8ucEBUbp2REFkogCWUWbaWcV9z6rtU { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #VdqzvzuLwxl5mm04He1O2NR3DbtO4lGt {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #OlCsA4Aey1tdBMoezrqJDigDSNPzVlBF { display:none; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #L3CClbpgo6lq5iozFPsJL5tA8MDPn5tD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #QOiMMuswv07T05VmGqd84oX8Ud8i8UBG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #v77H2WKayEXzDedyti8B5ckmAGAbV422 { display:block;position:relative; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Bo25DITXQwz8bQD3DLuvZk0VGFz6S1Ov {  }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #IG8iOqO3a049uhwMHz0iqDvkN5NwU1e5 { display:none; }
#o6o5pXATcXONAvmpVrR7sq6yVAyMxo4y { color:#272622;display:block;width:46.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.6824007034302rem;left:15.746527671814rem;height:7.9503125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PfJp6W7TcVvdKBSm7xPyQkbT8EOsDuV4 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(181,7,7,0.2), #fafafa);background-image: -moz-linear-gradient(360deg, rgba(181,7,7,0.2), #fafafa);background-image: -ms-linear-gradient(360deg, rgba(181,7,7,0.2), #fafafa);background-image: -o-linear-gradient(360deg, rgba(181,7,7,0.2), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070733', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070733', endColorstr='#fafafa' );";background-image: linear-gradient(360deg, rgba(181,7,7,0.2), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:5.0971207618713rem;left:59.780821800232rem;display:block; }
#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));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; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container { background-color: transparent; background-image: none; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container > .video-iframe-container { display: none; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row > .video-iframe-container { display: none; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .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); }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container { border-width: 0; border-radius: 0; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:38.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#lswBQu7vTX62geuHyAimEre4QhDx4G5n { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.2490997314453rem;left:33.999567985534rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#naSId1UT7yOpEDtW6ukH7TVtkiRaVhIT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.875rem;left:3.0625rem; }
#WUSz0ELTwB0K2i2W5DK1w6zMM4NXIbTA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.375rem;left:3rem; }
#tJlGuFqmlBdaqrK6wao4Pbxs3Tz7UcgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.5rem;left:2.6875rem; }
#viOx2goof6Jt3tBJs7Z4GBsXVvHms7mP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #fafafa);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #fafafa);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #fafafa);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.4373125rem;width:10.4373125rem;top:18.937175750733rem;left:41.342776298523rem;display:block; }
#R3awXhTLMFi4a3yLvegk6CvKVdBOsCDK { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:7rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bp2nTVDmARNGeHusZTyExSvN1b4WJXQ8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.43));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.43));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.43));background-image: -o-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2cf036d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2cf036d' );";background-image: linear-gradient(180deg, #fafafa, rgba(242,207,3,0.43));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.6248125rem;width:38.125rem;top:3.1614046096802rem;left:0.43673992156982rem;display:block; }
#WvXJhzOLWNUlIzOKf1zhrKCTBptSduv1 { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8125rem;left:7rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gNgc8WpTnDCbwKlzW2k0Ng6hLLlAkAcX { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:12.625rem;left:7rem;height:5.063475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1dKmSbUt4gytCPF6PSrq89hPzDu0Uh0 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:34.874133110046rem;left:1.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IXx55FhnDTfDUoHgf2VDpdJHElbspkxZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.374458312988rem;left:19.936522483826rem;display:block; }
#LRXnzFlLX115Fsly49cGcwo2okmAA170 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EoFDvJdz0aBsSxuW9rCdBsGEvsaC5Qls { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.374458312988rem;left:35.124785423279rem;display:block; }
#Tt1oruDWwCNTGm4hacI4Qg5Gv9hoWOSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nuRE9ag5FKts31nLlS6XK0qzHi62pRTB { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.36));background-image: -moz-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.36));background-image: -ms-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.36));background-image: -o-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b507075b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b507075b' );";background-image: linear-gradient(181deg, #fafafa, rgba(181,7,7,0.36));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.4373125rem;width:10.4373125rem;top:14.561611175537rem;left:45.843642234803rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUWDny86OGahf1LSwBhZEBVSMK7acPvE { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2hGZwZnlQbJGNcRMMqy4zo3pSbFTGTE { display:block; }
 }@media only screen and (max-width: 763px) { #CQNGUoIT1UMlwhw9SvNxFQmRhsOnNmnn { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp89Tacg3a4W41GKShTLR1zU8w8XROLg { display:block; }
 }@media only screen and (max-width: 763px) { #WxQZEgpM088Iy1vFimWnKSfkmhsUQ4ur { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieVngIOKp9hyizOfc6gBR6JoDGUO4FUx { display:block; }
 }@media only screen and (max-width: 763px) { #ENs0g449s21kGFKaASdGzwiTx7IUTwJM { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0upfBEQGDXcsAuw2IUVOeQrqvu4TPZa { display:block; }
 }@media only screen and (max-width: 763px) { #Bgz00wcfIoMnAsi4dTUFSiwlCXK0xtDZ { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQH2Q6G8e5lbsO04UhHNTHEE4bChqIms { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { top:7.5rem;left:17.5625rem;width:30.125rem;height:45.281399910972rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6wOZwLgth1tCMAWGRyrfnh2nhvUm1Ig { top:3.375rem;left:0rem;width:33rem;height:12.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQvyxHAKZ0uhLMBNtnyG1uatDzkZvRT { top:17.0625rem;left:0rem;width:37.5625rem;height:7.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXzcD5ICTOfiBum9kIBPoyRB5Q9WEQcr { top:25.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgnRFF8lgfqt3CBCpdHfJo5oBK9UEQza { top:33.4375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwCB6rx1qa9vIhESKlvxLPwlPSohpzoJ { top:41rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6zu5NR4EIRKX31aGAD96hBJRuCgxnX { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnM63q1Mb5Z2SrskC4K31TJ6MOXoSQlK { display:block; }
 }@media only screen and (max-width: 763px) { #hmS1qkoQTbTTvdNdCH9AcOat6961QNma { top:26.25rem;left:0rem;width:39.375rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcM0CXSGpJ1aV2oolSUcf4yw0nwhzHd { top:33.0625rem;left:0rem;width:39.375rem;height:5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCiCuE9dnOWDkrhe28wChfaxN1wvq6I { top:41.6875rem;left:0rem;width:39.375rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW { display:block; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #PbTEEKhRsWSSZF19ChL3k74ihVrSahi8 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #yKdHtvMrneM6GBZN9cCqRqccoF7kaB2P {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nHTJBrTPb25ERrinGfbKkpMI4qhTXOAq {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #pTCXCLQgoAq152fGZGknR13qpeRRZHKx {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #ZApViAGZUFEAZqc3aQzTek9PwXDcoR5Z {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #TNGuNb9zToO67V2WkCHlNca2ENxvrDZR {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #KppB7EtkMDETKeQCwezmMKOk7ItFk2lm {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #WPSe49uDr2Gr7iZspCuicTxA1TupJEmn {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #LP4o4L2uWMTt4kCccUMk8JukpqW55aS9 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nZwDdI2hJNshl1n3mhRdMtL0xN2nM5Pt {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #Pay3loVNubVBw2O29s690VlJwXOUJrHk {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #mtwQsP7ZW3xDhKSM1of5hFQTpMSX4mdF {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #DrxmmKKeLhhc2Iu4fZ6tnNZliop0sQC1 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #QxQprqFW5B5ksPcCHNFBF4vdP59VGxwg {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #kXQQQgNRWLirOoyz2ZVh3SbMskVMdkfx {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #zDA8z2whNqyDvyEaA9k81dhB8zueea3R {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #E6SByRalw2vFZW0cROVUtxdQz07zm5vI {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #TVKTFEK1mgKfZBS1nqQcTDgyE91DcdaZ {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #CLWcircgh3uo2qo802t8iinInNkCl8zA {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #HKW4NKTogSsx0WaLnWTiNzFTWBwxq5dq {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #V1a8tADiorgrQ7Bc97qIASJnsumMuJaV {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RrToEOrLieZz9LJ5Tz6kSkS4FWIctJKG {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #v0ze5VdymQlUsou7pQt7BFRb3MdHqiBH {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #Gek2gXNHFlvHzNrz3IQCi2CPS6nMLRkO {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #h6m96OLFgCb9K2q6X9TUVyPInT3bkURn {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #O1z89yTQLndKhEXf8Ve34kmSMxqvyrk0 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #smgZa5qKnIQi1OOVO7AhJ8ZyULZubruc {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #FoUS2KCTwgtOc0u0DwFoUsFzvtmcEtuZ {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #oE7V1s68o5zzfBlkECgLPULUVSW6PtJG {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #IwyBW52Wny0X9ZbUcMbPCmQO8X3wJ3gx {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RtBwIgnyoRHq1T5e5swndTz1mlpsiuMm {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #BBf9db1m3xVnUU2hxbQpasi1T6vnxKHW {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nwbRgMVu1Lm3MQOxE9y1MplhNkvJMoJ7 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RyRLgGtXsT1KFs7EOLzToRGehQNhPFJC {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #zVVLFTAknATi4xmP2FheDQnRut7phmfS {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #bpOkIHbBGN3BpazIzlXXiEIKBwQpUFBm {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #iqBn81uP29gu4JiRqF26DIU8ZIv4Musr {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #hQww3WErLeIUdxQcwppu8PI6OZp7Q1px {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #r85RHqLFlEncR1fq2FQtz8nyd9xVD1TF {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #SyZWduZitZLySCHky6LnglivoVrQVzcd {  }
 }@media only screen and (max-width: 763px) { #Rxhq1M7b94K0WcXebK81acZEt3mi0g4q { top:7rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwRiJCpIyEhfzRhT6pqBSrAA2ZeJieA { top:34.5625rem;left:0rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cIWgCogrMgTeypz7utF3S6Pb1826HB { top:24rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eba3wyFylzT2IwVb5us3LPnGatmcCudb { top:15.8125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0RVVmhJok1qWawaTzUUv6QnQO7RrCeK { top:16.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZKoostIDLO0tfEeSH1dtNh6LTHyQHv { top:25.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { top:15.75rem;left:0rem;width:31.3125rem;height:55.950968954994rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { top:15.0625rem;left:21.780817985534rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { top:15.0625rem;left:13.625rem;width:34.125rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { top:20.125rem;left:9.5rem;width:38.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { top:28.5rem;left:17.75rem;width:30rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { top:31.9375rem;left:10.4375rem;width:37.3125rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { top:51.875rem;left:15.4375rem;width:30.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { top:55.1875rem;left:9.9375rem;width:37.8125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI1ki2RWgvxSA7T0LXkuNiet3XWFNeuO { top:2.4375rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvvJ7bmobPNsnDCobqPPL7DH4U2h26w { top:22.3125rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZOFi0poAKCJ0thT4JPLlohusHZ68z9e { top:28.125rem;left:21.780817985534rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVfCOSDiHUN6TE9lAMkhtgXDOSOUIiJr { top:51.4375rem;left:21.780817985534rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq2Pq523DTdTa97XnXEXFneSUAHEg5g8 { top:64.5rem;left:21.780817985534rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTzi4o8zAUlEkL9AGW3FyARLPWB0TIz { top:65.375rem;left:18.375rem;width:29.375rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLF7Wwb6I4VbD1F8extroSeruyztzPEB { top:68.5rem;left:10.1875rem;width:37.5625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { top:1.875rem;left:3.375rem;width:44.375rem;height:9.125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM { display:block; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIRVkUCX9waxocF1FOdUITEc1NchKrhK { top:2.625rem;left:0.75rem;width:47rem;height:11.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES6d91nzhBGfw2f1fLUp4ouXdIWPT3zQ { top:17.6875rem;left:0.5625rem;width:47.1875rem;height:84rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpr6vbxFtSB8FFKaFoTgXpVpATebhfM { top:17.125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXLzEns35T5eaKq71PndC2cQZh7oes9R { top:43.375rem;left:31.972331047058rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B { display:block; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmFIacOfdkZhcfOEMVPpAmq5eJUOJK5h { top:17.9375rem;left:0rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhAgLN7tameHyZe1HhE7dRGw9Ha4rn3 { top:22.9375rem;left:0rem;width:15.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFr3VwqfGfapJwaAIu4meCbwPTGV2ypQ { top:18rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0GXvvpJlNr6r8HKpbt96KqDo4BtTvHP { top:22.9375rem;left:7.9374990463256rem;width:16.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCwXA1FgwK5pdsPkVh7y8KsGOhT5sq8O { top:17.9375rem;left:13.625rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFKGxT6JJxbP2XRZyRvUG0SiIDCAXu9 { top:17.9375rem;left:31.9375rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmNNGiomdWteDvFVzaTGtfQtZcteeK0 { top:22.9375rem;left:26.249674797058rem;width:15.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSanHXCTDlxoZfcPsG2D08TzcXD7J5aL { top:22.9375rem;left:32.25rem;width:15.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erKuZLMk70BFsS2D3ZCqP1Z32belK3zZ { top:17.9375rem;left:37.4375rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmmZpzLTnbKkkCXg1Rf3pTleBVl0TMxy { top:3.875rem;left:17.625rem;width:30.125rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAcUOvTbzLQCwqIh1akFvczus2KRA8t1 { top:17.875rem;left:5.6246747970581rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuBw41k44B97Fg7G2TPFV7l1DEN0TtdA { top:17.875rem;left:23.937392234802rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blf3GDFschBo9GKSCGBTVnFIE83Thw2m { top:17.875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVooXZsLroFwdMQT4fZyaWBTUiOASL0T { top:12.6875rem;left:24.5625rem;width:23.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaMgWq9th9qV44dezQfRbGztyQO2S6gl { display:block; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSTeUrxVX6tk8SJrvAiii6uDB8gf2s1I { top:6.6875rem;left:0rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGRvkVmfmRAn6NN6sziVQxiGdaIn3mbZ { top:12.5625rem;left:0rem;width:12.8125rem;height:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMH7sCiHTziobo4hTH3HZi81n13SRzSi { top:11.5rem;left:9.4365224838256rem;width:14.0625rem;height:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQPKipiNPoRuiT2qEqGnGoO254Us94ZQ { top:6.6875rem;left:14.845703125rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlNnPD8QWhb4xAyH4RkxhnPLdlnw9B5 { top:6.6875rem;left:32.8115234375rem;width:10.3125rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IndqzOs18TvpSqoTHD93xzmgFJolT7e6 { top:12.5625rem;left:28.499567985534rem;width:12.0625rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m907g6I19Ag5NQw4798CpcDXt8fvtfbz { top:6.375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAcVbNFDSbHUh4Hgieu4X1GSaHABTwk { top:6.6875rem;left:6.84591960907rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsXbFsJB4EiWw2K7BvlBBd3cVLtBlv3W { top:6.6875rem;left:25.158637046814rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyO1BnQKTxweiMJNXyvuRxObTLo5RCWL { top:11.5rem;left:37.25rem;width:10.5rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m49UoXGx6DpZqHN6Op2nq4sTnnF4Jq3A { top:0.9375rem;left:36.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d { display:block; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tia7oIMUZ9KcXsfs91T0VeKfi2NmG4hH { top:7.25rem;left:0rem;width:23.4375rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0mScE46z2N1GR2cZ8aQ6nFw4IEwzgvB { top:7.25rem;left:21.141711235046rem;width:21.25rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rubkt0rte74LLvPtTlRvhsmPu4ibE3BU { top:17.9375rem;left:22.072157859802rem;width:19.8125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJn0dCKygLDEbL1NWSgwn3wO2TROxyx { top:21.625rem;left:22.009768486023rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSflsLGLkhh2kXuo7No2R1LhRsLUnERL { top:9.875rem;left:21.853518486023rem;width:20.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHtRehIRIzBIIcXC5zIORUxeFWihhLA2 { top:13.75rem;left:22.290801048279rem;width:19.375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2GXc47UKaDdguu8EF9PnlixW4T34Vnu { top:23.4375rem;left:21.97775554657rem;width:20rem;height:12.1875rem;font-size:1rem;display:block; }#y2GXc47UKaDdguu8EF9PnlixW4T34Vnu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a08792478eed65adca8b905c19ca7967ebb976ab.svg); }
 }@media only screen and (max-width: 763px) { #mmKANBa5RT2lD5U27nToytCnqLXamA92 { top:22.75rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNvHE2fJH3r20vPrptpEye0POdO2llT8 { width:18.75rem;height:2.8125rem;top:41.75rem;left:22.634768486023rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8OWiteh2Ig85UWo5edWK158sdEZ8pvm { display:block; }
 }@media only screen and (max-width: 763px) { #wo6ZFhDNrP3oRRFLcmPdD6niPByrJOK7 { top:38.125rem;left:26.130862236023rem;width:14.1875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyc3N84A7zIg7vysOVQUDCetCQcTiuH { top:37.9375rem;left:22.312502861023rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP8l6p3AaUekyKsxE4ULGUvVi08Ny061 { top:45.3125rem;left:25.846571922302rem;width:14.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzLttaza2BPHKzBH6BUcbmr77oAXQNBk { top:45.3125rem;left:33.25rem;width:14.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADLDwXlwN5ICsiwENZHfhZPk4QcX1FO { top:45.375rem;left:23.156142234802rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBnc7oeffxhIrWfEXoRLU0C7vKpLdy79 { top:52.1875rem;left:12.6875rem;width:35rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ23LZQpafJnAcytgHCmiasB2RcFUEJm { top:38.125rem;left:33.5625rem;width:14.1875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Jzi3JMMboAS9zBVBZQzDKFI7sTazcc { top:24.875rem;left:0rem;width:18.625rem;height:23.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCO2pbB6gMxRizgBE657mMHfLbmuBHlv { display:block; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGPkAOVSvd01XHk0zvdKZ4wWoBkSOGuv { top:10.8125rem;left:0rem;width:20.4375rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klyECOEe2pwGoV50Sn0Twe8VearBuB0H { top:30.5rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #so1wTNWTiD4zi1Atr5KvgNvgwoCz394w { top:8.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0TdtDnG5uxgThb9rISHoxpFETHT8lm { top:2.75rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqKw1gZb2ZPIU5eDLhBxWdMwNDxIovX { top:30.5rem;left:16.248591423034rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAyTQUwWcA8LrFHdRy0goH4mdROyQU0P { top:10.8125rem;left:16.248591423034rem;width:20.4375rem;height:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfvyULiTxe9kigKBCf6Tr1ZD2bF4aOGb { top:8.625rem;left:12.562067985534rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX3sAxBDdvPz2HIKrdAV2lVMNDRQUZCV { top:30.5rem;left:34.3125rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOAnpeIQD3QPolRTpsowPfLzvs5pror8 { top:10.8125rem;left:28.9375rem;width:18.8125rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBxWmb3KIAR7n19VLoWowIHA1R4ZOirl { top:8.5625rem;left:38.659613609314rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JADZ8sqr5mL7lsita8T77C4iRh8SOdem { display:block; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJvMsviy8Xf55TQ6ql7H5RrzSbcz2q5P { top:8.875rem;left:27.0625rem;width:20.6875rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMp56DBEMEcwFBDKkKTvU2Sa5C3TEQo { top:35.25rem;left:0rem;width:31.25rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1qdCTJhRpGcwkI3f5qQHLifAF1qyi8O { top:20.0625rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3IWCfrI83pLns69vg5TsJdJfZ8aJ21 { top:20.0625rem;left:0rem;width:35.1875rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSpZIZlqgK8fzCqHIf8D9Tl9tiEgqRG { top:16.6875rem;left:22.625rem;width:25.125rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEKgkBMkDybuRgsaomVfnpn5Vkk8Az6 { top:35.25rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1wN5T8zw96wLHrMUqg6EknhkgP3Wt3f { top:43.625rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbNzdoRwbSIQTi7b37d7BXucHMhwtkek { top:13.25rem;left:27.249567985534rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsbH9kbIMcJN0zUoRtlbZCrMKL7JbT5J { top:49.5625rem;left:0rem;width:31.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p95B0P3lTkiUErP8Nc75s5opSTHnLDe7 { top:8.875rem;left:0rem;width:31.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZEFEsAoxTGes4dQTX9QiiAHaGOumC2Z { top:8.875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hINm6RHyp0UVgDV9L7vZcoQHaDwOe3m1 { top:49.5625rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq { display:block; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXVGRTqDubgWcb3JqWrA3sP30fTeLhC7 { top:6.4375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5qeyyLJXTsTrlgWAMLxCGzV0KvmQXx { top:14.5625rem;left:0rem;width:39.4375rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wZ0vRuGzHiZiubr4LBUN6gOXhRZCgZ { top:14.5625rem;left:22.625rem;width:25.125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysznifD8DM7uJOGV3OWy05mhQFvGo5Bm { top:16.875rem;left:35.8125rem;width:11.9375rem;height:8.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTU1HNt5kOXkeltWhWDvN3BoOWUqL6t { top:16.375rem;left:37.060546875rem;width:7.5625rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 { display:flex;width:18rem;height:5.0625rem;top:43.375rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #PnekG2InUaAekUd3exeJhVFtmdfdITF6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #xUcW6m3RqKDyTQm84mUAqg7F4urVnM6N {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #pgCQtVZfGMT0LcLWGmzrgAzMhTRbEkLP {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #uQtTGqZgcRsoUiH4dpN6E2C6wFcXQLbS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #p1wBTwNs0Xkh06I60h8nWJRPBDL7i0lv {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #T90wczNSwX5SST3h0QytGdpQoyZ7Csxd {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #HqTUA6OSwlP9AA4GOSUHLfqH7SUODyTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #d6upU3e9rFGxh4O7o3DLziPcFyTTPdh7 {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #zuxiVPuT6e6qd9rtEkyHGKOeqK8H2Top {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #LaT92mMkMoh1xMkiqQDmUAtk5RgKsHl3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #kBgz9iT7nhDvFbNEN9IG1pDP1uRoESVQ {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #lqLmIJ2HJrUXz70dbPrbLzkUeByhbTH6 {  }
 }@media only screen and (max-width: 763px) { #xCqfPuXtQgAEXg4xK2VqHAHOXM87AaHM { top:28.0625rem;left:30.721789360046rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfULeXbJq1mwZ6nqd2CQrln5UGrQ7uHz { top:30.5625rem;left:27.3125rem;width:20.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKGJv50KF6bPd2kHHzJ4qftpOPSSRule { top:38.4375rem;left:0rem;width:25.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAPEulcXSkbgAk08tmowd6LuG3XDg3dW { display:block; }
 }@media only screen and (max-width: 763px) { #G8fGiyNs0sVWU26XPzcOC2sow6Lckozq { top:35.3125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr { display:block; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #V1a8tADiorgrQ7Bc97qIASJnsumMuJaV {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RrToEOrLieZz9LJ5Tz6kSkS4FWIctJKG {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #v0ze5VdymQlUsou7pQt7BFRb3MdHqiBH {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Gek2gXNHFlvHzNrz3IQCi2CPS6nMLRkO {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #h6m96OLFgCb9K2q6X9TUVyPInT3bkURn {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #zDA8z2whNqyDvyEaA9k81dhB8zueea3R {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #E6SByRalw2vFZW0cROVUtxdQz07zm5vI {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #TVKTFEK1mgKfZBS1nqQcTDgyE91DcdaZ {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #CLWcircgh3uo2qo802t8iinInNkCl8zA {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #HKW4NKTogSsx0WaLnWTiNzFTWBwxq5dq {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #O1z89yTQLndKhEXf8Ve34kmSMxqvyrk0 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #smgZa5qKnIQi1OOVO7AhJ8ZyULZubruc {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #FoUS2KCTwgtOc0u0DwFoUsFzvtmcEtuZ {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #oE7V1s68o5zzfBlkECgLPULUVSW6PtJG {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #IwyBW52Wny0X9ZbUcMbPCmQO8X3wJ3gx {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #PbTEEKhRsWSSZF19ChL3k74ihVrSahi8 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #yKdHtvMrneM6GBZN9cCqRqccoF7kaB2P {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nHTJBrTPb25ERrinGfbKkpMI4qhTXOAq {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #pTCXCLQgoAq152fGZGknR13qpeRRZHKx {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #ZApViAGZUFEAZqc3aQzTek9PwXDcoR5Z {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #TNGuNb9zToO67V2WkCHlNca2ENxvrDZR {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #KppB7EtkMDETKeQCwezmMKOk7ItFk2lm {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #WPSe49uDr2Gr7iZspCuicTxA1TupJEmn {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #LP4o4L2uWMTt4kCccUMk8JukpqW55aS9 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nZwDdI2hJNshl1n3mhRdMtL0xN2nM5Pt {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Pay3loVNubVBw2O29s690VlJwXOUJrHk {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #mtwQsP7ZW3xDhKSM1of5hFQTpMSX4mdF {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #DrxmmKKeLhhc2Iu4fZ6tnNZliop0sQC1 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #QxQprqFW5B5ksPcCHNFBF4vdP59VGxwg {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #kXQQQgNRWLirOoyz2ZVh3SbMskVMdkfx {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RtBwIgnyoRHq1T5e5swndTz1mlpsiuMm {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #BBf9db1m3xVnUU2hxbQpasi1T6vnxKHW {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nwbRgMVu1Lm3MQOxE9y1MplhNkvJMoJ7 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RyRLgGtXsT1KFs7EOLzToRGehQNhPFJC {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #zVVLFTAknATi4xmP2FheDQnRut7phmfS {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #bpOkIHbBGN3BpazIzlXXiEIKBwQpUFBm {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #iqBn81uP29gu4JiRqF26DIU8ZIv4Musr {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #hQww3WErLeIUdxQcwppu8PI6OZp7Q1px {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #r85RHqLFlEncR1fq2FQtz8nyd9xVD1TF {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #SyZWduZitZLySCHky6LnglivoVrQVzcd {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Oq9KlUT3Vuxezma25JzOdbmb5XT77aDW {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #FC6vhwfeXFC33Tdb2J2yIeGbpp7glH06 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #pt8ucEBUbp2REFkogCWUWbaWcV9z6rtU {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #VdqzvzuLwxl5mm04He1O2NR3DbtO4lGt {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #OlCsA4Aey1tdBMoezrqJDigDSNPzVlBF {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #L3CClbpgo6lq5iozFPsJL5tA8MDPn5tD {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #QOiMMuswv07T05VmGqd84oX8Ud8i8UBG {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #v77H2WKayEXzDedyti8B5ckmAGAbV422 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Bo25DITXQwz8bQD3DLuvZk0VGFz6S1Ov {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #IG8iOqO3a049uhwMHz0iqDvkN5NwU1e5 {  }
 }@media only screen and (max-width: 763px) { #o6o5pXATcXONAvmpVrR7sq6yVAyMxo4y { top:1.625rem;left:0.8125rem;width:46.9375rem;height:7.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfJp6W7TcVvdKBSm7xPyQkbT8EOsDuV4 { top:5.0625rem;left:34.9375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g { display:block; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lswBQu7vTX62geuHyAimEre4QhDx4G5n { top:4.1875rem;left:8.375rem;width:39.375rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #naSId1UT7yOpEDtW6ukH7TVtkiRaVhIT { top:3.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUSz0ELTwB0K2i2W5DK1w6zMM4NXIbTA { top:8.375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJlGuFqmlBdaqrK6wao4Pbxs3Tz7UcgP { top:13.5rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOx2goof6Jt3tBJs7Z4GBsXVvHms7mP { top:18.875rem;left:27.717776298523rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3awXhTLMFi4a3yLvegk6CvKVdBOsCDK { top:4.25rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2nTVDmARNGeHusZTyExSvN1b4WJXQ8 { top:3.125rem;left:0rem;width:38.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvXJhzOLWNUlIzOKf1zhrKCTBptSduv1 { top:8.75rem;left:0rem;width:25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNgc8WpTnDCbwKlzW2k0Ng6hLLlAkAcX { top:12.625rem;left:0rem;width:30.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1dKmSbUt4gytCPF6PSrq89hPzDu0Uh0 { top:34.8125rem;left:0rem;width:11.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXx55FhnDTfDUoHgf2VDpdJHElbspkxZ { width:9.375rem;height:3.75rem;top:29.3125rem;left:6.3115224838256rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRXnzFlLX115Fsly49cGcwo2okmAA170 { display:block; }
 }@media only screen and (max-width: 763px) { #EoFDvJdz0aBsSxuW9rCdBsGEvsaC5Qls { width:9.375rem;height:3.75rem;top:29.3125rem;left:21.499785423279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1oruDWwCNTGm4hacI4Qg5Gv9hoWOSd { display:block; }
 }@media only screen and (max-width: 763px) { #nuRE9ag5FKts31nLlS6XK0qzHi62pRTB { top:14.5rem;left:32.218642234803rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { background-color:transparent;background-image: -webkit-linear-gradient(48deg, rgba(181,7,7,0.35), #fafafa);background-image: -moz-linear-gradient(48deg, rgba(181,7,7,0.35), #fafafa);background-image: -ms-linear-gradient(48deg, rgba(181,7,7,0.35), #fafafa);background-image: -o-linear-gradient(48deg, rgba(181,7,7,0.35), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070759', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070759', endColorstr='#fafafa' );";background-image: linear-gradient(48deg, rgba(181,7,7,0.35), #fafafa);background-size:auto !important;display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { background-color: transparent; background-image: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container > .video-iframe-container { display: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container { display: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .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); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUWDny86OGahf1LSwBhZEBVSMK7acPvE { width:15.8121875rem;height:2.74956875rem;top:7.6871757507325rem;left:2.0936417579651rem;font-size:1rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #G2hGZwZnlQbJGNcRMMqy4zo3pSbFTGTE { display:block; }
 }@media only screen and (max-width: 763px) { #CQNGUoIT1UMlwhw9SvNxFQmRhsOnNmnn { width:9.875rem;height:2.5625rem;top:4.033203125rem;left:5.0623917579651rem;font-size:1rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #Jp89Tacg3a4W41GKShTLR1zU8w8XROLg { display:block; }
 }@media only screen and (max-width: 763px) { #WxQZEgpM088Iy1vFimWnKSfkmhsUQ4ur { width:9.875rem;height:3rem;top:0.998806476593rem;left:5.0623917579651rem;font-size:1rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #ieVngIOKp9hyizOfc6gBR6JoDGUO4FUx { display:block; }
 }@media only screen and (max-width: 763px) { #ENs0g449s21kGFKaASdGzwiTx7IUTwJM { width:14.5621875rem;height:2.93674375rem;top:11.622721672058rem;left:2.7186417579651rem;font-size:1rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #m0upfBEQGDXcsAuw2IUVOeQrqvu4TPZa { display:block; }
 }@media only screen and (max-width: 763px) { #Bgz00wcfIoMnAsi4dTUFSiwlCXK0xtDZ { width:7.249875rem;height:2.4375rem;top:15.184462547303rem;left:6.37478351593rem;font-size:1rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #BQH2Q6G8e5lbsO04UhHNTHEE4bChqIms { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d9dde3, rgba(0,0,0,0));background-size:auto !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { width:19.0625rem;height:28.75rem;top:13.53732919693rem;left:0.46875011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6wOZwLgth1tCMAWGRyrfnh2nhvUm1Ig { width:16.7496875rem;height:6.01171875rem;top:3.1081819534302rem;left:1.6248915195465rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqQvyxHAKZ0uhLMBNtnyG1uatDzkZvRT { width:17.1229375rem;height:10.5604375rem;top:43.494467258453rem;left:2.8770618438721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXzcD5ICTOfiBum9kIBPoyRB5Q9WEQcr { display:flex;width:3.375rem;height:3.375rem;top:68.743494033812rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sgnRFF8lgfqt3CBCpdHfJo5oBK9UEQza { display:flex;width:3.5rem;height:3.5rem;top:56.003149032593rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwCB6rx1qa9vIhESKlvxLPwlPSohpzoJ { display:flex;width:3.24924375rem;height:3.24924375rem;top:61.742081642151rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tT6zu5NR4EIRKX31aGAD96hBJRuCgxnX { width:10.625rem;height:3.125rem;top:76.40283203125rem;left:3.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnM63q1Mb5Z2SrskC4K31TJ6MOXoSQlK { display:block; }
 }@media only screen and (max-width: 763px) { #hmS1qkoQTbTTvdNdCH9AcOat6961QNma { width:15rem;height:2.1120875rem;top:56.791451454162rem;left:3.4092884063721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcM0CXSGpJ1aV2oolSUcf4yw0nwhzHd { width:16.937375rem;height:6.33625rem;top:61.742624282837rem;left:3.0626087188721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCiCuE9dnOWDkrhe28wChfaxN1wvq6I { width:17rem;height:4.224175rem;top:69.614265441894rem;left:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fafafa, rgba(245,219,49,0.18));background-image: -moz-linear-gradient(90deg, #fafafa, rgba(245,219,49,0.18));background-image: -ms-linear-gradient(90deg, #fafafa, rgba(245,219,49,0.18));background-image: -o-linear-gradient(90deg, #fafafa, rgba(245,219,49,0.18));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db312d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db312d' );";background-image: linear-gradient(90deg, #fafafa, rgba(245,219,49,0.18));background-size:auto !important;display:block; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container { background-color: transparent; background-image: none; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container > .video-iframe-container { display: none; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row > .video-iframe-container { display: none; }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .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); }#AWIsmVHImx5xQdCa9nVySH4Cip9vx4kW > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-element-container { background-color:transparent;background-image: -webkit-linear-gradient(top, #fafafa, #fafafa);background-image: -moz-linear-gradient(top, #fafafa, #fafafa);background-image: -ms-linear-gradient(top, #fafafa, #fafafa);background-image: -o-linear-gradient(top, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(to bottom, #fafafa, #fafafa);background-size:contain !important; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED .accordion-desc-text { font-size:0.9375rem;height:auto;line-height:1.6;overflow:hidden; }
#oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED { display:flex;height:auto;width:19.1865rem;top:27.6884765625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #fafafa, #f5db31);background-image: -moz-linear-gradient(244deg, #fafafa, #f5db31);background-image: -ms-linear-gradient(244deg, #fafafa, #f5db31);background-image: -o-linear-gradient(244deg, #fafafa, #f5db31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db31' );";background-image: linear-gradient(244deg, #fafafa, #f5db31);background-size:auto !important;padding-top:0.375rem;padding-right:0.375rem;padding-bottom:0.375rem;padding-left:0.375rem; }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #PbTEEKhRsWSSZF19ChL3k74ihVrSahi8 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #yKdHtvMrneM6GBZN9cCqRqccoF7kaB2P {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nHTJBrTPb25ERrinGfbKkpMI4qhTXOAq {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #pTCXCLQgoAq152fGZGknR13qpeRRZHKx {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #ZApViAGZUFEAZqc3aQzTek9PwXDcoR5Z {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #TNGuNb9zToO67V2WkCHlNca2ENxvrDZR {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #KppB7EtkMDETKeQCwezmMKOk7ItFk2lm {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #WPSe49uDr2Gr7iZspCuicTxA1TupJEmn {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #LP4o4L2uWMTt4kCccUMk8JukpqW55aS9 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nZwDdI2hJNshl1n3mhRdMtL0xN2nM5Pt {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #Pay3loVNubVBw2O29s690VlJwXOUJrHk {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #mtwQsP7ZW3xDhKSM1of5hFQTpMSX4mdF {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #DrxmmKKeLhhc2Iu4fZ6tnNZliop0sQC1 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #QxQprqFW5B5ksPcCHNFBF4vdP59VGxwg {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #kXQQQgNRWLirOoyz2ZVh3SbMskVMdkfx {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #zDA8z2whNqyDvyEaA9k81dhB8zueea3R {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #E6SByRalw2vFZW0cROVUtxdQz07zm5vI {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #TVKTFEK1mgKfZBS1nqQcTDgyE91DcdaZ {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #CLWcircgh3uo2qo802t8iinInNkCl8zA {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #HKW4NKTogSsx0WaLnWTiNzFTWBwxq5dq {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #V1a8tADiorgrQ7Bc97qIASJnsumMuJaV {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RrToEOrLieZz9LJ5Tz6kSkS4FWIctJKG {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #v0ze5VdymQlUsou7pQt7BFRb3MdHqiBH {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #Gek2gXNHFlvHzNrz3IQCi2CPS6nMLRkO {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #h6m96OLFgCb9K2q6X9TUVyPInT3bkURn {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #O1z89yTQLndKhEXf8Ve34kmSMxqvyrk0 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #smgZa5qKnIQi1OOVO7AhJ8ZyULZubruc {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #FoUS2KCTwgtOc0u0DwFoUsFzvtmcEtuZ {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #oE7V1s68o5zzfBlkECgLPULUVSW6PtJG {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #IwyBW52Wny0X9ZbUcMbPCmQO8X3wJ3gx {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RtBwIgnyoRHq1T5e5swndTz1mlpsiuMm {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #BBf9db1m3xVnUU2hxbQpasi1T6vnxKHW {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #nwbRgMVu1Lm3MQOxE9y1MplhNkvJMoJ7 {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #RyRLgGtXsT1KFs7EOLzToRGehQNhPFJC {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #zVVLFTAknATi4xmP2FheDQnRut7phmfS {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #bpOkIHbBGN3BpazIzlXXiEIKBwQpUFBm {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #iqBn81uP29gu4JiRqF26DIU8ZIv4Musr {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #hQww3WErLeIUdxQcwppu8PI6OZp7Q1px {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #r85RHqLFlEncR1fq2FQtz8nyd9xVD1TF {  }
 }@media only screen and (max-width: 763px) { #oZavd9EsnA2IqvXhSdsqwTpuwLvap5ED #SyZWduZitZLySCHky6LnglivoVrQVzcd {  }
 }@media only screen and (max-width: 763px) { #Rxhq1M7b94K0WcXebK81acZEt3mi0g4q { width:20rem;height:2rem;top:3.5859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dUwRiJCpIyEhfzRhT6pqBSrAA2ZeJieA { width:12.8125rem;height:12.5615rem;top:39.37548828125rem;left:3.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(129deg, rgba(242,207,3,0.23), #fafafa);background-image: -moz-linear-gradient(129deg, rgba(242,207,3,0.23), #fafafa);background-image: -ms-linear-gradient(129deg, rgba(242,207,3,0.23), #fafafa);background-image: -o-linear-gradient(129deg, rgba(242,207,3,0.23), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf033a', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf033a', endColorstr='#fafafa' );";background-image: linear-gradient(129deg, rgba(242,207,3,0.23), #fafafa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L1cIWgCogrMgTeypz7utF3S6Pb1826HB { display:flex;width:4.7495125rem;height:4.7495125rem;top:6.875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #eba3wyFylzT2IwVb5us3LPnGatmcCudb { display:flex;width:5rem;height:5rem;top:15.3759765625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #p0RVVmhJok1qWawaTzUUv6QnQO7RrCeK { width:20rem;height:2rem;top:11.62451171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #osZKoostIDLO0tfEeSH1dtNh6LTHyQHv { width:20rem;height:2rem;top:21.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:rgba(235,235,235,0.3);background-image:none;display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:20rem;height:146.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { width:19.9365rem;height:35.7498125rem;top:11.352540969849rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { display:flex;width:3.18739375rem;height:3.18739375rem;top:67.433813095094rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { width:13.811875rem;height:5.063475rem;top:49.219858169556rem;left:4.0001087188721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { width:18.186875rem;height:10.4969375rem;top:55.12260055542rem;left:1.8126087188721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { width:14.2496875rem;height:3.37565rem;top:67.33984375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { width:18.125rem;height:31.4909375rem;top:72.465267628431rem;left:1.8750002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { width:13.6246875rem;height:3.37565rem;top:106.66064453125rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { width:17.7485rem;height:16.49525rem;top:111.65093654394rem;left:1.1252171993256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI1ki2RWgvxSA7T0LXkuNiet3XWFNeuO { width:12.5rem;height:12.5rem;top:6.4463979005812rem;left:7.5rem;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(143deg, rgba(242,207,3,0.55), rgba(250,250,250,0.91));background-image: -moz-linear-gradient(143deg, rgba(242,207,3,0.55), rgba(250,250,250,0.91));background-image: -ms-linear-gradient(143deg, rgba(242,207,3,0.55), rgba(250,250,250,0.91));background-image: -o-linear-gradient(143deg, rgba(242,207,3,0.55), rgba(250,250,250,0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf038c', endColorstr='#fafafae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf038c', endColorstr='#fafafae8' );";background-image: linear-gradient(143deg, rgba(242,207,3,0.55), rgba(250,250,250,0.91));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EHvvJ7bmobPNsnDCobqPPL7DH4U2h26w { width:8.4375rem;height:8.4375rem;top:16.335722088814rem;left:1.1252171993256rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GZOFi0poAKCJ0thT4JPLlohusHZ68z9e { display:flex;width:3.125rem;height:3.125rem;top:50.224610328674rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #AVfCOSDiHUN6TE9lAMkhtgXDOSOUIiJr { display:flex;width:3.125rem;height:3.125rem;top:106.78657531738rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Gq2Pq523DTdTa97XnXEXFneSUAHEg5g8 { display:flex;width:3.125rem;height:3.125rem;top:129.55621147156rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NwTzi4o8zAUlEkL9AGW3FyARLPWB0TIz { width:13.8748125rem;height:3.37565rem;top:129.43115234375rem;left:4.033203125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yLF7Wwb6I4VbD1F8extroSeruyztzPEB { width:16.9998125rem;height:8.997375rem;top:133.81022644043rem;left:1.4995660781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { width:15.3125rem;height:9.59795rem;top:0.5392951965332rem;left:1.1252171993256rem;font-size:2rem;line-height:1.6;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Tc_4PdN-Fq0/unsplash/milad-fakurian-Tc_4PdN-Fq0-photo-1600172454284-934feca24ccd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM.adaptive-delivery-prevent-bg, #eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM.lazyload, #eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM.lazyloading { background-image: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container { background-color: transparent; background-image: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container > .video-iframe-container { display: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row > .video-iframe-container { display: none; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .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); }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container { border-width: 0; border-radius: 0; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJZPZhKLfIgOdppmd5wlRrKW0PkdSMHM > .row .container { width:20rem;height:138.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIRVkUCX9waxocF1FOdUITEc1NchKrhK { width:18.562rem;height:11.9987rem;top:8.86962890625rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ES6d91nzhBGfw2f1fLUp4ouXdIWPT3zQ { width:17.9373125rem;height:91.98996875rem;top:33.938791275024rem;left:1.0308160781861rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wSpr6vbxFtSB8FFKaFoTgXpVpATebhfM { display:flex;width:2.87489375rem;height:2.87489375rem;top:31.064430236816rem;left:0rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #TXLzEns35T5eaKq71PndC2cQZh7oes9R { width:11.5625rem;height:11.5625rem;top:109.70430803299rem;left:2.6242406368256rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(131deg, #fafafa, rgba(245,219,49,0.39));background-image: -moz-linear-gradient(131deg, #fafafa, rgba(245,219,49,0.39));background-image: -ms-linear-gradient(131deg, #fafafa, rgba(245,219,49,0.39));background-image: -o-linear-gradient(131deg, #fafafa, rgba(245,219,49,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db3163' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db3163' );";background-image: linear-gradient(131deg, #fafafa, rgba(245,219,49,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(181,7,7,0.21), #fafafa);background-image: -moz-linear-gradient(255deg, rgba(181,7,7,0.21), #fafafa);background-image: -ms-linear-gradient(255deg, rgba(181,7,7,0.21), #fafafa);background-image: -o-linear-gradient(255deg, rgba(181,7,7,0.21), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070735', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070735', endColorstr='#fafafa' );";background-image: linear-gradient(255deg, rgba(181,7,7,0.21), #fafafa);background-size:auto !important;display:block; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container { background-color: transparent; background-image: none; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container > .video-iframe-container { display: none; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row > .video-iframe-container { display: none; }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .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); }#GQEGsRReUxiRCFITaS4xyZJ6uEJrww0B > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmFIacOfdkZhcfOEMVPpAmq5eJUOJK5h { width:10.625rem;height:2.3999rem;top:9.9837243556975rem;left:7.4679908752444rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhAgLN7tameHyZe1HhE7dRGw9Ha4rn3 { width:16.875rem;height:5.9982625rem;top:12.349170207977rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFr3VwqfGfapJwaAIu4meCbwPTGV2ypQ { display:flex;width:5rem;height:5rem;top:9.5859375rem;left:0.625rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #N0GXvvpJlNr6r8HKpbt96KqDo4BtTvHP { width:16rem;height:5.9982625rem;top:22.286222457886rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCwXA1FgwK5pdsPkVh7y8KsGOhT5sq8O { width:7rem;height:2.3999rem;top:19.559462547302rem;left:7.9052734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFKGxT6JJxbP2XRZyRvUG0SiIDCAXu9 { width:9.749875rem;height:2.3999rem;top:29.845922470092rem;left:7.9052734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmNNGiomdWteDvFVzaTGtfQtZcteeK0 { width:16.875rem;height:4.4987rem;top:32.845596313476rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSanHXCTDlxoZfcPsG2D08TzcXD7J5aL { width:16.875rem;height:2.99913125rem;top:41.498563766479rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erKuZLMk70BFsS2D3ZCqP1Z32belK3zZ { width:9.9370625rem;height:2.3999rem;top:38.461915969849rem;left:7.8114156723025rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmmZpzLTnbKkkCXg1Rf3pTleBVl0TMxy { width:17.9373125rem;height:4.3994125rem;top:1.684606552124rem;left:1.0308160781861rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bAcUOvTbzLQCwqIh1akFvczus2KRA8t1 { display:flex;width:5.812175rem;height:5.812175rem;top:19.559462547302rem;left:0.62500011920931rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #MuBw41k44B97Fg7G2TPFV7l1DEN0TtdA { display:flex;width:5.812175rem;height:5.812175rem;top:29.845922470092rem;left:0.78450536727906rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #Blf3GDFschBo9GKSCGBTVnFIE83Thw2m { display:flex;width:5.43728125rem;height:5.43728125rem;top:38.461915969849rem;left:0.9716796875rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #dVooXZsLroFwdMQT4fZyaWBTUiOASL0T { width:14.6875rem;height:1.5rem;top:6.0829086303711rem;left:4.2187504768372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaMgWq9th9qV44dezQfRbGztyQO2S6gl { background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(181,7,7,0.16), #fafafa);background-image: -moz-linear-gradient(120deg, rgba(181,7,7,0.16), #fafafa);background-image: -ms-linear-gradient(120deg, rgba(181,7,7,0.16), #fafafa);background-image: -o-linear-gradient(120deg, rgba(181,7,7,0.16), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070728', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070728', endColorstr='#fafafa' );";background-image: linear-gradient(120deg, rgba(181,7,7,0.16), #fafafa);background-size:auto !important;display:block; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container { background-color: transparent; background-image: none; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container > .video-iframe-container { display: none; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row > .video-iframe-container { display: none; }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .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); }#eaMgWq9th9qV44dezQfRbGztyQO2S6gl > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSTeUrxVX6tk8SJrvAiii6uDB8gf2s1I { width:8.3735rem;height:2.3999rem;top:4.5654296875rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGRvkVmfmRAn6NN6sziVQxiGdaIn3mbZ { width:14.437375rem;height:2.99913125rem;top:7.9768886566163rem;left:2.7804908752441rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMH7sCiHTziobo4hTH3HZi81n13SRzSi { width:15.8121875rem;height:7.4978125rem;top:17.819551467896rem;left:2.7804908752441rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQPKipiNPoRuiT2qEqGnGoO254Us94ZQ { width:3.75rem;height:2.3999rem;top:14.494899749756rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlNnPD8QWhb4xAyH4RkxhnPLdlnw9B5 { width:4.49978125rem;height:2.3999rem;top:27.134876251221rem;left:8.7798395156863rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IndqzOs18TvpSqoTHD93xzmgFJolT7e6 { width:14.625rem;height:5.9982625rem;top:30.409615039826rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m907g6I19Ag5NQw4798CpcDXt8fvtfbz { display:flex;width:6.125rem;height:6.125rem;top:4.0657558441162rem;left:0.749783039093rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #CpAcVbNFDSbHUh4Hgieu4X1GSaHABTwk { display:flex;width:6.4375rem;height:6.4375rem;top:13.932834625244rem;left:1.2847223281861rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #AsXbFsJB4EiWw2K7BvlBBd3cVLtBlv3W { display:flex;width:6.3125rem;height:6.3125rem;top:26.317260742188rem;left:1.2847223281861rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #TyO1BnQKTxweiMJNXyvuRxObTLo5RCWL { width:10.561rem;height:7.3481rem;top:38.907295227051rem;left:1.9379341602326rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m49UoXGx6DpZqHN6Op2nq4sTnnF4Jq3A { width:9.375rem;height:9.375rem;top:39.906142234803rem;left:9.2523880004881rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #fafafa, rgba(245,219,49,0.39));background-image: -moz-linear-gradient(24deg, #fafafa, rgba(245,219,49,0.39));background-image: -ms-linear-gradient(24deg, #fafafa, rgba(245,219,49,0.39));background-image: -o-linear-gradient(24deg, #fafafa, rgba(245,219,49,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db3163' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5db3163' );";background-image: linear-gradient(24deg, #fafafa, rgba(245,219,49,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d { display:block; }#rTkR4CJb0PVyFxrxsVW0KFV0e4KPlg2d > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tia7oIMUZ9KcXsfs91T0VeKfi2NmG4hH { width:12.1875rem;height:4.7992625rem;top:7.9693241119388rem;left:3.9062504768372rem;font-size:2rem;z-index:15151;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0mScE46z2N1GR2cZ8aQ6nFw4IEwzgvB { width:19.6875rem;height:40.4375rem;top:42.312190175056rem;left:-0.055338501930237rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rubkt0rte74LLvPtTlRvhsmPu4ibE3BU { width:16.6875rem;height:2.9991375rem;top:53.415258407593rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJn0dCKygLDEbL1NWSgwn3wO2TROxyx { width:20rem;height:0.187174375rem;top:56.16455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSflsLGLkhh2kXuo7No2R1LhRsLUnERL { width:16.4995625rem;height:2.7495625rem;top:45.665067672729rem;left:1.7496745586395rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHtRehIRIzBIIcXC5zIORUxeFWihhLA2 { width:14.124875rem;height:2.3999rem;top:50.290258407593rem;left:2.0035808086395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2GXc47UKaDdguu8EF9PnlixW4T34Vnu { width:17.1875rem;height:11.2478125rem;top:58.97620010376rem;left:1.4062502384186rem;font-size:1rem;display:block; }#y2GXc47UKaDdguu8EF9PnlixW4T34Vnu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a08792478eed65adca8b905c19ca7967ebb976ab.svg); }
 }@media only screen and (max-width: 763px) { #mmKANBa5RT2lD5U27nToytCnqLXamA92 { display:flex;width:4.93706875rem;height:4.93706875rem;top:16.874457359314rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aNvHE2fJH3r20vPrptpEye0POdO2llT8 { width:18.75rem;height:2.8125rem;top:78.57080078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8OWiteh2Ig85UWo5edWK158sdEZ8pvm { display:block; }
 }@media only screen and (max-width: 763px) { #wo6ZFhDNrP3oRRFLcmPdD6niPByrJOK7 { width:14.5621875rem;height:2.69965rem;top:75.446022033694rem;left:3.9062504768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyc3N84A7zIg7vysOVQUDCetCQcTiuH { display:flex;width:3.125rem;height:3.125rem;top:75.232751846312rem;left:0.81597232818606rem; }
 }@media only screen and (max-width: 763px) { #fP8l6p3AaUekyKsxE4ULGUvVi08Ny061 { width:14.5rem;height:1.54375rem;top:72.571878433225rem;left:3.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzLttaza2BPHKzBH6BUcbmr77oAXQNBk { width:14.4998125rem;height:1.5435125rem;top:94.4921913147rem;left:3.9062504768372rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADLDwXlwN5ICsiwENZHfhZPk4QcX1FO { width:1.6875rem;height:1.6875rem;top:72.500002861025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBnc7oeffxhIrWfEXoRLU0C7vKpLdy79 { width:20rem;height:3.087025rem;top:88.643680572512rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ23LZQpafJnAcytgHCmiasB2RcFUEJm { width:14.1873125rem;height:2.69965rem;top:94.4921913147rem;left:3.9062504768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Jzi3JMMboAS9zBVBZQzDKFI7sTazcc { width:15.374875rem;height:16.49520625rem;top:18.624674797058rem;left:3.9062504768372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCO2pbB6gMxRizgBE657mMHfLbmuBHlv { display:block; }#oCO2pbB6gMxRizgBE657mMHfLbmuBHlv > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGPkAOVSvd01XHk0zvdKZ4wWoBkSOGuv { width:19.1875rem;height:14.99569375rem;top:9.62451171875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klyECOEe2pwGoV50Sn0Twe8VearBuB0H { width:12.249375rem;height:1.349825rem;top:25.496420860291rem;left:6.2483725547791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #so1wTNWTiD4zi1Atr5KvgNvgwoCz394w { display:flex;width:2.5625rem;height:2.5625rem;top:6.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qi0TdtDnG5uxgThb9rISHoxpFETHT8lm { width:20rem;height:2.3999rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqKw1gZb2ZPIU5eDLhBxWdMwNDxIovX { width:12.249875rem;height:1.349825rem;top:44.937066555023rem;left:6.2483725547791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAyTQUwWcA8LrFHdRy0goH4mdROyQU0P { width:19.3125rem;height:13.496125rem;top:30.687377929688rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfvyULiTxe9kigKBCf6Tr1ZD2bF4aOGb { display:flex;width:2.5625rem;height:2.5625rem;top:27.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AX3sAxBDdvPz2HIKrdAV2lVMNDRQUZCV { width:12.249875rem;height:1.349825rem;top:68.187406063081rem;left:6.2483725547791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOAnpeIQD3QPolRTpsowPfLzvs5pror8 { width:19.3125rem;height:14.99569375rem;top:51.749633789062rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBxWmb3KIAR7n19VLoWowIHA1R4ZOirl { display:flex;width:2.5625rem;height:2.5625rem;top:48.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JADZ8sqr5mL7lsita8T77C4iRh8SOdem { background-color:rgba(217,221,227,0.24);background-image:none;display:block; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container { background-color: transparent; background-image: none; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container > .video-iframe-container { display: none; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row > .video-iframe-container { display: none; }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .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); }#JADZ8sqr5mL7lsita8T77C4iRh8SOdem > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJvMsviy8Xf55TQ6ql7H5RrzSbcz2q5P { width:15.4373125rem;height:2.3999rem;top:2.6871609687805rem;left:2.2808160781861rem;font-size:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #OLMp56DBEMEcwFBDKkKTvU2Sa5C3TEQo { width:15.75rem;height:14.99566875rem;top:73.63623046875rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1qdCTJhRpGcwkI3f5qQHLifAF1qyi8O { display:flex;width:3.9375rem;height:3.9375rem;top:52.301433563233rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fU3IWCfrI83pLns69vg5TsJdJfZ8aJ21 { width:15.9995rem;height:17.994775rem;top:52.30126953125rem;left:4.00048828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RBSpZIZlqgK8fzCqHIf8D9Tl9tiEgqRG { width:20rem;height:30rem;top:7.3898830413819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEKgkBMkDybuRgsaomVfnpn5Vkk8Az6 { display:flex;width:4.2495125rem;height:4.2495125rem;top:73.63623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E1wN5T8zw96wLHrMUqg6EknhkgP3Wt3f { width:9.5621875rem;height:9.5621875rem;top:1.4855222702026rem;left:10.43728351593rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(242,207,3,0.4), #fafafa);background-image: -moz-linear-gradient(92deg, rgba(242,207,3,0.4), #fafafa);background-image: -ms-linear-gradient(92deg, rgba(242,207,3,0.4), #fafafa);background-image: -o-linear-gradient(92deg, rgba(242,207,3,0.4), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf0366', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf0366', endColorstr='#fafafa' );";background-image: linear-gradient(92deg, rgba(242,207,3,0.4), #fafafa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nbNzdoRwbSIQTi7b37d7BXucHMhwtkek { width:8.061rem;height:8.061rem;top:23.999567508697rem;left:10.43728351593rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NsbH9kbIMcJN0zUoRtlbZCrMKL7JbT5J { width:14.937rem;height:14.99564375rem;top:91.2607421875rem;left:4.3427734375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p95B0P3lTkiUErP8Nc75s5opSTHnLDe7 { width:15.3125rem;height:8.997375rem;top:39.57666015625rem;left:4.34326171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZEFEsAoxTGes4dQTX9QiiAHaGOumC2Z { display:flex;width:3.99956875rem;height:3.99956875rem;top:39.576825141907rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hINm6RHyp0UVgDV9L7vZcoQHaDwOe3m1 { display:flex;width:4.4375rem;height:4.4375rem;top:91.2607421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq { background-color:transparent;background-image: -webkit-linear-gradient(264deg, #fafafa, rgba(217,221,227,0.62));background-image: -moz-linear-gradient(264deg, #fafafa, rgba(217,221,227,0.62));background-image: -ms-linear-gradient(264deg, #fafafa, rgba(217,221,227,0.62));background-image: -o-linear-gradient(264deg, #fafafa, rgba(217,221,227,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9dde39e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9dde39e' );";background-image: linear-gradient(264deg, #fafafa, rgba(217,221,227,0.62));background-size:auto !important;display:block; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container { background-color: transparent; background-image: none; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container > .video-iframe-container { display: none; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row > .video-iframe-container { display: none; }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .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); }#wQw5WBu2cbDsBIo2lhdZSTFKzTHPuPPq > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXVGRTqDubgWcb3JqWrA3sP30fTeLhC7 { width:16.1870625rem;height:7.198875rem;top:14.874674797058rem;left:1.9059245586395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5qeyyLJXTsTrlgWAMLxCGzV0KvmQXx { width:18.186875rem;height:15.190425rem;top:23.194431304932rem;left:1.8126087188721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wZ0vRuGzHiZiubr4LBUN6gOXhRZCgZ { width:18.6875rem;height:8.25rem;top:38.886178970337rem;left:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(217deg, #fafafa, #b50707);background-image: -moz-linear-gradient(217deg, #fafafa, #b50707);background-image: -ms-linear-gradient(217deg, #fafafa, #b50707);background-image: -o-linear-gradient(217deg, #fafafa, #b50707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );";background-image: linear-gradient(217deg, #fafafa, #b50707);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ysznifD8DM7uJOGV3OWy05mhQFvGo5Bm { width:13.186875rem;height:4.7992625rem;top:40.611981391907rem;left:5.9716801643372rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTU1HNt5kOXkeltWhWDvN3BoOWUqL6t { width:2.87489375rem;height:2.3999rem;top:40.612050056457rem;left:0.87456607818606rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-text.counter-number { padding-top:0.473125rem;padding-right:0.4125rem;padding-bottom:0.473125rem;padding-left:0.4125rem;width:2.473125rem;min-width:2.473125rem;height:2.5425rem;font-size:1.8925rem;line-height:40.68px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.295625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.2975rem;height:1.005rem;font-size:0.709375rem;line-height:16.08px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 { display:flex;width:17.1875rem;height:4.789375rem;top:7.5498183965681rem;left:1.1295573711395rem;padding-top:0.404375rem;padding-right:0.40125rem;padding-bottom:0.404375rem;padding-left:0.40125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #PnekG2InUaAekUd3exeJhVFtmdfdITF6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #xUcW6m3RqKDyTQm84mUAqg7F4urVnM6N {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #pgCQtVZfGMT0LcLWGmzrgAzMhTRbEkLP {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #uQtTGqZgcRsoUiH4dpN6E2C6wFcXQLbS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #p1wBTwNs0Xkh06I60h8nWJRPBDL7i0lv {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #T90wczNSwX5SST3h0QytGdpQoyZ7Csxd {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #HqTUA6OSwlP9AA4GOSUHLfqH7SUODyTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #d6upU3e9rFGxh4O7o3DLziPcFyTTPdh7 {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #zuxiVPuT6e6qd9rtEkyHGKOeqK8H2Top {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #LaT92mMkMoh1xMkiqQDmUAtk5RgKsHl3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #kBgz9iT7nhDvFbNEN9IG1pDP1uRoESVQ {  }
 }@media only screen and (max-width: 763px) { #ye6Bot2vHmHvabTddDpw3MbtIvvxi4G5 #lqLmIJ2HJrUXz70dbPrbLzkUeByhbTH6 {  }
 }@media only screen and (max-width: 763px) { #xCqfPuXtQgAEXg4xK2VqHAHOXM87AaHM { display:flex;width:2.93728125rem;height:2.93728125rem;top:2.5672740936279rem;left:0.842556476593rem; }
 }@media only screen and (max-width: 763px) { #qfULeXbJq1mwZ6nqd2CQrln5UGrQ7uHz { width:14.2496875rem;height:1.80013125rem;top:3.1363935470581rem;left:3.7798395156861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKGJv50KF6bPd2kHHzJ4qftpOPSSRule { top:52.617189407349rem;left:0.906033039093rem;width:18.187375rem;height:3.81239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAPEulcXSkbgAk08tmowd6LuG3XDg3dW { display:block; }
 }@media only screen and (max-width: 763px) { #G8fGiyNs0sVWU26XPzcOC2sow6Lckozq { width:7.561875rem;height:7.561875rem;top:50.742189407349rem;left:0rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #fafafa, rgba(181,7,7,0.5));background-image: -moz-linear-gradient(282deg, #fafafa, rgba(181,7,7,0.5));background-image: -ms-linear-gradient(282deg, #fafafa, rgba(181,7,7,0.5));background-image: -o-linear-gradient(282deg, #fafafa, rgba(181,7,7,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b507077f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b507077f' );";background-image: linear-gradient(282deg, #fafafa, rgba(181,7,7,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(181,7,7,0.08), #d9dde3);background-image: -moz-linear-gradient(90deg, rgba(181,7,7,0.08), #d9dde3);background-image: -ms-linear-gradient(90deg, rgba(181,7,7,0.08), #d9dde3);background-image: -o-linear-gradient(90deg, rgba(181,7,7,0.08), #d9dde3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070714', endColorstr='#d9dde3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5070714', endColorstr='#d9dde3' );";background-image: linear-gradient(90deg, rgba(181,7,7,0.08), #d9dde3);background-size:auto !important;display:block; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container { background-color: transparent; background-image: none; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container > .video-iframe-container { display: none; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row > .video-iframe-container { display: none; }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .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); }#lCKGn7Jkd606tTJzNx1JlKaBJuBtC3Hr > .row .container { width:20rem;height:152.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-element-container { background-color:transparent;background-image: -webkit-linear-gradient(top, #fafafa, #fafafa);background-image: -moz-linear-gradient(top, #fafafa, #fafafa);background-image: -ms-linear-gradient(top, #fafafa, #fafafa);background-image: -o-linear-gradient(top, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(to bottom, #fafafa, #fafafa);background-size:contain !important; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b .accordion-desc-text { font-size:1rem;height:auto;line-height:1.6;overflow:hidden; }
#UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b { display:flex;height:auto;width:17.5rem;top:15.530660152435rem;left:0.8740234375rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, #fafafa, rgba(181,7,7,0.45));background-image: -moz-linear-gradient(30deg, #fafafa, rgba(181,7,7,0.45));background-image: -ms-linear-gradient(30deg, #fafafa, rgba(181,7,7,0.45));background-image: -o-linear-gradient(30deg, #fafafa, rgba(181,7,7,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070772' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070772' );";background-image: linear-gradient(30deg, #fafafa, rgba(181,7,7,0.45));background-size:auto !important;padding-top:0.375rem;padding-right:0.375rem;padding-bottom:0.375rem;padding-left:0.375rem; }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #V1a8tADiorgrQ7Bc97qIASJnsumMuJaV {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RrToEOrLieZz9LJ5Tz6kSkS4FWIctJKG {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #v0ze5VdymQlUsou7pQt7BFRb3MdHqiBH {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Gek2gXNHFlvHzNrz3IQCi2CPS6nMLRkO {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #h6m96OLFgCb9K2q6X9TUVyPInT3bkURn {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #zDA8z2whNqyDvyEaA9k81dhB8zueea3R {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #E6SByRalw2vFZW0cROVUtxdQz07zm5vI {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #TVKTFEK1mgKfZBS1nqQcTDgyE91DcdaZ {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #CLWcircgh3uo2qo802t8iinInNkCl8zA {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #HKW4NKTogSsx0WaLnWTiNzFTWBwxq5dq {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #O1z89yTQLndKhEXf8Ve34kmSMxqvyrk0 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #smgZa5qKnIQi1OOVO7AhJ8ZyULZubruc {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #FoUS2KCTwgtOc0u0DwFoUsFzvtmcEtuZ {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #oE7V1s68o5zzfBlkECgLPULUVSW6PtJG {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #IwyBW52Wny0X9ZbUcMbPCmQO8X3wJ3gx {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #PbTEEKhRsWSSZF19ChL3k74ihVrSahi8 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #yKdHtvMrneM6GBZN9cCqRqccoF7kaB2P {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nHTJBrTPb25ERrinGfbKkpMI4qhTXOAq {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #pTCXCLQgoAq152fGZGknR13qpeRRZHKx {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #ZApViAGZUFEAZqc3aQzTek9PwXDcoR5Z {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #TNGuNb9zToO67V2WkCHlNca2ENxvrDZR {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #KppB7EtkMDETKeQCwezmMKOk7ItFk2lm {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #WPSe49uDr2Gr7iZspCuicTxA1TupJEmn {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #LP4o4L2uWMTt4kCccUMk8JukpqW55aS9 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nZwDdI2hJNshl1n3mhRdMtL0xN2nM5Pt {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Pay3loVNubVBw2O29s690VlJwXOUJrHk {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #mtwQsP7ZW3xDhKSM1of5hFQTpMSX4mdF {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #DrxmmKKeLhhc2Iu4fZ6tnNZliop0sQC1 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #QxQprqFW5B5ksPcCHNFBF4vdP59VGxwg {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #kXQQQgNRWLirOoyz2ZVh3SbMskVMdkfx {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RtBwIgnyoRHq1T5e5swndTz1mlpsiuMm {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #BBf9db1m3xVnUU2hxbQpasi1T6vnxKHW {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #nwbRgMVu1Lm3MQOxE9y1MplhNkvJMoJ7 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #RyRLgGtXsT1KFs7EOLzToRGehQNhPFJC {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #zVVLFTAknATi4xmP2FheDQnRut7phmfS {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #bpOkIHbBGN3BpazIzlXXiEIKBwQpUFBm {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #iqBn81uP29gu4JiRqF26DIU8ZIv4Musr {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #hQww3WErLeIUdxQcwppu8PI6OZp7Q1px {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #r85RHqLFlEncR1fq2FQtz8nyd9xVD1TF {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #SyZWduZitZLySCHky6LnglivoVrQVzcd {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Oq9KlUT3Vuxezma25JzOdbmb5XT77aDW {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #FC6vhwfeXFC33Tdb2J2yIeGbpp7glH06 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #pt8ucEBUbp2REFkogCWUWbaWcV9z6rtU {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #VdqzvzuLwxl5mm04He1O2NR3DbtO4lGt {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #OlCsA4Aey1tdBMoezrqJDigDSNPzVlBF {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #L3CClbpgo6lq5iozFPsJL5tA8MDPn5tD {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #QOiMMuswv07T05VmGqd84oX8Ud8i8UBG {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #v77H2WKayEXzDedyti8B5ckmAGAbV422 {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #Bo25DITXQwz8bQD3DLuvZk0VGFz6S1Ov {  }
 }@media only screen and (max-width: 763px) { #UnTvSvVeVA6XGUcfLEtKZ3V4fPH8iH8b #IG8iOqO3a049uhwMHz0iqDvkN5NwU1e5 {  }
 }@media only screen and (max-width: 763px) { #o6o5pXATcXONAvmpVrR7sq6yVAyMxo4y { width:18.4375rem;height:8.6996875rem;top:3.386962890625rem;left:0.78125rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PfJp6W7TcVvdKBSm7xPyQkbT8EOsDuV4 { width:12.8125rem;height:12.561875rem;top:136.58854866028rem;left:3.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(129deg, #fafafa, rgba(181,7,7,0.53));background-image: -moz-linear-gradient(129deg, #fafafa, rgba(181,7,7,0.53));background-image: -ms-linear-gradient(129deg, #fafafa, rgba(181,7,7,0.53));background-image: -o-linear-gradient(129deg, #fafafa, rgba(181,7,7,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070787' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070787' );";background-image: linear-gradient(129deg, #fafafa, rgba(181,7,7,0.53));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g { display:block; }#Ia1IP4aRuhm9M5y1CNnST3gsanCDHL7g > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lswBQu7vTX62geuHyAimEre4QhDx4G5n { width:13.3745625rem;height:4.7992625rem;top:2.5618495941162rem;left:4.0614151954651rem;font-size:2rem;text-align:center;text-align-last:center;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #naSId1UT7yOpEDtW6ukH7TVtkiRaVhIT { display:flex;width:3rem;height:3rem;top:10.1875rem;left:8.5rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #WUSz0ELTwB0K2i2W5DK1w6zMM4NXIbTA { display:flex;width:3.375rem;height:3.375rem;top:18.04345703125rem;left:8.3125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #tJlGuFqmlBdaqrK6wao4Pbxs3Tz7UcgP { display:flex;width:3.9375rem;height:3.9375rem;top:25.4375rem;left:8.03125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #viOx2goof6Jt3tBJs7Z4GBsXVvHms7mP { width:10.4373125rem;height:10.4373125rem;top:53.937177658081rem;left:8.4998922348025rem;background-color:transparent;background-image: -webkit-linear-gradient(355deg, #fafafa, rgba(242,207,3,0.28));background-image: -moz-linear-gradient(355deg, #fafafa, rgba(242,207,3,0.28));background-image: -ms-linear-gradient(355deg, #fafafa, rgba(242,207,3,0.28));background-image: -o-linear-gradient(355deg, #fafafa, rgba(242,207,3,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2cf0347' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2cf0347' );";background-image: linear-gradient(355deg, #fafafa, rgba(242,207,3,0.28));background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #R3awXhTLMFi4a3yLvegk6CvKVdBOsCDK { width:6.75rem;height:1.687825rem;top:14.84326171875rem;left:6.625rem;font-size:1.125rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2nTVDmARNGeHusZTyExSvN1b4WJXQ8 { width:18.0620625rem;height:36.7496875rem;top:1.3547115325927rem;left:0.9684245586395rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #fafafa, rgba(181,7,7,0.28));background-image: -moz-linear-gradient(125deg, #fafafa, rgba(181,7,7,0.28));background-image: -ms-linear-gradient(125deg, #fafafa, rgba(181,7,7,0.28));background-image: -o-linear-gradient(125deg, #fafafa, rgba(181,7,7,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070747' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070747' );";background-image: linear-gradient(125deg, #fafafa, rgba(181,7,7,0.28));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WvXJhzOLWNUlIzOKf1zhrKCTBptSduv1 { width:16.25rem;height:1.3125rem;top:22.499456405639rem;left:2.2509768009186rem;font-size:0.875rem;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #gNgc8WpTnDCbwKlzW2k0Ng6hLLlAkAcX { width:13.75rem;height:5.9982625rem;top:29.90625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;color:#585751;display:block; }
 }@media only screen and (max-width: 763px) { #E1dKmSbUt4gytCPF6PSrq89hPzDu0Uh0 { width:18.5623125rem;height:1.5rem;top:66.276044845581rem;left:0.71831607818606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXx55FhnDTfDUoHgf2VDpdJHElbspkxZ { width:10.2485rem;height:3.125rem;top:41.936916351318rem;left:4.8752174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRXnzFlLX115Fsly49cGcwo2okmAA170 { display:block; }
 }@media only screen and (max-width: 763px) { #EoFDvJdz0aBsSxuW9rCdBsGEvsaC5Qls { width:9.375rem;height:3.75rem;top:46.407880783081rem;left:5.3125004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1oruDWwCNTGm4hacI4Qg5Gv9hoWOSd { display:block; }
 }@media only screen and (max-width: 763px) { #nuRE9ag5FKts31nLlS6XK0qzHi62pRTB { width:10.4373125rem;height:10.4373125rem;top:51.429039001465rem;left:1.565212726593rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.59));background-image: -moz-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.59));background-image: -ms-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.59));background-image: -o-linear-gradient(181deg, #fafafa, rgba(181,7,7,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b5070796' );";background-image: linear-gradient(181deg, #fafafa, rgba(181,7,7,0.59));background-size:auto !important;display:block; }
 }