.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:235,217,255;--color-primary-1:187,128,254;--color-primary-2:119,0,253;--color-primary-3:60,0,127;--color-primary-4:18,0,38;--color-secondary-0:210,230,250;--color-secondary-1:116,212,243;--color-secondary-2:24,183,235;--color-secondary-3:14,110,141;--color-secondary-4:3,25,42;--color-tertiary-0:255,255,255;--color-tertiary-1:28,137,169;--color-tertiary-2:4,83,134;--color-tertiary-3:0,48,138;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ { position:relative;display:none; }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ { border-width: 0; border-radius: 0; }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XdMvQ3wfAqbwuHbVZCqtLhq47GCeDcbq { color:#b98c65;display:block;width:26.625rem;position:absolute;font-family:"alw font";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.66041707992556rem;left:11.0625rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ryq5tTg7pCtmzRoJ6IN9TzLVgAAkqupy { color:#b98c65;display:block;width:26.625rem;position:absolute;font-family:"alw font";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:14.375rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLnF2D10Ma0c7kivXVvhJOMnlTqZClGA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#A56D05060uhtewBN8mEKBEHkAw1yF8NL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7H0bNg9vkeUFhhKqLt3b5DrdDmCuRDx { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LsZpK80Bq8cEt2AXADfBamMtUUJXWtRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2wfURBobNf0nQgIMv0Ut6ClJboap2t5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:46.125rem;display:none; }
#v2wfURBobNf0nQgIMv0Ut6ClJboap2t5 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#UOdhfecLgNZ6flusnywx8if5gBDTL2bM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UluEB94t4HId8XJnbwTRM6RCB7mUcTUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVLGGOnJ0b6302ChhGBXR4A6sBUV2AxK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:46.125rem;display:none; }
#eVLGGOnJ0b6302ChhGBXR4A6sBUV2AxK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#z5TCrOs1PJaZzypFziCwIbnd7z5m3ZyX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MkldfabcxZk56ywXcZhRdghbHKalPNqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntSU1IR6f3Lopv3QiSOL9bMu4dWuByJn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ouLbV3L02ZxbCuwNrIvbRxuhUFosuBGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFvf38VFViJi582CNZuQxlbHUBm2IhTZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cPx0AM21nbIG4dOSbTok1W2yISRVxduq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Siqmm30Ob7bxXOTaXzVTHFIFh5zlbiuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:46.125rem;display:none; }
#Siqmm30Ob7bxXOTaXzVTHFIFh5zlbiuH > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#nkPptTeCslcmGswaQr3y74ODQrEnrXmS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BOJrzv1vGS6oAiORThqlaTEqNMJPTyAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6cupqAT06S8b8OuWJPoKknM8pupd9Tw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#c1SZb5UINA5QH6wuwgp097zxWhJ13I9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2xEgMt4oBWbghf0ex2fLG0URDkydI7L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:46.125rem;display:none; }
#H2xEgMt4oBWbghf0ex2fLG0URDkydI7L > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#ezkxqkryBnq3K5E8armNEToiIbadeN7a { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DllxLCTMqUuBH9BxlvSdIm9f9ugKocRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ie5ptp1Txy0fW4gsPvRHVdOHCRyz4eAZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ODp1UqwX2CFWTWTBoCALNeEZ8qqAxUN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWgwalnSk9rwkuZ87hVT31XKo31mB8DL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:46.125rem;display:none; }
#xWgwalnSk9rwkuZ87hVT31XKo31mB8DL > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#Ud7N7dRSriTivKR3IiyvQRMCl2QPKm11 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Wurc81vX2ureSfibDsQKpChTml7BOD51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBxJm9qiPLMMRoUdM5xJeUrbqkAWH3ZN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MqTsgJPsZQLbxUulTyH9S2q0VCzAvtAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uncgU0g7tWi39e0feRg6v6zlhCDJG6aR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:46.125rem;display:none; }
#uncgU0g7tWi39e0feRg6v6zlhCDJG6aR > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { position:relative;display:block; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { background-color: transparent; background-image: none; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container > .video-iframe-container { display: none; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row > .video-iframe-container { display: none; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .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); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { border-width: 0; border-radius: 0; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JoEpcgevroPJ7DpWxfnATeZawmb5GxKn { box-sizing:content-box;height:2rem;width:20.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#b98c65;background-image:none;top:7.625rem;left:19rem;display:block; }
#ssPW3yftQrJh8gxBSScsQKtVFV2OQiI4 { color:#f3efef;display:block;width:18rem;position:absolute;font-family:"alw font";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.125rem;left:20.125rem;height:1.1375rem;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;font-style:normal;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-form-header { font-size:0.875rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#19232e;width:13.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-text {padding-top: 0; padding-bottom: 0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;text-align:right;text-align-last:right; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-select {padding-top: 0; padding-bottom: 0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #b98c65, #6c492b);background-image: -moz-linear-gradient(top, #b98c65, #6c492b);background-image: -ms-linear-gradient(top, #b98c65, #6c492b);background-image: -o-linear-gradient(top, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(to bottom, #b98c65, #6c492b);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:3.4375rem;font-family:cairo;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1); }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:12.75rem;overflow:hidden;font-style:normal;float:none; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-container:first-of-type{padding-top:0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-container:last-of-type{padding-bottom:0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21rem;top:10.312500953674rem;z-index:15008;position:absolute;font-size:0.875rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.75rem;display:block;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc {display:block;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21rem;top:10.312500953674rem;z-index:15008;position:absolute;font-size:0.875rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #PcLDVNkyPOZCRpKTcy6OhlaPRn7qO3B0 { position:relative; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #wdxzu8xKpsgZ5BILLeIPsJHPe1WDx0Uv { position:relative;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #Nnd1it6E2UrnXI9WGrgTUrLQVFdf4MnT { position:relative; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #niMR76cGsDpWP8mDgPOxdgrTykrtcsze { position:relative; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #GtNa7yxLzwZyoSXtiQBLHdceVvr0aa69 { position:relative;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #QHrdHNIDETNdXeRl19ULrbpe34rgv2dQ { position:relative; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #i5eTbcTN7oQGpayJwL124IG5nWQD6ONz { position:relative; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #CvCaW0AyWkHxDcA1vDl23gT0U7Gn6BqR { position:relative;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #t4cpS2too61DTqiyOfXAz4BegPegzGhi { position:relative; }
#t3L86XCTsseTnbh081maA5EmCgi8Z4r4 { position:relative;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #dPouGeRvzmHsvTO1P2uaqsrv2OhTtEmu { position:relative; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #dJksSHiupON0x0eLQfTPeycN4h2HqXXZ { position:relative; }
#tf9rDRBL1TJSDJTKiK0mI3SIH7loP1Zr { color:#c59656;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:44.550000190735rem;left:18.514843940735rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#STT3MRa1rru8IsCnpJk2i1ISi6UiF8MX { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:46.66250038147rem;left:14.546093940735rem;overflow:hidden;display:none; }
#xPl7dfnHLyP4T6G5cdZ7NPS9HZ2f7b1o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#zScaK20Z1Irnkvr0VbD1nxAIVJ6qU7At { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#MU6fbbhmgi987URgsC50yQXHcT89fkIk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#x4b5Uzf0b3ORc48uxVzku9naBnP2ufD2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#QPkJC6CPXVDJTF7iSw3tQtUKGt9RQFir { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#C7CRR4bWiTkJrMlT7ubq40CRxlQiU6Pt { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:39.625rem;left:1.75rem;display:none; }
#h8P9LN6wNFofmeNic1erwBDiMfwGzzd1 { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:none; }
#DKc0cuTBymPe250bJTVdIEpR0aQJxy6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cZOymI3WiAAivuimzEbfneELvSET5F6h { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:none; }
#kQWKhPlcqeyVTKDEWXbmTLHRbU9IR3fC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncQFLi1xezGDJFbSd5NkEOTI6SegNbmZ { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:none; }
#ZGI93kWKPT4eb74JVs4LsB0SXIp4nmt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEptWThmeqqk15s9aaPu2RvHniFOG7be { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:none; }
#TqqVxlJ09uhzT0kNekQ7UMVQ2rp2dPuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZI6kSi6gbbcguDOaJalSDOf1aszkHm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#E0HFKeDrMS0cpJlpqSzPA48eZuqzm7kA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#UMAoKTxsQp7WUaOB4HMCuTR1s3Treplp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#bkDxst7bcrxSVLmdeVmv87ZFEAC6kREc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#DLB9BOvZqqTqWzqur7Hg0d1cyr91sUx0 { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:none; }
#RpbDhOJ4VJxW5rODVq2klLega0ogW1dL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfeCiK9Uu6Eyn37RsUkb4aQCgHgZBoiv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#CcPiUzcfbZ9UTpMp3WbZ2R6cwhtV8wCU { background-color:#2c8e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:none; }
#bRwyXLPbyGC9pfbo2BTEfqTqDI6eMfGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7gLDAhNfP1wQa1F49E3xJHGqttSdutT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#ZTW4S4o66cRKou7Who2BQNnW6EftXdnZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#ESNDZrUOF5OMvWiLthFTANAp5M5wCRPv { 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:15002;opacity:1;left:20.9375rem;top:0rem; }
#ESNDZrUOF5OMvWiLthFTANAp5M5wCRPv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xDe3GIlyRIyzrCKCdXW8hgmotosAJLWT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:#b98c65;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#Xz5VzE7FLVTScrvDBLBRlznhT5hdpAal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G353PKKcca6nmCByWcd3PSoATE1lmGno { color:#b98c65;display:block;width:26.625rem;position:absolute;font-family:"alw font";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.66041707992556rem;left:11.0625rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lExbh46ObPwHJkkU6dyHGJExx5vMqV6N { color:#b98c65;display:block;width:26.625rem;position:absolute;font-family:"alw font";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:14.375rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac { position:relative;display:none; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac { border-width: 0; border-radius: 0; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .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; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container.adaptive-delivery-prevent-bg, #ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container.lazyload, #ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container.lazyloading { background-image: none; }#slmITTNzkHa7hG9KZgI8mkQJCxP5Cx4H { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#iTB5m4nEPkXbZpc5UKAcStRMxTuVeoVD { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.6031250953674rem;left:22.21875rem;overflow:hidden;display:block; }
#hS5DQsSH0L5uPUACQ8WstZxPMnXJdFBJ { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:4.6031250953674rem;left:43.468753814698rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cL71mlRHSQIAw1xgOcM2E9gNk7VvAgzz { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:11.890624523163rem;left:44.437503814698rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuPGzudwaHPORVFpK44RwxphrvOFTmAB { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:12.587501049042rem;left:42.880207061767rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ADZaANGXZAfEpoTpZNOM5RAXemAUHMx6 { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.332292079926rem;left:43.344791412354rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiPau4Ch6VdUOITAUrsuhlavnlqf6C2c { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:45.129169464111rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#byI1Wdw5a261k0XE6iPT5ZNkp8dx6gmW { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:51.437503814698rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWO9tktmVIhiQ7mzXT3DRHb6oGhugf9O { z-index:15097;top:18.3125rem;left:44.4375rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GUX36HDOpTzgwaNswpGR6k3lRJc0qMzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxMH0AREHyQmfW2WEFKdXSVRMuq4TDLi { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.875rem;left:45.4375rem;overflow:hidden;display:block; }
#NpMuHTETAoaT372qzRC5yRTMQQ8oGl1p { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:3.9489579200744rem;left:42.937503814698rem;overflow:hidden;display:block; }
#K4BH4xcqHem2MRTxzm3tDatOz7zb71eJ { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.8739581108093rem;left:23.688541412354rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aehcMeWT56r0l2okH6UPlNlsR1hhNOrE { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:11.890624523163rem;left:23.688541412354rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGOeRKxezLULaMrBcasaBHxmMEFTDuB7 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.650001049042rem;left:21.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HurK7lWcbxTuzFPfoDIwrWlN6nagAMFz { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:15.394792079926rem;left:21.629165649414rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcgpDAR1G9e44fbzmOdWG5IarSLrWVP9 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.491668224335rem;left:20.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C1py6JHx5fZo6KKELItzqqC9Ba6holri { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.410417079926rem;left:26.318748474121rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DMqBFGAw02pTqEAMSTNfT74RUTc92fKX { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.75rem;left:24.6875rem;overflow:hidden;display:block; }
#aOQyEUz5uTTLnRm0X4F2HX6CSxshCeAD { z-index:15106;top:19.3125rem;left:24.3125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rvfonOa5KqCULkcNeqbzVKZDeL1J5kXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD1EBTwseVboNSvmTOPE36RsrECWawfI { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.5rem;left:4.625rem;overflow:hidden;display:block; }
#kOvKQnMfqg4nifaUQgNkJKPGrUU6whvi { z-index:15106;top:18.9375rem;left:3.625rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lq1qsxQeLpyvgLp4u3937fTWdAUWT3xB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0ANH8OWI4JsTrsm9tWuX67fc989F5Ft { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:16rem;left:2.5625rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g66vWqFwo9b6vNTpkA1TvxQpgmp3O7Es { position:absolute;display:block;z-index:15051;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:14.3125rem;width:15.5625rem;top:4.625rem;left:2.125rem;overflow:hidden;display:block; }
#afXiiCgIMCVmE17Fpo0AeES4a0sFeiJm { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIy6IGC8kDTFBK8ptI7HotpIOLv2Ooc8 { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:3.625rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGh2z0ZMR2VvuB8Xn8u7BpvkJXX11g3I { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTO7T6mGXq4cgZFRhHww6sCvMRdyfxuu { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vFcyaC1feDsWDhS7eMdKsqIGmBHa19Xx { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.8125rem;left:10.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R { position:relative;display:none; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R { border-width: 0; border-radius: 0; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .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; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container.adaptive-delivery-prevent-bg, #xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container.lazyload, #xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container.lazyloading { background-image: none; }#vd8FTr5zqxt9616gtlu7QNGF3TvSIaPF { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#lCmcuhCaEaaUfTt2HbMeVhkOGdsSZyQ5 { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.0625rem;left:12.25rem;overflow:hidden;display:block; }
#XVeI42iAVNBUanCQZdpmwKL4oF3f3tUr { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:4.0625rem;left:33.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rIJT94Fo2lfZAaGDMmzd2n7ToTQNrfVJ { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:11.3125rem;left:34.5rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgPMr21zKpQ1U0BTqL9Dql2ed983NgO0 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:12rem;left:32.9375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m13QwtKMxS1RTIpyBs9BDIwDEZtt7e7s { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:14.75rem;left:33.375rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFQFMDqMi23TqnqWzJbP479oAUutV6Dh { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.1875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bD4bbb5A54ig9PfS1iHX3agwZnGwIn62 { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:14.5625rem;left:41.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtDdc9ReaykbgaqQVvnBK3MIdy2bZQGv { z-index:15097;top:17.75rem;left:34.5rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a0T4RCUiBMTLGrKrWx7yi4Ak088iW86i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl2AowBmHb456CaZHrf9T1po8GiPLOEB { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.3125rem;left:35.5rem;overflow:hidden;display:block; }
#KzPXuaGlu0PL6XItyZVFd1pBJ5K1nEHe { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:3.375rem;left:33rem;overflow:hidden;display:block; }
#Wb3bhbAqZTN2E8gFABDuVaSn53gz0oSB { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.3125rem;left:13.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RxsUahJRvtWB5EVevRObiEdaH3J2mnc3 { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:11.3125rem;left:13.75rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eE3AgMFVq5Jw7JVvf2sSOfZZ0IDcFxmw { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.0625rem;left:11.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvxpTIobuKit6y0derK9TcHQrVkpkiCE { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:14.8125rem;left:11.6875rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4Nt32UUSnl9y5uyFM8VP6SZXdHXMEDF { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:14.9375rem;left:10.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ci3RFQJhXcL1R0Ivi2UQABiGQn1Z1q2E { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:14.875rem;left:16.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aamNCMqoIxorCcpPRJfghEl11vLBespg { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.1875rem;left:14.75rem;overflow:hidden;display:block; }
#E3ivAiIxzlWTcpLLLieeZ8EUqeo50Eim { z-index:15106;top:18.75rem;left:14.375rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aSNbUeGExqy1vn5RupS0Bvoa8S3JI4ld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh { position:relative;display:none; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh { border-width: 0; border-radius: 0; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .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; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container.adaptive-delivery-prevent-bg, #UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container.lazyload, #UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container.lazyloading { background-image: none; }#HUftud8vNOJqZ2PdlzV1o9MH9uQVHhXk { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#ANEKtg0b15fZPoSpo8MCBirxcovH53tS { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.4375rem;left:10.75rem;overflow:hidden;display:block; }
#muRo0ppXz7GEuGOxIkzvkZVKdezKV9d7 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:5.125rem;left:32rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bcrZbNT2ysyN2zEEGyGDc8miBXWICHVV { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:12.375rem;left:33rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpvCU5fxb2iW2AJ3N8R22tncEpxBUwTO { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:13.0625rem;left:31.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BBJOQ6mWydM3IQAL2ZVqgpDQMoVTEnnM { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.8125rem;left:31.875rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBSynB911J9ImBM0MtnZZnige4kyEnt6 { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.625rem;left:33.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G9BFB59E0q8FtCS9rkXH57JQZDxVkzAL { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LzaME2shpt0g4IzFHWnilE6KTyEzHuBv { z-index:15097;top:18.8125rem;left:33rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lww7Mr4Tnk1WyNMdAq7tXfqmv1qZUAH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXiAHgv76xFVs8SAKTmDJiTyoifGsJTt { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.375rem;left:34rem;overflow:hidden;display:block; }
#fUQiOaQLoL35dm4T0aEXeckTcamhx2hU { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:4.4375rem;left:31.5rem;overflow:hidden;display:block; }
#pzxrbzctDZ3vWKX8fpngoTM9fJ6XBNPc { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.4375rem;left:12.25rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOcLeoe1rtTBtCn6lf7gLhroBbparfa5 { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:11.6875rem;left:12.25rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5BqQaLXMXSe98JyUMkkIV2R13ztOCp2 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WFKl6MmRdOyDb8NTt6bTPyMtaOH0Nwxp { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:15.1875rem;left:10.1875rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTPdPloR5dTaUPvEVlaNi6fL3GOTX6U8 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.25rem;left:8.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vK602f7fhTH4pCoJfh4qvpwOWcBI5mJt { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wq2gikkmbu2oHTuD0JczkxSPgWDNJ6Xe { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.5625rem;left:13.25rem;overflow:hidden;display:block; }
#sExhnTVh8UO6p3kIZiXDe11oT757lcSJ { z-index:15106;top:19.125rem;left:12.875rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F1bFpKEoXTrHR2NzBNmimQvuZeAVkawg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psNIteL2n8T4VcUg1EX27dMyI52XiT5t { position:relative;display:none; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t { border-width: 0; border-radius: 0; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .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; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container.adaptive-delivery-prevent-bg, #psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container.lazyload, #psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container.lazyloading { background-image: none; }#oROmGNRAU0O1ag7bUWfS8QwEz354R0Db { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#tZvkX1esLyXqtMTXpwJT7eeKceiTSSG1 { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.6031250953674rem;left:22.21875rem;overflow:hidden;display:block; }
#BfVIr8KoPF0RE1xEVTp7tsHHxPbX2Rh6 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:4.6031250953674rem;left:43.468753814698rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FA9t5UiBcOhQWZt7i8hgT9eW9AbgbleI { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:11.890624523163rem;left:44.437503814698rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0EtpJkeo8gkyddU61M4PQvDvRSk3lGk { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:12.587501525879rem;left:42.692707061767rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u2kaDfTHmCfeM0mbx1ra58T1v7aVHi4v { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.332292079926rem;left:43.344791412354rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3hIZnrvEtvBuGVgtUOF79HexBuf1Wxo { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:45.129169464111rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e0yJgiEA9KW4KTCwssUT5NPLElRPIpwT { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:51.437503814698rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UXbH6ZR9z2GmPQGVs40uXVStVhFvZkqs { z-index:15097;top:18.3125rem;left:44.4375rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TT6J7ci1UaXJB8PTF2xiQoJu98l2xnZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rcn3NE9LwvmHgDHG3JoUo49Xkid78VLH { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.875rem;left:45.4375rem;overflow:hidden;display:block; }
#EumLMiaegGEMTv2F7ctQpMdK4lpJ6QxW { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:3.9489579200744rem;left:42.937503814698rem;overflow:hidden;display:block; }
#WvAkDz1NXaTJOyaVXechVRrrc5yXOdci { color:#0f86a9;display:block;width:13.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.6020832061767rem;left:23.03125rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V61BfyLPkiOenuSQfD37CTyIgOQuG209 { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:11.890624523163rem;left:23.688541412354rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k91EI194EJGFW2B5nPcbGA3NpLXJPprp { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.650001049042rem;left:21.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#niLl4ffDhZfUB3ZMHPQFOCN7Bm93h4eD { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:15.394792079926rem;left:21.629165649414rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTP9WSLLv6JxVpmVZGMDIWFOkiTSp8Wo { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.429168701172rem;left:20.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbDTrXWdWGTLCgznClQAiir0nviclEZJ { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.410419464111rem;left:26.318748474121rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iA2pwqTTXImtpW1FOnQ9BhZqlBPpTWhT { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.75rem;left:24.6875rem;overflow:hidden;display:block; }
#GEXTz06NZc3CE8sPlopAexWkGX1ZVFQw { z-index:15106;top:19.3125rem;left:24.3125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZcrekSFd8gGHyfKJT6JNurccR7Q2EvbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cp2PhcJRUWX8iw3pn5IIOOE7o7ICmw7e { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.1875rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M5UW0OawnRZiNXflbktVOw9OiJ3klgX8 { position:absolute;display:block;z-index:15051;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:14.3125rem;width:15.5625rem;top:4.625rem;left:2.625rem;overflow:hidden;display:block; }
#ZFX1BT20Xt6Nl7X6Dud7M4T0BUKcuuyp { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:4.125rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6ewuSrGd3UsG3VmiUOHQTkMTBNF82pO { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuaN2nnfJJssl3RuvygG5rvWt22XLDag { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.8125rem;left:11.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVdO6799mZ1Qxim4STDcRV03XGFT7Lae { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:16rem;left:3.0625rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyZIL3HfKg4fB2AMnorM2F0ob8lMuFFG { z-index:15106;top:19rem;left:4.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hNhcBQqS7cvF6eAddTqBhn8FyT6Tkm99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlqX1tQi7HHzl1wPRy1WveUmwFcApH3o { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.5625rem;left:5.125rem;overflow:hidden;display:block; }
#sR97qBuZamd2LWGfAwRkuKHWr3VvTlWC { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KmX64GgybanVSORQoWdizN3UqFAasOOm { position:relative;display:none; }#KmX64GgybanVSORQoWdizN3UqFAasOOm { border-width: 0; border-radius: 0; }#KmX64GgybanVSORQoWdizN3UqFAasOOm > .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; }#KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container.adaptive-delivery-prevent-bg, #KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container.lazyload, #KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container.lazyloading { background-image: none; }#GHfCXPHP8iUSUNHMEyKWIrRE505KPxRP { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#erc4glHCLkf93iET0HklsAxx901e1x19 { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:5.125rem;left:21.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhIIEZmdG71hHpKyNmIrmfAi8xbVQlpL { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:12.375rem;left:22.3125rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbJtzp4vIzFC2fLeF9vVtlLEZsrOtgKx { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:13.134375572204rem;left:19.876041412354rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p16BIceXDp4mlweT0BxtOQLIpSWAw2ng { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.8125rem;left:21.25rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wns7aqvngXkum2i8RKd56AQTS3ZxEXra { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.625rem;left:23rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdWKsRK76Vg9OizpaelHKw58dmVUDklx { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.3125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HdyKZ2LTTruzQpTZixDsgpk0GUlTSvXT { z-index:15097;top:18.8125rem;left:22.3125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lawXq0bBH8MMlN4UvQq2uIvKPXPfDoUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BodmAsXGQGmW1Z9Nt8XPKnfmCN87nCwE { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.375rem;left:23.3125rem;overflow:hidden;display:block; }
#GFvdu8mwlTtnxsL4Mqetf1khd3LRGEZU { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:4.4375rem;left:20.8125rem;overflow:hidden;display:block; }
#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ { position:relative;display:none; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ { border-width: 0; border-radius: 0; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .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; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container.adaptive-delivery-prevent-bg, #LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container.lazyload, #LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container.lazyloading { background-image: none; }#hA8GvTxZqHdhrTv5K20XlasOKZh3oZsI { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#lc6KkJddMu3tgVQ8UFhA6KE2UQNNMqTp { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.5625rem;left:12.3125rem;overflow:hidden;display:block; }
#kJTueUe0yA0WLUCuwbmT1dDLSKKS5JWf { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.5625rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQTuSQ5snIaUDJm6dsdbiFhToKf7BNTD { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:12.3125rem;left:34.5625rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1IsSOhRyCvGifLevZD4kJTfOOOToAr5 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:13rem;left:32.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKnXdly3oWpFScchgT0eltM61r3QPpJx { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.75rem;left:33.4375rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8y9lO4fGGle3Pa55MMu3ppcT46XGqVm { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.75rem;left:35.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogGUJHA22WzTtJhfnefFsZE1gJhnNOhJ { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.5625rem;left:41.5625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lcoqvkgHEl7d5M0QxRnRB5WUuAcUO0hq { z-index:15097;top:18.75rem;left:34.5625rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IAG0nFU8lncvrQ0Kwsu8yFcZcyMPHqe3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGTaW2IPOxhMCOTN6yVgMVG6tu7UM7y5 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.3125rem;left:35.5625rem;overflow:hidden;display:block; }
#b7u1vyUmFgg6QTIxO6dKMbhMiyQA6UIS { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:4.375rem;left:33.0625rem;overflow:hidden;display:block; }
#yuTFZGclsMIxfvhsUEARoKo7WrDfDPQ5 { color:#0f86a9;display:block;width:13.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:3.8125rem;left:13.1875rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqS1ElWELkitaTeVoXqs5MD57srQBa4K { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:11.8125rem;left:13.25rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZOxIGoWLI1fHndZKnhfl7gvnnivQkmZ { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.5625rem;left:10.875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdDHFqXKxrVZmT6EhxMn66E9qTUHTmyx { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:15.3125rem;left:11.75rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7hltv46tGFtQFrsoRTAvvCPyQGTug71 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.375rem;left:10.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxyOEoxXmQhqr3PruFulTQ05uyrwKz2z { color:#383838;display:block;width:12.621125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.1484375rem;left:16.6279296875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFdH0zPgRHm0mNHPFME1XVl7JZhTCnPu { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.6875rem;left:14.8125rem;overflow:hidden;display:block; }
#Ly4gM2qLtyybKX9uAiCxaa6SLJsh8qSd { z-index:15106;top:19.25rem;left:14.4375rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gxrXN5tmJBXKPiTXZqnGd6dOXLcEnITg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 { position:relative;display:none; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 { border-width: 0; border-radius: 0; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .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; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container.adaptive-delivery-prevent-bg, #iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container.lazyload, #iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container.lazyloading { background-image: none; }#lwf1PTIHC0Nmn70nTKNcIq1MlEUvZTLR { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#QJ5Iig45ded2sdzBFrgIufOCUA1LZ2ec { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.2541668415069rem;left:23.03125rem;overflow:hidden;display:block; }
#y2HcBHWUWHCQteUESv0yHoMODGFSodFg { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:4.603125333786rem;left:43.407291412354rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rw7UwS8pVnnZhP5wxcEVsk4qJ87DT6cs { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:11.890624523163rem;left:44.437503814698rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUwyy1L5UKwySIxzEoIOv28TsFAbzIFG { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:12.587501525879rem;left:42.692707061767rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvmQGdHi7c5eNtBkg0VREf8Rotc6U09q { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.332292079926rem;left:43.344791412354rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQ4DHeg1uMWTK86uo5qXpy22KXXSwTrT { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:45.129169464111rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DDlwQiCAy573gZbFKsOI5h7a9V6XP17T { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:51.437503814698rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ms0nHR3Mqny8r5XZLtBsaJv1C7BXGBBS { z-index:15097;top:18.3125rem;left:44.4375rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DAnkz53uhx7EtAycBBolIWvPKBvwfna2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKAllsCVTKnwn1eIKCKOZ8rz68CnSbJW { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.875rem;left:45.4375rem;overflow:hidden;display:block; }
#tVic6RtnTP7nzNRmCQdlRs7zut7XEbWL { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:3.9489579200744rem;left:42.937503814698rem;overflow:hidden;display:block; }
#UCaUJwT2ZeJJI0HhbSSAWasqrAKIwrdZ { color:#0f86a9;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.603125333786rem;left:23.21875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRzgXnBM1RsFAcHeFs9FK2DI8uTziBnD { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:13.5625rem;left:23.875rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWFOVXF4cEtZo2bzViO0reWufWSl7AhM { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:14.375rem;left:21.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yHTOE2HaycMT5he1mrvDILnPV2uUHTSG { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:16.4375rem;left:21.9375rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mL2mDQysVCKfFlDTp1KDTX0nDur3y0pk { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:16.4375rem;left:20.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTvvx3aoOf5LV9funVplgcy9aQBTLAQh { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:16.4375rem;left:26.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWpdQwS5EA69Regzan5rPlALRRib5CMg { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.75rem;left:24.6875rem;overflow:hidden;display:block; }
#UnxKu5nW4g47XwuA9tKnnRMohAKwWvLe { z-index:15106;top:19.3125rem;left:24.3125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q9wuhx3fZxAeNlH1EXO5VUyd4PKMPWQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9FTBE6vCfk5TdWenHyTQ1u18CLm4M7y { color:#0f86a9;display:block;width:14.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N2z9bUMSfTnTH31aga4a6pheJATeVlZ7 { position:absolute;display:block;z-index:15051;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:14.3125rem;width:15.5625rem;top:4.625rem;left:2.625rem;overflow:hidden;display:block; }
#kT0nTcXrGpvUU0oZ18lIaKLCmr7ZhX0T { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:4.125rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VErXIpgf1TtmV8ZURZbS7wfCI6nT8uKJ { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQnoDGw3rdpOrResxLBbkyFEr5FdhyQa { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.8125rem;left:11.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WFcTAegTGA4OKfT9TmFKCOMqRm0DONxI { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:16rem;left:3.0625rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#opdr0kDAKQ9EZXWvXddc5Ml0pcBpAu1G { z-index:15106;top:19rem;left:4.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VNNvfWKdWXl92OS7kDMJtcNWgPG3Xr00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxQKoJTMdwR4kqHze6tTUCThdRIZuONC { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.5625rem;left:5.125rem;overflow:hidden;display:block; }
#Mx5qFLliPbziUUz1C5edXF2gUypx1T5x { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw { position:relative;display:none; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw { border-width: 0; border-radius: 0; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .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; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container.adaptive-delivery-prevent-bg, #G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container.lazyload, #G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container.lazyloading { background-image: none; }#gAtOStISkZodXCXnFszKGITbfL010P5J { color:#1c89a9;display:block;width:46.2489375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.61875009536743rem;left:5.3218727111816rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#SyzsvtLI2FL3g9h8dCw1Hp9SLxU5J2fW { position:absolute;display:block;z-index:15024;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:14.125rem;width:15.5625rem;top:4.2541668415069rem;left:23.03125rem;overflow:hidden;display:block; }
#Br4XVLBwIPwQ9Pgs3OHOrfR443tpz0Dp { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:4.603125333786rem;left:43.407291412354rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqbiOzBTdCR1XezMhTmCkiTaE05KS61S { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:11.890624523163rem;left:44.437503814698rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXO6EZwnwzZcrfiZcGBc2X0fRuIMFymh { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:12.587501525879rem;left:42.692707061767rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kpfXmIsPM7L8xFQezl4keTNVPddRhU8G { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:15.332292079926rem;left:43.344791412354rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dfliv7G1a2GcJco1bT3LCWRzSW4gS3yB { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:45.129169464111rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ap7xiOqFXeSZiaz3hJiigwiqvC8o6IZw { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:15.147918224335rem;left:51.437503814698rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTNWznfssOXBtPWan9tFQpFdTpvVFElN { z-index:15097;top:18.3125rem;left:44.4375rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fcRH0pLqTPqfMFniR4eK7ykwsiHguLLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1nNdr7MaMPwZuq1td9SS6pr2GIarT1R { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.875rem;left:45.4375rem;overflow:hidden;display:block; }
#ZOsixBdzswaaalFgm3XUvm3mrgPvkKlH { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:3.9489579200744rem;left:42.937503814698rem;overflow:hidden;display:block; }
#fAv5e7QpZMSTCmalNMowdruhtGcai307 { color:#0f86a9;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.603125333786rem;left:23.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CshdmTeeBdgCLlx8kv0OhBXwqe9kTNi9 { color:#052956;display:block;width:15.1854375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:13.5625rem;left:23.875rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g09AO5dTmkhymKNMyChVh2WUTnHhKAPT { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:14.375rem;left:21.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vtOeBX5O0oWR9AntMPf2sLk23vtzm99N { color:#052956;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:16.4375rem;left:21.9375rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVkoSfroETZpBmHMEG6tLPrEJ04OsNib { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:16.4375rem;left:20.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d12AI1lFMI4z0xONKF0AS3cNJLUFuMVu { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:16.4375rem;left:26.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwd2E4Ael3T24zXTQnFnAFu0odX4QQ8T { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.75rem;left:24.6875rem;overflow:hidden;display:block; }
#iBQ9QgeebeTKJegmg1zJgNE95PBQtQuJ { z-index:15106;top:19.3125rem;left:24.3125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Qdazee5M9K3vxCAf0301LJxsbqOdh5m8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WILhTdx1sNr4CuMrOF7upCHocU1mBZG4 { color:#0f86a9;display:block;width:14.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hpzKrHQDvBHC4t2zlHFEPQM1kkbheqC4 { position:absolute;display:block;z-index:15051;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:14.3125rem;width:15.5625rem;top:4.625rem;left:2.625rem;overflow:hidden;display:block; }
#ueRdRE8flKOcfPSZ9NsVeDcO1h7V31aV { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:4.125rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ha9vBZBNuoQEAHXPkhd5n3AE4kM8yAZB { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HsBdoRNpIbTywt2UyTbNyZF8xKa9XaI1 { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:15.8125rem;left:11.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#al2ZQ5IcZ9JJ88TnL2JTfcocxcRKRVJ0 { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:16rem;left:3.0625rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mT1ZdCWbZKOuG2w5hGSlDCTTfHre6wUb { z-index:15106;top:19rem;left:4.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pw2aCHXu0e5XIkuhv5IXEJo1q5Q97Kql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GyXeTm4DmZTTZx2AnEgNL1welMeKC1Gb { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.5625rem;left:5.125rem;overflow:hidden;display:block; }
#ItUJiBTNxEmI2Dn7z8TM9Lok4c1gxyJU { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#okzKavCuTsv63waFngsq9RTDLTHgzPZF { position:relative;display:none; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF { border-width: 0; border-radius: 0; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF > .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; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container.adaptive-delivery-prevent-bg, #okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container.lazyload, #okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container.lazyloading { background-image: none; }#U2iQTQFCXyKHFREIQu4ZLE0xZ3zKhRXl { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:1.375rem;left:36.1875rem;height:7.9625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A30XCbJGDQ8HSRrcVt8Az74snyZT1HSU { color:#052956;display:block;width:15.1823125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:9rem;left:37.1875rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPIPxUldgR5Zf8VeEXMzgV3NxQlcnEMV { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:9.6875rem;left:35.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sVuE2wx3OVPmUWmuFfzhEx7DNPFaCAi6 { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:12.4375rem;left:36.125rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMFWI6i2U2m22pWExkpXBtEXKtbS7EyD { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:12.25rem;left:37.875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NUXkV1yo7Z6nBxtIFzCS0V8bSqL4PD1f { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:12.25rem;left:44.1875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KRrtFhcMtAheFp6AD05b8T1rOizA88bK { z-index:15097;top:15.4375rem;left:37.1875rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u6wUCCFUTeWnONWe6XroOcGb3QgUKirO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJogNvTqestzaiZ7DZ02znXv31kBNLi2 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:15rem;left:38.1875rem;overflow:hidden;display:block; }
#cSlXtb3a4I2TGMyPhSi8dzV2g147FQpt { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:1.0625rem;left:35.6875rem;overflow:hidden;display:block; }
#EnlaTSBFKE8HIyPH36IldLfFCvtURc7L { color:#0f86a9;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:3rem;left:13.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PBx6PBcIkIEg2GzLQA588LDK1ITsnZRt { position:absolute;display:block;z-index:15042;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:14.3125rem;width:15.5625rem;top:1.0625rem;left:12.8125rem;overflow:hidden;display:block; }
#SQ4SmPq7xTBV22A6lVh6Hzp3tDkOTDxf { color:#052956;display:block;width:15.181625rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:9rem;left:14.3125rem;height:2.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozreb8WU3LxLE9cHwQL6kfdMwTJk2fsZ { color:#383838;display:block;width:12.621125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:9.75rem;left:11.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCDrkh587R6R4SHSvMgElZb2892tXotE { color:#383838;display:block;width:6.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:12.25rem;left:15rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P8Tf9RttezccCoXr9XKregapwdrW8RZO { color:#383838;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.3125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QpR0UDcbBif1VtCfzgoNSvi0P9sxgSTc { color:#052956;display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:12.4375rem;left:13.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkO1GEfxfTMrRf8MQTUToBvP6BqSit7g { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:15rem;left:15.3125rem;overflow:hidden;display:block; }
#wMTJAnsd98S7QmV07qW8aFaKMiSxOKFv { z-index:15097;top:15.3125rem;left:14.8125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tGKZvXEd1nI7eDDRED4f55G6PJAg1Tx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { background-color: transparent; background-image: none; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container > .video-iframe-container { display: none; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row > .video-iframe-container { display: none; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .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); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { border-width: 0; border-radius: 0; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#Dl0hZOrqLB6N6EFaCrXTfSHPpmham3wM { position:absolute;display:block;z-index:15009;background-color:#b98c65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.3125rem;width:60rem;top:0rem;left:0rem;display:none; }
#Vt5TE1TqoNln7AoD03R47GVk1cRhUJvo { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;height:1.7875rem;top:1.2625045776368rem;left:21.687503814698rem;font-style:normal;display:block; }
#PyPPMEl7QfAVfPc42FrzbCnKufhvzJLN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.1875rem;top:1.40625rem;left:34.625003814698rem;overflow:hidden;display:block; }
#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc { position:relative;display:none; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc { border-width: 0; border-radius: 0; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .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; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container.adaptive-delivery-prevent-bg, #uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container.lazyload, #uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container.lazyloading { background-image: none; }#Esqi5tgvFfVBZeWD511JrQ476vwO1KBJ { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:15.4375rem;left:6.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#wQaOSvDlFEZmCCXlA45DZBTEDvFWoFEs { position:absolute;display:block;z-index:15082;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:19.624rem;width:15.249rem;top:1.124755859375rem;left:7.803955078125rem;overflow:hidden;display:block; }
#XOi8GCAZkVEcp6ZqzinHQJ4nN8lJRL6T { color:#000000;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.405517578125rem;left:9.755859375rem;height:1.7875rem;font-style:normal;display:block; }
#fhmlMnMTXHRaq3TuS3bkka55DWTzffsD { color:#000000;display:block;width:22.37425rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.59130859375rem;left:2.12646484375rem;height:3.575rem;font-style:normal;display:block; }
#SiLGcKad7Gt2iZ4ncOTdvEOoocLLUuiA { z-index:15090;top:27.875rem;left:41.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y4iz9ec04SEZSE0gSeoXabSN1U8bPdky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3rCiAPsEpRbumLQGvHTGJp90tzZUTuU { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:27.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#uusm8RCECsPoyrDR5ZV1kq4zeCaHq7Hw { position:absolute;display:block;z-index:15186;height:24.375rem;width:43.5600625rem;top:2.0625rem;left:9.27978515625rem;display:block; }
#PsUlrAXsZmIoD6qgtEHn8ov8E1tDacip { color:#070606;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15rem;left:17rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NorKEOQN0bHZd1x88STgz9guIkXDJKu6 { position:absolute;display:block;z-index:15185;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:45rem;width:60rem;top:27.342529296875rem;left:0rem;overflow:hidden;display:none; }
#n7DXLNuBc4WGZCxKqTT00kSgm70HiCZp { box-sizing:content-box;color:#b98c65;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:block;z-index:15014;top:10.875rem;left:22.75rem;display:block; }
#BuExo2hHlplsAkBaZwlZF8z0r2xBBFTx { box-sizing:content-box;color:#b98c65;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:block;z-index:15012;top:10.875rem;left:30.875rem;display:block; }
#zlwXuhXioRfutFiR8z6Htd25z4tALNg5 { box-sizing:content-box;color:#b98c65;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:block;z-index:15013;top:10.875rem;left:26.875rem;display:block; }
#H4CEupPW75hLKLSMaauSVMkheTSnfpOG { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:11.5rem;left:37.4375rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HSJBz01Vzl1vDPppBJa9f1hBniGPVfac { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #b98c65 ;height:2.9375rem;width:20.1875rem;top:10.9375rem;left:37.4375rem;display:block; }
#OuQg9ZD6TuiZrNyQJT5gE1lcziPGHKkb { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6875rem;left:17.875rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hPDVB4efaUSKZ2dBp55kM0uvwheZOsFT { box-sizing:content-box;color:rgba(185,140,101,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:4.8125rem;left:55.6875rem;display:block; }
#W8IPcyTi4ZdrLaaG0f9XhFnlmk8kabtU { color:#b98c65;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2HmsBd9nD9OWAAQJVgL82TpyJTOv7zw { position:absolute;display:block;z-index:15082;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:19rem;width:15.1875rem;top:1.124755859375rem;left:7.803955078125rem;overflow:hidden;display:none; }
#CtGbi22aWzgIrAaq22JOxq1P0tpaf9bT { color:#000000;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.405517578125rem;left:9.755859375rem;height:1.7875rem;font-style:normal;display:none; }
#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { position:relative;display:block; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { background-color: transparent; background-image: none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container > .video-iframe-container { display: none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row > .video-iframe-container { display: none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .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); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { border-width: 0; border-radius: 0; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t3OilDnsRdNkZ9855mVTBLBu5Fwq0VsL { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:#b98c65;background-image:none;left:50.625rem;top:3.8125rem;display:block; }
#SmM44mew7hqr5Ct8MygJAtGQXz0bvBeb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:57.25rem;left:6.3125rem;display:none; }
#Kf9DGlD83472oeBQmLN1x8OyuzaaSfoS { color:#b98c65;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.6rem;top:0.6875rem;left:47.5rem;font-style:normal;display:block; }
#wMINST6n3THaklDeofvt3Oi8ldNNqILm { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54375rem;top:6rem;left:37.125rem;display:block; }
#TV0PQCHQnsTQdJoJPirPwfiGAbcPJ50G { color:#000000;display:block;width:57.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.7625rem;top:9rem;left:2.5000019073486rem;text-align:right;text-align-last:right;display:block; }
#ALXBG00HgHtlvsER2bGCxvAAuT0ndJB8 { color:#000000;display:block;width:56.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.7625rem;top:14.9375rem;left:3.4375019073486rem;text-align:right;text-align-last:right;display:block; }
#p7EHtm6K9U9LJvl3hysk2K4WrKBdDxs8 { background-color:rgba(223,186,155,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b98c65;border-left:0.0625rem solid #b98c65;border-right:0.0625rem solid #b98c65;border-bottom:0.0625rem solid #b98c65;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:#b98c65;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.89583375rem;height:2.45833375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:19.625000596046rem;left:16.531251907349rem;display:block; }
#M8N7pc6HanQq3wH6eZQXSks5En5BcBUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3zRZTUON0PcuEipMdzhTLpqTxHARV5e { box-sizing:content-box;height:1.875rem;width:0.9375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.9375rem;left:55.875rem;display:block; }
#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row .container { border-width: 0; border-radius: 0; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:none; }#R84WUzGOPIeEd1N9PBpdngHovqr3azyb { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#E0i4mAohkn1Aym96HQJ7kbIkcXV3Rnb7 { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#Xav8aOcTUmmmTTmuaMKXVCsLxFcafPsh { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:1.875rem;top:0.905517578125rem;left:37.99072265625rem;overflow:hidden;display:block; }
#txT8pvbvPnQSUohP2rDzac8a7NV6BwOE { color:#000000;display:block;width:10.49925rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.218017578125rem;left:40.2392578125rem;height:1.7875rem;font-style:normal;display:block; }
#TIfGTZinTzMl6XoeMorsmrDn4Z1zXFqa { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:27.125rem;left:9.75rem;overflow:hidden;display:block; }
#ANmU7m8r1nfPO0UawdyId9Aw13bVTJcz { z-index:15092;top:27.75rem;left:9.3125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fMWPEwX6Qh4p02W5M1elvyXNECSKVNyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szRwwipk08ZL66UzlAZpbBAdRd709PtW { color:#000000;display:block;width:20.7483125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.590087890625rem;left:36.436767578125rem;height:3.575rem;font-style:normal;display:block; }
#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { background-color: transparent; background-image: none; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container > .video-iframe-container { display: none; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row > .video-iframe-container { display: none; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .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); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { border-width: 0; border-radius: 0; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#vzbApNVVZITTltOuEvg484AOSxKISagt { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#WplPva2stwGTGilopW1B8cTdTuSGdTQ9 { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
body { position:relative;display:block; }
#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ { display:none; }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ > .row .container { width:47.75rem;position:relative;display:none; }#XdMvQ3wfAqbwuHbVZCqtLhq47GCeDcbq { top:0.625rem;left:4.9375rem;width:26.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
#ryq5tTg7pCtmzRoJ6IN9TzLVgAAkqupy { top:3.875rem;left:8.25rem;width:26.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
#dLnF2D10Ma0c7kivXVvhJOMnlTqZClGA { width:0;height:0;display:none; }
#A56D05060uhtewBN8mEKBEHkAw1yF8NL { display:block; }
#V7H0bNg9vkeUFhhKqLt3b5DrdDmCuRDx { width:;height:;display:none; }
#LsZpK80Bq8cEt2AXADfBamMtUUJXWtRM { display:block; }
#v2wfURBobNf0nQgIMv0Ut6ClJboap2t5 { top:0.625rem;left:40rem;width:2.3125rem;height:2.3125rem;display:none; }
#v2wfURBobNf0nQgIMv0Ut6ClJboap2t5 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#UOdhfecLgNZ6flusnywx8if5gBDTL2bM { width:;height:;display:none; }
#UluEB94t4HId8XJnbwTRM6RCB7mUcTUw { display:block; }
#eVLGGOnJ0b6302ChhGBXR4A6sBUV2AxK { top:0.625rem;left:40rem;width:2.3125rem;height:2.3125rem;display:none; }
#eVLGGOnJ0b6302ChhGBXR4A6sBUV2AxK > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#z5TCrOs1PJaZzypFziCwIbnd7z5m3ZyX { width:0;height:0;display:none; }
#MkldfabcxZk56ywXcZhRdghbHKalPNqA { display:block; }
#ntSU1IR6f3Lopv3QiSOL9bMu4dWuByJn { width:0;height:0;display:none; }
#ouLbV3L02ZxbCuwNrIvbRxuhUFosuBGp { display:block; }
#WFvf38VFViJi582CNZuQxlbHUBm2IhTZ { width:;height:;display:none; }
#cPx0AM21nbIG4dOSbTok1W2yISRVxduq { display:block; }
#Siqmm30Ob7bxXOTaXzVTHFIFh5zlbiuH { top:0.625rem;left:40rem;width:2.3125rem;height:2.3125rem;display:none; }
#Siqmm30Ob7bxXOTaXzVTHFIFh5zlbiuH > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#nkPptTeCslcmGswaQr3y74ODQrEnrXmS { width:0;height:0;display:none; }
#BOJrzv1vGS6oAiORThqlaTEqNMJPTyAx { display:block; }
#M6cupqAT06S8b8OuWJPoKknM8pupd9Tw { width:;height:;display:none; }
#c1SZb5UINA5QH6wuwgp097zxWhJ13I9E { display:block; }
#H2xEgMt4oBWbghf0ex2fLG0URDkydI7L { top:0.625rem;left:40rem;width:2.3125rem;height:2.3125rem;display:none; }
#H2xEgMt4oBWbghf0ex2fLG0URDkydI7L > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#ezkxqkryBnq3K5E8armNEToiIbadeN7a { width:0;height:0;display:none; }
#DllxLCTMqUuBH9BxlvSdIm9f9ugKocRH { display:block; }
#Ie5ptp1Txy0fW4gsPvRHVdOHCRyz4eAZ { width:;height:;display:none; }
#ODp1UqwX2CFWTWTBoCALNeEZ8qqAxUN4 { display:block; }
#xWgwalnSk9rwkuZ87hVT31XKo31mB8DL { top:0.625rem;left:40rem;width:2.3125rem;height:2.3125rem;display:none; }
#xWgwalnSk9rwkuZ87hVT31XKo31mB8DL > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#Ud7N7dRSriTivKR3IiyvQRMCl2QPKm11 { width:0;height:0;display:none; }
#Wurc81vX2ureSfibDsQKpChTml7BOD51 { display:block; }
#OBxJm9qiPLMMRoUdM5xJeUrbqkAWH3ZN { width:;height:;display:none; }
#MqTsgJPsZQLbxUulTyH9S2q0VCzAvtAh { display:block; }
#uncgU0g7tWi39e0feRg6v6zlhCDJG6aR { top:0.625rem;left:40rem;width:2.3125rem;height:2.3125rem;display:none; }
#uncgU0g7tWi39e0feRg6v6zlhCDJG6aR > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { display:block; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container { width:47.75rem;position:relative;display:block; }#JoEpcgevroPJ7DpWxfnATeZawmb5GxKn { top:7.625rem;left:12.875rem;width:20.3125rem;height:2rem;display:block; }
#ssPW3yftQrJh8gxBSScsQKtVFV2OQiI4 { top:8.125rem;left:14rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-text {padding-top: 0; padding-bottom: 0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-select {padding-top: 0; padding-bottom: 0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc  { width:13.75rem;height:auto;top:12.0625rem;left:0rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc {display:block;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc { width:13.75rem;height:auto;top:12.0625rem;left:0rem; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #PcLDVNkyPOZCRpKTcy6OhlaPRn7qO3B0 {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #wdxzu8xKpsgZ5BILLeIPsJHPe1WDx0Uv { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #Nnd1it6E2UrnXI9WGrgTUrLQVFdf4MnT {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #niMR76cGsDpWP8mDgPOxdgrTykrtcsze {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #GtNa7yxLzwZyoSXtiQBLHdceVvr0aa69 { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #QHrdHNIDETNdXeRl19ULrbpe34rgv2dQ {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #i5eTbcTN7oQGpayJwL124IG5nWQD6ONz {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #CvCaW0AyWkHxDcA1vDl23gT0U7Gn6BqR { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #t4cpS2too61DTqiyOfXAz4BegPegzGhi {  }
#t3L86XCTsseTnbh081maA5EmCgi8Z4r4 { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #dPouGeRvzmHsvTO1P2uaqsrv2OhTtEmu {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #dJksSHiupON0x0eLQfTPeycN4h2HqXXZ {  }
#tf9rDRBL1TJSDJTKiK0mI3SIH7loP1Zr { top:44.5rem;left:4.8898439407349rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:none; }
#STT3MRa1rru8IsCnpJk2i1ISi6UiF8MX { top:46.625rem;left:0.92109394073488rem;width:18.125rem;height:1.25rem;display:none; }
#xPl7dfnHLyP4T6G5cdZ7NPS9HZ2f7b1o { width:47.75rem;height:27.75rem;display:none; }
#zScaK20Z1Irnkvr0VbD1nxAIVJ6qU7At { width:47.75rem;height:27.75rem;display:none; }
#MU6fbbhmgi987URgsC50yQXHcT89fkIk { width:47.75rem;height:27.75rem;display:none; }
#x4b5Uzf0b3ORc48uxVzku9naBnP2ufD2 { width:47.75rem;height:27.75rem;display:none; }
#QPkJC6CPXVDJTF7iSw3tQtUKGt9RQFir { width:47.75rem;height:27.75rem;display:none; }
#C7CRR4bWiTkJrMlT7ubq40CRxlQiU6Pt { top:39.625rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1.3125rem;display:none; }
#h8P9LN6wNFofmeNic1erwBDiMfwGzzd1 { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#DKc0cuTBymPe250bJTVdIEpR0aQJxy6v { display:block; }
#cZOymI3WiAAivuimzEbfneELvSET5F6h { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#kQWKhPlcqeyVTKDEWXbmTLHRbU9IR3fC { display:block; }
#ncQFLi1xezGDJFbSd5NkEOTI6SegNbmZ { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#ZGI93kWKPT4eb74JVs4LsB0SXIp4nmt6 { display:block; }
#yEptWThmeqqk15s9aaPu2RvHniFOG7be { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#TqqVxlJ09uhzT0kNekQ7UMVQ2rp2dPuV { display:block; }
#IZI6kSi6gbbcguDOaJalSDOf1aszkHm7 { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#E0HFKeDrMS0cpJlpqSzPA48eZuqzm7kA { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#UMAoKTxsQp7WUaOB4HMCuTR1s3Treplp { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#bkDxst7bcrxSVLmdeVmv87ZFEAC6kREc { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#DLB9BOvZqqTqWzqur7Hg0d1cyr91sUx0 { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#RpbDhOJ4VJxW5rODVq2klLega0ogW1dL { display:block; }
#MfeCiK9Uu6Eyn37RsUkb4aQCgHgZBoiv { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#CcPiUzcfbZ9UTpMp3WbZ2R6cwhtV8wCU { width:13.875rem;height:2.8125rem;top:20.5625rem;left:17.8125rem;display:none; }
#bRwyXLPbyGC9pfbo2BTEfqTqDI6eMfGD { display:block; }
#z7gLDAhNfP1wQa1F49E3xJHGqttSdutT { width:47.75rem;height:27.75rem;display:none; }
#ZTW4S4o66cRKou7Who2BQNnW6EftXdnZ { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#ESNDZrUOF5OMvWiLthFTANAp5M5wCRPv { top:0rem;left:14.8125rem;width:3.125rem;height:3.125rem;display:none; }
#ESNDZrUOF5OMvWiLthFTANAp5M5wCRPv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xDe3GIlyRIyzrCKCdXW8hgmotosAJLWT { width:9.5rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
#Xz5VzE7FLVTScrvDBLBRlznhT5hdpAal { display:block; }
#G353PKKcca6nmCByWcd3PSoATE1lmGno { top:0.625rem;left:4.9375rem;width:26.625rem;height:2.8125rem;font-size:1.5625rem;display:none; }
#lExbh46ObPwHJkkU6dyHGJExx5vMqV6N { top:3.875rem;left:8.25rem;width:26.625rem;height:2.8125rem;font-size:1.5625rem;display:none; }
#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac { display:block; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container { width:47.75rem;position:relative;display:block; }#slmITTNzkHa7hG9KZgI8mkQJCxP5Cx4H { top:0.5625rem;left:0rem;width:46.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#iTB5m4nEPkXbZpc5UKAcStRMxTuVeoVD { top:4.5625rem;left:16.09375rem;width:15.5625rem;height:14.125rem;display:block; }
#hS5DQsSH0L5uPUACQ8WstZxPMnXJdFBJ { width:14.6875rem;height:;top:4.5625rem;left:33.0625rem;font-size:1.1875rem;display:block; }
#cL71mlRHSQIAw1xgOcM2E9gNk7VvAgzz { width:15.125rem;height:2.875rem;top:11.875rem;left:32.625rem;font-size:1.8125rem;display:block; }
#FuPGzudwaHPORVFpK44RwxphrvOFTmAB { width:12.5625rem;height:1.375rem;top:12.5625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
#ADZaANGXZAfEpoTpZNOM5RAXemAUHMx6 { width:14.8125rem;height:1.6875rem;top:15.3125rem;left:32.9375rem;font-size:1.0625rem;display:block; }
#SiPau4Ch6VdUOITAUrsuhlavnlqf6C2c { width:6.375rem;height:1.375rem;top:15.125rem;left:39.004169464111rem;font-size:1.0625rem;display:block; }
#byI1Wdw5a261k0XE6iPT5ZNkp8dx6gmW { width:5.4375rem;height:1.5rem;top:15.125rem;left:42.3125rem;font-size:1rem;display:block; }
#uWO9tktmVIhiQ7mzXT3DRHb6oGhugf9O { top:18.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#GUX36HDOpTzgwaNswpGR6k3lRJc0qMzt { display:block; }
#KxMH0AREHyQmfW2WEFKdXSVRMuq4TDLi { top:17.875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#NpMuHTETAoaT372qzRC5yRTMQQ8oGl1p { top:3.9375rem;left:32.1875rem;width:15.5625rem;height:14.3125rem;display:block; }
#K4BH4xcqHem2MRTxzm3tDatOz7zb71eJ { width:12.5625rem;height:4.875rem;top:5.8125rem;left:17.563541412354rem;font-size:1.1875rem;display:block; }
#aehcMeWT56r0l2okH6UPlNlsR1hhNOrE { width:15.125rem;height:2.875rem;top:11.875rem;left:17.563541412354rem;font-size:1.8125rem;display:block; }
#qGOeRKxezLULaMrBcasaBHxmMEFTDuB7 { width:12.5625rem;height:1.375rem;top:12.625rem;left:15.3125rem;font-size:1.0625rem;display:block; }
#HurK7lWcbxTuzFPfoDIwrWlN6nagAMFz { width:15.125rem;height:1.6875rem;top:15.375rem;left:15.504165649414rem;font-size:1.0625rem;display:block; }
#CcgpDAR1G9e44fbzmOdWG5IarSLrWVP9 { width:12.5625rem;height:1.375rem;top:15.4375rem;left:14.25rem;font-size:1.0625rem;display:block; }
#C1py6JHx5fZo6KKELItzqqC9Ba6holri { width:12.5625rem;height:1.5rem;top:15.375rem;left:20.193748474121rem;font-size:1rem;display:block; }
#DMqBFGAw02pTqEAMSTNfT74RUTc92fKX { top:18.75rem;left:18.5625rem;width:10.3125rem;height:3.4375rem;display:block; }
#aOQyEUz5uTTLnRm0X4F2HX6CSxshCeAD { top:19.3125rem;left:18.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#rvfonOa5KqCULkcNeqbzVKZDeL1J5kXH { display:block; }
#XD1EBTwseVboNSvmTOPE36RsrECWawfI { top:18.5rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#kOvKQnMfqg4nifaUQgNkJKPGrUU6whvi { top:18.9375rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
#Lq1qsxQeLpyvgLp4u3937fTWdAUWT3xB { display:block; }
#A0ANH8OWI4JsTrsm9tWuX67fc989F5Ft { width:14.8125rem;height:1.6875rem;top:16rem;left:0rem;font-size:1.0625rem;display:block; }
#g66vWqFwo9b6vNTpkA1TvxQpgmp3O7Es { top:4.625rem;left:0rem;width:15.5625rem;height:14.3125rem;display:block; }
#afXiiCgIMCVmE17Fpo0AeES4a0sFeiJm { width:6.375rem;height:1.375rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
#MIy6IGC8kDTFBK8ptI7HotpIOLv2Ooc8 { width:15.125rem;height:2.875rem;top:12.5625rem;left:0rem;font-size:1.8125rem;display:block; }
#KGh2z0ZMR2VvuB8Xn8u7BpvkJXX11g3I { width:12.5625rem;height:1.375rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:block; }
#yTO7T6mGXq4cgZFRhHww6sCvMRdyfxuu { width:14.6875rem;height:;top:5.25rem;left:0rem;font-size:1.1875rem;display:block; }
#vFcyaC1feDsWDhS7eMdKsqIGmBHa19Xx { width:5.4375rem;height:1.5rem;top:15.8125rem;left:4.5rem;font-size:1rem;display:block; }
#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R { display:block; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container { width:47.75rem;position:relative;display:block; }#vd8FTr5zqxt9616gtlu7QNGF3TvSIaPF { top:0.5625rem;left:0rem;width:46.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#lCmcuhCaEaaUfTt2HbMeVhkOGdsSZyQ5 { top:4.0625rem;left:6.125rem;width:15.5625rem;height:14.125rem;display:block; }
#XVeI42iAVNBUanCQZdpmwKL4oF3f3tUr { width:14.6875rem;height:4.875rem;top:4.0625rem;left:27.375rem;font-size:1.1875rem;display:block; }
#rIJT94Fo2lfZAaGDMmzd2n7ToTQNrfVJ { width:15.125rem;height:2.875rem;top:11.3125rem;left:28.375rem;font-size:1.8125rem;display:block; }
#tgPMr21zKpQ1U0BTqL9Dql2ed983NgO0 { width:12.5625rem;height:1.375rem;top:12rem;left:26.8125rem;font-size:1.0625rem;display:block; }
#m13QwtKMxS1RTIpyBs9BDIwDEZtt7e7s { width:14.8125rem;height:1.6875rem;top:14.75rem;left:27.25rem;font-size:1.0625rem;display:block; }
#hFQFMDqMi23TqnqWzJbP479oAUutV6Dh { width:6.375rem;height:1.375rem;top:14.5625rem;left:29.0625rem;font-size:1.0625rem;display:block; }
#bD4bbb5A54ig9PfS1iHX3agwZnGwIn62 { width:5.4375rem;height:1.5rem;top:14.5625rem;left:35.375rem;font-size:1rem;display:block; }
#KtDdc9ReaykbgaqQVvnBK3MIdy2bZQGv { top:17.75rem;left:28.375rem;width:11.3125rem;height:2.5rem;display:block; }
#a0T4RCUiBMTLGrKrWx7yi4Ak088iW86i { display:block; }
#fl2AowBmHb456CaZHrf9T1po8GiPLOEB { top:17.3125rem;left:29.375rem;width:10.3125rem;height:3.4375rem;display:block; }
#KzPXuaGlu0PL6XItyZVFd1pBJ5K1nEHe { top:3.375rem;left:26.875rem;width:15.5625rem;height:14.3125rem;display:block; }
#Wb3bhbAqZTN2E8gFABDuVaSn53gz0oSB { width:12.5625rem;height:3.25rem;top:5.3125rem;left:7.625rem;font-size:1.1875rem;display:block; }
#RxsUahJRvtWB5EVevRObiEdaH3J2mnc3 { width:15.125rem;height:2.875rem;top:11.3125rem;left:7.625rem;font-size:1.8125rem;display:block; }
#eE3AgMFVq5Jw7JVvf2sSOfZZ0IDcFxmw { width:12.5625rem;height:1.375rem;top:12.0625rem;left:5.375rem;font-size:1.0625rem;display:block; }
#DvxpTIobuKit6y0derK9TcHQrVkpkiCE { width:15.125rem;height:1.6875rem;top:14.8125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
#E4Nt32UUSnl9y5uyFM8VP6SZXdHXMEDF { width:12.5625rem;height:1.375rem;top:14.9375rem;left:4.3125rem;font-size:1.0625rem;display:block; }
#ci3RFQJhXcL1R0Ivi2UQABiGQn1Z1q2E { width:12.5625rem;height:1.5rem;top:14.875rem;left:10.25rem;font-size:1rem;display:block; }
#aamNCMqoIxorCcpPRJfghEl11vLBespg { top:18.1875rem;left:8.625rem;width:10.3125rem;height:3.4375rem;display:block; }
#E3ivAiIxzlWTcpLLLieeZ8EUqeo50Eim { top:18.75rem;left:8.25rem;width:11.3125rem;height:2.5rem;display:block; }
#aSNbUeGExqy1vn5RupS0Bvoa8S3JI4ld { display:block; }
#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh { display:block; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container { width:47.75rem;position:relative;display:block; }#HUftud8vNOJqZ2PdlzV1o9MH9uQVHhXk { top:0.5625rem;left:0rem;width:46.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#ANEKtg0b15fZPoSpo8MCBirxcovH53tS { top:4.4375rem;left:4.625rem;width:15.5625rem;height:14.125rem;display:block; }
#muRo0ppXz7GEuGOxIkzvkZVKdezKV9d7 { width:14.6875rem;height:6.875rem;top:5.125rem;left:25.875rem;font-size:1.0625rem;display:block; }
#bcrZbNT2ysyN2zEEGyGDc8miBXWICHVV { width:15.125rem;height:2.875rem;top:12.375rem;left:26.875rem;font-size:1.8125rem;display:block; }
#IpvCU5fxb2iW2AJ3N8R22tncEpxBUwTO { width:12.5625rem;height:1.375rem;top:13.0625rem;left:25.125rem;font-size:1.0625rem;display:block; }
#BBJOQ6mWydM3IQAL2ZVqgpDQMoVTEnnM { width:14.8125rem;height:1.6875rem;top:15.8125rem;left:25.75rem;font-size:1.0625rem;display:block; }
#NBSynB911J9ImBM0MtnZZnige4kyEnt6 { width:6.375rem;height:1.375rem;top:15.625rem;left:27.5625rem;font-size:1.0625rem;display:block; }
#G9BFB59E0q8FtCS9rkXH57JQZDxVkzAL { width:5.4375rem;height:1.5rem;top:15.625rem;left:33.875rem;font-size:1rem;display:block; }
#LzaME2shpt0g4IzFHWnilE6KTyEzHuBv { top:18.8125rem;left:26.875rem;width:11.3125rem;height:2.5rem;display:block; }
#lww7Mr4Tnk1WyNMdAq7tXfqmv1qZUAH2 { display:block; }
#HXiAHgv76xFVs8SAKTmDJiTyoifGsJTt { top:18.375rem;left:27.875rem;width:10.3125rem;height:3.4375rem;display:block; }
#fUQiOaQLoL35dm4T0aEXeckTcamhx2hU { top:4.4375rem;left:25.375rem;width:15.5625rem;height:14.3125rem;display:block; }
#pzxrbzctDZ3vWKX8fpngoTM9fJ6XBNPc { width:12.5625rem;height:6.875rem;top:4.4375rem;left:6.125rem;font-size:1.0625rem;display:block; }
#TOcLeoe1rtTBtCn6lf7gLhroBbparfa5 { width:15.125rem;height:2.875rem;top:11.6875rem;left:6.125rem;font-size:1.8125rem;display:block; }
#z5BqQaLXMXSe98JyUMkkIV2R13ztOCp2 { width:12.5625rem;height:1.375rem;top:12.4375rem;left:3.875rem;font-size:1.0625rem;display:block; }
#WFKl6MmRdOyDb8NTt6bTPyMtaOH0Nwxp { width:15.125rem;height:1.6875rem;top:15.1875rem;left:4.0625rem;font-size:1.0625rem;display:block; }
#JTPdPloR5dTaUPvEVlaNi6fL3GOTX6U8 { width:12.5625rem;height:1.375rem;top:15.25rem;left:2.6875rem;font-size:1.0625rem;display:block; }
#vK602f7fhTH4pCoJfh4qvpwOWcBI5mJt { width:12.5625rem;height:1.5rem;top:15.25rem;left:8.75rem;font-size:1rem;display:block; }
#wq2gikkmbu2oHTuD0JczkxSPgWDNJ6Xe { top:18.5625rem;left:7.125rem;width:10.3125rem;height:3.4375rem;display:block; }
#sExhnTVh8UO6p3kIZiXDe11oT757lcSJ { top:19.125rem;left:6.75rem;width:11.3125rem;height:2.5rem;display:block; }
#F1bFpKEoXTrHR2NzBNmimQvuZeAVkawg { display:block; }
#psNIteL2n8T4VcUg1EX27dMyI52XiT5t { display:block; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container { width:47.75rem;position:relative;display:block; }#oROmGNRAU0O1ag7bUWfS8QwEz354R0Db { top:0.5625rem;left:0rem;width:46.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#tZvkX1esLyXqtMTXpwJT7eeKceiTSSG1 { top:4.5625rem;left:16.09375rem;width:15.5625rem;height:14.125rem;display:block; }
#BfVIr8KoPF0RE1xEVTp7tsHHxPbX2Rh6 { width:14.6875rem;height:;top:4.5625rem;left:33.0625rem;font-size:1.0625rem;display:block; }
#FA9t5UiBcOhQWZt7i8hgT9eW9AbgbleI { width:15.125rem;height:2.875rem;top:11.875rem;left:32.625rem;font-size:1.8125rem;display:block; }
#e0EtpJkeo8gkyddU61M4PQvDvRSk3lGk { width:12.5625rem;height:1.375rem;top:12.5625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
#u2kaDfTHmCfeM0mbx1ra58T1v7aVHi4v { width:14.8125rem;height:1.6875rem;top:15.3125rem;left:32.9375rem;font-size:1.0625rem;display:block; }
#u3hIZnrvEtvBuGVgtUOF79HexBuf1Wxo { width:6.375rem;height:1.375rem;top:15.125rem;left:39.004169464111rem;font-size:1.0625rem;display:block; }
#e0yJgiEA9KW4KTCwssUT5NPLElRPIpwT { width:5.4375rem;height:1.5rem;top:15.125rem;left:42.3125rem;font-size:1rem;display:block; }
#UXbH6ZR9z2GmPQGVs40uXVStVhFvZkqs { top:18.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#TT6J7ci1UaXJB8PTF2xiQoJu98l2xnZH { display:block; }
#Rcn3NE9LwvmHgDHG3JoUo49Xkid78VLH { top:17.875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#EumLMiaegGEMTv2F7ctQpMdK4lpJ6QxW { top:3.9375rem;left:32.1875rem;width:15.5625rem;height:14.3125rem;display:block; }
#WvAkDz1NXaTJOyaVXechVRrrc5yXOdci { width:13.9375rem;height:6.875rem;top:4.5625rem;left:16.90625rem;font-size:1.0625rem;display:block; }
#V61BfyLPkiOenuSQfD37CTyIgOQuG209 { width:15.125rem;height:2.875rem;top:11.875rem;left:17.563541412354rem;font-size:1.8125rem;display:block; }
#k91EI194EJGFW2B5nPcbGA3NpLXJPprp { width:12.5625rem;height:1.375rem;top:12.625rem;left:15.3125rem;font-size:1.0625rem;display:block; }
#niLl4ffDhZfUB3ZMHPQFOCN7Bm93h4eD { width:15.125rem;height:1.6875rem;top:15.375rem;left:15.504165649414rem;font-size:1.0625rem;display:block; }
#kTP9WSLLv6JxVpmVZGMDIWFOkiTSp8Wo { width:12.5625rem;height:1.375rem;top:15.375rem;left:14.125rem;font-size:1.0625rem;display:block; }
#XbDTrXWdWGTLCgznClQAiir0nviclEZJ { width:12.5625rem;height:1.5rem;top:15.375rem;left:20.193748474121rem;font-size:1rem;display:block; }
#iA2pwqTTXImtpW1FOnQ9BhZqlBPpTWhT { top:18.75rem;left:18.5625rem;width:10.3125rem;height:3.4375rem;display:block; }
#GEXTz06NZc3CE8sPlopAexWkGX1ZVFQw { top:19.3125rem;left:18.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#ZcrekSFd8gGHyfKJT6JNurccR7Q2EvbM { display:block; }
#cp2PhcJRUWX8iw3pn5IIOOE7o7ICmw7e { width:14.6875rem;height:;top:5.25rem;left:0rem;font-size:1rem;display:block; }
#M5UW0OawnRZiNXflbktVOw9OiJ3klgX8 { top:4.625rem;left:0rem;width:15.5625rem;height:14.3125rem;display:block; }
#ZFX1BT20Xt6Nl7X6Dud7M4T0BUKcuuyp { width:15.125rem;height:2.875rem;top:12.5625rem;left:0rem;font-size:1.8125rem;display:block; }
#z6ewuSrGd3UsG3VmiUOHQTkMTBNF82pO { width:12.5625rem;height:1.375rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:block; }
#fuaN2nnfJJssl3RuvygG5rvWt22XLDag { width:5.4375rem;height:1.5rem;top:15.8125rem;left:5rem;font-size:1rem;display:block; }
#qVdO6799mZ1Qxim4STDcRV03XGFT7Lae { width:14.8125rem;height:1.6875rem;top:16rem;left:0rem;font-size:1.0625rem;display:block; }
#wyZIL3HfKg4fB2AMnorM2F0ob8lMuFFG { top:19rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
#hNhcBQqS7cvF6eAddTqBhn8FyT6Tkm99 { display:block; }
#rlqX1tQi7HHzl1wPRy1WveUmwFcApH3o { top:18.5625rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#sR97qBuZamd2LWGfAwRkuKHWr3VvTlWC { width:6.375rem;height:1.375rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
#KmX64GgybanVSORQoWdizN3UqFAasOOm { display:block; }#KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container { width:47.75rem;position:relative;display:block; }#GHfCXPHP8iUSUNHMEyKWIrRE505KPxRP { top:0.5625rem;left:0rem;width:46.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#erc4glHCLkf93iET0HklsAxx901e1x19 { width:14.6875rem;height:;top:5.125rem;left:15.25rem;font-size:1.1875rem;display:block; }
#MhIIEZmdG71hHpKyNmIrmfAi8xbVQlpL { width:15.125rem;height:2.875rem;top:12.375rem;left:16.1875rem;font-size:1.8125rem;display:block; }
#FbJtzp4vIzFC2fLeF9vVtlLEZsrOtgKx { width:12.5625rem;height:1.375rem;top:13.125rem;left:13.751041412354rem;font-size:1.0625rem;display:block; }
#p16BIceXDp4mlweT0BxtOQLIpSWAw2ng { width:14.8125rem;height:1.375rem;top:15.8125rem;left:15.125rem;font-size:1rem;display:block; }
#Wns7aqvngXkum2i8RKd56AQTS3ZxEXra { width:6.375rem;height:1.375rem;top:15.625rem;left:16.875rem;font-size:1.0625rem;display:block; }
#xdWKsRK76Vg9OizpaelHKw58dmVUDklx { width:5.4375rem;height:1.5rem;top:15.625rem;left:23.1875rem;font-size:1rem;display:block; }
#HdyKZ2LTTruzQpTZixDsgpk0GUlTSvXT { top:18.8125rem;left:16.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#lawXq0bBH8MMlN4UvQq2uIvKPXPfDoUK { display:block; }
#BodmAsXGQGmW1Z9Nt8XPKnfmCN87nCwE { top:18.375rem;left:17.1875rem;width:10.3125rem;height:3.4375rem;display:block; }
#GFvdu8mwlTtnxsL4Mqetf1khd3LRGEZU { top:4.4375rem;left:14.6875rem;width:15.5625rem;height:14.3125rem;display:block; }
#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ { display:block; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container { width:47.75rem;position:relative;display:block; }#hA8GvTxZqHdhrTv5K20XlasOKZh3oZsI { top:0.5625rem;left:0rem;width:46.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#lc6KkJddMu3tgVQ8UFhA6KE2UQNNMqTp { top:4.5625rem;left:6.1875rem;width:15.5625rem;height:14.125rem;display:block; }
#kJTueUe0yA0WLUCuwbmT1dDLSKKS5JWf { width:14.6875rem;height:5.5rem;top:5.5625rem;left:27.4375rem;font-size:1.0625rem;display:block; }
#XQTuSQ5snIaUDJm6dsdbiFhToKf7BNTD { width:15.125rem;height:2.875rem;top:12.3125rem;left:28.4375rem;font-size:1.8125rem;display:block; }
#R1IsSOhRyCvGifLevZD4kJTfOOOToAr5 { width:12.5625rem;height:1.375rem;top:13rem;left:26.6875rem;font-size:1.0625rem;display:block; }
#tKnXdly3oWpFScchgT0eltM61r3QPpJx { width:14.8125rem;height:1.6875rem;top:15.75rem;left:27.3125rem;font-size:1.0625rem;display:block; }
#n8y9lO4fGGle3Pa55MMu3ppcT46XGqVm { width:6.375rem;height:1.375rem;top:15.75rem;left:29.125rem;font-size:1.0625rem;display:block; }
#ogGUJHA22WzTtJhfnefFsZE1gJhnNOhJ { width:5.4375rem;height:1.5rem;top:15.5625rem;left:35.4375rem;font-size:1rem;display:block; }
#lcoqvkgHEl7d5M0QxRnRB5WUuAcUO0hq { top:18.75rem;left:28.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#IAG0nFU8lncvrQ0Kwsu8yFcZcyMPHqe3 { display:block; }
#oGTaW2IPOxhMCOTN6yVgMVG6tu7UM7y5 { top:18.3125rem;left:29.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#b7u1vyUmFgg6QTIxO6dKMbhMiyQA6UIS { top:4.375rem;left:26.9375rem;width:15.5625rem;height:14.3125rem;display:block; }
#yuTFZGclsMIxfvhsUEARoKo7WrDfDPQ5 { width:13.9375rem;height:8.25rem;top:3.8125rem;left:7.0625rem;font-size:1rem;display:block; }
#xqS1ElWELkitaTeVoXqs5MD57srQBa4K { width:15.125rem;height:2.875rem;top:11.8125rem;left:7.125rem;font-size:1.8125rem;display:block; }
#cZOxIGoWLI1fHndZKnhfl7gvnnivQkmZ { width:12.5625rem;height:1.375rem;top:12.5625rem;left:4.75rem;font-size:1.0625rem;display:block; }
#TdDHFqXKxrVZmT6EhxMn66E9qTUHTmyx { width:15.125rem;height:1.6875rem;top:15.3125rem;left:5.625rem;font-size:1.0625rem;display:block; }
#v7hltv46tGFtQFrsoRTAvvCPyQGTug71 { width:12.5625rem;height:1.375rem;top:15.375rem;left:4.25rem;font-size:1.0625rem;display:block; }
#sxyOEoxXmQhqr3PruFulTQ05uyrwKz2z { width:12.5625rem;height:1.5rem;top:15.125rem;left:10.5029296875rem;font-size:1rem;display:block; }
#nFdH0zPgRHm0mNHPFME1XVl7JZhTCnPu { top:18.6875rem;left:8.6875rem;width:10.3125rem;height:3.4375rem;display:block; }
#Ly4gM2qLtyybKX9uAiCxaa6SLJsh8qSd { top:19.25rem;left:8.3125rem;width:11.3125rem;height:2.5rem;display:block; }
#gxrXN5tmJBXKPiTXZqnGd6dOXLcEnITg { display:block; }
#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 { display:block; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container { width:47.75rem;position:relative;display:block; }#lwf1PTIHC0Nmn70nTKNcIq1MlEUvZTLR { top:0.5625rem;left:0rem;width:46.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
#QJ5Iig45ded2sdzBFrgIufOCUA1LZ2ec { top:4.25rem;left:16.90625rem;width:15.5625rem;height:14.125rem;display:block; }
#y2HcBHWUWHCQteUESv0yHoMODGFSodFg { width:14.6875rem;height:6.5rem;top:4.5625rem;left:33.0625rem;font-size:1rem;display:block; }
#Rw7UwS8pVnnZhP5wxcEVsk4qJ87DT6cs { width:15.125rem;height:2.875rem;top:11.875rem;left:32.625rem;font-size:1.8125rem;display:block; }
#yUwyy1L5UKwySIxzEoIOv28TsFAbzIFG { width:12.5625rem;height:1.375rem;top:12.5625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
#TvmQGdHi7c5eNtBkg0VREf8Rotc6U09q { width:14.8125rem;height:1.6875rem;top:15.3125rem;left:32.9375rem;font-size:1.0625rem;display:block; }
#iQ4DHeg1uMWTK86uo5qXpy22KXXSwTrT { width:6.375rem;height:1.375rem;top:15.125rem;left:39.004169464111rem;font-size:1.0625rem;display:block; }
#DDlwQiCAy573gZbFKsOI5h7a9V6XP17T { width:5.4375rem;height:1.5rem;top:15.125rem;left:42.3125rem;font-size:1rem;display:block; }
#Ms0nHR3Mqny8r5XZLtBsaJv1C7BXGBBS { top:18.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#DAnkz53uhx7EtAycBBolIWvPKBvwfna2 { display:block; }
#nKAllsCVTKnwn1eIKCKOZ8rz68CnSbJW { top:17.875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#tVic6RtnTP7nzNRmCQdlRs7zut7XEbWL { top:3.9375rem;left:32.1875rem;width:15.5625rem;height:14.3125rem;display:block; }
#UCaUJwT2ZeJJI0HhbSSAWasqrAKIwrdZ { width:15.1875rem;height:7.3125rem;top:4.5625rem;left:17.09375rem;font-size:1rem;display:block; }
#rRzgXnBM1RsFAcHeFs9FK2DI8uTziBnD { width:15.125rem;height:2.875rem;top:13.5625rem;left:17.75rem;font-size:1.8125rem;display:block; }
#iWFOVXF4cEtZo2bzViO0reWufWSl7AhM { width:12.5625rem;height:1.375rem;top:14.375rem;left:15.375rem;font-size:1.0625rem;display:block; }
#yHTOE2HaycMT5he1mrvDILnPV2uUHTSG { width:15.125rem;height:1.6875rem;top:16.4375rem;left:15.8125rem;font-size:1.0625rem;display:block; }
#mL2mDQysVCKfFlDTp1KDTX0nDur3y0pk { width:12.5625rem;height:1.375rem;top:16.4375rem;left:14.375rem;font-size:1.0625rem;display:block; }
#ZTvvx3aoOf5LV9funVplgcy9aQBTLAQh { width:12.5625rem;height:1.5rem;top:16.4375rem;left:20.5rem;font-size:1rem;display:block; }
#TWpdQwS5EA69Regzan5rPlALRRib5CMg { top:18.75rem;left:18.5625rem;width:10.3125rem;height:3.4375rem;display:block; }
#UnxKu5nW4g47XwuA9tKnnRMohAKwWvLe { top:19.3125rem;left:18.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#q9wuhx3fZxAeNlH1EXO5VUyd4PKMPWQ7 { display:block; }
#P9FTBE6vCfk5TdWenHyTQ1u18CLm4M7y { width:14.4375rem;height:6.5rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
#N2z9bUMSfTnTH31aga4a6pheJATeVlZ7 { top:4.625rem;left:0rem;width:15.5625rem;height:14.3125rem;display:block; }
#kT0nTcXrGpvUU0oZ18lIaKLCmr7ZhX0T { width:15.125rem;height:2.875rem;top:12.5625rem;left:0rem;font-size:1.8125rem;display:block; }
#VErXIpgf1TtmV8ZURZbS7wfCI6nT8uKJ { width:12.5625rem;height:1.375rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:block; }
#BQnoDGw3rdpOrResxLBbkyFEr5FdhyQa { width:5.4375rem;height:1.5rem;top:15.8125rem;left:5rem;font-size:1rem;display:block; }
#WFcTAegTGA4OKfT9TmFKCOMqRm0DONxI { width:14.8125rem;height:1.6875rem;top:16rem;left:0rem;font-size:1.0625rem;display:block; }
#opdr0kDAKQ9EZXWvXddc5Ml0pcBpAu1G { top:19rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
#VNNvfWKdWXl92OS7kDMJtcNWgPG3Xr00 { display:block; }
#WxQKoJTMdwR4kqHze6tTUCThdRIZuONC { top:18.5625rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#Mx5qFLliPbziUUz1C5edXF2gUypx1T5x { width:6.375rem;height:1.375rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw { display:block; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container { width:47.75rem;position:relative;display:block; }#gAtOStISkZodXCXnFszKGITbfL010P5J { top:0.5625rem;left:0rem;width:46.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
#SyzsvtLI2FL3g9h8dCw1Hp9SLxU5J2fW { top:4.25rem;left:16.90625rem;width:15.5625rem;height:14.125rem;display:block; }
#Br4XVLBwIPwQ9Pgs3OHOrfR443tpz0Dp { width:14.6875rem;height:;top:4.5625rem;left:33.0625rem;font-size:1rem;display:block; }
#NqbiOzBTdCR1XezMhTmCkiTaE05KS61S { width:15.125rem;height:2.875rem;top:11.875rem;left:32.625rem;font-size:1.8125rem;display:block; }
#QXO6EZwnwzZcrfiZcGBc2X0fRuIMFymh { width:12.5625rem;height:1.375rem;top:12.5625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
#kpfXmIsPM7L8xFQezl4keTNVPddRhU8G { width:14.8125rem;height:1.6875rem;top:15.3125rem;left:32.9375rem;font-size:1.0625rem;display:block; }
#Dfliv7G1a2GcJco1bT3LCWRzSW4gS3yB { width:6.375rem;height:1.375rem;top:15.125rem;left:39.004169464111rem;font-size:1.0625rem;display:block; }
#Ap7xiOqFXeSZiaz3hJiigwiqvC8o6IZw { width:5.4375rem;height:1.5rem;top:15.125rem;left:42.3125rem;font-size:1rem;display:block; }
#sTNWznfssOXBtPWan9tFQpFdTpvVFElN { top:18.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#fcRH0pLqTPqfMFniR4eK7ykwsiHguLLf { display:block; }
#C1nNdr7MaMPwZuq1td9SS6pr2GIarT1R { top:17.875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#ZOsixBdzswaaalFgm3XUvm3mrgPvkKlH { top:3.9375rem;left:32.1875rem;width:15.5625rem;height:14.3125rem;display:block; }
#fAv5e7QpZMSTCmalNMowdruhtGcai307 { width:15.1875rem;height:;top:4.5625rem;left:17.09375rem;font-size:1rem;display:block; }
#CshdmTeeBdgCLlx8kv0OhBXwqe9kTNi9 { width:15.125rem;height:2.875rem;top:13.5625rem;left:17.75rem;font-size:1.8125rem;display:block; }
#g09AO5dTmkhymKNMyChVh2WUTnHhKAPT { width:12.5625rem;height:1.375rem;top:14.375rem;left:15.375rem;font-size:1.0625rem;display:block; }
#vtOeBX5O0oWR9AntMPf2sLk23vtzm99N { width:15.125rem;height:1.6875rem;top:16.4375rem;left:15.8125rem;font-size:1.0625rem;display:block; }
#HVkoSfroETZpBmHMEG6tLPrEJ04OsNib { width:12.5625rem;height:1.375rem;top:16.4375rem;left:14.375rem;font-size:1.0625rem;display:block; }
#d12AI1lFMI4z0xONKF0AS3cNJLUFuMVu { width:12.5625rem;height:1.5rem;top:16.4375rem;left:20.5rem;font-size:1rem;display:block; }
#uwd2E4Ael3T24zXTQnFnAFu0odX4QQ8T { top:18.75rem;left:18.5625rem;width:10.3125rem;height:3.4375rem;display:block; }
#iBQ9QgeebeTKJegmg1zJgNE95PBQtQuJ { top:19.3125rem;left:18.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#Qdazee5M9K3vxCAf0301LJxsbqOdh5m8 { display:block; }
#WILhTdx1sNr4CuMrOF7upCHocU1mBZG4 { width:14.4375rem;height:;top:5.25rem;left:0rem;font-size:1rem;display:block; }
#hpzKrHQDvBHC4t2zlHFEPQM1kkbheqC4 { top:4.625rem;left:0rem;width:15.5625rem;height:14.3125rem;display:block; }
#ueRdRE8flKOcfPSZ9NsVeDcO1h7V31aV { width:15.125rem;height:2.875rem;top:12.5625rem;left:0rem;font-size:1.8125rem;display:block; }
#ha9vBZBNuoQEAHXPkhd5n3AE4kM8yAZB { width:12.5625rem;height:1.375rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:block; }
#HsBdoRNpIbTywt2UyTbNyZF8xKa9XaI1 { width:5.4375rem;height:1.5rem;top:15.8125rem;left:5rem;font-size:1rem;display:block; }
#al2ZQ5IcZ9JJ88TnL2JTfcocxcRKRVJ0 { width:14.8125rem;height:1.6875rem;top:16rem;left:0rem;font-size:1.0625rem;display:block; }
#mT1ZdCWbZKOuG2w5hGSlDCTTfHre6wUb { top:19rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
#Pw2aCHXu0e5XIkuhv5IXEJo1q5Q97Kql { display:block; }
#GyXeTm4DmZTTZx2AnEgNL1welMeKC1Gb { top:18.5625rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#ItUJiBTNxEmI2Dn7z8TM9Lok4c1gxyJU { width:6.375rem;height:1.375rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
#okzKavCuTsv63waFngsq9RTDLTHgzPZF { display:block; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container { width:47.75rem;position:relative;display:block; }#U2iQTQFCXyKHFREIQu4ZLE0xZ3zKhRXl { width:14.6875rem;height:7.9375rem;top:1.375rem;left:30.0625rem;font-size:0.9375rem;display:block; }
#A30XCbJGDQ8HSRrcVt8Az74snyZT1HSU { width:15.125rem;height:2.875rem;top:9rem;left:31.0625rem;font-size:1.8125rem;display:block; }
#vPIPxUldgR5Zf8VeEXMzgV3NxQlcnEMV { width:12.5625rem;height:1.375rem;top:9.6875rem;left:29.3125rem;font-size:1.0625rem;display:block; }
#sVuE2wx3OVPmUWmuFfzhEx7DNPFaCAi6 { width:14.8125rem;height:1.6875rem;top:12.4375rem;left:30rem;font-size:1.0625rem;display:block; }
#lMFWI6i2U2m22pWExkpXBtEXKtbS7EyD { width:6.375rem;height:1.375rem;top:12.25rem;left:31.75rem;font-size:1.0625rem;display:block; }
#NUXkV1yo7Z6nBxtIFzCS0V8bSqL4PD1f { width:5.4375rem;height:1.5rem;top:12.25rem;left:38.0625rem;font-size:1rem;display:block; }
#KRrtFhcMtAheFp6AD05b8T1rOizA88bK { top:15.4375rem;left:31.0625rem;width:11.3125rem;height:2.5rem;display:block; }
#u6wUCCFUTeWnONWe6XroOcGb3QgUKirO { display:block; }
#EJogNvTqestzaiZ7DZ02znXv31kBNLi2 { top:15rem;left:32.0625rem;width:10.3125rem;height:3.4375rem;display:block; }
#cSlXtb3a4I2TGMyPhSi8dzV2g147FQpt { top:1.0625rem;left:29.5625rem;width:15.5625rem;height:14.3125rem;display:block; }
#EnlaTSBFKE8HIyPH36IldLfFCvtURc7L { width:14.6875rem;height:3.375rem;top:3rem;left:7.1875rem;font-size:0.9375rem;display:block; }
#PBx6PBcIkIEg2GzLQA588LDK1ITsnZRt { top:1.0625rem;left:6.6875rem;width:15.5625rem;height:14.3125rem;display:block; }
#SQ4SmPq7xTBV22A6lVh6Hzp3tDkOTDxf { width:15.125rem;height:2.875rem;top:9rem;left:8.1875rem;font-size:1.8125rem;display:block; }
#ozreb8WU3LxLE9cHwQL6kfdMwTJk2fsZ { width:12.5625rem;height:1.375rem;top:9.75rem;left:5.25rem;font-size:1.0625rem;display:block; }
#zCDrkh587R6R4SHSvMgElZb2892tXotE { width:6.375rem;height:1.375rem;top:12.25rem;left:8.875rem;font-size:1.0625rem;display:block; }
#P8Tf9RttezccCoXr9XKregapwdrW8RZO { width:5.4375rem;height:1.5rem;top:12.25rem;left:15.1875rem;font-size:0.8125rem;display:block; }
#QpR0UDcbBif1VtCfzgoNSvi0P9sxgSTc { width:14.8125rem;height:1.5rem;top:12.4375rem;left:7.125rem;font-size:1.0625rem;display:block; }
#dkO1GEfxfTMrRf8MQTUToBvP6BqSit7g { top:15rem;left:9.1875rem;width:10.3125rem;height:3.4375rem;display:block; }
#wMTJAnsd98S7QmV07qW8aFaKMiSxOKFv { top:15.3125rem;left:8.6875rem;width:11.3125rem;height:2.5rem;display:block; }
#tGKZvXEd1nI7eDDRED4f55G6PJAg1Tx2 { display:block; }
#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe { display:block; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { width:47.75rem;position:relative;display:block; }#Dl0hZOrqLB6N6EFaCrXTfSHPpmham3wM { top:0rem;left:0rem;width:47.75rem;height:4.3125rem;display:none; }
#Vt5TE1TqoNln7AoD03R47GVk1cRhUJvo { top:1.25rem;left:15.562503814698rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:none; }
#PyPPMEl7QfAVfPc42FrzbCnKufhvzJLN { top:1.375rem;left:28.500003814698rem;width:2.1875rem;height:1.5rem;display:block; }
#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc { display:block; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container { width:47.75rem;position:relative;display:block; }#Esqi5tgvFfVBZeWD511JrQ476vwO1KBJ { top:15.4375rem;left:0.5rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
#wQaOSvDlFEZmCCXlA45DZBTEDvFWoFEs { top:1.0625rem;left:1.678955078125rem;width:15.1875rem;height:19.545194751296rem;display:block; }
#XOi8GCAZkVEcp6ZqzinHQJ4nN8lJRL6T { width:10.4375rem;height:3.25rem;top:26.375rem;left:0rem;font-size:1.6875rem;display:block; }
#fhmlMnMTXHRaq3TuS3bkka55DWTzffsD { width:22.3125rem;height:3.5625rem;top:23.5625rem;left:0rem;font-size:1.375rem;display:block; }
#SiLGcKad7Gt2iZ4ncOTdvEOoocLLUuiA { top:27.875rem;left:35rem;width:11.3125rem;height:2.5rem;display:block; }
#y4iz9ec04SEZSE0gSeoXabSN1U8bPdky { display:block; }
#M3rCiAPsEpRbumLQGvHTGJp90tzZUTuU { top:27.3125rem;left:35.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#uusm8RCECsPoyrDR5ZV1kq4zeCaHq7Hw { top:2.0625rem;left:3.15478515625rem;width:43.5rem;height:24.375rem;display:block; }
#PsUlrAXsZmIoD6qgtEHn8ov8E1tDacip { top:15rem;left:10.875rem;width:19.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
#NorKEOQN0bHZd1x88STgz9guIkXDJKu6 { top:27.3125rem;left:0rem;width:47.75rem;height:35.8125rem;display:none; }
#n7DXLNuBc4WGZCxKqTT00kSgm70HiCZp { top:10.875rem;left:16.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#BuExo2hHlplsAkBaZwlZF8z0r2xBBFTx { top:10.875rem;left:24.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#zlwXuhXioRfutFiR8z6Htd25z4tALNg5 { top:10.875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#H4CEupPW75hLKLSMaauSVMkheTSnfpOG { width:19.3125rem;height:1.75rem;top:11.5rem;left:28.4375rem;font-size:0.3125rem;display:block; }
#HSJBz01Vzl1vDPppBJa9f1hBniGPVfac { top:10.9375rem;left:27.5625rem;width:20.1875rem;height:2.9375rem;display:block; }
#OuQg9ZD6TuiZrNyQJT5gE1lcziPGHKkb { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:block; }
#hPDVB4efaUSKZ2dBp55kM0uvwheZOsFT { width:3.625rem;height:3.625rem;top:4.8125rem;left:44.125rem;font-size:2.5rem;display:block; }
#W8IPcyTi4ZdrLaaG0f9XhFnlmk8kabtU { top:0.8125rem;left:4.5302734375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#x2HmsBd9nD9OWAAQJVgL82TpyJTOv7zw { top:1.0625rem;left:1.678955078125rem;width:15.1875rem;height:19rem;display:none; }
#CtGbi22aWzgIrAaq22JOxq1P0tpaf9bT { width:13.4375rem;height:3.25rem;top:68rem;left:0rem;font-size:1.6875rem;display:none; }
#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { display:none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container { width:47.75rem;position:relative;display:none; }#t3OilDnsRdNkZ9855mVTBLBu5Fwq0VsL { top:3.8125rem;left:38.375rem;width:9.375rem;height:0.125rem;display:none; }
#SmM44mew7hqr5Ct8MygJAtGQXz0bvBeb { top:57.25rem;left:0.1875rem;width:12.5rem;height:1.25rem;font-size:1.4375rem;display:none; }
#Kf9DGlD83472oeBQmLN1x8OyuzaaSfoS { top:0.6875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:none; }
#wMINST6n3THaklDeofvt3Oi8ldNNqILm { top:6rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#TV0PQCHQnsTQdJoJPirPwfiGAbcPJ50G { top:9rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:none; }
#ALXBG00HgHtlvsER2bGCxvAAuT0ndJB8 { top:14.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:none; }
#p7EHtm6K9U9LJvl3hysk2K4WrKBdDxs8 { width:26.875rem;height:2.4375rem;top:19.625rem;left:10.406251907349rem;display:none; }
#M8N7pc6HanQq3wH6eZQXSks5En5BcBUX { display:block; }
#t3zRZTUON0PcuEipMdzhTLpqTxHARV5e { top:2.9375rem;left:46.8125rem;width:0.9375rem;height:1.875rem;display:block; }
#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 { display:block; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row .container { width:47.75rem;position:relative;display:block; }#R84WUzGOPIeEd1N9PBpdngHovqr3azyb { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#E0i4mAohkn1Aym96HQJ7kbIkcXV3Rnb7 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#Xav8aOcTUmmmTTmuaMKXVCsLxFcafPsh { top:0.875rem;left:31.86572265625rem;width:1.875rem;height:2.8125rem;display:block; }
#txT8pvbvPnQSUohP2rDzac8a7NV6BwOE { width:10.375rem;height:3.25rem;top:58.9375rem;left:0rem;font-size:1.375rem;display:block; }
#TIfGTZinTzMl6XoeMorsmrDn4Z1zXFqa { top:27.125rem;left:3.625rem;width:10.3125rem;height:3.4375rem;display:block; }
#ANmU7m8r1nfPO0UawdyId9Aw13bVTJcz { top:27.75rem;left:3.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#fMWPEwX6Qh4p02W5M1elvyXNECSKVNyo { display:block; }
#szRwwipk08ZL66UzlAZpbBAdRd709PtW { width:18.25rem;height:3.25rem;top:65.125rem;left:0rem;font-size:1.375rem;display:block; }
#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx { display:block; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { width:47.75rem;position:relative;display:block; }#vzbApNVVZITTltOuEvg484AOSxKISagt { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#WplPva2stwGTGilopW1B8cTdTuSGdTQ9 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ { display:none; }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ { border-width: 0; border-radius: 0; }#Rn8mr8w6TN7omoDsBBGFavbMMyGHylpQ > .row .container { width:20rem;height:58.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#XdMvQ3wfAqbwuHbVZCqtLhq47GCeDcbq { width:14.875rem;height:2.03125rem;top:2.125rem;left:3.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
#ryq5tTg7pCtmzRoJ6IN9TzLVgAAkqupy { width:17.749rem;height:2.03125rem;top:6.0625rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
#dLnF2D10Ma0c7kivXVvhJOMnlTqZClGA { top:10.4375rem;left:0.6875rem;width:18.625rem;height:3.4375rem;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A56D05060uhtewBN8mEKBEHkAw1yF8NL { display:block; }
#V7H0bNg9vkeUFhhKqLt3b5DrdDmCuRDx { top:14.1875rem;left:9.875rem;width:8.25rem;height:2.25rem;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;font-size:0.75rem;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LsZpK80Bq8cEt2AXADfBamMtUUJXWtRM { display:block; }
#v2wfURBobNf0nQgIMv0Ut6ClJboap2t5 { display:flex;width:1.125rem;height:1.125rem;top:14.8125rem;left:10.25rem;font-size:2.1875rem;z-index:15007; }
#v2wfURBobNf0nQgIMv0Ut6ClJboap2t5 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#UOdhfecLgNZ6flusnywx8if5gBDTL2bM { top:22.375rem;left:10.0625rem;width:8.25rem;height:2.25rem;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;font-size:0.75rem;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UluEB94t4HId8XJnbwTRM6RCB7mUcTUw { display:block; }
#eVLGGOnJ0b6302ChhGBXR4A6sBUV2AxK { display:flex;width:1.125rem;height:1.125rem;top:22.9375rem;left:10.5rem;font-size:2.1875rem;z-index:15010; }
#eVLGGOnJ0b6302ChhGBXR4A6sBUV2AxK > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#z5TCrOs1PJaZzypFziCwIbnd7z5m3ZyX { top:18.4375rem;left:0.625rem;width:18.625rem;height:3.4375rem;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MkldfabcxZk56ywXcZhRdghbHKalPNqA { display:block; }
#ntSU1IR6f3Lopv3QiSOL9bMu4dWuByJn { top:25.9375rem;left:0.5rem;width:18.8125rem;height:3.4375rem;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ouLbV3L02ZxbCuwNrIvbRxuhUFosuBGp { display:block; }
#WFvf38VFViJi582CNZuQxlbHUBm2IhTZ { top:29.875rem;left:10.0625rem;width:8.25rem;height:2.25rem;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;font-size:0.75rem;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cPx0AM21nbIG4dOSbTok1W2yISRVxduq { display:block; }
#Siqmm30Ob7bxXOTaXzVTHFIFh5zlbiuH { display:flex;width:1.125rem;height:1.125rem;top:30.5rem;left:10.5625rem;font-size:2.1875rem;z-index:15012; }
#Siqmm30Ob7bxXOTaXzVTHFIFh5zlbiuH > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#nkPptTeCslcmGswaQr3y74ODQrEnrXmS { top:33.6875rem;left:0.59375rem;width:18.8125rem;height:3.4375rem;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BOJrzv1vGS6oAiORThqlaTEqNMJPTyAx { display:block; }
#M6cupqAT06S8b8OuWJPoKknM8pupd9Tw { top:37.5rem;left:10.248046875rem;width:8.25rem;height:2.25rem;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;font-size:0.75rem;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c1SZb5UINA5QH6wuwgp097zxWhJ13I9E { display:block; }
#H2xEgMt4oBWbghf0ex2fLG0URDkydI7L { display:flex;width:1.125rem;height:1.125rem;top:38.0625rem;left:10.5625rem;font-size:2.1875rem;z-index:15013; }
#H2xEgMt4oBWbghf0ex2fLG0URDkydI7L > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#ezkxqkryBnq3K5E8armNEToiIbadeN7a { top:41.375rem;left:0.59375rem;width:18.8125rem;height:3.4375rem;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DllxLCTMqUuBH9BxlvSdIm9f9ugKocRH { display:block; }
#Ie5ptp1Txy0fW4gsPvRHVdOHCRyz4eAZ { top:45.1875rem;left:10.0625rem;width:8.25rem;height:2.25rem;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;font-size:0.75rem;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ODp1UqwX2CFWTWTBoCALNeEZ8qqAxUN4 { display:block; }
#xWgwalnSk9rwkuZ87hVT31XKo31mB8DL { display:flex;width:1.125rem;height:1.125rem;top:45.75rem;left:10.4375rem;font-size:2.1875rem;z-index:15014; }
#xWgwalnSk9rwkuZ87hVT31XKo31mB8DL > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#Ud7N7dRSriTivKR3IiyvQRMCl2QPKm11 { top:49.875rem;left:0.59375rem;width:18.8125rem;height:3.4375rem;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wurc81vX2ureSfibDsQKpChTml7BOD51 { display:block; }
#OBxJm9qiPLMMRoUdM5xJeUrbqkAWH3ZN { top:53.625rem;left:10.0625rem;width:8.25rem;height:2.25rem;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;font-size:0.75rem;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MqTsgJPsZQLbxUulTyH9S2q0VCzAvtAh { display:block; }
#uncgU0g7tWi39e0feRg6v6zlhCDJG6aR { display:flex;width:1.125rem;height:1.125rem;top:54.1875rem;left:10.4375rem;font-size:2.1875rem;z-index:15015; }
#uncgU0g7tWi39e0feRg6v6zlhCDJG6aR > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { display:block; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { background-color: transparent; background-image: none; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container > .video-iframe-container { display: none; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row > .video-iframe-container { display: none; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .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); }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l { border-width: 0; border-radius: 0; }#RX3TPBn3XvWNPonXdN7JDd173gZfV93l > .row .container { width:20rem;height:148.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#JoEpcgevroPJ7DpWxfnATeZawmb5GxKn { width:20rem;height:2.5625rem;top:11.748043060302rem;left:0.061848998069763rem;background-color:#b98c65;background-image:none;display:block; }
#ssPW3yftQrJh8gxBSScsQKtVFV2OQiI4 { width:18rem;height:1.13606875rem;top:12.121746063233rem;left:1.0622830986977rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:right;text-align-last:right;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;font-family:var(--paragraphs-font-family); }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-text {padding-top: 0; padding-bottom: 0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-select {padding-top: 0; padding-bottom: 0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #b98c65, #6c492b);background-image: -moz-linear-gradient(top, #b98c65, #6c492b);background-image: -ms-linear-gradient(top, #b98c65, #6c492b);background-image: -o-linear-gradient(top, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(to bottom, #b98c65, #6c492b);background-size:initial !important;color:#f2f9ff;font-family:var(--paragraphs-font-family);border-top:0;border-right:0;border-bottom:0;border-left:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1); }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-container:first-of-type{padding-top:0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .widget-container:last-of-type{padding-bottom:0;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc  { width:13.75rem;height:auto;top:4.1875rem;left:1.9375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc {display:block;}#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc { width:13.75rem;height:auto;top:14.936847686767rem;left:1.9368491768837rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #PcLDVNkyPOZCRpKTcy6OhlaPRn7qO3B0 {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #wdxzu8xKpsgZ5BILLeIPsJHPe1WDx0Uv { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #Nnd1it6E2UrnXI9WGrgTUrLQVFdf4MnT {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #niMR76cGsDpWP8mDgPOxdgrTykrtcsze {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #GtNa7yxLzwZyoSXtiQBLHdceVvr0aa69 { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #QHrdHNIDETNdXeRl19ULrbpe34rgv2dQ {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #i5eTbcTN7oQGpayJwL124IG5nWQD6ONz {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #CvCaW0AyWkHxDcA1vDl23gT0U7Gn6BqR { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #t4cpS2too61DTqiyOfXAz4BegPegzGhi {  }
#t3L86XCTsseTnbh081maA5EmCgi8Z4r4 { display:block; }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #dPouGeRvzmHsvTO1P2uaqsrv2OhTtEmu {  }
#xGy1KS4NONZbHhab6V2lXan2NQEN4Dtc #dJksSHiupON0x0eLQfTPeycN4h2HqXXZ {  }
#tf9rDRBL1TJSDJTKiK0mI3SIH7loP1Zr { width:13.1865rem;height:1.2999125rem;top:39.373699188233rem;left:3.6870663762093rem;font-size:1rem;z-index:15160;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:block; }
#STT3MRa1rru8IsCnpJk2i1ISi6UiF8MX { width:18.125rem;height:1.25rem;top:41.311634063721rem;left:0.99934905767444rem;z-index:15102;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xPl7dfnHLyP4T6G5cdZ7NPS9HZ2f7b1o { top:49.640628814698rem;left:0rem;width:20rem;height:11.624375rem;z-index:15161;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#zScaK20Z1Irnkvr0VbD1nxAIVJ6qU7At { top:66.624134063719rem;left:0rem;width:20rem;height:11.625rem;z-index:15162;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MU6fbbhmgi987URgsC50yQXHcT89fkIk { top:82.749355316162rem;left:0rem;width:20rem;height:11.625rem;z-index:15163;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x4b5Uzf0b3ORc48uxVzku9naBnP2ufD2 { top:99.061199188231rem;left:0rem;width:20rem;height:11.625rem;z-index:15164;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QPkJC6CPXVDJTF7iSw3tQtUKGt9RQFir { top:115.87435531616rem;left:0rem;width:20rem;height:11.625rem;z-index:15165;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C7CRR4bWiTkJrMlT7ubq40CRxlQiU6Pt { top:45.249347686767rem;left:-0.87456600368025rem;width:20rem;height:1.7068125rem;z-index:15166;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#h8P9LN6wNFofmeNic1erwBDiMfwGzzd1 { top:62.249134063721rem;left:3.2497830986977rem;width:13.875rem;height:2.8125rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #b98c65, #6c492b);background-image: -moz-linear-gradient(360deg, #b98c65, #6c492b);background-image: -ms-linear-gradient(360deg, #b98c65, #6c492b);background-image: -o-linear-gradient(360deg, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(360deg, #b98c65, #6c492b);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DKc0cuTBymPe250bJTVdIEpR0aQJxy6v { display:block; }
#cZOymI3WiAAivuimzEbfneELvSET5F6h { top:94.561412811281rem;left:3.2497830986977rem;width:13.875rem;height:2.8125rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b98c65, #6c492b);background-image: -moz-linear-gradient(106deg, #b98c65, #6c492b);background-image: -ms-linear-gradient(106deg, #b98c65, #6c492b);background-image: -o-linear-gradient(106deg, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(106deg, #b98c65, #6c492b);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kQWKhPlcqeyVTKDEWXbmTLHRbU9IR3fC { display:block; }
#ncQFLi1xezGDJFbSd5NkEOTI6SegNbmZ { top:110.81141281128rem;left:3.2497830986977rem;width:13.875rem;height:2.8125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b98c65, #6c492b);background-image: -moz-linear-gradient(106deg, #b98c65, #6c492b);background-image: -ms-linear-gradient(106deg, #b98c65, #6c492b);background-image: -o-linear-gradient(106deg, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(106deg, #b98c65, #6c492b);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZGI93kWKPT4eb74JVs4LsB0SXIp4nmt6 { display:block; }
#yEptWThmeqqk15s9aaPu2RvHniFOG7be { top:127.74935531616rem;left:3.0620661377907rem;width:13.875rem;height:2.8125rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b98c65, #6c492b);background-image: -moz-linear-gradient(106deg, #b98c65, #6c492b);background-image: -ms-linear-gradient(106deg, #b98c65, #6c492b);background-image: -o-linear-gradient(106deg, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(106deg, #b98c65, #6c492b);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TqqVxlJ09uhzT0kNekQ7UMVQ2rp2dPuV { display:block; }
#IZI6kSi6gbbcguDOaJalSDOf1aszkHm7 { display:flex;width:1.8125rem;height:1.8125rem;top:62.686420440675rem;left:4.4053819775581rem;font-size:2.1875rem;z-index:15010; }
#E0HFKeDrMS0cpJlpqSzPA48eZuqzm7kA { display:flex;width:1.8125rem;height:1.8125rem;top:95.123485565187rem;left:4.4053819775581rem;font-size:2.1875rem;z-index:15012; }
#UMAoKTxsQp7WUaOB4HMCuTR1s3Treplp { display:flex;width:1.8125rem;height:1.8125rem;top:111.43641281128rem;left:4.4053819775581rem;font-size:2.1875rem;z-index:15013; }
#bkDxst7bcrxSVLmdeVmv87ZFEAC6kREc { display:flex;width:1.8125rem;height:1.8125rem;top:128.31141281128rem;left:4.4053819775581rem;font-size:2.1875rem;z-index:15014; }
#DLB9BOvZqqTqWzqur7Hg0d1cyr91sUx0 { top:78.560985565187rem;left:3.0620661377907rem;width:13.875rem;height:2.8125rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b98c65, #6c492b);background-image: -moz-linear-gradient(106deg, #b98c65, #6c492b);background-image: -ms-linear-gradient(106deg, #b98c65, #6c492b);background-image: -o-linear-gradient(106deg, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(106deg, #b98c65, #6c492b);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RpbDhOJ4VJxW5rODVq2klLega0ogW1dL { display:block; }
#MfeCiK9Uu6Eyn37RsUkb4aQCgHgZBoiv { display:flex;width:1.8125rem;height:1.8125rem;top:78.936412811281rem;left:4.4053819775581rem;font-size:2.1875rem;z-index:15011; }
#CcPiUzcfbZ9UTpMp3WbZ2R6cwhtV8wCU { top:144.31185531616rem;left:3.0620661377907rem;width:13.875rem;height:2.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b98c65, #6c492b);background-image: -moz-linear-gradient(106deg, #b98c65, #6c492b);background-image: -ms-linear-gradient(106deg, #b98c65, #6c492b);background-image: -o-linear-gradient(106deg, #b98c65, #6c492b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#6c492b' );";background-image: linear-gradient(106deg, #b98c65, #6c492b);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bRwyXLPbyGC9pfbo2BTEfqTqDI6eMfGD { display:block; }
#z7gLDAhNfP1wQa1F49E3xJHGqttSdutT { top:132.56164169311rem;left:0rem;width:20rem;height:11.625rem;z-index:15167;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZTW4S4o66cRKou7Who2BQNnW6EftXdnZ { display:flex;width:1.8125rem;height:1.8125rem;top:144.87392807007rem;left:4.4053819775581rem;font-size:2.1875rem;z-index:15015; }
#ESNDZrUOF5OMvWiLthFTANAp5M5wCRPv { display:flex;top:35.623699188233rem;left:4.2491319775581rem;width:2.3125rem;height:2.3125rem;z-index:15025; }
#ESNDZrUOF5OMvWiLthFTANAp5M5wCRPv > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#xDe3GIlyRIyzrCKCdXW8hgmotosAJLWT { width:6.4375rem;height:1.9375rem;top:35.748477935791rem;left:7.6247838139531rem;font-size:0.5625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.37) ;display:block; }
#Xz5VzE7FLVTScrvDBLBRlznhT5hdpAal { display:block; }
#G353PKKcca6nmCByWcd3PSoATE1lmGno { width:14.874125rem;height:2.03125rem;top:0.83333206176756rem;left:2.5618491768837rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
#lExbh46ObPwHJkkU6dyHGJExx5vMqV6N { width:17.7485rem;height:2.03125rem;top:5.923828125rem;left:1.1252171397209rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container { border-width: 0; border-radius: 0; }#ldnnkgudxlUUCu7p28Adz9WJCFaAqoac > .row .container { width:20rem;height:60.625rem;position:relative;display:none; }#slmITTNzkHa7hG9KZgI8mkQJCxP5Cx4H { width:19.996875rem;height:1.86875rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#iTB5m4nEPkXbZpc5UKAcStRMxTuVeoVD { width:16.875rem;height:15.3125rem;top:23.687501311302rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hS5DQsSH0L5uPUACQ8WstZxPMnXJdFBJ { width:12.5625rem;height:4.62890625rem;top:5.5625rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#cL71mlRHSQIAw1xgOcM2E9gNk7VvAgzz { width:5.7495125rem;height:2.4rem;top:12.3125rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#FuPGzudwaHPORVFpK44RwxphrvOFTmAB { width:12.5625rem;height:1.38125rem;top:12.75rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#ADZaANGXZAfEpoTpZNOM5RAXemAUHMx6 { width:15.1245rem;height:2rem;top:15.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#SiPau4Ch6VdUOITAUrsuhlavnlqf6C2c { width:12.5625rem;height:1.3rem;top:16.0625rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#byI1Wdw5a261k0XE6iPT5ZNkp8dx6gmW { width:12.5625rem;height:1.3rem;top:16.0625rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#uWO9tktmVIhiQ7mzXT3DRHb6oGhugf9O { top:19.8125rem;left:4.8125rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GUX36HDOpTzgwaNswpGR6k3lRJc0qMzt { display:block; }
#KxMH0AREHyQmfW2WEFKdXSVRMuq4TDLi { width:10.3125rem;height:3.4375rem;top:19.25rem;left:5.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NpMuHTETAoaT372qzRC5yRTMQQ8oGl1p { width:17.8125rem;height:16.375rem;top:3.4312502145768rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K4BH4xcqHem2MRTxzm3tDatOz7zb71eJ { width:12.5625rem;height:4.62890625rem;top:26.375rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#aehcMeWT56r0l2okH6UPlNlsR1hhNOrE { width:15.1245rem;height:2.4rem;top:32.5rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#qGOeRKxezLULaMrBcasaBHxmMEFTDuB7 { width:12.5625rem;height:1.54375rem;top:32.875rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#HurK7lWcbxTuzFPfoDIwrWlN6nagAMFz { width:15.1245rem;height:2rem;top:35.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#CcgpDAR1G9e44fbzmOdWG5IarSLrWVP9 { width:12.5625rem;height:1.3rem;top:35.8125rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#C1py6JHx5fZo6KKELItzqqC9Ba6holri { width:12.5625rem;height:1.3rem;top:35.75rem;left:6.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#DMqBFGAw02pTqEAMSTNfT74RUTc92fKX { width:10.3125rem;height:3.4375rem;top:39rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aOQyEUz5uTTLnRm0X4F2HX6CSxshCeAD { top:39.5rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rvfonOa5KqCULkcNeqbzVKZDeL1J5kXH { display:block; }
#XD1EBTwseVboNSvmTOPE36RsrECWawfI { width:10.3125rem;height:3.4375rem;top:56.8125rem;left:4.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kOvKQnMfqg4nifaUQgNkJKPGrUU6whvi { top:57.25rem;left:3.5625rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lq1qsxQeLpyvgLp4u3937fTWdAUWT3xB { display:block; }
#A0ANH8OWI4JsTrsm9tWuX67fc989F5Ft { width:14.8125rem;height:2rem;top:53.875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#g66vWqFwo9b6vNTpkA1TvxQpgmp3O7Es { width:15.5625rem;height:14.3125rem;top:42.9375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#afXiiCgIMCVmE17Fpo0AeES4a0sFeiJm { width:6.375rem;height:1.3rem;top:54.125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#MIy6IGC8kDTFBK8ptI7HotpIOLv2Ooc8 { width:15.125rem;height:2.3994125rem;top:50.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#KGh2z0ZMR2VvuB8Xn8u7BpvkJXX11g3I { width:12.5625rem;height:1.38125rem;top:51.5625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#yTO7T6mGXq4cgZFRhHww6sCvMRdyfxuu { width:14.6875rem;height:6.171875rem;top:42.9375rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#vFcyaC1feDsWDhS7eMdKsqIGmBHa19Xx { width:5.4375rem;height:1.3rem;top:54.125rem;left:10.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container { border-width: 0; border-radius: 0; }#xvE42WZ5unbHN6SGVb6EazBBHpO5oe7R > .row .container { width:20rem;height:45.625rem;position:relative;display:none; }#vd8FTr5zqxt9616gtlu7QNGF3TvSIaPF { width:19.996875rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#lCmcuhCaEaaUfTt2HbMeVhkOGdsSZyQ5 { width:16.875rem;height:15.3125rem;top:5.875rem;left:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XVeI42iAVNBUanCQZdpmwKL4oF3f3tUr { width:12.5625rem;height:4.62890625rem;top:7.5rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#rIJT94Fo2lfZAaGDMmzd2n7ToTQNrfVJ { width:5.7495125rem;height:2.4rem;top:14.25rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#tgPMr21zKpQ1U0BTqL9Dql2ed983NgO0 { width:12.5625rem;height:1.38125rem;top:14.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#m13QwtKMxS1RTIpyBs9BDIwDEZtt7e7s { width:15.1245rem;height:2rem;top:17.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#hFQFMDqMi23TqnqWzJbP479oAUutV6Dh { width:12.5625rem;height:1.3rem;top:18rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#bD4bbb5A54ig9PfS1iHX3agwZnGwIn62 { width:12.5625rem;height:1.3rem;top:18rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#KtDdc9ReaykbgaqQVvnBK3MIdy2bZQGv { top:21.75rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a0T4RCUiBMTLGrKrWx7yi4Ak088iW86i { display:block; }
#fl2AowBmHb456CaZHrf9T1po8GiPLOEB { width:10.3125rem;height:3.4375rem;top:21.1875rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KzPXuaGlu0PL6XItyZVFd1pBJ5K1nEHe { width:17.8125rem;height:16.375rem;top:25.5625rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wb3bhbAqZTN2E8gFABDuVaSn53gz0oSB { width:12.5625rem;height:3.0859375rem;top:28.125rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#RxsUahJRvtWB5EVevRObiEdaH3J2mnc3 { width:15.1245rem;height:2.3994125rem;top:34.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#eE3AgMFVq5Jw7JVvf2sSOfZZ0IDcFxmw { width:12.5625rem;height:1.54375rem;top:34.625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#DvxpTIobuKit6y0derK9TcHQrVkpkiCE { width:15.1245rem;height:2rem;top:37.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#E4Nt32UUSnl9y5uyFM8VP6SZXdHXMEDF { width:12.5625rem;height:1.3rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#ci3RFQJhXcL1R0Ivi2UQABiGQn1Z1q2E { width:12.5625rem;height:1.3rem;top:37.5rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#aamNCMqoIxorCcpPRJfghEl11vLBespg { width:10.3125rem;height:3.4375rem;top:41.375rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#E3ivAiIxzlWTcpLLLieeZ8EUqeo50Eim { top:41.875rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aSNbUeGExqy1vn5RupS0Bvoa8S3JI4ld { display:block; }
#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container { border-width: 0; border-radius: 0; }#UCMuuGGZuTMPvk1hpnrC863Tc6qSmCoh > .row .container { width:20rem;height:45.625rem;position:relative;display:none; }#HUftud8vNOJqZ2PdlzV1o9MH9uQVHhXk { width:19.996875rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#ANEKtg0b15fZPoSpo8MCBirxcovH53tS { width:16.875rem;height:15.3125rem;top:5.875rem;left:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#muRo0ppXz7GEuGOxIkzvkZVKdezKV9d7 { width:15.8125rem;height:7.714875rem;top:6.5979168415069rem;left:2.0937500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#bcrZbNT2ysyN2zEEGyGDc8miBXWICHVV { width:5.74895625rem;height:2.4rem;top:14.826043367386rem;left:8.0677087903025rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#IpvCU5fxb2iW2AJ3N8R22tncEpxBUwTO { width:12.5625rem;height:1.38125rem;top:15.335417985916rem;left:1.8437500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#BBJOQ6mWydM3IQAL2ZVqgpDQMoVTEnnM { width:15.1245rem;height:2rem;top:17.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#NBSynB911J9ImBM0MtnZZnige4kyEnt6 { width:12.5625rem;height:1.3rem;top:18rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#G9BFB59E0q8FtCS9rkXH57JQZDxVkzAL { width:12.5625rem;height:1.3rem;top:18rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#LzaME2shpt0g4IzFHWnilE6KTyEzHuBv { top:21.75rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lww7Mr4Tnk1WyNMdAq7tXfqmv1qZUAH2 { display:block; }
#HXiAHgv76xFVs8SAKTmDJiTyoifGsJTt { width:10.3125rem;height:3.4375rem;top:21.1875rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fUQiOaQLoL35dm4T0aEXeckTcamhx2hU { width:17.8125rem;height:16.375rem;top:25.5625rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pzxrbzctDZ3vWKX8fpngoTM9fJ6XBNPc { width:16.75rem;height:7.714875rem;top:26.096877098084rem;left:1.6250000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#TOcLeoe1rtTBtCn6lf7gLhroBbparfa5 { width:15.1245rem;height:2.4rem;top:34.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#z5BqQaLXMXSe98JyUMkkIV2R13ztOCp2 { width:12.5625rem;height:1.54375rem;top:34.625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#WFKl6MmRdOyDb8NTt6bTPyMtaOH0Nwxp { width:15.1245rem;height:2rem;top:37.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#JTPdPloR5dTaUPvEVlaNi6fL3GOTX6U8 { width:12.5625rem;height:1.3rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#vK602f7fhTH4pCoJfh4qvpwOWcBI5mJt { width:12.5625rem;height:1.3rem;top:37.5rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#wq2gikkmbu2oHTuD0JczkxSPgWDNJ6Xe { width:10.3125rem;height:3.4375rem;top:41.375rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sExhnTVh8UO6p3kIZiXDe11oT757lcSJ { top:41.875rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F1bFpKEoXTrHR2NzBNmimQvuZeAVkawg { display:block; }
#psNIteL2n8T4VcUg1EX27dMyI52XiT5t { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container { border-width: 0; border-radius: 0; }#psNIteL2n8T4VcUg1EX27dMyI52XiT5t > .row .container { width:20rem;height:64.5rem;position:relative;display:none; }#oROmGNRAU0O1ag7bUWfS8QwEz354R0Db { width:19.996875rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#tZvkX1esLyXqtMTXpwJT7eeKceiTSSG1 { width:16.875rem;height:15.3125rem;top:26.129163265228rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BfVIr8KoPF0RE1xEVTp7tsHHxPbX2Rh6 { width:15.8125rem;height:6.9043125rem;top:6.5979168415069rem;left:2.0937500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#FA9t5UiBcOhQWZt7i8hgT9eW9AbgbleI { width:5.74895625rem;height:2.4rem;top:14.826043367386rem;left:8.0677087903025rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#e0EtpJkeo8gkyddU61M4PQvDvRSk3lGk { width:12.5625rem;height:1.38125rem;top:15.335417985916rem;left:1.8437500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#u2kaDfTHmCfeM0mbx1ra58T1v7aVHi4v { width:15.1245rem;height:2rem;top:17.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#u3hIZnrvEtvBuGVgtUOF79HexBuf1Wxo { width:12.5625rem;height:1.3rem;top:18rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#e0yJgiEA9KW4KTCwssUT5NPLElRPIpwT { width:12.5625rem;height:1.3rem;top:18rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#UXbH6ZR9z2GmPQGVs40uXVStVhFvZkqs { top:21.75rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TT6J7ci1UaXJB8PTF2xiQoJu98l2xnZH { display:block; }
#Rcn3NE9LwvmHgDHG3JoUo49Xkid78VLH { width:10.3125rem;height:3.4375rem;top:21.1875rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EumLMiaegGEMTv2F7ctQpMdK4lpJ6QxW { width:17.8125rem;height:16.375rem;top:4.8791670799256rem;left:1.0937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WvAkDz1NXaTJOyaVXechVRrrc5yXOdci { width:16.1875rem;height:6.9043125rem;top:26.784382820129rem;left:2.441666662693rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#V61BfyLPkiOenuSQfD37CTyIgOQuG209 { width:15.1245rem;height:2.4rem;top:34.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#k91EI194EJGFW2B5nPcbGA3NpLXJPprp { width:12.5625rem;height:1.54375rem;top:34.625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#niLl4ffDhZfUB3ZMHPQFOCN7Bm93h4eD { width:15.1245rem;height:2rem;top:37.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#kTP9WSLLv6JxVpmVZGMDIWFOkiTSp8Wo { width:12.5625rem;height:1.3rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#XbDTrXWdWGTLCgznClQAiir0nviclEZJ { width:12.5625rem;height:1.3rem;top:37.5rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#iA2pwqTTXImtpW1FOnQ9BhZqlBPpTWhT { width:10.3125rem;height:3.4375rem;top:41.375rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GEXTz06NZc3CE8sPlopAexWkGX1ZVFQw { top:41.875rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZcrekSFd8gGHyfKJT6JNurccR7Q2EvbM { display:block; }
#cp2PhcJRUWX8iw3pn5IIOOE7o7ICmw7e { width:14.6875rem;height:6.499rem;top:47.160427093506rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#M5UW0OawnRZiNXflbktVOw9OiJ3klgX8 { width:15.5625rem;height:14.3125rem;top:46.0625rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZFX1BT20Xt6Nl7X6Dud7M4T0BUKcuuyp { width:15.125rem;height:2.4rem;top:54.187507629394rem;left:3.6875002980233rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#z6ewuSrGd3UsG3VmiUOHQTkMTBNF82pO { width:12.5625rem;height:1.38125rem;top:54.6875rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#fuaN2nnfJJssl3RuvygG5rvWt22XLDag { width:5.4375rem;height:1.3rem;top:57.25rem;left:10.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#qVdO6799mZ1Qxim4STDcRV03XGFT7Lae { width:14.8125rem;height:2rem;top:57.062507629394rem;left:2.6250000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#wyZIL3HfKg4fB2AMnorM2F0ob8lMuFFG { top:60.4375rem;left:3.6875rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hNhcBQqS7cvF6eAddTqBhn8FyT6Tkm99 { display:block; }
#rlqX1tQi7HHzl1wPRy1WveUmwFcApH3o { width:10.3125rem;height:3.4375rem;top:60rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sR97qBuZamd2LWGfAwRkuKHWr3VvTlWC { width:6.375rem;height:1.3rem;top:57.25rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#KmX64GgybanVSORQoWdizN3UqFAasOOm { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container { border-width: 0; border-radius: 0; }#KmX64GgybanVSORQoWdizN3UqFAasOOm > .row .container { width:20rem;height:23.75rem;position:relative;display:none; }#GHfCXPHP8iUSUNHMEyKWIrRE505KPxRP { width:19.996875rem;height:1.86875rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#erc4glHCLkf93iET0HklsAxx901e1x19 { width:12.5625rem;height:4.62890625rem;top:5.5625rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#MhIIEZmdG71hHpKyNmIrmfAi8xbVQlpL { width:5.7495125rem;height:2.4rem;top:12.3125rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#FbJtzp4vIzFC2fLeF9vVtlLEZsrOtgKx { width:12.5625rem;height:1.38125rem;top:12.821876525879rem;left:2.1895833611488rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#p16BIceXDp4mlweT0BxtOQLIpSWAw2ng { width:15.1245rem;height:1.6rem;top:15.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
#Wns7aqvngXkum2i8RKd56AQTS3ZxEXra { width:12.5625rem;height:1.3rem;top:16.0625rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#xdWKsRK76Vg9OizpaelHKw58dmVUDklx { width:12.5625rem;height:1.3rem;top:16.0625rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#HdyKZ2LTTruzQpTZixDsgpk0GUlTSvXT { top:19.8125rem;left:4.8125rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lawXq0bBH8MMlN4UvQq2uIvKPXPfDoUK { display:block; }
#BodmAsXGQGmW1Z9Nt8XPKnfmCN87nCwE { width:10.3125rem;height:3.4375rem;top:19.25rem;left:5.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GFvdu8mwlTtnxsL4Mqetf1khd3LRGEZU { width:17.8125rem;height:16.375rem;top:3.4312502145768rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container { border-width: 0; border-radius: 0; }#LoErocpDwtln6wZZ67UBFLvTfVHvFnGZ > .row .container { width:20rem;height:45.625rem;position:relative;display:none; }#hA8GvTxZqHdhrTv5K20XlasOKZh3oZsI { width:19.996875rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#lc6KkJddMu3tgVQ8UFhA6KE2UQNNMqTp { width:16.875rem;height:15.3125rem;top:26.129163265228rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kJTueUe0yA0WLUCuwbmT1dDLSKKS5JWf { width:15.8125rem;height:5.5234375rem;top:6.5979168415069rem;left:2.0937500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#XQTuSQ5snIaUDJm6dsdbiFhToKf7BNTD { width:5.74895625rem;height:2.4rem;top:14.826043367386rem;left:8.0677087903025rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#R1IsSOhRyCvGifLevZD4kJTfOOOToAr5 { width:12.5625rem;height:1.38125rem;top:15.335417985916rem;left:1.8437500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#tKnXdly3oWpFScchgT0eltM61r3QPpJx { width:15.1245rem;height:2rem;top:17.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#n8y9lO4fGGle3Pa55MMu3ppcT46XGqVm { width:12.5625rem;height:1.3rem;top:18rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#ogGUJHA22WzTtJhfnefFsZE1gJhnNOhJ { width:12.5625rem;height:1.3rem;top:18rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#lcoqvkgHEl7d5M0QxRnRB5WUuAcUO0hq { top:21.75rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IAG0nFU8lncvrQ0Kwsu8yFcZcyMPHqe3 { display:block; }
#oGTaW2IPOxhMCOTN6yVgMVG6tu7UM7y5 { width:10.3125rem;height:3.4375rem;top:21.1875rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b7u1vyUmFgg6QTIxO6dKMbhMiyQA6UIS { width:17.8125rem;height:16.375rem;top:4.8791670799256rem;left:1.0937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yuTFZGclsMIxfvhsUEARoKo7WrDfDPQ5 { width:16.1875rem;height:6.499rem;top:26.659383773804rem;left:1.9062500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#xqS1ElWELkitaTeVoXqs5MD57srQBa4K { width:15.1245rem;height:2.4rem;top:34.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#cZOxIGoWLI1fHndZKnhfl7gvnnivQkmZ { width:12.5625rem;height:1.54375rem;top:34.625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#TdDHFqXKxrVZmT6EhxMn66E9qTUHTmyx { width:15.1245rem;height:2rem;top:37.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#v7hltv46tGFtQFrsoRTAvvCPyQGTug71 { width:12.5625rem;height:1.3rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#sxyOEoxXmQhqr3PruFulTQ05uyrwKz2z { width:12.5625rem;height:1.3rem;top:37.5rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#nFdH0zPgRHm0mNHPFME1XVl7JZhTCnPu { width:10.3125rem;height:3.4375rem;top:41.375rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ly4gM2qLtyybKX9uAiCxaa6SLJsh8qSd { top:41.875rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gxrXN5tmJBXKPiTXZqnGd6dOXLcEnITg { display:block; }
#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container { border-width: 0; border-radius: 0; }#iZQuJP0yQRprq5ny5x3vg3LiDN18b0C7 > .row .container { width:20rem;height:64.5rem;position:relative;display:none; }#lwf1PTIHC0Nmn70nTKNcIq1MlEUvZTLR { width:19.996875rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#QJ5Iig45ded2sdzBFrgIufOCUA1LZ2ec { width:16.875rem;height:15.3125rem;top:26.129163265228rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y2HcBHWUWHCQteUESv0yHoMODGFSodFg { width:15.8125rem;height:6.9043125rem;top:6.5979168415069rem;left:2.0937500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#Rw7UwS8pVnnZhP5wxcEVsk4qJ87DT6cs { width:5.74895625rem;height:2.4rem;top:14.826043367386rem;left:8.0677087903025rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#yUwyy1L5UKwySIxzEoIOv28TsFAbzIFG { width:12.5625rem;height:1.38125rem;top:15.335417985916rem;left:1.8437500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#TvmQGdHi7c5eNtBkg0VREf8Rotc6U09q { width:15.1245rem;height:2rem;top:17.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#iQ4DHeg1uMWTK86uo5qXpy22KXXSwTrT { width:12.5625rem;height:1.3rem;top:18rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#DDlwQiCAy573gZbFKsOI5h7a9V6XP17T { width:12.5625rem;height:1.3rem;top:18rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#Ms0nHR3Mqny8r5XZLtBsaJv1C7BXGBBS { top:21.75rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DAnkz53uhx7EtAycBBolIWvPKBvwfna2 { display:block; }
#nKAllsCVTKnwn1eIKCKOZ8rz68CnSbJW { width:10.3125rem;height:3.4375rem;top:21.1875rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tVic6RtnTP7nzNRmCQdlRs7zut7XEbWL { width:17.8125rem;height:16.375rem;top:4.8791670799256rem;left:1.0937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UCaUJwT2ZeJJI0HhbSSAWasqrAKIwrdZ { width:15.625rem;height:7.7988125rem;top:26.516689300537rem;left:1.9062500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#rRzgXnBM1RsFAcHeFs9FK2DI8uTziBnD { width:15.1245rem;height:2.4rem;top:34.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#iWFOVXF4cEtZo2bzViO0reWufWSl7AhM { width:12.5625rem;height:1.54375rem;top:34.625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#yHTOE2HaycMT5he1mrvDILnPV2uUHTSG { width:15.1245rem;height:2rem;top:37.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#mL2mDQysVCKfFlDTp1KDTX0nDur3y0pk { width:12.5625rem;height:1.3rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#ZTvvx3aoOf5LV9funVplgcy9aQBTLAQh { width:12.5625rem;height:1.3rem;top:37.5rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#TWpdQwS5EA69Regzan5rPlALRRib5CMg { width:10.3125rem;height:3.4375rem;top:41.375rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UnxKu5nW4g47XwuA9tKnnRMohAKwWvLe { top:41.875rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q9wuhx3fZxAeNlH1EXO5VUyd4PKMPWQ7 { display:block; }
#P9FTBE6vCfk5TdWenHyTQ1u18CLm4M7y { width:14.6875rem;height:6.499rem;top:47.160427093506rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#N2z9bUMSfTnTH31aga4a6pheJATeVlZ7 { width:15.5625rem;height:14.3125rem;top:46.0625rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kT0nTcXrGpvUU0oZ18lIaKLCmr7ZhX0T { width:15.125rem;height:2.4rem;top:54.187507629394rem;left:3.6875002980233rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#VErXIpgf1TtmV8ZURZbS7wfCI6nT8uKJ { width:12.5625rem;height:1.38125rem;top:54.6875rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#BQnoDGw3rdpOrResxLBbkyFEr5FdhyQa { width:5.4375rem;height:1.3rem;top:57.25rem;left:10.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#WFcTAegTGA4OKfT9TmFKCOMqRm0DONxI { width:14.8125rem;height:2rem;top:57.062507629394rem;left:2.6250000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#opdr0kDAKQ9EZXWvXddc5Ml0pcBpAu1G { top:60.4375rem;left:3.6875rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VNNvfWKdWXl92OS7kDMJtcNWgPG3Xr00 { display:block; }
#WxQKoJTMdwR4kqHze6tTUCThdRIZuONC { width:10.3125rem;height:3.4375rem;top:60rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Mx5qFLliPbziUUz1C5edXF2gUypx1T5x { width:6.375rem;height:1.3rem;top:57.25rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container { border-width: 0; border-radius: 0; }#G6Pf9PZfXB3uIaWH0oJiPmizf8bgQSMw > .row .container { width:20rem;height:64.5rem;position:relative;display:none; }#gAtOStISkZodXCXnFszKGITbfL010P5J { width:19.996875rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#SyzsvtLI2FL3g9h8dCw1Hp9SLxU5J2fW { width:16.875rem;height:15.3125rem;top:26.129163265228rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Br4XVLBwIPwQ9Pgs3OHOrfR443tpz0Dp { width:15.8125rem;height:6.9043125rem;top:6.5979168415069rem;left:2.0937500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#NqbiOzBTdCR1XezMhTmCkiTaE05KS61S { width:5.74895625rem;height:2.4rem;top:14.826043367386rem;left:8.0677087903025rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#QXO6EZwnwzZcrfiZcGBc2X0fRuIMFymh { width:12.5625rem;height:1.38125rem;top:15.335417985916rem;left:1.8437500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#kpfXmIsPM7L8xFQezl4keTNVPddRhU8G { width:15.1245rem;height:2rem;top:17.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#Dfliv7G1a2GcJco1bT3LCWRzSW4gS3yB { width:12.5625rem;height:1.3rem;top:18rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#Ap7xiOqFXeSZiaz3hJiigwiqvC8o6IZw { width:12.5625rem;height:1.3rem;top:18rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#sTNWznfssOXBtPWan9tFQpFdTpvVFElN { top:21.75rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fcRH0pLqTPqfMFniR4eK7ykwsiHguLLf { display:block; }
#C1nNdr7MaMPwZuq1td9SS6pr2GIarT1R { width:10.3125rem;height:3.4375rem;top:21.1875rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZOsixBdzswaaalFgm3XUvm3mrgPvkKlH { width:17.8125rem;height:16.375rem;top:4.8791670799256rem;left:1.0937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fAv5e7QpZMSTCmalNMowdruhtGcai307 { width:15.625rem;height:6.499rem;top:26.516689300537rem;left:1.9062500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#CshdmTeeBdgCLlx8kv0OhBXwqe9kTNi9 { width:15.1245rem;height:2.4rem;top:34.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#g09AO5dTmkhymKNMyChVh2WUTnHhKAPT { width:12.5625rem;height:1.54375rem;top:34.625rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#vtOeBX5O0oWR9AntMPf2sLk23vtzm99N { width:15.1245rem;height:2rem;top:37.3125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#HVkoSfroETZpBmHMEG6tLPrEJ04OsNib { width:12.5625rem;height:1.3rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#d12AI1lFMI4z0xONKF0AS3cNJLUFuMVu { width:12.5625rem;height:1.3rem;top:37.5rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#uwd2E4Ael3T24zXTQnFnAFu0odX4QQ8T { width:10.3125rem;height:3.4375rem;top:41.375rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iBQ9QgeebeTKJegmg1zJgNE95PBQtQuJ { top:41.875rem;left:4.375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Qdazee5M9K3vxCAf0301LJxsbqOdh5m8 { display:block; }
#WILhTdx1sNr4CuMrOF7upCHocU1mBZG4 { width:14.6875rem;height:7.7988125rem;top:46.454136371612rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#hpzKrHQDvBHC4t2zlHFEPQM1kkbheqC4 { width:15.5625rem;height:14.3125rem;top:46.0625rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ueRdRE8flKOcfPSZ9NsVeDcO1h7V31aV { width:15.125rem;height:2.4rem;top:54.187507629394rem;left:3.6875002980233rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#ha9vBZBNuoQEAHXPkhd5n3AE4kM8yAZB { width:12.5625rem;height:1.38125rem;top:54.6875rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#HsBdoRNpIbTywt2UyTbNyZF8xKa9XaI1 { width:5.4375rem;height:1.3rem;top:57.25rem;left:10.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#al2ZQ5IcZ9JJ88TnL2JTfcocxcRKRVJ0 { width:14.8125rem;height:2rem;top:57.062507629394rem;left:2.6250000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#mT1ZdCWbZKOuG2w5hGSlDCTTfHre6wUb { top:60.4375rem;left:3.6875rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Pw2aCHXu0e5XIkuhv5IXEJo1q5Q97Kql { display:block; }
#GyXeTm4DmZTTZx2AnEgNL1welMeKC1Gb { width:10.3125rem;height:3.4375rem;top:60rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ItUJiBTNxEmI2Dn7z8TM9Lok4c1gxyJU { width:6.375rem;height:1.3rem;top:57.25rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#okzKavCuTsv63waFngsq9RTDLTHgzPZF { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.16)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(132deg, rgba(var(--color-secondary-2),0.16), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container { border-width: 0; border-radius: 0; }#okzKavCuTsv63waFngsq9RTDLTHgzPZF > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; }#U2iQTQFCXyKHFREIQu4ZLE0xZ3zKhRXl { width:15.8125rem;height:8.53125rem;top:1.75rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#A30XCbJGDQ8HSRrcVt8Az74snyZT1HSU { width:5.74895625rem;height:2.4rem;top:10.8125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#vPIPxUldgR5Zf8VeEXMzgV3NxQlcnEMV { width:12.5625rem;height:1.38125rem;top:11.3125rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#sVuE2wx3OVPmUWmuFfzhEx7DNPFaCAi6 { width:15.1245rem;height:2rem;top:13.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#lMFWI6i2U2m22pWExkpXBtEXKtbS7EyD { width:12.5625rem;height:1.3rem;top:14rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#NUXkV1yo7Z6nBxtIFzCS0V8bSqL4PD1f { width:12.5625rem;height:1.29980625rem;top:14.099609375rem;left:7.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#KRrtFhcMtAheFp6AD05b8T1rOizA88bK { top:17.6875rem;left:4.34375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u6wUCCFUTeWnONWe6XroOcGb3QgUKirO { display:block; }
#EJogNvTqestzaiZ7DZ02znXv31kBNLi2 { width:10.3125rem;height:3.4375rem;top:17.1875rem;left:5.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cSlXtb3a4I2TGMyPhSi8dzV2g147FQpt { width:17.8125rem;height:16.375rem;top:0.875rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EnlaTSBFKE8HIyPH36IldLfFCvtURc7L { width:15.8125rem;height:3.65625rem;top:26.3740234375rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#PBx6PBcIkIEg2GzLQA588LDK1ITsnZRt { width:17.8125rem;height:16.375rem;top:22.25rem;left:1.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SQ4SmPq7xTBV22A6lVh6Hzp3tDkOTDxf { width:5.74805rem;height:2.3994125rem;top:30.615234375rem;left:8.6259765625rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
#ozreb8WU3LxLE9cHwQL6kfdMwTJk2fsZ { width:12.5625rem;height:1.3808625rem;top:31.125rem;left:1.560546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#zCDrkh587R6R4SHSvMgElZb2892tXotE { width:11.875rem;height:1.29980625rem;top:33.013671875rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#P8Tf9RttezccCoXr9XKregapwdrW8RZO { width:12.5625rem;height:1.0556625rem;top:33.3359375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);display:block; }
#QpR0UDcbBif1VtCfzgoNSvi0P9sxgSTc { width:15.124rem;height:1.69921875rem;top:33.013671875rem;left:2.6884765625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:block; }
#dkO1GEfxfTMrRf8MQTUToBvP6BqSit7g { width:10.3125rem;height:3.4375rem;top:39.900390625rem;left:4.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wMTJAnsd98S7QmV07qW8aFaKMiSxOKFv { top:40.587890625rem;left:4.34375rem;width:11.3125rem;height:2.4375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tGKZvXEd1nI7eDDRED4f55G6PJAg1Tx2 { display:block; }
#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { background-color: transparent; background-image: none; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container > .video-iframe-container { display: none; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row > .video-iframe-container { display: none; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .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); }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { border-width: 0; border-radius: 0; }#wAwiZCgZW4oheuAz27nDGxfNmrV9VnPe > .row .container { width:20rem;height:5rem;position:relative;display:block; }#Dl0hZOrqLB6N6EFaCrXTfSHPpmham3wM { width:20rem;height:4.3125rem;top:0.3125rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#b98c65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Vt5TE1TqoNln7AoD03R47GVk1cRhUJvo { top:1.7375022768974rem;left:0rem;width:20rem;height:1.462675rem;z-index:15004;font-family:var(--paragraphs-font-family);color:#19232e;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#PyPPMEl7QfAVfPc42FrzbCnKufhvzJLN { width:2.1875rem;height:1.5rem;top:1.71875rem;left:16.000001132488rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc.adaptive-delivery-prevent-bg, #uwGKv5mhi2Go8M53N1MztdueDnTcOFrc.lazyload, #uwGKv5mhi2Go8M53N1MztdueDnTcOFrc.lazyloading { background-image: none; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container { background-color: transparent; background-image: none; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container > .video-iframe-container { display: none; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row > .video-iframe-container { display: none; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .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); }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container { border-width: 0; border-radius: 0; }#uwGKv5mhi2Go8M53N1MztdueDnTcOFrc > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; }#Esqi5tgvFfVBZeWD511JrQ476vwO1KBJ { width:10.9375rem;height:0;top:139.625rem;left:5.0625rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:none; }
#wQaOSvDlFEZmCCXlA45DZBTEDvFWoFEs { width:17.1245625rem;height:24.375rem;top:0.97330760955813rem;left:1.4377170205116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XOi8GCAZkVEcp6ZqzinHQJ4nN8lJRL6T { width:10.49925rem;height:4.049475rem;top:26.154731988907rem;left:4.3261721730232rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.6875rem;font-family:amiri;color:rgba(var(--color-tertiary-4),1);font-weight:700;font-style:normal;display:block; }
#fhmlMnMTXHRaq3TuS3bkka55DWTzffsD { width:18.0615rem;height:3.2986125rem;top:30.935765266419rem;left:0.96788197755812rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#SiLGcKad7Gt2iZ4ncOTdvEOoocLLUuiA { top:35.311633110046rem;left:4.3120663762093rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y4iz9ec04SEZSE0gSeoXabSN1U8bPdky { display:block; }
#M3rCiAPsEpRbumLQGvHTGJp90tzZUTuU { width:10.3125rem;height:3.4375rem;top:34.874350547791rem;left:4.8122833371163rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uusm8RCECsPoyrDR5ZV1kq4zeCaHq7Hw { width:16.6875rem;height:16.6875rem;top:75.435119628906rem;left:1.6558161377907rem;display:block; }
#PsUlrAXsZmIoD6qgtEHn8ov8E1tDacip { width:19.4375rem;height:0.8941rem;top:109.56164550781rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:var(--paragraphs-font-family);display:block; }
#NorKEOQN0bHZd1x88STgz9guIkXDJKu6 { width:20rem;height:15rem;top:95.3125rem;left:0rem;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#n7DXLNuBc4WGZCxKqTT00kSgm70HiCZp { width:1.75rem;height:1.75rem;top:106.99981689453rem;left:8.624132454395rem;font-size:1.1875rem;display:block; }
#BuExo2hHlplsAkBaZwlZF8z0r2xBBFTx { width:1.3125rem;height:1.3125rem;top:107.24932861328rem;left:5.0618494153022rem;font-size:0.875rem;display:block; }
#zlwXuhXioRfutFiR8z6Htd25z4tALNg5 { width:1.3125rem;height:1.3125rem;top:107.24932861328rem;left:6.8750002980231rem;font-size:0.875rem;display:block; }
#H4CEupPW75hLKLSMaauSVMkheTSnfpOG { width:7.3125rem;height:0.499131875rem;top:107.62481689453rem;left:12.312283813953rem;text-align:center;text-align-last:center;font-size:0.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#HSJBz01Vzl1vDPppBJa9f1hBniGPVfac { width:5.5625rem;height:0.875rem;top:107.43707275391rem;left:13.186849892139rem;background-color:rgba(236,236,236,0.61);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;display:block; }
#OuQg9ZD6TuiZrNyQJT5gE1lcziPGHKkb { width:16.625rem;height:2.79730625rem;top:101.74914550781rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#hPDVB4efaUSKZ2dBp55kM0uvwheZOsFT { width:2.375rem;height:2.375rem;top:101.74914550781rem;left:16.499566376209rem;font-size:1.625rem;display:block; }
#W8IPcyTi4ZdrLaaG0f9XhFnlmk8kabtU { width:20rem;height:2.59874375rem;top:96.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#x2HmsBd9nD9OWAAQJVgL82TpyJTOv7zw { width:18.9995625rem;height:25.061875rem;top:42.125218391419rem;left:0.49913197755814rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15083;overflow:hidden;display:block; }
#CtGbi22aWzgIrAaq22JOxq1P0tpaf9bT { width:13.499375rem;height:4.049475rem;top:68.027996063231rem;left:3.2497830986977rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.6875rem;font-family:amiri;color:rgba(var(--color-tertiary-4),1);z-index:15002;font-weight:700;font-style:normal;display:block; }
#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { display:block; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { background-color: transparent; background-image: none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container > .video-iframe-container { display: none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row > .video-iframe-container { display: none; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .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); }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 { border-width: 0; border-radius: 0; }#yhr1etEoQ2AfEZIOxkr1WDwBLIvrTZi7 > .row .container { width:20rem;height:13.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#t3OilDnsRdNkZ9855mVTBLBu5Fwq0VsL { top:3.1875rem;left:13.5625rem;width:6.25rem;height:0.125rem;z-index:15032;background-color:#b98c65;background-image:none;display:block; }
#SmM44mew7hqr5Ct8MygJAtGQXz0bvBeb { top:1rem;left:7.125rem;width:12.5rem;height:1.8684875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#Kf9DGlD83472oeBQmLN1x8OyuzaaSfoS { top:26.617966461182rem;left:3.75rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:none; }
#wMINST6n3THaklDeofvt3Oi8ldNNqILm { top:3.1875rem;left:0.875rem;width:18.25rem;height:1.055775rem;z-index:15033;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TV0PQCHQnsTQdJoJPirPwfiGAbcPJ50G { top:4.98828125rem;left:0.34375rem;width:19.3125rem;height:3.89756875rem;z-index:15034;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#ALXBG00HgHtlvsER2bGCxvAAuT0ndJB8 { top:10rem;left:0.375rem;width:18.8125rem;height:2.923825rem;z-index:15035;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);display:block; }
#p7EHtm6K9U9LJvl3hysk2K4WrKBdDxs8 { top:19.625rem;left:0rem;width:18.875rem;height:2.4375rem;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:none; }
#M8N7pc6HanQq3wH6eZQXSks5En5BcBUX { display:block; }
#t3zRZTUON0PcuEipMdzhTLpqTxHARV5e { width:0.9375rem;height:1.875rem;top:26.617970275879rem;left:9.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row .container { border-width: 0; border-radius: 0; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgeixVEeB7AUGy5Hn0LKUZLaXBUafZZ3 > .row .container { width:20rem;height:39.27430625rem;position:relative;display:none; }#R84WUzGOPIeEd1N9PBpdngHovqr3azyb { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);display:none; }
#E0i4mAohkn1Aym96HQJ7kbIkcXV3Rnb7 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#Xav8aOcTUmmmTTmuaMKXVCsLxFcafPsh { width:14.3125rem;height:22rem;top:6.5rem;left:2.84375rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#txT8pvbvPnQSUohP2rDzac8a7NV6BwOE { width:12.3125rem;height:1.6494125rem;top:31rem;left:4.5625rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TIfGTZinTzMl6XoeMorsmrDn4Z1zXFqa { width:10.3125rem;height:3.4375rem;top:33.375rem;left:5.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ANmU7m8r1nfPO0UawdyId9Aw13bVTJcz { top:33.75rem;left:5.0625rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fMWPEwX6Qh4p02W5M1elvyXNECSKVNyo { display:block; }
#szRwwipk08ZL66UzlAZpbBAdRd709PtW { width:20rem;height:1.6494125rem;top:37.625rem;left:0rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { background-color: transparent; background-image: none; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container > .video-iframe-container { display: none; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row > .video-iframe-container { display: none; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .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); }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { border-width: 0; border-radius: 0; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNfuLeUyrqPDne6uMvamvdHJMCiEHiKx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; }#vzbApNVVZITTltOuEvg484AOSxKISagt { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#WplPva2stwGTGilopW1B8cTdTuSGdTQ9 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
