.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:195,163,101;--color-primary-1:178,140,114;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:30,30,30;--color-tertiary-2:5,5,5;--color-tertiary-3:1,2,1;--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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ { position:relative;z-index:auto;display:none; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ { border-width: 0; border-radius: 0; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .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; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;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; }#pf7OgOVSdggmvnCS4gWChKcbEFk9l5wq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#EeV3DvCQBdTOWfZqCzOSEvIr2LD6MwyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhtSgvumRJCRt3xtnJcLd0GX3qEOkVTm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#ColIakZCUT887cAMoLyTo505b5eMQPwR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#cOqKfd9UscW0bExWzzcu0WrxcMRR2ETR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bg6Ky8ng9yQMncXm1sJ0Xs5UnuRXi9Fh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#Bg6Ky8ng9yQMncXm1sJ0Xs5UnuRXi9Fh > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Tdx79TMkBUr1nWG4zN6tCmyqIlaPht2P { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#WVNtcinPOd0SW8dRVSCFP0iRKMWKeEtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcEaUHC0s6Je7o90FSPFHIRl3kC2HBh9 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nisnKQHCnJorSrTHezEvd44FZniU6HXX { position:absolute;display:block;z-index:15004;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:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#Ja1g0daC5nfxiZZoogRaiekVBUtK25g8 { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfL08h144ArotmTLyGLqUrHw9X3dr0o8 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdX8XBXWlnRTWie4N0sNldWdchuriA64 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hezMPsfBUerI4GesEG8zMOQBH3bgWxK5 { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sh1PAmgbkwkEi8QSkbWyRtcSu0ed2Gxq { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNpykMwHCa8Upe1aGK2J9cGeAx2MTyTi { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reIv0u6G6WAvXVSxMOGMzlHsga0QErTT { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T { position:relative;z-index:auto;display:none; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T { border-width: 0; border-radius: 0; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .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; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;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; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container.adaptive-delivery-prevent-bg, #Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container.lazyload, #Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container.lazyloading { background-image: none; }#MtfmreQzva45A5Z7qp32ALZ6pJVkm5oV { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#ZUmdp2nLtyLpwFcPAlcw8nhN0ukUZ9Dr { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { position:relative;display:none; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { border-width: 0; border-radius: 0; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .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; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#ORHIT5eb8RvaEFg2z4t5NDr3ru3lA1Sm { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.375rem;left:0.375rem;display:none; }
#uomi610oUhIH26lXnsUMwZD9UG99TSaz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:20.625rem;display:none; }
#IVBqMHnvqsMp0DddTZWNqF3HJHHdwTL8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;display:none; }
#FaIl2svLdI2xS9fgEm6itIZc5V1Drq37 { 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:15000;opacity:1;display:none; }
#fix4touIcI7q878nb77pRVkgasiHCkKF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.5rem;left:0rem;display:none; }
#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE { position:relative;display:none; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE { border-width: 0; border-radius: 0; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .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; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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; }#hvUddhGgxmL2rcEXlVHXbhL64twBJ61g { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cHMOJC58c2FqyMac7TKSiwxroPkuXVzD { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hJZi4RRptMyiaTAB4qT4flnTMzTi3CSp { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bx2yTWFaPsfgPqp5ZPSvBHWPKceQFKBA { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#urMmv5nBSIJ5T7NLDyPuPMMKb8ioSTuU { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#p6TGDPAJvWD1fFpEbd38CTvApW0e8dh9 { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#i6Ndo4Lf3nzgXzCT2Rp6P0kHZ6dUPgsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESdlEdQeLoVs9eLMrsAdnQlhJaSrZUGb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#GXr756wLR8Nc3uqaoE0NqaFoAcEy9edV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-form-header {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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:left;text-align-last:left;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox { width:1rem;height:1rem;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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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:#b28c72;background-image:none;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.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:first-of-type{padding-top:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:last-of-type{padding-bottom:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 {display:block;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #Lmt63SNwigT9VpxrRT3AoSOdLl1xugTa { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #T17Gy914RhJ4f5vE7QVc4qe1dQLEER4Q { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #dWLTNxbdsA5oGSnUyakvn3RH6FpKq0WC { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #rPvKS4pey0P0sTsOPmrxEVRRPTTM59Cy { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A0cZTkfha0a7zRxmaMTcRTO6E8Qv4X4I { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #VB6eiAn7cNf5tghesZrbxnwB1wmErH7z { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #D3gyL73DTMgEwC7TfdGppl0Cux72TTvQ { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A2PXRs4mbALBPpbrOryxMRrOc6koibQI { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #qnEz2mUZkwqFJsIwPZ3bzvPDpwzDZKpy { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #cy6WlTFfkCb5FiHRPFUbtUJUTXU7BGrx { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #PBFKkR39xL0AvLgFnUaEo6FEeRfZSw2w { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #HarALrPySlb5bR8UsrDRhmSlk56wRKlm { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #UrEEfWgI8q80gKDGzHJH6tVtgUmWFVpT { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #hEmHA1MKLuM6XmX2eRk3eegcnt7TyS6y { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #tvFh7x1iTeQy5GIxqCi7p0pZcQghun8W { position:relative; }
#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { position:relative;display:none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { border-width: 0; border-radius: 0; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .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; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#G52VZbazAAmTtqElHnwGhulber9Tr6wv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#y2FC7szuT11ThtDiGyTBI1pyXNDu6EdK { 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:23.875rem;width:60rem;display:none; }
#ELobNKeqfuFso8AogvPg1KykwOQRDlxD { 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:5.125rem;width:14.0625rem;display:none; }
#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { position:relative;display:none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { border-width: 0; border-radius: 0; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .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; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#S8S3ffMbW1MuX2egHw01cN8vDEizU7yC { position:absolute;display:block;z-index:15030;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.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#i58PsM8hgTanGNJWTmXzEM0RUFksJkF6 { position:absolute;display:block;z-index:15030;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.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#KCe9ZNLRwJCaykrdCtnxq2syxqlHO6vd { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#uA0D1NTA7Rk2IyGIGeCNxWgzhWDkcIsg { position:absolute;display:block;z-index:15110;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:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#P8yF16I10Qwg8blOHptdsR73HOVyLXRT { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { border-width: 0; border-radius: 0; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#lMcVJ5WysT2W6VPw34236g4D3MSp9e1K { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#aFr9belpzH63qNMvuMJq6I7KqivO4i24 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#t4XkKVeqzLOFn8S5DZLz9y5DnOhPtBwx { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#Nf3J6IvR4xLh7yMse6VRvZXeoOwwk9gy { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#KKGOooFxlP1Wo9DgxCGwwdzc7UhwHzWN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGRM9VRvf6XbUSMpUPyGvMiTIul7scwl { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#BcB7cLUlSauKqOv4ouH2H1bT77t361iN { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#A9468pkzAhTKJU36h0QdubF81DAI16bA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#zNTUhIOF45PormcZW2N4yRT0wf6zDWTF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);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:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM { position:relative;display:none; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM { border-width: 0; border-radius: 0; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .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; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#tgN3JOlofuJEpulO9zIubAZ71KowdAqc { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW { position:relative;display:none; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW { border-width: 0; border-radius: 0; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .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; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#xDnM4q4UsaTL3g2yx8JKGTFcuPSUVfRU { 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:16.1875rem;width:27.875rem;display:none; }
#VB5wwok8T3P6zJUFfNr3UDh11yWgbdfq { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oT6R5oxcs2BzMg7vTFKgT2iiaAdwHFhK { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.75rem;top:14.1875rem;left:5rem;display:none; }
#yAr5PvzIBxm6DemiwQ5gh5UkLClfuxPk { 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; }
#dD3MksbrBJ6G9CBlbpJqHavtq1pIO2iV { 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:lato;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; }
#hxirWpTCef4TGz2iagobUwLtZT9n3kWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsM5mi4zpMcT8zXDJXlqrvKhGxCg48bq { 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:lato;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; }
#r6S2WUvsAkvKL2d8NLpe6DOVTvukVUSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNWKosU1rlX8kzqunmu0lCKpDmvNRf6P { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#VswzLm1tN0o7SBOghuvwGbdiB55FGkIa { 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:8.875rem;left:17.8125rem;height:1.99978125rem;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:none; }
#aLD5FKosoi2PSFvwllXlz5zEN1W77dcL { box-sizing:content-box;color:rgba(87,126,169,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:15008;top:10.3125rem;left:55.6875rem;display:none; }
#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn { position:relative;display:none; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn { border-width: 0; border-radius: 0; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .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; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#pHJzT72rV6gCTDKT2kTFpuAlF1BhzDIu { 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:16.1875rem;width:27.875rem;display:none; }
#q6s9oJTpW1ObfTrrXiJlwTWaXEf4DVLu { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qhJDvdTo2CWRLsmdIwT62xsfBDNz6pWE { 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; }
#DNy5A7daH4dQ5e6QeNnLHzhTpiq2m2r5 { 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:lato;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; }
#rn28eHpJwpV7k4nTGdwxLos8wsJ7QQx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNbkRlqkdwg2zU2Jq97HNxEirA2DBhFq { 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:lato;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; }
#PSX91U8o0KRkSARC2Jo9hkla5rQqZOau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAvg5dGnruQbcwGHSpd0e0O8H4rAaHuo { box-sizing:content-box;color:rgba(87,126,169,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:15008;top:10.3125rem;left:55.6875rem;display:none; }
#TJ5Ite2IKoe3z1r6Gnt8OQ584E5NNpuL { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:28.375rem;left:5rem;display:none; }
#s9cE3yJ7AQx0ELTZmdlOEQWhcrcdKdOf { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#a0UZzN9J1orMfSusRorzKo2zKJ5MrPPA { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:44.4375rem;left:4rem;display:none; }
#vulMqKiC0SNHT2TUmvxQCsG9imHM5sNd { 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:lato;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; }
#wR3Tm0l6yHJafJX8TuspPd0TuCTT8Wfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CKJvROsbsTB4zqJLrKwOmOZdJD6oT4Po { 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; }
#XlUZkdRqJ6QqwSLSq91ZErxM8dNRCf7C { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#K6eAXwVEUDNeGkT3JnFxMgBzt1QGJ8kD { 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; }
#PRvMqXfcumy2VcfCPFwfbArheRcTSloQ { 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:lato;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; }
#ZLyIPPsL2XM39dnDK4W4ZAXx0TvSe6uS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izpdT4Rb5RFSBKmbtXezoakqxdX7xMfi { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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:none; }
#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL { position:relative;display:none; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL { border-width: 0; border-radius: 0; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .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; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#CD0LcWJuKeHKSb1MMi8K1WuZ6UDMgDOm { 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; }
#FDNg4MHzVmxgw1EnMNNZBe7FLyfzCUtE { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#orMZy2mGRosWCe63AzgpPJQHaBZyIif1 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.375rem;left:0.375rem;display:none; }
#WUCimSA6ECsr75uFuMXorT52dyENbrT5 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:32.4375rem;left:0rem;display:none; }
#G7itMWv8cb1spXzGz1RhqfwPcwQMrm7D { 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; }
#SBMVkw52QoWuDxlayBCtBJfC1nQWrBsW { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.375rem;top:65.25rem;left:5.375rem;display:none; }
#mhUkrLf97X3pEzE1EyIhW0XfxPSyPFMS { 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; }
#h5TsxwpvQSWLQzR8mXm4EQOlAQ9xvTxe { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:77.625rem;left:5.375rem;display:none; }
#ylDw8ESVwgNBdvDwDSB2BDTxavrnK8ns { 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; }
#WhiRnBbPTp7vHcL3d1dXlBF7Ivo72OB3 { 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; }
#quqB1f3c9xEhVBEZTeqmKZNNZ7z0O1VE { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:118.25rem;left:5.375rem;display:none; }
#cy3GuwmxdhpLf8fzdAC8sAXzTRb54qm8 { 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:lato;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; }
#GhtIH2uESiP7485tuO3aTSbaD4eKaeHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEGB2ZFtqnL72vhOgIhaLVynCzNF0lnv { 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:lato;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; }
#naA1vrVBPdeStS2iT2aCVtcxo3D8X3la { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzOuEPTcy8MXbv0Lxd9cTuVH00L599H2 { 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:lato;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; }
#DF3aBdoBiQHqp4XiA62G6EFHQpqhx4zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fu5AbbTlSDWiX61Go9Ucd2lnPqF0oHwm { 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:lato;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; }
#E1x2aD8H3KZbJidgIwZHvufETfs3RPqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPtFJ7x6IfvzGkN8bLIIqpEakDBUEpgI { 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:lato;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; }
#lwMrJrf0ZFKlVKJ5T1JT1RqIuAkzDwAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GO0e5IK6t822vhovgAEd8SgifxOZXhhT { 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:lato;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; }
#S5hM6lmA00N86eQXopfO1xobo4pQ9Nv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMfuzpNzGGPUQpMSEDlWF9Rxz8aW38PV { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:86.5rem;left:8.5rem;display:none; }
#WfkeeTJT9JXKFgAiUaZMrpT9t3lVEeQV { 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; }
#GH7T788cILr0ntdRh4IJOcTUgcoMX244 { 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:lato;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; }
#fVfs2k42b61ZItqgHEfLNFZcpJHy7l3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkXHeyLrE8mxlEGQ1eiRtzsVeg0wiyao { 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; }
#XlDZT3fysF06taAWWF8xri6DbXAnZsRH { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:97.4375rem;left:5.0625rem;display:none; }
#TNSZSE6NgldJNFquyS85xdyi1FBzzl0c { 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:lato;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; }
#LC6WGrsTP0NrL5isIWloXl4JL4DsTznK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieDEaS86q36eN2T6TroIh3tIqNWBrToT { 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; }
#oQJhwDXHdHrXnhxf7Kg7qTiaNNELxpc3 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.875rem;top:111.5625rem;left:5.3125rem;display:none; }
#vGL3XvsOreKlcNs3NCDdG4d9LBTQhzOn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#LUJR6NQB6t1NZeFiMIpzqZeRyefCTNue { 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:lato;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; }
#go4T9eHidAeRNBi09OXMvLoolUGo0Qth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwbV7SHkbWrU2ptOaXVRZIBFsundJuJU { 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; }
#Ew6EQTHRLmu9DRpr7ybKrwbpESZz8rLQ { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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:none; }
#X6rWLSh2w8xakkcD8XzRtpDvFebrJ1G8 { box-sizing:content-box;color:rgba(87,126,169,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:15008;top:10.3125rem;left:55.6875rem;display:none; }
#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp { background-color:rgba(var(--color-secondary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { border-width: 0; border-radius: 0; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#T6VgTurgW9tcdSFOw9ziNB8v5VzHzcQo { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#TmKDH4BAMQxOt4ZuIETy8IJxTRL5VqEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laZre38UgRUcQEsT9dOTm0phHdAJgMQT { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#TkUTu7XF5PrEUvGVbUlfETeocN9cas4Q { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;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; }
#iReQOA3sQgAxWLqu3LwJ6TWnK1bzWxQm { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;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; }
#KLg47TANwBwo4zLtThwWIiDTlA5WPu7S { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#KUtV72ZWwP9TAf2gtNnN9HNvVCyLRQlx { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;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; }
#kiOwyhd4d3gBKMtPaisqSMFPBGf4tlWz { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#GzeAWVL2GfS2kLvlSzlNrmMICnlHx6Q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { border-width: 0; border-radius: 0; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#x2HXNzpkGSsBDPOOr8gxdSkglk4O7pOv { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BgOm3xdb5tJknEL54FRsvUW8sn2EssFE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#acmx8AkTs3oaxsQDuO0962OFfL2CfQRw { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;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; }
#PQwzgqyIFCt3S4wyc8JNbZoytbJcSTv3 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dKgBnBeaPshCMVa3Ff35FHB0oV4Neyt2 { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#XvaBVS8e0TVlJxpb7BILvsLBrhsp09Kb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#K8MROFl2m9f81aBGH0fI7O2zvTbPbf2K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP { position:relative;display:none; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP { border-width: 0; border-radius: 0; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .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; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;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; }#GyUTHAlpZItJsG7tSceVvSwMTtMJQaiQ { color:#0c0b0c;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:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XaIyNq14JrvTZEQ9dE991vnAZ7USyOCk { 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:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#PTNeZ3tIhKc84tXoVeebIbw4DRgPhSUy { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#ooUhT6NXk3XRWTD1tHhN5IXRG8PBeG93 { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#n3FlxbKvihKRzE1haS66xz4VS8L1sSy8 { box-sizing:content-box;color:rgba(87,126,169,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:15008;top:10.3125rem;left:55.6875rem;display:none; }
#KBmJyNfeyu1FnWRfxpGQQfnmI9661krO { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#VcZ4szdi8yZIZXmxzJS9Vl6zTSS0O8u0 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#OV60JV2g9p2Ll3iNuWpVD5kqkLUdyLKF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#ppT4hwho51A7qBQ8aRDIHVPIc4dLtOPN { box-sizing:content-box;color:rgba(87,126,169,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:15008;top:10.3125rem;left:55.6875rem;display:none; }
#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { border-width: 0; border-radius: 0; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#BiMZswH9X3MgiA2X1ZksaeXPJvT8n2U0 { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w3MDWXQHJuKnIvez3JP5EzUoGOoOdbM8 { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#TzKw6PSHTi3NkMiSTZ3AAihC2SqGVDQx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { background-color: transparent; background-image: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;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; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { position:absolute;display:block;z-index:15004;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:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { background-color: transparent; background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.6875rem;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:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyloading { background-image: none; }#X28U5qqXp15BrdFkqNRS9bqmUropUBIG { position:absolute;display:block;z-index:15000;height:9.87425rem;width:17.6245rem;top:18.310546875rem;left:1.866455078125rem;display:block; }
#Se8UIb8FQTRGo1KOpVRyg3L8h8Ec3dMg { position:absolute;display:block;z-index:15020;height:10.1245rem;width:18.125rem;top:6.93603515625rem;left:1.614990234375rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { position:relative;display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { background-color: transparent; background-image: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { border-width: 0; border-radius: 0; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;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; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-form-header {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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:left;text-align-last:left;vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-checkbox { width:1rem;height:1rem;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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:#b28c72;background-image:none;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.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe { position:relative; }
#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { position:relative;display:block; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { background-color: transparent; background-image: none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container > .video-iframe-container { display: none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row > .video-iframe-container { display: none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .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); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { border-width: 0; border-radius: 0; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .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; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .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:31.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; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { position:relative;display:block; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { background-color: transparent; background-image: none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container > .video-iframe-container { display: none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row > .video-iframe-container { display: none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .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); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { border-width: 0; border-radius: 0; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .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; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#RODNLf9QgFcQOx8spQG59TTPTzwLryAy { color:#0c0b0c;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:4.1875rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBCbDZiMJOfmFmTTvK7tAUTcApFtzVPd { 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:9.0625rem;left:17.8125rem;height:2rem;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; }
#T8BWEJB1NETF1eP3bcJXBNhi09PDsDr7 { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.81201171875rem;left:2.18701171875rem;height:2rem;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; }
#wHLxGbTSuxLJo5ZSP0vVitFbTBHGCO3x { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.5615234375rem;left:14.6865234375rem;height:2rem;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; }
#qRXblREzTtq5uDdm6OkqmQh1IsfuJP0a { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.3125rem;left:9.5625rem;height:2rem;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; }
#e1olqMvCssHbeoH24nyVtIVPVZz17rnG { box-sizing:content-box;color:rgba(87,126,169,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:15008;top:10.3125rem;left:55.6875rem;display:none; }
#NqGSu2d8KeqsNeVZFDfQM1zVUvnOdxsu { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.93701171875rem;left:54.1875rem;display:block; }
#w3xNX59TrfqiPqGduTy65qPlT3waddvT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.1875rem;left:54.1875rem;display:block; }
#aT1GfebAyihsNA65v3EygGreNTUUPSd9 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.4365234375rem;left:54.1875rem;display:block; }
#qiT25aVnIItgqqgtNfzIPK39EQrC1rWU { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.6865234375rem;left:54.1875rem;display:block; }
#MLqKK8AJi0tByXHGcvhgGx8caDio8BTC { 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:73.625rem;width:60rem;display:none; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { 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:15.5625rem;width:31.5625rem;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { 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:15000;opacity:1;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { border-width: 0; border-radius: 0; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .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; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.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:36.0625rem;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; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;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; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:15.373046875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:3.3740234375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:7.0625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;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; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;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; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;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; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:19.060546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;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; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;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; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.684814453125rem;left:7.435546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;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; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;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; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:3.51318359375rem;height:1.09863125rem;text-align:center;text-align-last:center;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; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;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; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:23.69287109375rem;left:4.26513671875rem;height:1.09863125rem;text-align:center;text-align-last:center;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; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:33.140869140625rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;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; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { 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:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { 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:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { 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:8.9375rem;width:9.8125rem;display:none; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { 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:21.625rem;width:60rem;display:none; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { 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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { 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:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { 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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { 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:15000;opacity:1;display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { 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:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { 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:15000;opacity:1;display:none; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { 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:15000;opacity:1;display:none; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { position:relative;display:none; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { border-width: 0; border-radius: 0; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .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; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.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:41.5625rem;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; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.adaptive-delivery-prevent-bg, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyload, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyloading { background-image: none; }#bvu6izDftNo5TUqU6TX27piVcFOJ1goR { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIveD909y7HgQCw5WTEdu3689T2G7oiU { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPCmyLgZ1Ta9vz5OyUldtpoXQA1D0un8 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP4uIZqNd1aOPnN9zofXTXl69Ai4p2hW { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rm2X3X7eogJNWrX5FiMH3iwyTltGRWZ2 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#FlLi7twEX3MxmzMeEynMMyohlyayb1MF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTsK6etHONflisDSgWWQBVUTvw7BSFgJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#ztvgdvAowesyvkNoQnfXRMO9iV36G6TE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#vOXdEcXG7GyiQ3ABZfEzwtL1sa1z2It6 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#d2THezv2pGuEqMh6Vvwtru69qPGu5AvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmBQQfoWaSkauOQ1vRvuCEnLTTQHPQLG { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#iwTfIBtnS1QeR3OX3PGKRv770G7kXo5T { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#gdU1bB4xPdKS1yeS3IXA998TTXN6rFIB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#gPTB4QLagx8cUKcr2Jpbgr1urbOVRFZz { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#sE8W5XLXyZbVLTNyUoDBcU78Iz1cFxzT { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khHJ7raaqOg2aFvPrI0uiI1O1ND0GBeb { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lRHMrEtI6tGx8X8HKDNeoEH9FEvadB7t { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#LpXkC3iouE1GNxXvdOi5iUXcbOCIE692 { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdV0PCEnsVLNOMc5UpCNtbyTQpaGfHiG { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bi8GJeB3VibRe3GhvVWMHLEDteIgxWK5 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#MD6SPuglQsdK1GI0NZOLrWOLc0uPZK57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWTiTB4T4z80b6S4TQzRPztHl7aSBhqA { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ATfJW1uugireQNvPQnHS0MTld2tKG6Ie { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oprzQ8mHyTy33lepmtHeFmUOg1P6TGTn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#OhQFZToqHyEsX5yTeTVUsNPqqKrerGq5 { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { position:relative;display:none; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { border-width: 0; border-radius: 0; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .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; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.875rem;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; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container.adaptive-delivery-prevent-bg, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container.lazyload, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container.lazyloading { background-image: none; }body { position:relative;display:block; }
#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ { display:none; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container { width:47.75rem;position:relative;display:none; }#pf7OgOVSdggmvnCS4gWChKcbEFk9l5wq { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#EeV3DvCQBdTOWfZqCzOSEvIr2LD6MwyL { display:block; }
#zhtSgvumRJCRt3xtnJcLd0GX3qEOkVTm { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ColIakZCUT887cAMoLyTo505b5eMQPwR { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#cOqKfd9UscW0bExWzzcu0WrxcMRR2ETR { display:block; }
#Bg6Ky8ng9yQMncXm1sJ0Xs5UnuRXi9Fh { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#Bg6Ky8ng9yQMncXm1sJ0Xs5UnuRXi9Fh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Tdx79TMkBUr1nWG4zN6tCmyqIlaPht2P { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#WVNtcinPOd0SW8dRVSCFP0iRKMWKeEtI { display:block; }
#CcEaUHC0s6Je7o90FSPFHIRl3kC2HBh9 { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nisnKQHCnJorSrTHezEvd44FZniU6HXX { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#Ja1g0daC5nfxiZZoogRaiekVBUtK25g8 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#lfL08h144ArotmTLyGLqUrHw9X3dr0o8 { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
#PdX8XBXWlnRTWie4N0sNldWdchuriA64 { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#hezMPsfBUerI4GesEG8zMOQBH3bgWxK5 { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
#sh1PAmgbkwkEi8QSkbWyRtcSu0ed2Gxq { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#DNpykMwHCa8Upe1aGK2J9cGeAx2MTyTi { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#reIv0u6G6WAvXVSxMOGMzlHsga0QErTT { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T { display:none; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container { width:47.75rem;position:relative;display:none; }#MtfmreQzva45A5Z7qp32ALZ6pJVkm5oV { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#ZUmdp2nLtyLpwFcPAlcw8nhN0ukUZ9Dr { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { display:none; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { border-width: 0; border-radius: 0; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#ORHIT5eb8RvaEFg2z4t5NDr3ru3lA1Sm { top:7.375rem;left:0rem;width:19.125rem;height:;font-size:1.6875rem;color:#000000;display:none; }
#uomi610oUhIH26lXnsUMwZD9UG99TSaz { width:20.625rem;height:9.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#IVBqMHnvqsMp0DddTZWNqF3HJHHdwTL8 { width:22.5rem;height:22.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#FaIl2svLdI2xS9fgEm6itIZc5V1Drq37 { color:#5d92ff;display:none; }
#fix4touIcI7q878nb77pRVkgasiHCkKF { top:30.5rem;left:0rem;width:19.125rem;height:;font-size:1.6875rem;color:#000000;display:none; }
#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE { display:none; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container { width:47.75rem;position:relative;display:none; }#hvUddhGgxmL2rcEXlVHXbhL64twBJ61g { top:1.25rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#cHMOJC58c2FqyMac7TKSiwxroPkuXVzD { top:4.3125rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
#hJZi4RRptMyiaTAB4qT4flnTMzTi3CSp { top:7.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#bx2yTWFaPsfgPqp5ZPSvBHWPKceQFKBA { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#urMmv5nBSIJ5T7NLDyPuPMMKb8ioSTuU { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#p6TGDPAJvWD1fFpEbd38CTvApW0e8dh9 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#i6Ndo4Lf3nzgXzCT2Rp6P0kHZ6dUPgsy { display:block; }
#ESdlEdQeLoVs9eLMrsAdnQlhJaSrZUGb { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#GXr756wLR8Nc3uqaoE0NqaFoAcEy9edV { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4  { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 {display:block;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #Lmt63SNwigT9VpxrRT3AoSOdLl1xugTa {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #T17Gy914RhJ4f5vE7QVc4qe1dQLEER4Q {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #dWLTNxbdsA5oGSnUyakvn3RH6FpKq0WC {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #rPvKS4pey0P0sTsOPmrxEVRRPTTM59Cy {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A0cZTkfha0a7zRxmaMTcRTO6E8Qv4X4I {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #VB6eiAn7cNf5tghesZrbxnwB1wmErH7z {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #D3gyL73DTMgEwC7TfdGppl0Cux72TTvQ {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A2PXRs4mbALBPpbrOryxMRrOc6koibQI {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #qnEz2mUZkwqFJsIwPZ3bzvPDpwzDZKpy {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #cy6WlTFfkCb5FiHRPFUbtUJUTXU7BGrx {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #PBFKkR39xL0AvLgFnUaEo6FEeRfZSw2w {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #HarALrPySlb5bR8UsrDRhmSlk56wRKlm {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #UrEEfWgI8q80gKDGzHJH6tVtgUmWFVpT {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #hEmHA1MKLuM6XmX2eRk3eegcnt7TyS6y {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #tvFh7x1iTeQy5GIxqCi7p0pZcQghun8W {  }
#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { display:none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { width:47.75rem;position:relative;display:none; }#G52VZbazAAmTtqElHnwGhulber9Tr6wv { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#y2FC7szuT11ThtDiGyTBI1pyXNDu6EdK { width:47.75rem;height:19rem;display:none; }
#ELobNKeqfuFso8AogvPg1KykwOQRDlxD { width:14.0625rem;height:5.125rem;display:none; }
#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { display:none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container { width:47.75rem;position:relative;display:none; }#S8S3ffMbW1MuX2egHw01cN8vDEizU7yC { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#i58PsM8hgTanGNJWTmXzEM0RUFksJkF6 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#KCe9ZNLRwJCaykrdCtnxq2syxqlHO6vd { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#uA0D1NTA7Rk2IyGIGeCNxWgzhWDkcIsg { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#P8yF16I10Qwg8blOHptdsR73HOVyLXRT { display:none; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { width:47.5rem;position:relative;display:none; }#lMcVJ5WysT2W6VPw34236g4D3MSp9e1K { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#aFr9belpzH63qNMvuMJq6I7KqivO4i24 { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#t4XkKVeqzLOFn8S5DZLz9y5DnOhPtBwx { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Nf3J6IvR4xLh7yMse6VRvZXeoOwwk9gy { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#KKGOooFxlP1Wo9DgxCGwwdzc7UhwHzWN { display:block; }
#lGRM9VRvf6XbUSMpUPyGvMiTIul7scwl { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#BcB7cLUlSauKqOv4ouH2H1bT77t361iN { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#A9468pkzAhTKJU36h0QdubF81DAI16bA { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#zNTUhIOF45PormcZW2N4yRT0wf6zDWTF { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM { display:none; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row .container { width:47.75rem;position:relative;display:none; }#tgN3JOlofuJEpulO9zIubAZ71KowdAqc { display:none; }
#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW { display:none; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container { width:47.75rem;position:relative;display:none; }#xDnM4q4UsaTL3g2yx8JKGTFcuPSUVfRU { width:22.1875rem;height:12.875rem;display:none; }
#VB5wwok8T3P6zJUFfNr3UDh11yWgbdfq { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#oT6R5oxcs2BzMg7vTFKgT2iiaAdwHFhK { top:14.1875rem;left:0rem;width:14.0625rem;height:5.75rem;font-size:0.6875rem;display:none; }
#yAr5PvzIBxm6DemiwQ5gh5UkLClfuxPk { width:47.75rem;height:27.75rem;display:none; }
#dD3MksbrBJ6G9CBlbpJqHavtq1pIO2iV { width:;height:;display:none; }
#hxirWpTCef4TGz2iagobUwLtZT9n3kWf { display:block; }
#WsM5mi4zpMcT8zXDJXlqrvKhGxCg48bq { width:;height:;display:none; }
#r6S2WUvsAkvKL2d8NLpe6DOVTvukVUSf { display:block; }
#FNWKosU1rlX8kzqunmu0lCKpDmvNRf6P { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#VswzLm1tN0o7SBOghuvwGbdiB55FGkIa { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#aLD5FKosoi2PSFvwllXlz5zEN1W77dcL { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn { display:none; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container { width:47.75rem;position:relative;display:none; }#pHJzT72rV6gCTDKT2kTFpuAlF1BhzDIu { width:22.1875rem;height:12.875rem;display:none; }
#q6s9oJTpW1ObfTrrXiJlwTWaXEf4DVLu { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#qhJDvdTo2CWRLsmdIwT62xsfBDNz6pWE { width:47.75rem;height:27.75rem;display:none; }
#DNy5A7daH4dQ5e6QeNnLHzhTpiq2m2r5 { width:;height:;display:none; }
#rn28eHpJwpV7k4nTGdwxLos8wsJ7QQx5 { display:block; }
#qNbkRlqkdwg2zU2Jq97HNxEirA2DBhFq { width:;height:;display:none; }
#PSX91U8o0KRkSARC2Jo9hkla5rQqZOau { display:block; }
#xAvg5dGnruQbcwGHSpd0e0O8H4rAaHuo { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#TJ5Ite2IKoe3z1r6Gnt8OQ584E5NNpuL { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
#s9cE3yJ7AQx0ELTZmdlOEQWhcrcdKdOf { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#a0UZzN9J1orMfSusRorzKo2zKJ5MrPPA { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#vulMqKiC0SNHT2TUmvxQCsG9imHM5sNd { width:;height:;display:none; }
#wR3Tm0l6yHJafJX8TuspPd0TuCTT8Wfk { display:block; }
#CKJvROsbsTB4zqJLrKwOmOZdJD6oT4Po { width:47.75rem;height:27.75rem;display:none; }
#XlUZkdRqJ6QqwSLSq91ZErxM8dNRCf7C { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#K6eAXwVEUDNeGkT3JnFxMgBzt1QGJ8kD { width:47.75rem;height:27.75rem;display:none; }
#PRvMqXfcumy2VcfCPFwfbArheRcTSloQ { width:;height:;display:none; }
#ZLyIPPsL2XM39dnDK4W4ZAXx0TvSe6uS { display:block; }
#izpdT4Rb5RFSBKmbtXezoakqxdX7xMfi { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL { display:none; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container { width:47.75rem;position:relative;display:none; }#CD0LcWJuKeHKSb1MMi8K1WuZ6UDMgDOm { width:47.75rem;height:27.75rem;display:none; }
#FDNg4MHzVmxgw1EnMNNZBe7FLyfzCUtE { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#orMZy2mGRosWCe63AzgpPJQHaBZyIif1 { top:16.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#WUCimSA6ECsr75uFuMXorT52dyENbrT5 { top:32.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.625rem;display:none; }
#G7itMWv8cb1spXzGz1RhqfwPcwQMrm7D { width:47.75rem;height:27.75rem;display:none; }
#SBMVkw52QoWuDxlayBCtBJfC1nQWrBsW { top:65.25rem;left:0rem;width:14.5625rem;height:2.375rem;font-size:0.625rem;display:none; }
#mhUkrLf97X3pEzE1EyIhW0XfxPSyPFMS { width:47.75rem;height:27.75rem;display:none; }
#h5TsxwpvQSWLQzR8mXm4EQOlAQ9xvTxe { top:77.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#ylDw8ESVwgNBdvDwDSB2BDTxavrnK8ns { width:47.75rem;height:27.75rem;display:none; }
#WhiRnBbPTp7vHcL3d1dXlBF7Ivo72OB3 { width:47.75rem;height:27.75rem;display:none; }
#quqB1f3c9xEhVBEZTeqmKZNNZ7z0O1VE { top:118.25rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#cy3GuwmxdhpLf8fzdAC8sAXzTRb54qm8 { width:;height:;display:none; }
#GhtIH2uESiP7485tuO3aTSbaD4eKaeHi { display:block; }
#GEGB2ZFtqnL72vhOgIhaLVynCzNF0lnv { width:;height:;display:none; }
#naA1vrVBPdeStS2iT2aCVtcxo3D8X3la { display:block; }
#KzOuEPTcy8MXbv0Lxd9cTuVH00L599H2 { width:;height:;display:none; }
#DF3aBdoBiQHqp4XiA62G6EFHQpqhx4zc { display:block; }
#fu5AbbTlSDWiX61Go9Ucd2lnPqF0oHwm { width:;height:;display:none; }
#E1x2aD8H3KZbJidgIwZHvufETfs3RPqB { display:block; }
#hPtFJ7x6IfvzGkN8bLIIqpEakDBUEpgI { width:;height:;display:none; }
#lwMrJrf0ZFKlVKJ5T1JT1RqIuAkzDwAc { display:block; }
#GO0e5IK6t822vhovgAEd8SgifxOZXhhT { width:;height:;display:none; }
#S5hM6lmA00N86eQXopfO1xobo4pQ9Nv5 { display:block; }
#hMfuzpNzGGPUQpMSEDlWF9Rxz8aW38PV { top:86.5rem;left:2.3759765625rem;width:11.4375rem;height:3.1875rem;font-size:0.625rem;display:none; }
#WfkeeTJT9JXKFgAiUaZMrpT9t3lVEeQV { width:47.75rem;height:27.75rem;display:none; }
#GH7T788cILr0ntdRh4IJOcTUgcoMX244 { width:;height:;display:none; }
#fVfs2k42b61ZItqgHEfLNFZcpJHy7l3r { display:block; }
#hkXHeyLrE8mxlEGQ1eiRtzsVeg0wiyao { width:47.75rem;height:27.75rem;display:none; }
#XlDZT3fysF06taAWWF8xri6DbXAnZsRH { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#TNSZSE6NgldJNFquyS85xdyi1FBzzl0c { width:;height:;display:none; }
#LC6WGrsTP0NrL5isIWloXl4JL4DsTznK { display:block; }
#ieDEaS86q36eN2T6TroIh3tIqNWBrToT { width:47.75rem;height:27.75rem;display:none; }
#oQJhwDXHdHrXnhxf7Kg7qTiaNNELxpc3 { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#vGL3XvsOreKlcNs3NCDdG4d9LBTQhzOn { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#LUJR6NQB6t1NZeFiMIpzqZeRyefCTNue { width:;height:;display:none; }
#go4T9eHidAeRNBi09OXMvLoolUGo0Qth { display:block; }
#wwbV7SHkbWrU2ptOaXVRZIBFsundJuJU { width:47.75rem;height:27.75rem;display:none; }
#Ew6EQTHRLmu9DRpr7ybKrwbpESZz8rLQ { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#X6rWLSh2w8xakkcD8XzRtpDvFebrJ1G8 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp { display:none; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { width:47.5rem;position:relative;display:none; }#T6VgTurgW9tcdSFOw9ziNB8v5VzHzcQo { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#TmKDH4BAMQxOt4ZuIETy8IJxTRL5VqEJ { display:block; }
#laZre38UgRUcQEsT9dOTm0phHdAJgMQT { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#TkUTu7XF5PrEUvGVbUlfETeocN9cas4Q { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#iReQOA3sQgAxWLqu3LwJ6TWnK1bzWxQm { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#KLg47TANwBwo4zLtThwWIiDTlA5WPu7S { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#KUtV72ZWwP9TAf2gtNnN9HNvVCyLRQlx { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#kiOwyhd4d3gBKMtPaisqSMFPBGf4tlWz { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#GzeAWVL2GfS2kLvlSzlNrmMICnlHx6Q4 { display:block; }
#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA { display:none; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { width:47.5rem;position:relative;display:none; }#x2HXNzpkGSsBDPOOr8gxdSkglk4O7pOv { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#BgOm3xdb5tJknEL54FRsvUW8sn2EssFE { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#acmx8AkTs3oaxsQDuO0962OFfL2CfQRw { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#PQwzgqyIFCt3S4wyc8JNbZoytbJcSTv3 { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#dKgBnBeaPshCMVa3Ff35FHB0oV4Neyt2 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#XvaBVS8e0TVlJxpb7BILvsLBrhsp09Kb { top:0rem;width:;height:;display:none; }
#K8MROFl2m9f81aBGH0fI7O2zvTbPbf2K { top:0rem;width:;height:;display:none; }
#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP { display:none; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row .container { width:47.75rem;position:relative;display:none; }#GyUTHAlpZItJsG7tSceVvSwMTtMJQaiQ { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#XaIyNq14JrvTZEQ9dE991vnAZ7USyOCk { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#PTNeZ3tIhKc84tXoVeebIbw4DRgPhSUy { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#ooUhT6NXk3XRWTD1tHhN5IXRG8PBeG93 { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#n3FlxbKvihKRzE1haS66xz4VS8L1sSy8 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#KBmJyNfeyu1FnWRfxpGQQfnmI9661krO { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#VcZ4szdi8yZIZXmxzJS9Vl6zTSS0O8u0 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#OV60JV2g9p2Ll3iNuWpVD5kqkLUdyLKF { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#ppT4hwho51A7qBQ8aRDIHVPIc4dLtOPN { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz { display:none; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { width:47.5rem;position:relative;display:none; }#BiMZswH9X3MgiA2X1ZksaeXPJvT8n2U0 { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#w3MDWXQHJuKnIvez3JP5EzUoGOoOdbM8 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#TzKw6PSHTi3NkMiSTZ3AAihC2SqGVDQx { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:47.75rem;position:relative;display:block; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:47.75rem;position:relative;display:block; }#X28U5qqXp15BrdFkqNRS9bqmUropUBIG { top:18.25rem;left:0rem;width:17.5625rem;height:9.8125rem;display:block; }
#Se8UIb8FQTRGo1KOpVRyg3L8h8Ec3dMg { top:6.875rem;left:0rem;width:18.125rem;height:10.0625rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:47.75rem;position:relative;display:block; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { display:block; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { display:none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container { width:47.75rem;position:relative;display:none; }#RODNLf9QgFcQOx8spQG59TTPTzwLryAy { top:4.1875rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#oBCbDZiMJOfmFmTTvK7tAUTcApFtzVPd { width:37rem;height:1.9375rem;top:9.0625rem;left:10.75rem;font-size:0.875rem;display:none; }
#T8BWEJB1NETF1eP3bcJXBNhi09PDsDr7 { width:47.75rem;height:1.9375rem;top:11.75rem;left:0rem;font-size:0.875rem;display:none; }
#wHLxGbTSuxLJo5ZSP0vVitFbTBHGCO3x { width:40.125rem;height:1.9375rem;top:14.5rem;left:7.625rem;font-size:0.875rem;display:none; }
#qRXblREzTtq5uDdm6OkqmQh1IsfuJP0a { width:45.3125rem;height:1.9375rem;top:17.3125rem;left:2.4375rem;font-size:0.875rem;display:none; }
#e1olqMvCssHbeoH24nyVtIVPVZz17rnG { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#NqGSu2d8KeqsNeVZFDfQM1zVUvnOdxsu { width:3.625rem;height:3.625rem;top:12.875rem;left:44.125rem;font-size:2.5rem;display:none; }
#w3xNX59TrfqiPqGduTy65qPlT3waddvT { width:3.625rem;height:3.625rem;top:10.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#aT1GfebAyihsNA65v3EygGreNTUUPSd9 { width:3.625rem;height:3.625rem;top:7.375rem;left:44.125rem;font-size:2.5rem;display:none; }
#qiT25aVnIItgqqgtNfzIPK39EQrC1rWU { width:3.625rem;height:3.625rem;top:15.625rem;left:44.125rem;font-size:2.5rem;display:none; }
#MLqKK8AJi0tByXHGcvhgGx8caDio8BTC { width:47.75rem;height:58.5625rem;display:none; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:block; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:47.75rem;position:relative;display:block; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { width:31.5625rem;height:15.5625rem;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:; height:; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:block; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:47.75rem;position:relative;display:block; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { top:12.5625rem;left:9.248046875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { top:12.5625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { top:12.5625rem;left:0.9375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { top:31.3125rem;left:12.935329437256rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { top:20.625rem;left:1.3098945617676rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1.0625rem;top:23.6875rem;left:0rem;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:block; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:47.75rem;position:relative;display:block; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { width:9.8125rem;height:8.9375rem;display:none; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { width:47.75rem;height:17.1875rem;display:none; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:none; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:none; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { display:block; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container { width:47.75rem;position:relative;display:block; }#bvu6izDftNo5TUqU6TX27piVcFOJ1goR { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#HIveD909y7HgQCw5WTEdu3689T2G7oiU { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#RPCmyLgZ1Ta9vz5OyUldtpoXQA1D0un8 { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#sP4uIZqNd1aOPnN9zofXTXl69Ai4p2hW { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#rm2X3X7eogJNWrX5FiMH3iwyTltGRWZ2 { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#FlLi7twEX3MxmzMeEynMMyohlyayb1MF { display:block; }
#HTsK6etHONflisDSgWWQBVUTvw7BSFgJ { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#ztvgdvAowesyvkNoQnfXRMO9iV36G6TE { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#vOXdEcXG7GyiQ3ABZfEzwtL1sa1z2It6 { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#d2THezv2pGuEqMh6Vvwtru69qPGu5AvT { display:block; }
#tmBQQfoWaSkauOQ1vRvuCEnLTTQHPQLG { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#iwTfIBtnS1QeR3OX3PGKRv770G7kXo5T { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#gdU1bB4xPdKS1yeS3IXA998TTXN6rFIB { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#gPTB4QLagx8cUKcr2Jpbgr1urbOVRFZz { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#sE8W5XLXyZbVLTNyUoDBcU78Iz1cFxzT { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#khHJ7raaqOg2aFvPrI0uiI1O1ND0GBeb { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#lRHMrEtI6tGx8X8HKDNeoEH9FEvadB7t { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#LpXkC3iouE1GNxXvdOi5iUXcbOCIE692 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#PdV0PCEnsVLNOMc5UpCNtbyTQpaGfHiG { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Bi8GJeB3VibRe3GhvVWMHLEDteIgxWK5 { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#MD6SPuglQsdK1GI0NZOLrWOLc0uPZK57 { display:block; }
#vWTiTB4T4z80b6S4TQzRPztHl7aSBhqA { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#ATfJW1uugireQNvPQnHS0MTld2tKG6Ie { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#oprzQ8mHyTy33lepmtHeFmUOg1P6TGTn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#OhQFZToqHyEsX5yTeTVUsNPqqKrerGq5 { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { display:block; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:transparent;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); }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-4),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;display:block; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container { background-color: transparent; background-image: none; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container > .video-iframe-container { display: none; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row > .video-iframe-container { display: none; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .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); }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container { border-width: 0; border-radius: 0; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLPumNn9mfPBgPW3BLCR8y9irKNm59AZ > .row .container { width:20rem;height:5.74829140625rem;position:relative;display:block; }#pf7OgOVSdggmvnCS4gWChKcbEFk9l5wq { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));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:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EeV3DvCQBdTOWfZqCzOSEvIr2LD6MwyL { display:block; }
#zhtSgvumRJCRt3xtnJcLd0GX3qEOkVTm { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ColIakZCUT887cAMoLyTo505b5eMQPwR { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));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:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cOqKfd9UscW0bExWzzcu0WrxcMRR2ETR { display:block; }
#Bg6Ky8ng9yQMncXm1sJ0Xs5UnuRXi9Fh { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#Bg6Ky8ng9yQMncXm1sJ0Xs5UnuRXi9Fh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Tdx79TMkBUr1nWG4zN6tCmyqIlaPht2P { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));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:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#WVNtcinPOd0SW8dRVSCFP0iRKMWKeEtI { display:block; }
#CcEaUHC0s6Je7o90FSPFHIRl3kC2HBh9 { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#nisnKQHCnJorSrTHezEvd44FZniU6HXX { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ja1g0daC5nfxiZZoogRaiekVBUtK25g8 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#lfL08h144ArotmTLyGLqUrHw9X3dr0o8 { width:3.75rem;height:0.8125rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.625rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#PdX8XBXWlnRTWie4N0sNldWdchuriA64 { width:5.1237rem;height:0.8125rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.625rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#hezMPsfBUerI4GesEG8zMOQBH3bgWxK5 { width:2.7487rem;height:0.8125rem;top:3.7174479961395rem;left:0.125rem;font-size:0.625rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#sh1PAmgbkwkEi8QSkbWyRtcSu0ed2Gxq { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#DNpykMwHCa8Upe1aGK2J9cGeAx2MTyTi { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#reIv0u6G6WAvXVSxMOGMzlHsga0QErTT { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }
#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a2505ff2-da50-48b7-8e85-3991de7d7d52/Post.crop_1080x1010_0,0.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T.adaptive-delivery-prevent-bg, #Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T.lazyload, #Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T.lazyloading { background-image: none; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container { background-color: transparent; background-image: none; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container > .video-iframe-container { display: none; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row > .video-iframe-container { display: none; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .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); }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container { border-width: 0; border-radius: 0; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uo3fblPnT3rJ1LSpSVDsNWv0tInNke1T > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#MtfmreQzva45A5Z7qp32ALZ6pJVkm5oV { width:7.1875rem;height:3.9375rem;top:0rem;left:12.8125rem;z-index:15023;display:block; }
#ZUmdp2nLtyLpwFcPAlcw8nhN0ukUZ9Dr { width:7.125rem;height:3.875rem;top:0.14453125rem;left:0.75rem;z-index:15022;display:block; }
#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { display:block; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { background-color: transparent; background-image: none; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container > .video-iframe-container { display: none; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row > .video-iframe-container { display: none; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .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); }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 { border-width: 0; border-radius: 0; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container { width:20rem;height:35.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container.adaptive-delivery-prevent-bg, #eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container.lazyload, #eCIAyARvTIiZs9zh2FVUwLvNHOmvzqF4 > .row .container.lazyloading { background-image: none; }#ORHIT5eb8RvaEFg2z4t5NDr3ru3lA1Sm { top:9.00146484375rem;left:0.406494140625rem;width:19.1858125rem;height:4.04785rem;z-index:15226;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;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; }
#uomi610oUhIH26lXnsUMwZD9UG99TSaz { top:1.968994140625rem;left:4.3115234375rem;width:11.3745rem;height:4.936525rem;z-index:15227;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#IVBqMHnvqsMp0DddTZWNqF3HJHHdwTL8 { top:13.048095703125rem;left:1.77978515625rem;width:16.43675rem;height:16.43675rem;z-index:15236;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#FaIl2svLdI2xS9fgEm6itIZc5V1Drq37 { display:flex;top:25.3125rem;left:14.04296875rem;width:4.24926875rem;height:4.24926875rem;z-index:15237;opacity:1;color:#5d92ff; }
#fix4touIcI7q878nb77pRVkgasiHCkKF { top:30.54443359375rem;left:0rem;width:19.1858125rem;height:;z-index:15228;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;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; }
#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE { background-color:rgba(var(--color-secondary-4),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;display:block; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container { background-color: transparent; background-image: none; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container > .video-iframe-container { display: none; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row > .video-iframe-container { display: none; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .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); }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container { border-width: 0; border-radius: 0; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPE4Vau9UrxgcMqlAXmVGAu38TCC2ldE > .row .container { width:20rem;height:38.75rem;position:relative;display:block; }#hvUddhGgxmL2rcEXlVHXbhL64twBJ61g { width:18.4375rem;height:1.4624rem;top:1.25rem;left:0.78125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#cHMOJC58c2FqyMac7TKSiwxroPkuXVzD { width:20rem;height:2.2753875rem;top:4.3125rem;left:0rem;font-size:0.875rem;color:#805539;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#hJZi4RRptMyiaTAB4qT4flnTMzTi3CSp { width:20rem;height:4.98779375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#bx2yTWFaPsfgPqp5ZPSvBHWPKceQFKBA { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
#urMmv5nBSIJ5T7NLDyPuPMMKb8ioSTuU { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-1),0.83);background-image:none;display:block; }
#p6TGDPAJvWD1fFpEbd38CTvApW0e8dh9 { width:8.3125rem;height:2.8125rem;top:32.061767578125rem;left:5.5615234375rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;display:block; }
#i6Ndo4Lf3nzgXzCT2Rp6P0kHZ6dUPgsy { display:block; }
#ESdlEdQeLoVs9eLMrsAdnQlhJaSrZUGb { display:flex;width:4.375rem;height:4.375rem;top:32.186279296875rem;left:2.249755859375rem;font-size:3.0625rem; }
#GXr756wLR8Nc3uqaoE0NqaFoAcEy9edV { display:flex;width:4.375rem;height:4.375rem;top:30.186767578125rem;left:4.0625rem;font-size:3.0625rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:first-of-type{padding-top:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:last-of-type{padding-bottom:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4  { width:17.5rem;height:auto;top:14.591064453125rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 {display:block;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 { width:17.5rem;height:auto;top:14.591064453125rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #Lmt63SNwigT9VpxrRT3AoSOdLl1xugTa {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #T17Gy914RhJ4f5vE7QVc4qe1dQLEER4Q { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #dWLTNxbdsA5oGSnUyakvn3RH6FpKq0WC {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #rPvKS4pey0P0sTsOPmrxEVRRPTTM59Cy {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A0cZTkfha0a7zRxmaMTcRTO6E8Qv4X4I { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #VB6eiAn7cNf5tghesZrbxnwB1wmErH7z {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #D3gyL73DTMgEwC7TfdGppl0Cux72TTvQ {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A2PXRs4mbALBPpbrOryxMRrOc6koibQI { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #qnEz2mUZkwqFJsIwPZ3bzvPDpwzDZKpy {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #cy6WlTFfkCb5FiHRPFUbtUJUTXU7BGrx {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #PBFKkR39xL0AvLgFnUaEo6FEeRfZSw2w {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #HarALrPySlb5bR8UsrDRhmSlk56wRKlm { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #UrEEfWgI8q80gKDGzHJH6tVtgUmWFVpT {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #hEmHA1MKLuM6XmX2eRk3eegcnt7TyS6y {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #tvFh7x1iTeQy5GIxqCi7p0pZcQghun8W {  }
#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { background-color:rgba(225,242,255,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { background-color: transparent; background-image: none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container > .video-iframe-container { display: none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row > .video-iframe-container { display: none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .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); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { border-width: 0; border-radius: 0; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#G52VZbazAAmTtqElHnwGhulber9Tr6wv { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05615rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#y2FC7szuT11ThtDiGyTBI1pyXNDu6EdK { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ELobNKeqfuFso8AogvPg1KykwOQRDlxD { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { display:block; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { background-color: transparent; background-image: none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container > .video-iframe-container { display: none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row > .video-iframe-container { display: none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .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); }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { border-width: 0; border-radius: 0; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container { width:20rem;height:11.25rem;background-color:#e1f2ff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#S8S3ffMbW1MuX2egHw01cN8vDEizU7yC { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i58PsM8hgTanGNJWTmXzEM0RUFksJkF6 { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KCe9ZNLRwJCaykrdCtnxq2syxqlHO6vd { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13769375rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#uA0D1NTA7Rk2IyGIGeCNxWgzhWDkcIsg { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P8yF16I10Qwg8blOHptdsR73HOVyLXRT { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { background-color: transparent; background-image: none; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container > .video-iframe-container { display: none; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row > .video-iframe-container { display: none; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .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); }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { border-width: 0; border-radius: 0; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { width:20rem;height:46.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#lMcVJ5WysT2W6VPw34236g4D3MSp9e1K { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#aFr9belpzH63qNMvuMJq6I7KqivO4i24 { width:20rem;height:14.9902375rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#t4XkKVeqzLOFn8S5DZLz9y5DnOhPtBwx { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Nf3J6IvR4xLh7yMse6VRvZXeoOwwk9gy { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KKGOooFxlP1Wo9DgxCGwwdzc7UhwHzWN { display:block; }
#lGRM9VRvf6XbUSMpUPyGvMiTIul7scwl { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#BcB7cLUlSauKqOv4ouH2H1bT77t361iN { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#A9468pkzAhTKJU36h0QdubF81DAI16bA { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zNTUhIOF45PormcZW2N4yRT0wf6zDWTF { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM { display:block; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM { background-color: transparent; background-image: none; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row .container > .video-iframe-container { display: none; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row > .video-iframe-container { display: none; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .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); }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM { border-width: 0; border-radius: 0; }#K3FNgT4UaHpgSRcK5HG6Sad2ZVt1pmpM > .row .container { width:20rem;height:37.1875rem;background-color:#e1f2ff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#tgN3JOlofuJEpulO9zIubAZ71KowdAqc { top:3.431396484375rem;left:0rem;width:20rem;height:17.2485625rem;z-index:15000;display:block; }
#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container { background-color: transparent; background-image: none; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container > .video-iframe-container { display: none; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row > .video-iframe-container { display: none; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .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); }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container { border-width: 0; border-radius: 0; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCI7CWNTMWRzVZNwdZPfBaQXmIUEaZdW > .row .container { width:20rem;height:40.625rem;position:relative;display:block; }#xDnM4q4UsaTL3g2yx8JKGTFcuPSUVfRU { top:3.49853515625rem;left:1.3427734375rem;width:17.5625rem;height:10.0625rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VB5wwok8T3P6zJUFfNr3UDh11yWgbdfq { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#oT6R5oxcs2BzMg7vTFKgT2iiaAdwHFhK { top:13.89192199707rem;left:4.69140625rem;width:14.4375rem;height:5.767825rem;z-index:15070;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#yAr5PvzIBxm6DemiwQ5gh5UkLClfuxPk { top:20.80859375rem;left:1.2161458730698rem;width:17.5rem;height:10.125rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dD3MksbrBJ6G9CBlbpJqHavtq1pIO2iV { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hxirWpTCef4TGz2iagobUwLtZT9n3kWf { display:block; }
#WsM5mi4zpMcT8zXDJXlqrvKhGxCg48bq { top:31.31379699707rem;left:1.2708333730698rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r6S2WUvsAkvKL2d8NLpe6DOVTvukVUSf { display:block; }
#FNWKosU1rlX8kzqunmu0lCKpDmvNRf6P { top:31.51611328125rem;left:5.0009765625rem;width:14.6228125rem;height:2.677rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#VswzLm1tN0o7SBOghuvwGbdiB55FGkIa { width:16.5rem;height:2.80029375rem;top:35.50439453125rem;left:1.24853515625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15014;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#aLD5FKosoi2PSFvwllXlz5zEN1W77dcL { width:3.8125rem;height:3.8125rem;top:34.439697265625rem;left:16.553955078125rem;font-size:2.625rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container { background-color: transparent; background-image: none; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container > .video-iframe-container { display: none; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row > .video-iframe-container { display: none; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .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); }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container { border-width: 0; border-radius: 0; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJnuJvJCXihGUoN9c2LyxoEuGonFlGQn > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; }#pHJzT72rV6gCTDKT2kTFpuAlF1BhzDIu { top:3.49853515625rem;left:1.3427734375rem;width:17.25rem;height:10rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q6s9oJTpW1ObfTrrXiJlwTWaXEf4DVLu { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#qhJDvdTo2CWRLsmdIwT62xsfBDNz6pWE { top:17.68310546875rem;left:1.2158203125rem;width:17.375rem;height:10.0625rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DNy5A7daH4dQ5e6QeNnLHzhTpiq2m2r5 { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rn28eHpJwpV7k4nTGdwxLos8wsJ7QQx5 { display:block; }
#qNbkRlqkdwg2zU2Jq97HNxEirA2DBhFq { top:28.0634765625rem;left:0.95751953125rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PSX91U8o0KRkSARC2Jo9hkla5rQqZOau { display:block; }
#xAvg5dGnruQbcwGHSpd0e0O8H4rAaHuo { width:3.8125rem;height:3.8125rem;top:64.8125rem;left:16.25rem;font-size:2.625rem;z-index:15011;color:rgba(246,0,0,0.83);display:block; }
#TJ5Ite2IKoe3z1r6Gnt8OQ584E5NNpuL { top:28.39111328125rem;left:4.6875rem;width:14.625rem;height:5.35400625rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#s9cE3yJ7AQx0ELTZmdlOEQWhcrcdKdOf { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:2.677rem;z-index:15078;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#a0UZzN9J1orMfSusRorzKo2zKJ5MrPPA { top:45.1845703125rem;left:4.60791015625rem;width:14.5625rem;height:4.0588375rem;z-index:15080;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#vulMqKiC0SNHT2TUmvxQCsG9imHM5sNd { top:44.9345703125rem;left:0.967041015625rem;width:3.75rem;height:1.3125rem;z-index:15004;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wR3Tm0l6yHJafJX8TuspPd0TuCTT8Wfk { display:block; }
#CKJvROsbsTB4zqJLrKwOmOZdJD6oT4Po { top:34.4365234375rem;left:1.31103515625rem;width:17.3125rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XlUZkdRqJ6QqwSLSq91ZErxM8dNRCf7C { top:61.0625rem;left:5.294677734375rem;width:13.49975rem;height:2.62206875rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#K6eAXwVEUDNeGkT3JnFxMgBzt1QGJ8kD { top:50.498779296875rem;left:1.639404296875rem;width:17.4375rem;height:10.125rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PRvMqXfcumy2VcfCPFwfbArheRcTSloQ { top:61.125rem;left:1.2802734375rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZLyIPPsL2XM39dnDK4W4ZAXx0TvSe6uS { display:block; }
#izpdT4Rb5RFSBKmbtXezoakqxdX7xMfi { width:16.0625rem;height:4.2004375rem;top:66.4375rem;left:1.531005859375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15012;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container { background-color: transparent; background-image: none; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container > .video-iframe-container { display: none; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row > .video-iframe-container { display: none; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .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); }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container { border-width: 0; border-radius: 0; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dm1ziCfo7EafU1bpLZyJ3KPBvIgoRXNL > .row .container { width:20rem;height:136rem;position:relative;display:block; }#CD0LcWJuKeHKSb1MMi8K1WuZ6UDMgDOm { top:3.5625004768372rem;left:1.0625rem;width:17.8125rem;height:10.3125rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FDNg4MHzVmxgw1EnMNNZBe7FLyfzCUtE { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#orMZy2mGRosWCe63AzgpPJQHaBZyIif1 { top:14.204833984375rem;left:5.0048828125rem;width:14.124375rem;height:2.471925rem;z-index:15070;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#WUCimSA6ECsr75uFuMXorT52dyENbrT5 { top:28.369140625rem;left:5.380859375rem;width:13.624125rem;height:2.4353rem;z-index:15073;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#G7itMWv8cb1spXzGz1RhqfwPcwQMrm7D { top:17.808837890625rem;left:1.217041015625rem;width:17.56225rem;height:10.18675rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SBMVkw52QoWuDxlayBCtBJfC1nQWrBsW { top:42.812255859375rem;left:4.998779296875rem;width:14.624rem;height:2.4353rem;z-index:15076;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mhUkrLf97X3pEzE1EyIhW0XfxPSyPFMS { top:31.935791015625rem;left:1.21826171875rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h5TsxwpvQSWLQzR8mXm4EQOlAQ9xvTxe { top:56.9375rem;left:7.061767578125rem;width:11.5rem;height:1.6235375rem;z-index:15076;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ylDw8ESVwgNBdvDwDSB2BDTxavrnK8ns { top:46.311279296875rem;left:1.217041015625rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WhiRnBbPTp7vHcL3d1dXlBF7Ivo72OB3 { top:59.764404296875rem;left:1.31103515625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#quqB1f3c9xEhVBEZTeqmKZNNZ7z0O1VE { top:70.12451171875rem;left:5.3125rem;width:13.6875rem;height:1.875rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
#cy3GuwmxdhpLf8fzdAC8sAXzTRb54qm8 { top:14.123779296875rem;left:0.99951171875rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GhtIH2uESiP7485tuO3aTSbaD4eKaeHi { display:block; }
#GEGB2ZFtqnL72vhOgIhaLVynCzNF0lnv { top:28.251708984375rem;left:1.20947265625rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#naA1vrVBPdeStS2iT2aCVtcxo3D8X3la { display:block; }
#KzOuEPTcy8MXbv0Lxd9cTuVH00L599H2 { top:42.375244140625rem;left:1.27197265625rem;width:3.75rem;height:1.43676875rem;z-index:15002;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DF3aBdoBiQHqp4XiA62G6EFHQpqhx4zc { display:block; }
#fu5AbbTlSDWiX61Go9Ucd2lnPqF0oHwm { top:56.6884765625rem;left:1.273193359375rem;width:3.75rem;height:1.43676875rem;z-index:15003;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#E1x2aD8H3KZbJidgIwZHvufETfs3RPqB { display:block; }
#hPtFJ7x6IfvzGkN8bLIIqpEakDBUEpgI { top:70.014404296875rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15004;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lwMrJrf0ZFKlVKJ5T1JT1RqIuAkzDwAc { display:block; }
#GO0e5IK6t822vhovgAEd8SgifxOZXhhT { top:83.43798828125rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15006;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S5hM6lmA00N86eQXopfO1xobo4pQ9Nv5 { display:block; }
#hMfuzpNzGGPUQpMSEDlWF9Rxz8aW38PV { top:83.498779296875rem;left:5.1884765625rem;width:13.5rem;height:2.62206875rem;z-index:15079;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#WfkeeTJT9JXKFgAiUaZMrpT9t3lVEeQV { top:73.0634765625rem;left:1.25rem;width:17.375rem;height:10.0625rem;z-index:15146;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GH7T788cILr0ntdRh4IJOcTUgcoMX244 { top:97.309326171875rem;left:1.248779296875rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fVfs2k42b61ZItqgHEfLNFZcpJHy7l3r { display:block; }
#hkXHeyLrE8mxlEGQ1eiRtzsVeg0wiyao { top:87.0615234375rem;left:1.390869140625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XlDZT3fysF06taAWWF8xri6DbXAnZsRH { top:97.49755859375rem;left:5.0673828125rem;width:13.49975rem;height:1.92448125rem;z-index:15082;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#TNSZSE6NgldJNFquyS85xdyi1FBzzl0c { top:111.37426757812rem;left:1.25rem;width:3.75rem;height:1.4362rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LC6WGrsTP0NrL5isIWloXl4JL4DsTznK { display:block; }
#ieDEaS86q36eN2T6TroIh3tIqNWBrToT { top:101.1875rem;left:1.40625rem;width:17.1875rem;height:9.9375rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oQJhwDXHdHrXnhxf7Kg7qTiaNNELxpc3 { top:111.5625rem;left:5.3151044845581rem;width:13.4986875rem;height:1.92448125rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#vGL3XvsOreKlcNs3NCDdG4d9LBTQhzOn { top:125.81119823456rem;left:5.2526044845581rem;width:13.5rem;height:2.62206875rem;z-index:15082;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#LUJR6NQB6t1NZeFiMIpzqZeRyefCTNue { top:125.4990234375rem;left:1.06201171875rem;width:3.75rem;height:1.4362rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#go4T9eHidAeRNBi09OXMvLoolUGo0Qth { display:block; }
#wwbV7SHkbWrU2ptOaXVRZIBFsundJuJU { top:115.12500572204rem;left:1.3125rem;width:17.375rem;height:10.0625rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ew6EQTHRLmu9DRpr7ybKrwbpESZz8rLQ { width:17rem;height:2.80029375rem;top:130.62866210938rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#X6rWLSh2w8xakkcD8XzRtpDvFebrJ1G8 { width:3.75rem;height:3.75rem;top:129.31494140625rem;left:16.25rem;font-size:2.625rem;z-index:15013;color:rgba(246,0,0,0.83);display:block; }
#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { background-color: transparent; background-image: none; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container > .video-iframe-container { display: none; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row > .video-iframe-container { display: none; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .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); }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { border-width: 0; border-radius: 0; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { width:20rem;height:22.5rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#T6VgTurgW9tcdSFOw9ziNB8v5VzHzcQo { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;display:block; }
#TmKDH4BAMQxOt4ZuIETy8IJxTRL5VqEJ { display:block; }
#laZre38UgRUcQEsT9dOTm0phHdAJgMQT { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);display:none; }
#TkUTu7XF5PrEUvGVbUlfETeocN9cas4Q { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);display:none; }
#iReQOA3sQgAxWLqu3LwJ6TWnK1bzWxQm { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#KLg47TANwBwo4zLtThwWIiDTlA5WPu7S { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
#KUtV72ZWwP9TAf2gtNnN9HNvVCyLRQlx { width:18.75rem;height:2.99805rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#kiOwyhd4d3gBKMtPaisqSMFPBGf4tlWz { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;display:block; }
#GzeAWVL2GfS2kLvlSzlNrmMICnlHx6Q4 { display:block; }
#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { background-color: transparent; background-image: none; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container > .video-iframe-container { display: none; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row > .video-iframe-container { display: none; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .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); }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { border-width: 0; border-radius: 0; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { width:20rem;height:76.3125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#x2HXNzpkGSsBDPOOr8gxdSkglk4O7pOv { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#BgOm3xdb5tJknEL54FRsvUW8sn2EssFE { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#acmx8AkTs3oaxsQDuO0962OFfL2CfQRw { width:20rem;height:2.99805rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);display:block; }
#PQwzgqyIFCt3S4wyc8JNbZoytbJcSTv3 { width:20rem;height:1.9494625rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#dKgBnBeaPshCMVa3Ff35FHB0oV4Neyt2 { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:#c6996e;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; }
#XvaBVS8e0TVlJxpb7BILvsLBrhsp09Kb { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K8MROFl2m9f81aBGH0fI7O2zvTbPbf2K { top:45.796877622604rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP { display:block; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP { background-color: transparent; background-image: none; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row .container > .video-iframe-container { display: none; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row > .video-iframe-container { display: none; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .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); }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP { border-width: 0; border-radius: 0; }#lHmkrrBdJLGsvd8FOm9lS9wZHGHQwnuP > .row .container { width:20rem;height:24.0625rem;background-color:#e1f2ff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#GyUTHAlpZItJsG7tSceVvSwMTtMJQaiQ { width:15.061875rem;height:2.598875rem;top:5.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#XaIyNq14JrvTZEQ9dE991vnAZ7USyOCk { width:18rem;height:2.80029375rem;top:9.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#PTNeZ3tIhKc84tXoVeebIbw4DRgPhSUy { width:15.8125rem;height:4.2004375rem;top:13.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#ooUhT6NXk3XRWTD1tHhN5IXRG8PBeG93 { width:16.0625rem;height:2.80029375rem;top:18rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#n3FlxbKvihKRzE1haS66xz4VS8L1sSy8 { width:2.4360375rem;height:2.4360375rem;top:9.3125rem;left:17.625rem;font-size:1.6875rem;z-index:15009;display:block; }
#KBmJyNfeyu1FnWRfxpGQQfnmI9661krO { width:2.43706875rem;height:2.43706875rem;top:13.875rem;left:17.5625rem;font-size:1.6875rem;z-index:15010;display:block; }
#VcZ4szdi8yZIZXmxzJS9Vl6zTSS0O8u0 { width:2.43706875rem;height:2.43706875rem;top:18.0625rem;left:17.5rem;font-size:1.6875rem;z-index:15011;display:block; }
#OV60JV2g9p2Ll3iNuWpVD5kqkLUdyLKF { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#ppT4hwho51A7qBQ8aRDIHVPIc4dLtOPN { width:6.8115rem;height:6.8115rem;top:1.561279296875rem;left:12.138671875rem;font-size:4.75rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { background-color: transparent; background-image: none; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container > .video-iframe-container { display: none; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row > .video-iframe-container { display: none; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .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); }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { border-width: 0; border-radius: 0; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { width:20rem;height:7.686767734375rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BiMZswH9X3MgiA2X1ZksaeXPJvT8n2U0 { width:18.5625rem;height:1.499025rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#w3MDWXQHJuKnIvez3JP5EzUoGOoOdbM8 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;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; }
#TzKw6PSHTi3NkMiSTZ3AAihC2SqGVDQx { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),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;display:none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:20rem;height:5.7486991882324rem;position:relative;display:none; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));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:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { top:0.5rem;left:0rem;width:6.375rem;height:2.3125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));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:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:2.1;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));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:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyloading { background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#X28U5qqXp15BrdFkqNRS9bqmUropUBIG { width:9.12475rem;height:5.06225625rem;top:5.186767578125rem;left:8.809814453125rem;z-index:15021;display:block; }
#Se8UIb8FQTRGo1KOpVRyg3L8h8Ec3dMg { width:7.6245rem;height:4.1870125rem;top:0.999755859375rem;left:1.1865234375rem;z-index:15022;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { border-width: 0; border-radius: 0; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:20rem;height:35rem;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; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--headlines-font-family);display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-1),0.83);background-image:none;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { display:none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { border-width: 0; border-radius: 0; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container { width:20rem;height:23.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:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { display:none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { border-width: 0; border-radius: 0; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container { width:20rem;height:31.875rem;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; }#RODNLf9QgFcQOx8spQG59TTPTzwLryAy { width:15.061875rem;height:2.5996125rem;top:5.4931640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#oBCbDZiMJOfmFmTTvK7tAUTcApFtzVPd { width:18rem;height:2.79948125rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#T8BWEJB1NETF1eP3bcJXBNhi09PDsDr7 { width:15.8125rem;height:4.19921875rem;top:13.62451171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#wHLxGbTSuxLJo5ZSP0vVitFbTBHGCO3x { width:16.0625rem;height:2.79948125rem;top:18.4365234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#qRXblREzTtq5uDdm6OkqmQh1IsfuJP0a { width:15.625rem;height:2.79948125rem;top:23.18701171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#e1olqMvCssHbeoH24nyVtIVPVZz17rnG { width:2.43706875rem;height:2.43706875rem;top:9.076171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#NqGSu2d8KeqsNeVZFDfQM1zVUvnOdxsu { width:2.43706875rem;height:2.43706875rem;top:13.62451171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#w3xNX59TrfqiPqGduTy65qPlT3waddvT { width:2.43706875rem;height:2.43706875rem;top:17.81982421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#aT1GfebAyihsNA65v3EygGreNTUUPSd9 { width:2.43706875rem;height:2.43706875rem;top:22.2626953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#qiT25aVnIItgqqgtNfzIPK39EQrC1rWU { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#MLqKK8AJi0tByXHGcvhgGx8caDio8BTC { top:3.1376953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:20rem;height:67.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38020625rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { border-width: 0; border-radius: 0; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:20rem;height:71.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.124375rem;height:1.499025rem;top:33.535158157349rem;left:2.9372830986977rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:6.12305rem;height:1.125rem;top:51.375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { width:3.99858125rem;height:0.9746125rem;top:51.4375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:7.8723125rem;height:1.125rem;top:53.390869140625rem;left:11.998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { width:4.4992875rem;height:0.9746125rem;top:53.62451171875rem;left:11.37451171875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { width:3.18714375rem;height:0.9746125rem;top:63.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { width:4.8125rem;height:0.9746125rem;top:51.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:3.4375rem;height:1.125rem;top:53.1875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { width:5.3125rem;height:0.9746125rem;top:63.875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:14.0625rem;height:1.125rem;top:51.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { width:5.81176875rem;height:0.9746125rem;top:51.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { width:5.74829375rem;height:0.9746125rem;top:63.875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:7.875rem;height:1rem;top:62.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { width:5.1242875rem;height:0.9746125rem;top:64.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { width:3.2495125rem;height:0.9746125rem;top:53.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { width:2.68676875rem;height:0.9746125rem;top:53.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.1239375rem;height:0.84375rem;top:40.4375rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:12.7495625rem;height:2.68663125rem;top:55.874568939209rem;left:3.6241322159767rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { width:3.8125rem;height:0.9746125rem;top:42.0625rem;left:11.875rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { width:8.25rem;height:0.9746125rem;top:42.0625rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1rem;top:54.686279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1rem;top:43.1396484375rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:9.0625rem;height:1rem;top:64.90966796875rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1rem;top:43.436279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:9.25rem;height:1rem;top:54.45166015625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));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:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));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:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));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:0.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { display:none; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { border-width: 0; border-radius: 0; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .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; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.adaptive-delivery-prevent-bg, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyload, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyloading { background-image: none; }#bvu6izDftNo5TUqU6TX27piVcFOJ1goR { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#HIveD909y7HgQCw5WTEdu3689T2G7oiU { width:7.5rem;height:5.2807625rem;top:46.082763671875rem;left:6.25rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RPCmyLgZ1Ta9vz5OyUldtpoXQA1D0un8 { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#sP4uIZqNd1aOPnN9zofXTXl69Ai4p2hW { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#rm2X3X7eogJNWrX5FiMH3iwyTltGRWZ2 { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#FlLi7twEX3MxmzMeEynMMyohlyayb1MF { display:block; }
#HTsK6etHONflisDSgWWQBVUTvw7BSFgJ { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#ztvgdvAowesyvkNoQnfXRMO9iV36G6TE { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#vOXdEcXG7GyiQ3ABZfEzwtL1sa1z2It6 { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#d2THezv2pGuEqMh6Vvwtru69qPGu5AvT { display:block; }
#tmBQQfoWaSkauOQ1vRvuCEnLTTQHPQLG { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#iwTfIBtnS1QeR3OX3PGKRv770G7kXo5T { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#gdU1bB4xPdKS1yeS3IXA998TTXN6rFIB { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#gPTB4QLagx8cUKcr2Jpbgr1urbOVRFZz { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#sE8W5XLXyZbVLTNyUoDBcU78Iz1cFxzT { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#khHJ7raaqOg2aFvPrI0uiI1O1ND0GBeb { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#lRHMrEtI6tGx8X8HKDNeoEH9FEvadB7t { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#LpXkC3iouE1GNxXvdOi5iUXcbOCIE692 { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#PdV0PCEnsVLNOMc5UpCNtbyTQpaGfHiG { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Bi8GJeB3VibRe3GhvVWMHLEDteIgxWK5 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#MD6SPuglQsdK1GI0NZOLrWOLc0uPZK57 { display:block; }
#vWTiTB4T4z80b6S4TQzRPztHl7aSBhqA { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#ATfJW1uugireQNvPQnHS0MTld2tKG6Ie { width:5.06225625rem;height:1.6870125rem;top:51.363525390625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);display:block; }
#oprzQ8mHyTy33lepmtHeFmUOg1P6TGTn { width:5.06225625rem;height:1.6870125rem;top:33.18603515625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-3),1);z-index:15190;font-family:var(--paragraphs-font-family);display:block; }
#OhQFZToqHyEsX5yTeTVUsNPqqKrerGq5 { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.81103515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-3),1);z-index:15191;font-family:var(--paragraphs-font-family);display:block; }
#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { background-color:rgba(var(--color-tertiary-0),0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b.adaptive-delivery-prevent-bg, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b.lazyload, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b.lazyloading { background-image: none; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { border-width: 0; border-radius: 0; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { width:20rem;height:22.5rem;position:relative;display:none; }