.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/60b46785-b70d-43da-92f7-e43020e523cb/d84138c91ba6460b9257c69673628e33.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#XCgqih8MPvKdT81TAtrP8MTiGFtedlgl { color:#031f59;display:block;width:38.31175rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:3.460693359375rem;height:6.82375rem;display:block; }
#l9ifkhTVL0bBCt3pk464ZU1I0SmPqgXi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.37475rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.439697265625rem;left:3.460693359375rem;height:1.54296875rem;display:block; }
#eLG0O7IX7p7zLPWHfXCp6TOFwNsBWqr7 { color:#031f59;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.050537109375rem;left:3.460693359375rem;height:5.8496125rem;display:block; }
#o5Si9HJM6SfTFNdMdw5fvPnIe2x3fxdR { background-color:#fa6510;background-image:none;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;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size: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:15003;text-align:center;text-align-last:center;top:26.763916015625rem;left:3.460693359375rem;display:block; }
#aN0WLPVSgt9lXl2SgamUZZMWfhZXgxDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaNE2FlwH68Nkbuys5ORoD9vpCrqHRFp { box-sizing:content-box;height:10.874rem;width:10.874rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#1560da;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:19.99755859375rem;left:56.051025390625rem;display:block; }
#gc0QsxkRXROFOQBbZ94pbbIZhsW4CqKG { position:absolute;display:block;z-index:15004;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),0.2) ;height:7.87475rem;width:12.749rem;top:27.998046875rem;left:47.16796875rem;overflow:hidden;display:block; }
#eT6id7MzxqQxhdg0UtOey8TLaX83M0GW { color:rgba(var(--color-primary-0),1);display:block;width:5.874025rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.373046875rem;left:58.7060546875rem;height:4.467775rem;display:block; }
#SNIdcboLTazphh3GeysTTseMOxa2ir96 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.138916015625rem;left:55.39306640625rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#N1ewaTIHICFCOufBm2sTeqMoL8WayQdB { position:absolute;display:block;z-index:15008;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:7.375rem;width:7.375rem;top:0rem;left:1.89697265625rem;overflow:hidden;display:block; }
#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 { position:relative;display:block; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 { background-color: transparent; background-image: none; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .row .container > .video-iframe-container { display: none; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .row > .video-iframe-container { display: none; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .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); }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 { border-width: 0; border-radius: 0; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .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; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .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:22.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oaDZuWTTqOaaMlnmzrN5Nv801ikKOuqz { color:#1560da;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.99609375rem;left:29.178466796875rem;height:2.35595625rem;display:block; }
#Q0Ffcb5kwTW9LQTCVvboqT6t8wwxHspM { box-sizing:content-box;height:12.375rem;width:16.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:7.125rem;left:0.875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#tAdqAdZ4t64z3MfWXG4Dvswbs1zg06SL { box-sizing:content-box;height:2.37426875rem;width:2.37426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:1.1875rem;display:block; }
#gUcuaULcJ3IV4X7UOLffL7BLPvvZZWL9 { box-sizing:content-box;height:2.37426875rem;width:2.37426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:20.1875rem;display:block; }
#X6XUl4fw58VMa0864UwCXNRwS4qLWr3o { box-sizing:content-box;height:2.37426875rem;width:2.37426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:39.125rem;display:block; }
#EQoCr0rw1SJEQzUQyUUoJ6ZUdwPTdeUP { box-sizing:content-box;height:2.37426875rem;width:2.37426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:58rem;display:block; }
#Hxk6TzCEVN5GwmdM8TdIGtAxrbTN2IBW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7495rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.3125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#AgQG6qhe4X2g1SsmyaWciwhWI6dG5aKA { 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:15013;opacity:1;top:7.875rem;left:7.625rem; }
#dfdf7yxB4ATJAQOLZHQGPKwISNLqEXPN { 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:15014;opacity:1;top:7.8125rem;left:26.5625rem; }
#a5vh0JAoCraaocf2LrQwW3dZkQ5CbgPv { 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:15015;opacity:1;top:7.875rem;left:45.5rem; }
#XsDPRw35r4eGvw83FHreQ8tElFR0qkTZ { 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:15022;opacity:1;top:7.9375rem;left:64.25rem; }
#ZCt9L9LoTpZfKBs74I7FWElroMLv0f5l { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3735625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.350830078125rem;left:18.91357421875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#IBowLwDaKRCVBDogQo8Teoop5Q88t0Q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5615rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.375rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#rT9nJwC4DhZTm6S0HhwJ2BL0cCVCrxNV { box-sizing:content-box;height:12.375rem;width:16.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:7.125rem;left:19.8125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#QKiSrMbclAcQBpL7nZweiFeVLM5kdkcE { box-sizing:content-box;height:12.375rem;width:16.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:7.0625rem;left:38.75rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#qmkorw1XAt5soQ0D9tvRQPJHVCkVX1Cz { box-sizing:content-box;height:12.375rem;width:16.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:7.125rem;left:57.6875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#me8tgl4T9xhizgs5KWXFULkzEmTdRHaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7483125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:20.25rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#yfJPRvn2bEDt6qfK0VWotzJ1HNfXb42l { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5603125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12rem;left:20.25rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#DoZb6FoTfqqMQGBIgF0gzGoUAicvmAkh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5603125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12rem;left:39.25rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#Gipe1oM75dqbfHRMgpR16h87TvWwJO4y { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7483125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.6875rem;left:39.4375rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#mTVP67lVEkfJ3IxlJLihGLTDFWWLT8tf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5603125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:58.1875rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#Mb17QT79RktBtnTWMV5a7O64MFgvnmZP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7483125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.625rem;left:58.0625rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#LZ5L1DwpSXXXipSU3k7d4TeEw6IXM2DG { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.9375rem;height:1.705325rem;display:block; }
#KayLtebymTtbHg95GXDDQgThwwo6MeZn { color:rgba(var(--color-tertiary-4),1);display:block;width:1.499025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.75rem;left:20.875rem;height:1.705325rem;display:block; }
#AmKHELDuqZ7It4t3clNVApMek9CRRHOO { color:rgba(var(--color-tertiary-4),1);display:block;width:1.499025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.8125rem;height:1.705325rem;display:block; }
#uGu33mxDz3c8ZxPhRazad8waXA5fGENo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.499025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.75rem;left:58.625rem;height:1.705325rem;display:block; }
#CxnVb1ssHrqJ8Sy5zMwAISASsSwL1vCh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.280029296875rem;left:17.654296875rem; }
#gA9gprKmV1ffaCgFRNKWXlFDSfuC5kGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.98291015625rem;left:36.65673828125rem; }
#lB8Tf33fM406qwk3CWFUuMizhP8BHGUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.280029296875rem;left:55.529052734375rem; }
#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh { position:relative;display:block; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh { background-color: transparent; background-image: none; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .row .container > .video-iframe-container { display: none; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .row > .video-iframe-container { display: none; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .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); }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh { border-width: 0; border-radius: 0; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .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; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IfbpUoefPzevTfUCcHB4oOno83iuzBZa { box-sizing:content-box;height:24.0625rem;width:38.18725rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(187deg, #1560da, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(187deg, #1560da, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(187deg, #1560da, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(187deg, #1560da, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1560da', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1560da', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(187deg, #1560da, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.8828125rem;left:36.812744140625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ThpwNzNB3XIJtCdJpcs4cq4IThvlkcai { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1230625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.622802734375rem;left:2.2021484375rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#hUl95SUELHiOpTbcD3MWesVDQKUCXIXL { color:#031f59;display:block;width:29.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.63818359375rem;left:2.919921875rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#ftBJCP6QFTp62Wrf4Zcsrg02QH48o4Ad { position:absolute;display:block;z-index:15026;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:10.75rem;width:10.75rem;top:8.311767578125rem;left:0.1875rem;overflow:hidden;display:block; }
#fWDpTMOoqf7ckoMsFUX1Q9ptbk81g7wJ { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.06201171875rem;left:1.57666015625rem;height:6.4941375rem;text-align:center;text-align-last:center;display:block; }
#FUeUWvCKa2fHTlrTWuheyA9o9mqVNM71 { color:#000000;display:block;width:9.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:11.37451171875rem;left:13.181396484375rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#JW3Gi81lWX1W1hnw93kHi9W5O61GNqzo { color:#000000;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:11.399169921875rem;left:24.849853515625rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#BEuhaHppl9i68U9fOFhKxw550pfBOwOC { color:#000000;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.686767578125rem;left:0.875rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#CmUP1eIR8VUDV6hsyIAgcQ0bel1ROvMG { color:#000000;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:22.374267578125rem;left:13.434326171875rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#eu0Etk2LCamBzekCZV3bp21IQzo0yTN2 { color:#000000;display:block;width:9.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:22.162353515625rem;left:24.787353515625rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#uWILV13vxc0lJvzg0JnQPoe6Ic8DCJTx { position:absolute;display:block;z-index:15027;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:10.7495rem;width:10.7495rem;top:8.310546875rem;left:12.153564453125rem;overflow:hidden;display:block; }
#mfgmilD4P9Ux9LDl0m28iqs3B3CJPXL9 { position:absolute;display:block;z-index:15028;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:10.7495rem;width:10.7495rem;top:8.685546875rem;left:23.662109375rem;overflow:hidden;display:block; }
#su9niX25rbaNqnHLyHd98L2pyMgltnLH { position:absolute;display:block;z-index:15029;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:10.7495rem;width:10.7495rem;top:19.759521484375rem;left:0rem;overflow:hidden;display:block; }
#K7m2FMA11EeyoVKEE32W0aUrQolxhPdg { 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:10.7495rem;width:10.7495rem;top:19.7607421875rem;left:11.903564453125rem;overflow:hidden;display:block; }
#WMlKXULyOkUzCGzp5bfU0XTM3JW0JWUk { position:absolute;display:block;z-index:15031;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:10.7495rem;width:10.7495rem;top:19.759521484375rem;left:23.936767578125rem;overflow:hidden;display:block; }
#bnpHTDwTiSVaCE0cvQ2aXhQ7JO1tv2bP { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:6.57568359375rem;left:37.999267578125rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#p4MDgTN1xlae5JmgIJFh3nDh6uNhMb6K { color:#ffffff;display:block;width:31.43675rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.811767578125rem;left:40.18798828125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#tpTCekVy9TqmuN9nI4wRaBQNKgxGDaE5 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.71923828125rem;left:56.70166015625rem;height:8.045625rem;text-align:center;text-align-last:center;display:block; }
#LCD6TmQn1tuMbpMEAo4KeDTon13tJWLe { color:#ffffff;display:block;width:31.43675rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:24.925048828125rem;left:39.56298828125rem;height:2.92480625rem;display:block; }
#ui4Nm3aqJgxwIxVuRJhDVlVAxqAKPqxe { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),0.2) ;height:9.375rem;width:15.3125rem;top:14.6396484375rem;left:39.022216796875rem;overflow:hidden;display:block; }
#LerZhFXVu83149vNA8rnvisdcWaiMfxd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_e46ee73e0b03ad8871ed662a4fb6da4f4c9b5f4e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd.adaptive-delivery-prevent-bg, #LerZhFXVu83149vNA8rnvisdcWaiMfxd.lazyload, #LerZhFXVu83149vNA8rnvisdcWaiMfxd.lazyloading { background-image: none; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container { background-color: transparent; background-image: none; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container > .video-iframe-container { display: none; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row > .video-iframe-container { display: none; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .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); }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container { border-width: 0; border-radius: 0; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:25.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#EvbXNdhhdS8SZX8kt4IGZbtqInRddrRw { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;position:absolute;font-family:stolz;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5.03125rem;left:13.5rem;height:2.436525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ULrHaZM0qyIzMoTzaMRT7CqDSDGcP71J { color:#000000;display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.53125rem;left:13.5rem;height:8.2470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BpwlyBCRHMFmK6zzTnfHO1zLonbD9W5f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:21.4375rem;top:0.8125rem;left:47rem;overflow:hidden;display:block; }
#ntRDFlnQQoKiEGUad6Ix9cF4BhrMiHtc { z-index:15007;top:18.5625rem;left:13.5rem;background-color:rgba(var(--color-secondary-2),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;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PZd3IBiP1BIxEC2IiymzZTv1PtNXhMLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container { background-color: transparent; background-image: none; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container > .video-iframe-container { display: none; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row > .video-iframe-container { display: none; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .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); }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container { border-width: 0; border-radius: 0; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.875rem;width:75rem;position:relative;display:block; }#FEPTTWvoLpKxAsbbi0vLkCF1ARICW2ku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.625rem;left:30.125rem; }
#FEPTTWvoLpKxAsbbi0vLkCF1ARICW2ku > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#PfCra5W2rb1R93ZfxgCvNSOAvPrNarXe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.625rem;left:32.6875rem; }
#PfCra5W2rb1R93ZfxgCvNSOAvPrNarXe > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#QDOK5k43wCPgNkq73VV2pedLf93sQeTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.625rem;left:35.3125rem; }
#QDOK5k43wCPgNkq73VV2pedLf93sQeTC > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#V9FG77UV5vMyNJTPZGGmOzJO7GtpGAas { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.625rem;left:37.875rem; }
#V9FG77UV5vMyNJTPZGGmOzJO7GtpGAas > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#sI8TbydFe5o3VEZwFaM5p0vgqBmC5mSk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.5625rem;left:40.25rem; }
#sI8TbydFe5o3VEZwFaM5p0vgqBmC5mSk > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#wVfbK6AcbQiDHy5aw0nbFcvymQFGQIW2 { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.5rem;height:1.29980625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCgqih8MPvKdT81TAtrP8MTiGFtedlgl { top:6.75rem;left:0rem;width:38.25rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ifkhTVL0bBCt3pk464ZU1I0SmPqgXi { top:14.4375rem;left:0rem;width:35.3125rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLG0O7IX7p7zLPWHfXCp6TOFwNsBWqr7 { top:18rem;left:0rem;width:31.75rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Si9HJM6SfTFNdMdw5fvPnIe2x3fxdR { width:17.5rem;height:3.4375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN0WLPVSgt9lXl2SgamUZZMWfhZXgxDN { display:block; }
 }@media only screen and (max-width: 763px) { #XaNE2FlwH68Nkbuys5ORoD9vpCrqHRFp { top:19.9375rem;left:36.5rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0QsxkRXROFOQBbZ94pbbIZhsW4CqKG { top:27.9375rem;left:33.54296875rem;width:12.6875rem;height:7.8367629323869rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6id7MzxqQxhdg0UtOey8TLaX83M0GW { top:22.3125rem;left:41.9375rem;width:5.8125rem;height:4.4375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNIdcboLTazphh3GeysTTseMOxa2ir96 { top:26.125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ewaTIHICFCOufBm2sTeqMoL8WayQdB { top:0rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 { display:block; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaDZuWTTqOaaMlnmzrN5Nv801ikKOuqz { top:0.9375rem;left:13.25rem;width:17rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Ffcb5kwTW9LQTCVvboqT6t8wwxHspM { top:7.125rem;left:0rem;width:16.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAdqAdZ4t64z3MfWXG4Dvswbs1zg06SL { top:7.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUcuaULcJ3IV4X7UOLffL7BLPvvZZWL9 { top:7.4375rem;left:6.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6XUl4fw58VMa0864UwCXNRwS4qLWr3o { top:7.3125rem;left:25.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQoCr0rw1SJEQzUQyUUoJ6ZUdwPTdeUP { top:7.4375rem;left:44.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxk6TzCEVN5GwmdM8TdIGtAxrbTN2IBW { top:13.75rem;left:0rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgQG6qhe4X2g1SsmyaWciwhWI6dG5aKA { top:7.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfdf7yxB4ATJAQOLZHQGPKwISNLqEXPN { top:7.8125rem;left:12.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5vh0JAoCraaocf2LrQwW3dZkQ5CbgPv { top:7.875rem;left:31.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsDPRw35r4eGvw83FHreQ8tElFR0qkTZ { top:7.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCt9L9LoTpZfKBs74I7FWElroMLv0f5l { top:3.3125rem;left:5.28857421875rem;width:35.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBowLwDaKRCVBDogQo8Teoop5Q88t0Q0 { top:12.0625rem;left:0rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9nJwC4DhZTm6S0HhwJ2BL0cCVCrxNV { top:7.125rem;left:6.1875rem;width:16.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiSrMbclAcQBpL7nZweiFeVLM5kdkcE { top:7.0625rem;left:25.125rem;width:16.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmkorw1XAt5soQ0D9tvRQPJHVCkVX1Cz { top:7.125rem;left:31.25rem;width:16.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8tgl4T9xhizgs5KWXFULkzEmTdRHaZ { top:13.6875rem;left:6.625rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfJPRvn2bEDt6qfK0VWotzJ1HNfXb42l { top:12rem;left:6.625rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZb6FoTfqqMQGBIgF0gzGoUAicvmAkh { top:12rem;left:25.625rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gipe1oM75dqbfHRMgpR16h87TvWwJO4y { top:13.6875rem;left:25.8125rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVP67lVEkfJ3IxlJLihGLTDFWWLT8tf { top:12rem;left:32.25rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb17QT79RktBtnTWMV5a7O64MFgvnmZP { top:13.625rem;left:32.0625rem;width:15.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ5L1DwpSXXXipSU3k7d4TeEw6IXM2DG { top:7.6875rem;left:0rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KayLtebymTtbHg95GXDDQgThwwo6MeZn { top:7.75rem;left:7.25rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKHELDuqZ7It4t3clNVApMek9CRRHOO { top:7.625rem;left:26.1875rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGu33mxDz3c8ZxPhRazad8waXA5fGENo { top:7.75rem;left:45rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxnVb1ssHrqJ8Sy5zMwAISASsSwL1vCh { top:13.25rem;left:4.029296875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9gprKmV1ffaCgFRNKWXlFDSfuC5kGH { top:12.9375rem;left:23.03173828125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB8Tf33fM406qwk3CWFUuMizhP8BHGUo { top:13.25rem;left:41.904052734375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh { display:block; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfbpUoefPzevTfUCcHB4oOno83iuzBZa { top:4.875rem;left:9.625rem;width:38.125rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpwNzNB3XIJtCdJpcs4cq4IThvlkcai { top:4.5625rem;left:0rem;width:31.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUl95SUELHiOpTbcD3MWesVDQKUCXIXL { top:1.625rem;left:0rem;width:29.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftBJCP6QFTp62Wrf4Zcsrg02QH48o4Ad { top:8.25rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDpTMOoqf7ckoMsFUX1Q9ptbk81g7wJ { top:11rem;left:0rem;width:8.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUeUWvCKa2fHTlrTWuheyA9o9mqVNM71 { top:11.3125rem;left:0rem;width:9.125rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Gi81lWX1W1hnw93kHi9W5O61GNqzo { top:11.375rem;left:11.224853515625rem;width:8.5rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEuhaHppl9i68U9fOFhKxw550pfBOwOC { top:22.625rem;left:0rem;width:9.125rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmUP1eIR8VUDV6hsyIAgcQ0bel1ROvMG { top:22.3125rem;left:0rem;width:8.25rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu0Etk2LCamBzekCZV3bp21IQzo0yTN2 { top:22.125rem;left:11.162353515625rem;width:9.375rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWILV13vxc0lJvzg0JnQPoe6Ic8DCJTx { top:8.25rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfgmilD4P9Ux9LDl0m28iqs3B3CJPXL9 { top:8.625rem;left:10.037109375rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su9niX25rbaNqnHLyHd98L2pyMgltnLH { top:19.75rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7m2FMA11EeyoVKEE32W0aUrQolxhPdg { top:19.75rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMlKXULyOkUzCGzp5bfU0XTM3JW0JWUk { top:19.75rem;left:10.311767578125rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnpHTDwTiSVaCE0cvQ2aXhQ7JO1tv2bP { top:6.5625rem;left:13.0625rem;width:34.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4MDgTN1xlae5JmgIJFh3nDh6uNhMb6K { top:9.75rem;left:16.375rem;width:31.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpTCekVy9TqmuN9nI4wRaBQNKgxGDaE5 { top:14.6875rem;left:32.75rem;width:15rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCD6TmQn1tuMbpMEAo4KeDTon13tJWLe { top:24.875rem;left:16.375rem;width:31.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4Nm3aqJgxwIxVuRJhDVlVAxqAKPqxe { top:14.625rem;left:25.397216796875rem;width:15.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LerZhFXVu83149vNA8rnvisdcWaiMfxd { display:block; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvbXNdhhdS8SZX8kt4IGZbtqInRddrRw { width:42.1875rem;height:;top:5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrHaZM0qyIzMoTzaMRT7CqDSDGcP71J { width:35rem;height:8.25rem;top:9.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpwlyBCRHMFmK6zzTnfHO1zLonbD9W5f { top:0.8125rem;left:26.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRDFlnQQoKiEGUad6Ix9cF4BhrMiHtc { top:18.5625rem;left:0rem;width:13.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZd3IBiP1BIxEC2IiymzZTv1PtNXhMLz { display:block; }
 }@media only screen and (max-width: 763px) { #cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 { display:block; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEPTTWvoLpKxAsbbi0vLkCF1ARICW2ku { top:0.625rem;left:16.5rem;width:2.0625rem;height:2.0625rem;display:block; }
#FEPTTWvoLpKxAsbbi0vLkCF1ARICW2ku > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PfCra5W2rb1R93ZfxgCvNSOAvPrNarXe { top:0.625rem;left:19.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
#PfCra5W2rb1R93ZfxgCvNSOAvPrNarXe > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #QDOK5k43wCPgNkq73VV2pedLf93sQeTC { top:0.625rem;left:21.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
#QDOK5k43wCPgNkq73VV2pedLf93sQeTC > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #V9FG77UV5vMyNJTPZGGmOzJO7GtpGAas { top:0.625rem;left:24.25rem;width:2rem;height:2rem;display:block; }
#V9FG77UV5vMyNJTPZGGmOzJO7GtpGAas > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #sI8TbydFe5o3VEZwFaM5p0vgqBmC5mSk { top:0.5625rem;left:26.625rem;width:2.125rem;height:2.125rem;display:block; }
#sI8TbydFe5o3VEZwFaM5p0vgqBmC5mSk > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #wVfbK6AcbQiDHy5aw0nbFcvymQFGQIW2 { width:47.75rem;height:1.25rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/60b46785-b70d-43da-92f7-e43020e523cb/d84138c91ba6460b9257c69673628e33.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XCgqih8MPvKdT81TAtrP8MTiGFtedlgl { width:20rem;height:7.3095625rem;top:5.936279296875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9ifkhTVL0bBCt3pk464ZU1I0SmPqgXi { width:20rem;height:3.41064375rem;top:15.623779296875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLG0O7IX7p7zLPWHfXCp6TOFwNsBWqr7 { width:19.5rem;height:10.2319375rem;top:20.8740234375rem;left:0.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5Si9HJM6SfTFNdMdw5fvPnIe2x3fxdR { width:17.5rem;height:3.4375rem;top:33.492431640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN0WLPVSgt9lXl2SgamUZZMWfhZXgxDN { display:block; }
 }@media only screen and (max-width: 763px) { #XaNE2FlwH68Nkbuys5ORoD9vpCrqHRFp { width:10.8125rem;height:10.8125rem;top:38.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0QsxkRXROFOQBbZ94pbbIZhsW4CqKG { width:12.6875rem;height:7.8363110705268rem;top:47.034912109375rem;left:2.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6id7MzxqQxhdg0UtOey8TLaX83M0GW { width:5.81176875rem;height:4.14306875rem;top:40.9375rem;left:10.375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNIdcboLTazphh3GeysTTseMOxa2ir96 { width:12.5rem;height:2.59765625rem;top:45.0625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ewaTIHICFCOufBm2sTeqMoL8WayQdB { width:7.375rem;height:7.375rem;top:0rem;left:6.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 { display:block; }#oFRTi8PnlofRaM5c6F9Tf8mcUd9N3wq5 > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaDZuWTTqOaaMlnmzrN5Nv801ikKOuqz { width:16.9995rem;height:2.35595625rem;top:1.25rem;left:1.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Ffcb5kwTW9LQTCVvboqT6t8wwxHspM { width:16.375rem;height:12.3125rem;top:7.64770625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAdqAdZ4t64z3MfWXG4Dvswbs1zg06SL { width:2.3125rem;height:2.3125rem;top:7.83569453125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUcuaULcJ3IV4X7UOLffL7BLPvvZZWL9 { width:2.3125rem;height:2.3125rem;top:21.67845625rem;left:2.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6XUl4fw58VMa0864UwCXNRwS4qLWr3o { width:2.3125rem;height:2.3125rem;top:35.334450390625rem;left:2.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQoCr0rw1SJEQzUQyUUoJ6ZUdwPTdeUP { width:2.3125rem;height:2.3125rem;top:49.11495625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxk6TzCEVN5GwmdM8TdIGtAxrbTN2IBW { width:15.68725rem;height:3.8964875rem;top:14.2736828125rem;left:2.188232421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgQG6qhe4X2g1SsmyaWciwhWI6dG5aKA { display:flex;width:3.125rem;height:3.125rem;top:8.398438671875rem;left:8.50048828125rem; }
 }@media only screen and (max-width: 763px) { #dfdf7yxB4ATJAQOLZHQGPKwISNLqEXPN { display:flex;width:3.125rem;height:3.125rem;top:22.0544328125rem;left:8.50048828125rem; }
 }@media only screen and (max-width: 763px) { #a5vh0JAoCraaocf2LrQwW3dZkQ5CbgPv { display:flex;width:3.125rem;height:3.125rem;top:35.89719453125rem;left:8.499267578125rem; }
 }@media only screen and (max-width: 763px) { #XsDPRw35r4eGvw83FHreQ8tElFR0qkTZ { display:flex;width:3.125rem;height:3.125rem;top:49.61544453125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #ZCt9L9LoTpZfKBs74I7FWElroMLv0f5l { width:20rem;height:1.54296875rem;top:3.604736328125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBowLwDaKRCVBDogQo8Teoop5Q88t0Q0 { width:15.49925rem;height:1.2182625rem;top:12.585450390625rem;left:2.25048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9nJwC4DhZTm6S0HhwJ2BL0cCVCrxNV { width:16.375rem;height:12.3125rem;top:21.36595625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiSrMbclAcQBpL7nZweiFeVLM5kdkcE { width:16.375rem;height:12.3125rem;top:35.08420625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmkorw1XAt5soQ0D9tvRQPJHVCkVX1Cz { width:16.375rem;height:12.3125rem;top:48.80245625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8tgl4T9xhizgs5KWXFULkzEmTdRHaZ { width:15.68725rem;height:3.8964875rem;top:27.92845625rem;left:2.18701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfJPRvn2bEDt6qfK0VWotzJ1HNfXb42l { width:15.49925rem;height:1.2182625rem;top:26.24144453125rem;left:2.18701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZb6FoTfqqMQGBIgF0gzGoUAicvmAkh { width:15.49925rem;height:1.2182625rem;top:40.021950390625rem;left:2.249267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gipe1oM75dqbfHRMgpR16h87TvWwJO4y { width:15.68725rem;height:3.8964875rem;top:41.708962109375rem;left:2.437255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVP67lVEkfJ3IxlJLihGLTDFWWLT8tf { width:15.49925rem;height:1.2182625rem;top:53.67794453125rem;left:2.25048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb17QT79RktBtnTWMV5a7O64MFgvnmZP { width:15.68725rem;height:5.1953125rem;top:55.302700390625rem;left:2.124755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ5L1DwpSXXXipSU3k7d4TeEw6IXM2DG { width:1.43676875rem;height:1.705325rem;top:8.210450390625rem;left:2.813232421875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KayLtebymTtbHg95GXDDQgThwwo6MeZn { width:1.43676875rem;height:1.705325rem;top:21.99095625rem;left:2.81201171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKHELDuqZ7It4t3clNVApMek9CRRHOO { width:1.43676875rem;height:1.705325rem;top:35.646950390625rem;left:2.81201171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGu33mxDz3c8ZxPhRazad8waXA5fGENo { width:1.43676875rem;height:1.705325rem;top:49.42745625rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxnVb1ssHrqJ8Sy5zMwAISASsSwL1vCh { display:flex;width:1.74926875rem;height:1.74926875rem;top:20.11474609375rem;left:9.18701171875rem; }
 }@media only screen and (max-width: 763px) { #gA9gprKmV1ffaCgFRNKWXlFDSfuC5kGH { display:flex;width:1.74926875rem;height:1.74926875rem;top:33.662109375rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #lB8Tf33fM406qwk3CWFUuMizhP8BHGUo { display:flex;width:1.74926875rem;height:1.74926875rem;top:47.442626953125rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh { display:block; }#K5hR3oTdX6pbghKlIQ8J0f7TgNaU3Umh > .row .container { width:20rem;height:120.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfbpUoefPzevTfUCcHB4oOno83iuzBZa { width:20rem;height:35.0625rem;top:82.90771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpwNzNB3XIJtCdJpcs4cq4IThvlkcai { width:20rem;height:2.59765625rem;top:7.37305rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUl95SUELHiOpTbcD3MWesVDQKUCXIXL { width:20rem;height:4.87305rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftBJCP6QFTp62Wrf4Zcsrg02QH48o4Ad { width:10.75rem;height:10.75rem;top:11.22070625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDpTMOoqf7ckoMsFUX1Q9ptbk81g7wJ { width:8.562rem;height:6.0913125rem;top:13.970950390625rem;left:6.01416015625rem;font-size:0.9375rem;font-family:stolz;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUeUWvCKa2fHTlrTWuheyA9o9mqVNM71 { width:9.12475rem;height:4.87305rem;top:26.28467109375rem;left:5.65283203125rem;font-size:0.9375rem;font-family:stolz;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Gi81lWX1W1hnw93kHi9W5O61GNqzo { width:8.49975rem;height:6.09130625rem;top:37.871829296875rem;left:5.812744140625rem;font-size:0.9375rem;font-family:stolz;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEuhaHppl9i68U9fOFhKxw550pfBOwOC { width:9.12475rem;height:4.87305rem;top:50.02295234375rem;left:5.4990234375rem;font-size:0.9375rem;font-family:stolz;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmUP1eIR8VUDV6hsyIAgcQ0bel1ROvMG { width:8.2495rem;height:6.09130625rem;top:61.646731640625rem;left:6.15576171875rem;font-size:0.9375rem;font-family:stolz;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eu0Etk2LCamBzekCZV3bp21IQzo0yTN2 { width:9.375rem;height:6.09130625rem;top:73.37353828125rem;left:5.4755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWILV13vxc0lJvzg0JnQPoe6Ic8DCJTx { width:10.6875rem;height:10.6875rem;top:23.22070625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfgmilD4P9Ux9LDl0m28iqs3B3CJPXL9 { width:10.6875rem;height:10.6875rem;top:35.15820625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su9niX25rbaNqnHLyHd98L2pyMgltnLH { width:10.6875rem;height:10.6875rem;top:47.09570625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7m2FMA11EeyoVKEE32W0aUrQolxhPdg { width:10.6875rem;height:10.6875rem;top:59.03320625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMlKXULyOkUzCGzp5bfU0XTM3JW0JWUk { width:10.6875rem;height:10.6875rem;top:70.97070625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnpHTDwTiSVaCE0cvQ2aXhQ7JO1tv2bP { width:20rem;height:2.436525rem;top:86.2255859375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4MDgTN1xlae5JmgIJFh3nDh6uNhMb6K { width:20rem;height:4.62890625rem;top:89.774169921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpTCekVy9TqmuN9nI4wRaBQNKgxGDaE5 { width:17.6245rem;height:5.19775625rem;top:95.0439453125rem;left:1.48193359375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCD6TmQn1tuMbpMEAo4KeDTon13tJWLe { width:20rem;height:4.38720625rem;top:110.98876953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ui4Nm3aqJgxwIxVuRJhDVlVAxqAKPqxe { width:15.3125rem;height:9.375rem;top:100.9765625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LerZhFXVu83149vNA8rnvisdcWaiMfxd { display:block; }#LerZhFXVu83149vNA8rnvisdcWaiMfxd > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvbXNdhhdS8SZX8kt4IGZbtqInRddrRw { width:20rem;height:3.3764625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULrHaZM0qyIzMoTzaMRT7CqDSDGcP71J { width:20rem;height:7.9650625rem;top:5.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpwlyBCRHMFmK6zzTnfHO1zLonbD9W5f { width:20rem;height:20rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRDFlnQQoKiEGUad6Ix9cF4BhrMiHtc { top:16.6875rem;left:3rem;width:13.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZd3IBiP1BIxEC2IiymzZTv1PtNXhMLz { display:block; }
 }@media only screen and (max-width: 763px) { #cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 { display:block; }#cznfGSs0XVfikU4Ih9rUCEkLVfGM9Oh4 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEPTTWvoLpKxAsbbi0vLkCF1ARICW2ku { display:flex;width:2.0625rem;height:2.0625rem;top:1.25rem;left:8.9375rem; }
#FEPTTWvoLpKxAsbbi0vLkCF1ARICW2ku > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PfCra5W2rb1R93ZfxgCvNSOAvPrNarXe { display:flex;width:2.0625rem;height:2.0625rem;top:4.5625rem;left:8.9375rem; }
#PfCra5W2rb1R93ZfxgCvNSOAvPrNarXe > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #QDOK5k43wCPgNkq73VV2pedLf93sQeTC { display:flex;width:1.9375rem;height:1.9375rem;top:7.875rem;left:9rem; }
#QDOK5k43wCPgNkq73VV2pedLf93sQeTC > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #V9FG77UV5vMyNJTPZGGmOzJO7GtpGAas { display:flex;width:2rem;height:2rem;top:11.0625rem;left:9rem; }
#V9FG77UV5vMyNJTPZGGmOzJO7GtpGAas > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #sI8TbydFe5o3VEZwFaM5p0vgqBmC5mSk { display:flex;width:2.125rem;height:2.125rem;top:14.3125rem;left:8.9375rem; }
#sI8TbydFe5o3VEZwFaM5p0vgqBmC5mSk > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #wVfbK6AcbQiDHy5aw0nbFcvymQFGQIW2 { width:20rem;height:2.59765625rem;top:17.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }