.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:250,233,234;--color-primary-1:237,180,186;--color-primary-2:219,105,117;--color-primary-3:110,53,59;--color-primary-4:33,16,18;--color-secondary-0:235,251,251;--color-secondary-1:190,240,241;--color-secondary-2:124,225,227;--color-secondary-3:62,113,114;--color-secondary-4:19,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:212,216,195;--color-tertiary-2:113,124,54;--color-tertiary-3:57,62,27;--color-tertiary-4:11,12,5;--headlines-font-family:"Bitter";--paragraphs-font-family:"Josefin 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:#e6feff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4feff;background-image:url("https://images.assets-landingi.com/uc/e9ef91c4-56ee-42ca-bf0c-a0b184b8e213/OdmadzaniezAjurweda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC.adaptive-delivery-prevent-bg, #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC.lazyload, #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC.lazyloading { background-image: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { background-color: transparent; background-image: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .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); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { border-width: 0; border-radius: 0; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:75rem;position:relative;display:block; }#JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:12.875rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.75rem;left:11.75rem;overflow:hidden;display:block; }
#SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.8125rem;left:4.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { color:rgba(var(--color-primary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:21.4375rem;left:1.84375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOF2NTWWt354towpOpVHzFqRoT6hAeaM { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:54.3125rem;left:1.78125rem;display:block; }
#EDwUIEmOuQ38DrzzaI9hMSPXcnw9efRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfCZm42GfgOlA7AuPV8MVhbz3ViwLNE1 { 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:43.75rem;width:43.75rem;display:none; }
#quVr8L5hnTaXOoDDhbWQmdnZrdWrKqu7 { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.625rem;left:3.53125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytAnwDKGpNPV8W0KsSqXbKyTKaffVueT { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:16.25rem;left:0.5rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xERG1cdihbSbIFiopy4JT8ECobVOC1sB { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:48.40625rem;left:1rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhDqRoXGQ5wx3wXUPRTIim1UPdmEIPEQ { box-sizing:content-box;height:9.6875rem;width:32.8125rem;position:absolute;display:block;z-index:15011;background-color:#db6975;background-image:none;top:37.625rem;left:1.78125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#SWc4X68kKQloiDSnX0QVPTsw72bDQdad { background-color:#e6feff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { background-color: transparent; background-image: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .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); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { border-width: 0; border-radius: 0; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:block; }#FEkdKnCfJ3HO56QLQy1MZzgBCTvLKU8T { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#KhcVCMKMTaaTZVNNwGmp8TUWwLcUE7eE { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#EnyTT43oxRciMWwMBALz2cx88HTC9zXJ { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:24.875rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iaVhC9Trs7QkcXQJfB43KT6g7FXHz0qc { position:absolute;display:block;z-index:15022;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.8125rem;width:28.9375rem;top:20.3125rem;left:23.03125rem;overflow:hidden;display:block; }
#AnERqJ1oe6mGTQdzTCHnSLEGIV4wTM8P { color:#47545a;display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:30.3125rem;left:16.3125rem;height:9.4970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL.adaptive-delivery-prevent-bg, #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL.lazyload, #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL.lazyloading { background-image: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { background-color: transparent; background-image: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.93); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container > .video-iframe-container { display: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.93); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container { display: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .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); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { border-width: 0; border-radius: 0; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:75rem;position:relative;display:block; }#U8UTF01pD7hEysUh8PbuLps9547KNsX4 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:63.6455078125rem;left:24.375rem;display:block; }
#l53vxeqMopMmnvEXXvKsJIHOKoIhAhN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5K3kI7ErK5x23cr33bxJa6SCBXBPkgN { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.34375rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#rrfaMhRWbxJWVLLvk2KTXhy56CRUHKNJ { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#diW4EnTJfTUxX2a64mGLd7TTxU7fhmDA { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:19.10546875rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ew3TBX7uoTAZ21fDRiBzCasEEwpxoSgm { color:#47545a;display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:24.3125rem;left:16.25rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l23zT8pb8IqbXZTI60H1C4rH7gRW6Ku5 { position:absolute;display:block;z-index:15018;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.8125rem;width:8.9375rem;top:16.5625rem;left:33.03125rem;overflow:hidden;display:block; }
#SltMHBQsF1THFkv3umbsBgSk0A68P52l { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:37.3125rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8lBhZ7xtUkIICJOGLn4v8pLQZBCON5m { color:#47545a;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:43.3125rem;left:18.59375rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Du2diypqik6VTncW80B5ncFOn5Qrtq1E { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:34.375rem;left:33.03125rem;overflow:hidden;display:block; }
#DoIMawrPRhBbCQ06Q0oz3Xyn4vwASdGv { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:50.8115234375rem;left:0rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6feff, #ffffff);background-image: -moz-linear-gradient(180deg, #e6feff, #ffffff);background-image: -ms-linear-gradient(180deg, #e6feff, #ffffff);background-image: -o-linear-gradient(180deg, #e6feff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6feff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { background-color: transparent; background-image: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container > .video-iframe-container { display: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container { display: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .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); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { border-width: 0; border-radius: 0; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:27.250001907349rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:39.690755128861rem;left:8.28125rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTvI7P7LDlfBMvtRyNVoSfGxIg4rotOS { box-sizing:content-box;height:21rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:#e5f7ff;background-image:none;top:25.0625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#gDdNMHLNaMXqismLumuhTPH8Bzuzsrfy { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.3115234375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#AZISU9t57a1bKeI98CO45TsnT7KCbraE { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:11.5rem;left:8.28125rem;height:11.396475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3CkvcWUCx7Tu2OkmKEFxp8iXBhrRNam { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:33.541669130326rem;left:0rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y78of28X3i4ir18dqqq6sOxPStENry26 { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.315756797791rem;left:8.28125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmrBv6HdzwzpzZ3tSTAbeIo68LPvKmG7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:none; }
#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container { background-color: transparent; background-image: none; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container > .video-iframe-container { display: none; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row > .video-iframe-container { display: none; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .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); }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container { border-width: 0; border-radius: 0; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#uTc6qTZfUscT8RyRtU47znFGF3K4taKL { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQgRTAgLWpBUi6omsiPsnK0JH0EwfoiW { box-sizing:content-box;height:21rem;width:71.75rem;position:absolute;display:block;z-index:15014;background-color:#dff1ef;background-image:none;top:2.625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Iz6Ghh3QIOOH2MU8giI2u9F8SOR4pZZM { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:6.875rem;left:8.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcGIoE6CrTQigMV65LGE7SABeOF52321 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#viFyzTTd3SfTQa09OnW2B0HrqIJSNhpA { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:17.25rem;left:8.3125rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container { background-color: transparent; background-image: none; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container > .video-iframe-container { display: none; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row > .video-iframe-container { display: none; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .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); }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container { border-width: 0; border-radius: 0; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#zwcEqAEWaqMcuqFhBQDfsdnbgZVMBkMk { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScLi7lmWMAOff8wmyqb3UWdbyE3Hwoa5 { box-sizing:content-box;height:21rem;width:71.75rem;position:absolute;display:block;z-index:15014;background-color:#ebf5f5;background-image:none;top:2.625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MdDxZmOvN27dsNewLLMb1cJeEwD9aoTh { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:6.875rem;left:8.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4HrCJIZe5DJhqlfe2VUfNEIZWoXSkrR { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ralWiZyv7W1yvObTb6AwKsXxDwLkWu3C { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:17.25rem;left:8.3125rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container { background-color: transparent; background-image: none; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container > .video-iframe-container { display: none; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row > .video-iframe-container { display: none; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .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); }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container { border-width: 0; border-radius: 0; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#tHQO9xLKW0Hp4fNdw2WAaKeAT6AVInPL { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHfqmlIyAhBb0ik0kb5QHQpntJrzNi41 { box-sizing:content-box;height:21rem;width:71.75rem;position:absolute;display:block;z-index:15014;background-color:#fff8ea;background-image:none;top:2.625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#NQoBhDkN3SsfgmwSGXOdRdhMTnahm1G9 { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:6.875rem;left:8.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQ40ukkmJDhzlftJA9Gb61KRSTXNdwpx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMU0d8ZBkqZbMgFcDs3JTeP8rE2QDlce { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:17.25rem;left:8.3125rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container { background-color: transparent; background-image: none; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container > .video-iframe-container { display: none; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row > .video-iframe-container { display: none; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .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); }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container { border-width: 0; border-radius: 0; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#PRyPNcnmsGbP3DA3m8hNUm1tnzveGTo2 { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yAwLZxPotD8UTrVesT63mNx7O8dlqz0g { box-sizing:content-box;height:21rem;width:71.75rem;position:absolute;display:block;z-index:15014;background-color:#fff4f2;background-image:none;top:2.625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kzIuBaFo8A1Pne5ueHNQ8T7THHGPR1Cy { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:6.875rem;left:8.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcSDIAcStpaPd1NHXAp84okb3bcnsSFW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7obwSgrqVWHO73bF6sOk8AAz2lb42CA { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:17.25rem;left:8.3125rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container { background-color: transparent; background-image: none; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container > .video-iframe-container { display: none; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row > .video-iframe-container { display: none; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .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); }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container { border-width: 0; border-radius: 0; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#MEDvTupuAfyyeTlQhhbcq8QLB4nVtdQf { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbwNuSVqIfyQV88pGbhCkc70LvMvCwE6 { box-sizing:content-box;height:21rem;width:71.75rem;position:absolute;display:block;z-index:15014;background-color:#feedea;background-image:none;top:2.8125rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Oo7gkDP7ltG2CFbnSQDeXXH7ZQnlDytK { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:6.875rem;left:8.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKyfmRWHfUUgnoVrGFk3X1Z2DeuT9VcJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVkswTO0zwe1ttWwzU6qCn59BUWmiMsi { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:16.125rem;left:8.28125rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffffff, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffffff, #fff5d4);background-image: -o-linear-gradient(180deg, #ffffff, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffffff, #fff5d4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container { background-color: transparent; background-image: none; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container > .video-iframe-container { display: none; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row > .video-iframe-container { display: none; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .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); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container { border-width: 0; border-radius: 0; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#fZAgnwMZL9TypEIb1HZXfGWrBB4cD9qy { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dzaUNPkJeqwwrqhE4uOFE8lsdRfNpnvy { box-sizing:content-box;height:21.8125rem;width:71.75rem;position:absolute;display:block;z-index:15014;background-color:#eeecf9;background-image:none;top:2.625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RWu5c4h4R2ei6s3oHy3uyZHwBwvEb7FO { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:6.875rem;left:8.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3XQtz0JgiE5JcQDy1fC72itLOrL1Vo8 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDTyEnBlz8wIf34TWyfuEMXI8ZlNr7Rm { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:16.375rem;left:8.28125rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T.adaptive-delivery-prevent-bg, #rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T.lazyload, #rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T.lazyloading { background-image: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container { background-color: transparent; background-image: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,249,236,0.86); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container > .video-iframe-container { display: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,249,236,0.86); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row > .video-iframe-container { display: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .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); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container { border-width: 0; border-radius: 0; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#uQwEXTCMn4ON6TpOKKmXRcsN6q6sWCdU { color:#717c36;display:block;width:46.9375rem;position:absolute;font-family:"josefin sans";font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.375rem;left:14.03125rem;height:8.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#siiu5J9nqpNtFTi8HMX4mICUztRP2qTy { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.0625rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIcNrymf9OpMKkhwKy6FsR30FcBCXO8M { box-sizing:content-box;height:47.625rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:14.0625rem;display:block; }
#fWZgASRVNIy1QXJUKnQwz3LkmBd2xdlT { position:absolute;display:block;z-index:15002;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:21.0625rem;width:21.0625rem;top:23.0625rem;left:29.4375rem;overflow:hidden;display:block; }
#JazTixxc3HJJbG3Hhr3rsu2yss06OiEd { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.6875rem;left:22.53125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#GaNOtudPMT0TtXJt4ZQAWDHz5JfVDBmT { color:#47545a;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:47.5rem;left:21.9375rem;height:5.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pN7xhdHKQIt1k2rAUHqEdLTNTRPCEpNx { color:#4bae16;display:block;width:24.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.228515625rem;left:25.21875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIf4IEtGcVhN69X2LrasexCKfiboveVa { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43.125rem;left:21.875rem;display:block; }
#NieLK3ugoss7UiJ9PcCEJMFutmeqdG5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfD63ENXNl82vB21rNzv2u3tX7ULS8Pc { color:#47545a;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:24.875rem;left:22.6875rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60.adaptive-delivery-prevent-bg, #A99XS2pmLTdtfwUfZ567SsBp4S5gwa60.lazyload, #A99XS2pmLTdtfwUfZ567SsBp4S5gwa60.lazyloading { background-image: none; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 > .row .container { border-width: 0; border-radius: 0; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:none; }#LEnhs7ffytFTC7aTQDNgHrnka1biK8eA { color:#717c36;display:block;width:46.9375rem;position:absolute;font-family:"josefin sans";font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:14.0625rem;height:8.77475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#we42I09n4Bn1zKRkzVAi05dN8KuIhUT1 { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.000000476837rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akRM449OEi3dU5koCgowTmzrqPax17F4 { box-sizing:content-box;height:40.8125rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:14.0625rem;display:block; }
#cIULyG5kzfyUxgxEBI2tH22i85kP4Vzz { position:absolute;display:block;z-index:15002;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:21.0625rem;width:21.0625rem;top:23.0625rem;left:29.4375rem;overflow:hidden;display:block; }
#I4cTevUPclotpKemCF2GbTM4fVpCam81 { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.3125rem;left:22.53125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#mZbamSJXKpOXkufun29dm69wgQxpH37k { color:#4bae16;display:block;width:31.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.791667938233rem;left:21.65625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKotL4nxIZuShgVW3BZXa6ooUvPX6uE9 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.0625rem;left:21.875rem;display:block; }
#Xhs5kTQcOTBaqBTdmmM38ZdhOqemLv3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(181deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #fff5d4, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { background-color: transparent; background-image: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container > .video-iframe-container { display: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container { display: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .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); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { border-width: 0; border-radius: 0; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.100891113281rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#fa847xBOMABZLWGmMZ4XteNc2bITmEZB { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.320289611816rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container { background-color: transparent; background-image: none; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container > .video-iframe-container { display: none; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row > .video-iframe-container { display: none; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .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); }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container { border-width: 0; border-radius: 0; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#QBihzfNsHRK8uufdUOtFxO6kTtTweyVi { color:#47545a;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:7.1875rem;left:19.96875rem;height:4.3984375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OOH1dkG6rOgq72d1PKElEJD6aHKE0vGi { box-sizing:content-box;height:19.9375rem;width:71.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,245,212,0.5);background-image:none;top:1.4375rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TtlU54Zf2wxhSKgZL9QkBJRRwcF1yWAp { color:#47545a;display:block;width:19.3125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.21875rem;left:19.96875rem;height:1.7871125rem;font-style:normal;display:block; }
#apg6vPls0oIDBKfTXL8MT6OgKQgGxFWJ { position:absolute;display:block;z-index:15023;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:13.3125rem;width:13.3125rem;top:4.75rem;left:4.375rem;overflow:hidden;display:block; }
#zcJFSM646B2JPymUyGu8yRuVeOoMyytb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container { background-color: transparent; background-image: none; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container > .video-iframe-container { display: none; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row > .video-iframe-container { display: none; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .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); }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container { border-width: 0; border-radius: 0; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#D8mnzFK1ATKuMTUS5PsCgkiX7aurLNhB { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-size:auto !important;top:2rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#ldVgLb7k2UNMKPQKOzp8Dm5599o8kuZM { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.51), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.51), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.51), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.51), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d482', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d482', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.51), #ffffff);background-size:auto !important;top:2rem;left:26.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#MgEQ6NCrgFSMisUSsJhfIc9TI67qxuF1 { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.52), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.52), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.52), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.52), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d484', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d484', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.52), #ffffff);background-size:auto !important;top:2rem;left:51.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#JmPpfQ9q6RUPUC8ocuHm12ZH3ffupKxt { color:#47545a;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:4.548828125rem;left:3.1875rem;height:13.1953125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OtMx8zBNEdWiXqCTpxsz1k9rTu6LSU7F { color:#47545a;display:block;width:17.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.561866760254rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#iJSRCSDDFFVQw07qBk1PHrAe01TAvBns { color:#47545a;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:5.1165542602539rem;left:28.1875rem;height:8.796875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#L4OLZTWs2lNn8ccwEfHZBrlmPKVf9D16 { color:#47545a;display:block;width:17.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.436218261719rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#tqmxGvDKzTdyoHihDZFPgiaEA8LyRprT { color:#47545a;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:5.1152534484863rem;left:53.1875rem;height:6.597625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#DOu3TaRWqhO0aSDaDdhrdf6ctH48Zr4C { color:#47545a;display:block;width:17.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.250019073486rem;left:53.1875rem;height:1.625rem;font-style:normal;display:block; }
#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d.adaptive-delivery-prevent-bg, #CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d.lazyload, #CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d.lazyloading { background-image: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container { background-color: transparent; background-image: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container > .video-iframe-container { display: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row > .video-iframe-container { display: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .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); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container { border-width: 0; border-radius: 0; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#HtUIzZZaxnEQtlfHX1reaW6dO1oPpuTT { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:#47545a;font-style:italic; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6452c3ac2f6cfac8cbf0b0388020a3a58cd88af0.svg");background-size:contain !important; }#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger.adaptive-delivery-prevent-bg, #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger.lazyload, #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger.lazyloading { background-image: none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.5rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dInTDAxEJDkME4nELJzwlFF5N65ISLns { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #CimtZeMMGTE9aCIUxLRmEamKe75vITvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Use5bDh1IzoTtbFMV4txHO9lgQopk35T { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #BHvsl02bnfX92FX8313Q2x7zGqsrqllD { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #hbSntUKCpTKoG3fkhfgtsD6HcIuFJV4e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #mXVKQqHqcAylEsqBCEu1BW8X8QAgBRNb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ThcDfQlEP7BiTI9lGduZZ9ExCrvANp8P { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #WMJsVKPuUTNU9fUksvy44Sc1WX30uX7J {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Q23Q0uV5xazc6L90fh00TOKDVWzogI3C { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #wvmw9T3aakuNsXSFI5TBadGbndtBghZH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #lx14Z6VGs46n9oGCpWBUi6Si1iU2HDtl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #bFAIeK9AbQbOomx1BemfFDNySGvvBvND { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #WUT3b0DcOZNiG4KODRmvezF0G7KtCCPv {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #PcUMkHfz24lciTF9ffwoAvKUSeFw5SUK { display:none; }
#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4feff;background-image:url("https://images.assets-landingi.com/uc/e9ef91c4-56ee-42ca-bf0c-a0b184b8e213/OdmadzaniezAjurweda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2.adaptive-delivery-prevent-bg, #AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2.lazyload, #AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2.lazyloading { background-image: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container { background-color: transparent; background-image: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container > .video-iframe-container { display: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row > .video-iframe-container { display: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .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); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container { border-width: 0; border-radius: 0; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:75rem;position:relative;display:block; }#bDXpxyTmVqsUcL7B2ObUGiv4NUATq1FE { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:50.375rem;left:1.1875rem;display:block; }
#HpbcEDAcXQEPMFmgswAhV5GoxvitMcSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1BhybPhXdzXgQwEtlGuGT6gn5ofmQJH { 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:43.75rem;width:43.75rem;display:none; }
#FceFTyJdKBNDHK4HOoqXE5g32aITMc9m { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.5625rem;left:2.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GcTrDrVQt0sEuJO2nkuOxnzUa6gPF3yX { color:rgba(var(--color-tertiary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:8.53125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#o0HZvaETaFP6iI9zH0XfVNQT0JEJ3XFV { box-sizing:content-box;height:9.6875rem;width:32.8125rem;position:absolute;display:block;z-index:15011;background-color:#db6975;background-image:none;top:28.5625rem;left:1rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#IeGHmOW4T9BzmPquXifVrPnL59zKIskX { color:rgba(var(--color-primary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.4375rem;left:1.6875rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container { background-color: transparent; background-image: none; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container > .video-iframe-container { display: none; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row > .video-iframe-container { display: none; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .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); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container { border-width: 0; border-radius: 0; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container { font-size:0.875rem;font-family:"open sans";height:14.375rem;width:75rem;position:relative;display:block; }#pTaS82qQpQzIDTpNoqVWH1OdlPJAupgL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8642578125rem;left:31.3125rem;overflow:hidden;display:block; }
#PfsCISbKBOh9yJh9cp00XKXTWwxcsPqZ { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.6142578125rem;left:41.9375rem;height:1.625rem;display:block; }
#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4feff;background-image:url("https://images.assets-landingi.com/uc/e9ef91c4-56ee-42ca-bf0c-a0b184b8e213/OdmadzaniezAjurweda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4.adaptive-delivery-prevent-bg, #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4.lazyload, #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4.lazyloading { background-image: none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { border-width: 0; border-radius: 0; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#EB7VBUzyfZH8baAUa2q9TJWPpQfIzP8F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.75rem;width:20.4375rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.125rem;left:8.9375rem;overflow:hidden;display:block; }
#igSEp0UZIHyOL5P6RwbNFnJemC3VJWmn { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.375rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsG7zmgxKSCteRWgxtyCfz3hQ3xWeCDQ { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.750000476837rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmHiKmz74bVQDboGwb7diaeCE3txcFHp { 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:43.75rem;width:43.75rem;display:none; }
#swQv2wTyMJTnMKuddUuK56RdUFJrtqxc { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:47.041666507721rem;left:6.125rem;display:block; }
#oPHvnSDq5XZvVEagun4BzoFK35q1rEFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt { background-color:#e6feff;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt.adaptive-delivery-prevent-bg, #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt.lazyload, #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt.lazyloading { background-image: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { border-width: 0; border-radius: 0; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#uwHBG7OINek6JxzdAWANbmVqmyJsfDWH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#qRliBug5HD1s47HrTzXdPRy4z528CicX { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#ABgz7ywtMKg2VJfe9hU7FVRkMvTQ1Pom { position:absolute;display:block;z-index:15017;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.8125rem;width:8.9375rem;top:19.125rem;left:33.0625rem;overflow:hidden;display:block; }
#oUUTATMe4ud87bzCFCTvHdfQTJTrNKH0 { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:21.1875rem;left:0rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6feff, #ffffff);background-image: -moz-linear-gradient(180deg, #e6feff, #ffffff);background-image: -ms-linear-gradient(180deg, #e6feff, #ffffff);background-image: -o-linear-gradient(180deg, #e6feff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6feff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { border-width: 0; border-radius: 0; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:none; }#z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:17.9375rem;left:33.03125rem;overflow:hidden;display:block; }
#qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:24.1875rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { color:rgba(var(--color-primary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:27.625rem;left:13.75rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#DuDaFCdyMBODpIcXR1vCzI9vnyPBy9tK { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.375rem;left:25rem;display:block; }
#WA96nh74NbtCpqN7cZCfo1VfEEsELsIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { border-width: 0; border-radius: 0; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:none; }#d495L6iwzUTTbCsVzdeTnq0z63pdy81T { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.82421875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#yfOXC64iantotb1uoQecmWhr2PTk5ybk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,249,236,0.92);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { border-width: 0; border-radius: 0; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:none; }#ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { 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:0.8125rem;width:8.9375rem;top:19.5625rem;left:33.03125rem;overflow:hidden;display:block; }
#oop324VtfTNGrPzddS6p9TfXQdsDbvNH { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:21.6875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { border-width: 0; border-radius: 0; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#rmPGwthXqJBPZCEyyENcDDoBxLFJzKma { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuLe8BKhIqS1MkFhuqavC2zwI9g8WL10 { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.adaptive-delivery-prevent-bg, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyload, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyloading { background-image: none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { border-width: 0; border-radius: 0; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;position:relative;display:none; }#ZmM8lyCphB5v7BgMRdRRz20kKDIrTzJM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.561199188233rem;left:0rem;height:;display:block; }
#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6feff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { border-width: 0; border-radius: 0; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#K2y36NrccmWtrG8MoM8lsC1cdpmK6H42 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:1.875rem;left:43.75rem;overflow:hidden;display:block; }
#VfQpHOE0PHxV4k7tW7KnhxzqFEZF5o44 { color:#717c36;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:29.125rem;left:6.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D6ZHRqhfZFXaJu76uilfidJTlOsKS2BZ { color:#47545a;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.249351501465rem;left:6.25rem;height:12.9375rem;display:block; }
#cviFWqENHRp9e814ELUrJ62O6sMxFDkR { color:#47545a;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.248699188233rem;left:43.75rem;height:12.9375rem;display:block; }
#Q2Isxiew9JGUTCFFcBcGandLNAexoQPU { color:#717c36;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:29.125rem;left:43.75rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlnUVp4TmaZOagJkfrnp5kCtUvdiLiEa { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:1.15625rem;left:42.96875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#JPSydTaaFs0N1Q5dteCxMZTdPB63B0S7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:24.9375rem;top:1.9375rem;left:7.0625rem;overflow:hidden;display:block; }
#d5pkHTZdERNUsOaON8XncR7yvD1KOyRB { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:1.15625rem;left:6.25rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { border-width: 0; border-radius: 0; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:none; }#Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { color:#db6975;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHthUoHxwIp42RLKsnOwuMTeXZcCpgTG { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.75rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { box-sizing:content-box;height:55.9375rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:14.0625rem;display:block; }
#yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5rem;left:22.53125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#cqJR55dsvRMJ0VwTCWzP4onC1kZTUIvp { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efe9a8;border-left:0.125rem solid #efe9a8;border-right:0.125rem solid #efe9a8;border-bottom:0.125rem solid #efe9a8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:60.603515625rem;left:18.46875rem;display:block; }
#t1U99AcoZ63tt5vlBNzMvCAOnXSqEBlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZSCQgfNyEha10tK4GOsuVuA5AvXT32d { background-color:#4bae16;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:60.603515625rem;left:38.9375rem;display:block; }
#TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { color:#284d42;display:block;width:17.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:56.228515625rem;left:39rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { color:#284d42;display:block;width:18.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:56.228515625rem;left:18.125rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#nDkOETQ7l94P03UEGvtu8upEJGLg5i2U { position:absolute;display:block;z-index:15002;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:21.0625rem;width:21.0625rem;top:13.5rem;left:29.4375rem;overflow:hidden;display:block; }
#nvyf7x4bJABnMlQVWxUuU6ZMrOWcoZqq { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3c185;border-left:0.125rem solid #f3c185;border-right:0.125rem solid #f3c185;border-bottom:0.125rem solid #f3c185;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.9375rem;left:21.65625rem;display:block; }
#sTeV8a3WT4Gql5pnTvvJCwGUkNpvZb5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v68QCZLhaTMrmzV9ErfMZJgz5TQJxL8l { background-color:#4bae16;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.25rem;left:21.71875rem;display:block; }
#oeVNwQwWTfplx9cPDSSwpirc4FKdnwIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrZapQyRKmgmkOXxzsKraypuKvQlTyCR { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.34375rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#W0UwOTiHtopTfHEy9TK9W3QdwnMuNWoK { color:#47545a;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.556640625rem;left:14.6875rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.34375rem;left:20.40625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { color:#284d42;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.625rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.625rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { color:#284d42;display:block;width:38.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.34375rem;left:20.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#nKgpEVXg0kJOWrpC3M2QRLbMV0tGsAns { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:block; }
#aKkLrGPmzOFG9sTeBOFS9elJKJTngvbB { position:absolute;display:block;z-index:15023;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:2.6875rem;width:2.6875rem;top:41.34375rem;left:16.71875rem;overflow:hidden;display:block; }
#tLDB6lL6Z14sED5bnuxrdX2h3VqzBZM4 { position:absolute;display:block;z-index:15024;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:2.6875rem;width:2.6875rem;top:45.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#C6OHZk4WvXSEafc8dvBP3vSbLR7O1mqm { position:absolute;display:block;z-index:15025;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:2.6875rem;width:2.6875rem;top:51.4375rem;left:16.71875rem;overflow:hidden;display:block; }
#TvuC20sko4ONuteIbhsdC4C2Rn1OLPRg { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#Lfx9TkWzTw17aVyyXEmyz0Mkmx7DRRPO { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.65625rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { background-color:#e6feff;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.adaptive-delivery-prevent-bg, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyload, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyloading { background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { border-width: 0; border-radius: 0; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;overflow:visible;position:relative;display:none; }#fzK5qkm0feFZpd9TqHPRbFUHu0GP4iCK { color:rgba(var(--color-primary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:11.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.296875rem;left:19.75rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#AzycOh8Gq4S25SLmddzDRD4aPSV2zbZs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:44.1875rem;top:14.1875rem;left:15.375rem;overflow:hidden;display:block; }
#CEv3qvzO2r4LwBoVyNdTOsVEPaTWPCNR { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(245,245,245,0.5);top:12.94970703125rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#B5Mux4FLU6LHTnoTuHc8FadcbmswE4lF { color:#47545a;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.38720703125rem;left:16.5rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#rg89ZD0tFfLIcoPbZv63zoylvHsbOVb7 { color:rgba(var(--color-primary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:36.69970703125rem;left:13.6875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#Zh01IfaRraVCQTi0PxRZJmB8FNTr4S1e { 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:2.1875rem;width:8.9375rem;top:33.3125rem;left:33rem;overflow:hidden;display:block; }
#NnT1Xy5KaKUzbCQIdVSwh10JgXe5NrpG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:bitter;font-size:6.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.796875rem;left:19.5625rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#f2TX3MME6Uae7su783Tu7PskMkxSbGkA { color:#717c36;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375652313233rem;left:44.25rem;height:0.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sKLQIPeBCTutMlBzzulIQBB3yDOe69ip { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.7291679382324rem;left:54.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(181,181,181,0.23) ;display:block; }
#iq71Te6gvO9hwMUlFc1VGpZmbX7lkSJp { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.125rem;left:36.9375rem;display:block; }
#lbxVf924XEbSUBJKVaHNXdsstDTnbvEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbLwrfnsqv711T9GTD9NbDrXuFx5IBX0 { background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.125rem;left:22.8125rem;display:block; }
#dT84ThVqfU7sSsQRGBotatvFSWz6tIB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy { background-color:#fffaed;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.adaptive-delivery-prevent-bg, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyload, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyloading { background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { border-width: 0; border-radius: 0; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;overflow:visible;position:relative;display:none; }#aCkXoR5qMwL2KmNH8DnCrHbfxb3Fb2lT { color:rgba(var(--color-primary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:11.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.296875rem;left:19.75rem;height:15.03125rem;text-align:center;text-align-last:center;display:block; }
#FiuWMdJN84bdf8eOn2EUpXs77M5kzvnk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:44.1875rem;top:14.1875rem;left:15.375rem;overflow:hidden;display:block; }
#GJ37W7dD58r3VcA7KtZVRigtk8alJkcQ { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(245,245,245,0.5);top:12.94970703125rem;left:0rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#ddM3yi9I9Zaw9wx9x1ePLX2L8krgSafV { color:#47545a;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.38720703125rem;left:16.5rem;height:3.59895625rem;text-align:center;text-align-last:center;display:block; }
#ryxSF95adIKUHS1xTSMK2AJg29RMGnzn { color:rgba(var(--color-primary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:36.69970703125rem;left:13.6875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#WS320OlhBV96uM0oM5aZknpGB6NaLRqx { 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:2.1875rem;width:8.9375rem;top:33.3125rem;left:33rem;overflow:hidden;display:block; }
#iPwETwQuVclx61gsMZNGNtTHRG1ThcyG { color:rgba(var(--color-primary-2),1);display:block;width:35.4375rem;position:absolute;font-family:bitter;font-size:6.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.796875rem;left:19.5625rem;height:8.287125rem;text-align:center;text-align-last:center;display:block; }
#TdNQlPJD9nzU7bKw05gGCNGISGx1Sn0o { color:#717c36;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375652313233rem;left:44.25rem;height:0.73111875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNN2lEKRAzAKweJev1NeLAHiXMZ1nreU { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.7291679382324rem;left:54.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(181,181,181,0.23) ;display:block; }
#pL3g5ppRiAwfDhiLzcKiSXr8mNrHR60R { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.125rem;left:36.9375rem;display:block; }
#aCKqp0UzQb8gJlN15rOpK2PZKpz1I4Nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a21fSuRC5Q01y15AKh5hSCbK6N4S4LUq { background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.125rem;left:22.8125rem;display:block; }
#GbtA5kO0eMuMwitFPAPvQPvopU2pD6OL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { border-width: 0; border-radius: 0; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:none; }#DEIgDCComLOu8TBTpR2v3M1Ip0VGpDpv { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.44921875rem;left:1.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4Mku8ri4WDRbIgRP3nUQp0u7JAsgbhQ { 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:15011;opacity:1;top:0.875rem;left:7.8125rem; }
#g02uwaF9FPHUTPtA83SbKIxWTn5QJTx8 { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.5625rem;left:1.25rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0eTmT90oC1KnRyTGExl75TB8DGvwntN { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.44873046875rem;left:20rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0NWw878NxIX8OZylplA71wauO07JanK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15014;opacity:1;top:0.5625rem;left:26.25rem; }
#t4AL9esqT3aoiEzGddrbF2xonOvRGMQR { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8.5625rem;left:20rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAFwZu0csT6dQATsJ8TRlArXUP8WehhT { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.44873046875rem;left:38.75rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REIO3Gbu3FaX92ShTh0BoWwhETT8Na0e { 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:0.875rem;left:45.3125rem; }
#yoDAmzAWBHtAqRBLLvneGpZcP2v3KCMV { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8.5625rem;left:38.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dirReGx1OgVI29Afx7kpACaUhunRJB6c { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:8.5625rem;left:57.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QS0V08JUWLrs55wkgHplNn1b0DWh8C0L { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.44873046875rem;left:57.5rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrbTGUauyMgVWSrTBF8OBkrI2XDxTZeA { 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:15017;opacity:1;top:0.875rem;left:64.0625rem; }
#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/9bf464f9-6615-4b29-8838-91b0dd18727b/bg4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.adaptive-delivery-prevent-bg, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyload, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyloading { background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { border-width: 0; border-radius: 0; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:none; }#h7tbxX9zfhdQLJarNDTatz89vHFxZSfx { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;top:10.762500762939rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#u94G7lSWa3puxFo4AI8Nkl6TsbKhcQk5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:15.71875rem;left:33rem;overflow:hidden;display:block; }
#IB0RshTyFsvgyy9SmEV9FnDPtN1wDu95 { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;top:17.46875rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJmy2e4gRKHKT8sw9hJRhZosiz8J3QWI { color:rgba(var(--color-primary-2),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:21.824999809265rem;left:11.3125rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-form-header {  }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-regular-label { display:block;width:19.3125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);height:3.75rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);height:3.125rem;width:19.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:arial;font-weight:400;text-align:left;text-align-last:left;font-size:0.75rem;background-color:transparent;background-image:none; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(255,255,255,0.32);border-left:0.125rem solid rgba(255,255,255,0.32);border-right:0.125rem solid rgba(255,255,255,0.32);border-bottom:0.125rem solid rgba(255,255,255,0.32);height:3.75rem;width:11.125rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.96875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-container:first-of-type{padding-top:0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-container:last-of-type{padding-bottom:0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:31.6875rem;height:auto;left:29.4375rem;top:41.5rem;z-index:15003;position:absolute; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .radio-container { width:19.9375rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:31.6875rem;height:auto;left:29.4375rem;top:41.5rem;z-index:15003;position:absolute; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #iqVWU8l4nyTsgWO1CN3XvTMoqzP6Xn2V { position:relative; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #lRCedhas5pkXfqUwaIUSN1OIXgVDBaSb { position:relative;display:none; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #vCND84DJbyUekwt0S5nZbgF1rMROlr7M { position:relative; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #a8sGxqIq3WpPrpVrLAP6IuAoTfDb9bzG { position:relative; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #MqyXbKMfeaTe0LSAeDNMkDZB219gt2sR { position:relative; }
#SmH1SE3cZ7zlfVeARKZSFA1g8bSTWE1d { box-sizing:content-box;height:20.75rem;width:52rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.52);background-image:none;top:30rem;left:15.5rem;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; }
#eRtQnw00GZ5s5uiTsUx3yV4Miy9Sf4pM { color:#717c36;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:33.3125rem;left:30.375rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#IuzCTGGTUEPgtWNSr7ehs0TqaTHP1zt6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom: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;height:10.25rem;width:15.9375rem;top:28.9375rem;left:9.75rem;overflow:hidden;display:block; }
#wEDIARhep8XT9te1tx4NC4brcDqziHM9 { 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:8.9375rem;width:15.375rem;top:27rem;left:12.3125rem;overflow:hidden;display:block; }
#rsET2ghiMclGXQ2cKgJbhotk2PDTAm0F { box-sizing:content-box;height:10.25rem;width:15.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.3);background-image:none;top:28.9375rem;left:9.75rem;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; }
#mkNbCbivewS9TLG4IK8TQvv9ts88cZ1L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom: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;height:10.625rem;width:15.9375rem;top:41.25rem;left:7.5rem;overflow:hidden;display:block; }
#TknoGCJTW6k5wqNrBnqIiHtSaVXGm1xc { box-sizing:content-box;height:10.625rem;width:15.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.3);background-image:none;top:41.25rem;left:7.5rem;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; }
#uaeRxquSFT5Qtxr1waZxSlRQxbVyK1n2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:15.375rem;top:41.8125rem;left:-15.375rem;overflow:hidden;display:block; }
#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { border-width: 0; border-radius: 0; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:none; }#ZniyCLGWdbdQPVdEyQvQPZ64AFdnvmFn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:3.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#uKKBCgD4aLKxN9mDJTmP1T6916brCaf8 { box-sizing:content-box;height:13.375rem;width:18.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:19.375rem;left:7.5rem;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; }
#GOKs8StdrwELEUiXQiUkNTIzTICIU98h { color:rgba(var(--color-tertiary-0),0.8);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.9375rem;left:19.375rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5NVA1EqmkE1RwiN1Zg9BcwoKg4E4h6m { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.5rem;top:16.40625rem;left:1.71875rem;overflow:hidden;display:block; }
#C24oWZSVy5Mx1xCLc96qV0ATDdGyb7kT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.125rem;left:11.375rem; }
#ud3IRE1uFbwQIPSTzpn8lBV5rcIRNKs5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.125rem;left:15.4375rem; }
#VSgHcTKq6PLGLIUSOWMWh0K0NerFpDvS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.125rem;left:19.375rem; }
#suCJOyf4p05EJAVROHMZBmrIO3JlJgud { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.831249237061rem;left:8.9375rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vOfu6TEu5G5D80707VAfD3muk6K5TMy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:27.049999237061rem;left:8.5rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3iEkAiugXv2NquTULE2dKTHl5X342Lm { box-sizing:content-box;height:13.375rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:19.375rem;left:28.1875rem;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; }
#QXILga4tl5kxeFbc3VnTMu4ubP5EJf6q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:27rem;left:29.1875rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6nak1nJZcHa5TclSuROTbCbRcMmcQ4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:24.8125rem;left:29.6875rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4k4Bpe8MTaKDKLiqc2JLIFVLQVLcRxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.125rem;left:32.0625rem; }
#uNDk29xOmWeruCUEgidrcWpJD2aqVEE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.125rem;left:36.125rem; }
#vpNifrJbivIOUWwzFrcwGV3qPs8DBwT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.125rem;left:40.0625rem; }
#Aw1UOr9EWkGbCWyyrGoymADMTxXxGwhP { box-sizing:content-box;height:13.375rem;width:18.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:19.375rem;left:48.8125rem;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; }
#topubJnlnG1LLZc6VTSkE27hdbOvW0JQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:24.8125rem;left:50.3125rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQWmkI7JvgqriophlFhWZy7FG63OIu1b { 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:15031;opacity:1;top:21.46875rem;left:57.125rem; }
#Nn360hzo9GbIQqF9v95GQ7TTyAaC58Tz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:27rem;left:49.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wP5UxTHMT43zmelzLHkMqrXsbSOqfhks { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:21.09375rem;left:56.75rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#q6AivHKOB4oSkOXnELqgII1OwNWT4Nrz { position:absolute;display:block;z-index:15001;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.375rem;width:17.0625rem;top:17.0625rem;left:31rem;overflow:hidden;display:block; }
#cTpqXsnhwuwN6asucHtvf0qD4Wre193k { 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:11.1875rem;width:16.875rem;top:15.535756587982rem;left:54.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC { display:block; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { width:32.6875rem;height:7.875rem;top:21.4375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOF2NTWWt354towpOpVHzFqRoT6hAeaM { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwUIEmOuQ38DrzzaI9hMSPXcnw9efRq { display:block; }
 }@media only screen and (max-width: 763px) { #UfCZm42GfgOlA7AuPV8MVhbz3ViwLNE1 { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #quVr8L5hnTaXOoDDhbWQmdnZrdWrKqu7 { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytAnwDKGpNPV8W0KsSqXbKyTKaffVueT { width:35.375rem;height:4.375rem;top:16.25rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERG1cdihbSbIFiopy4JT8ECobVOC1sB { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhDqRoXGQ5wx3wXUPRTIim1UPdmEIPEQ { width:32.8125rem;height:9.6875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWc4X68kKQloiDSnX0QVPTsw72bDQdad { display:block; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEkdKnCfJ3HO56QLQy1MZzgBCTvLKU8T { width:47.75rem;height:8.75rem;top:4.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhcVCMKMTaaTZVNNwGmp8TUWwLcUE7eE { width:47.75rem;height:2.8125rem;top:14.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnyTT43oxRciMWwMBALz2cx88HTC9zXJ { width:47.75rem;height:3.5625rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVhC9Trs7QkcXQJfB43KT6g7FXHz0qc { width:28.9375rem;height:1.8125rem;top:20.3125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnERqJ1oe6mGTQdzTCHnSLEGIV4wTM8P { width:42.4375rem;height:9.375rem;top:30.3125rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL { display:none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U8UTF01pD7hEysUh8PbuLps9547KNsX4 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53vxeqMopMmnvEXXvKsJIHOKoIhAhN2 { display:block; }
 }@media only screen and (max-width: 763px) { #y5K3kI7ErK5x23cr33bxJa6SCBXBPkgN { width:47.75rem;height:4.375rem;top:5.3125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrfaMhRWbxJWVLLvk2KTXhy56CRUHKNJ { width:47.75rem;height:2.8125rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diW4EnTJfTUxX2a64mGLd7TTxU7fhmDA { width:47.75rem;height:3.5rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew3TBX7uoTAZ21fDRiBzCasEEwpxoSgm { width:42.5rem;height:5.625rem;top:24.3125rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23zT8pb8IqbXZTI60H1C4rH7gRW6Ku5 { width:8.9375rem;height:0.8125rem;top:16.5625rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SltMHBQsF1THFkv3umbsBgSk0A68P52l { width:47.75rem;height:3.5rem;top:37.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8lBhZ7xtUkIICJOGLn4v8pLQZBCON5m { width:37.8125rem;height:5.625rem;top:43.3125rem;left:4.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du2diypqik6VTncW80B5ncFOn5Qrtq1E { width:8.9375rem;height:0.8125rem;top:34.375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoIMawrPRhBbCQ06Q0oz3Xyn4vwASdGv { width:47.75rem;height:8.4375rem;top:50.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { display:block; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { width:47.75rem;height:4.375rem;top:2.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { width:47.75rem;height:3rem;top:27.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { width:47.75rem;height:5.25rem;top:39.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTvI7P7LDlfBMvtRyNVoSfGxIg4rotOS { width:47.75rem;height:21rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDdNMHLNaMXqismLumuhTPH8Bzuzsrfy { width:47.75rem;height:2.8125rem;top:7.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZISU9t57a1bKeI98CO45TsnT7KCbraE { width:47.75rem;height:11.25rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CkvcWUCx7Tu2OkmKEFxp8iXBhrRNam { width:47.75rem;height:5.375rem;top:33.5rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y78of28X3i4ir18dqqq6sOxPStENry26 { width:47.75rem;height:3rem;top:29.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmrBv6HdzwzpzZ3tSTAbeIo68LPvKmG7 { width:20rem;height:4rem;top:2.875rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA { display:block; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTc6qTZfUscT8RyRtU47znFGF3K4taKL { width:47.75rem;height:3rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQgRTAgLWpBUi6omsiPsnK0JH0EwfoiW { width:47.75rem;height:21rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6Ghh3QIOOH2MU8giI2u9F8SOR4pZZM { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcGIoE6CrTQigMV65LGE7SABeOF52321 { width:47.75rem;height:5.375rem;top:11.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viFyzTTd3SfTQa09OnW2B0HrqIJSNhpA { width:47.75rem;height:5.25rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCdE98l6zybM9Ha75ZwhGDhOJCByid6g { display:block; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwcEqAEWaqMcuqFhBQDfsdnbgZVMBkMk { width:47.75rem;height:3rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScLi7lmWMAOff8wmyqb3UWdbyE3Hwoa5 { width:47.75rem;height:21rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDxZmOvN27dsNewLLMb1cJeEwD9aoTh { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4HrCJIZe5DJhqlfe2VUfNEIZWoXSkrR { width:47.75rem;height:5.375rem;top:11.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ralWiZyv7W1yvObTb6AwKsXxDwLkWu3C { width:47.75rem;height:5.375rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg { display:block; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHQO9xLKW0Hp4fNdw2WAaKeAT6AVInPL { width:47.75rem;height:3rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHfqmlIyAhBb0ik0kb5QHQpntJrzNi41 { width:47.75rem;height:21rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQoBhDkN3SsfgmwSGXOdRdhMTnahm1G9 { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ40ukkmJDhzlftJA9Gb61KRSTXNdwpx { width:47.75rem;height:5.375rem;top:11.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMU0d8ZBkqZbMgFcDs3JTeP8rE2QDlce { width:47.75rem;height:5.25rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER { display:block; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRyPNcnmsGbP3DA3m8hNUm1tnzveGTo2 { width:47.75rem;height:3rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwLZxPotD8UTrVesT63mNx7O8dlqz0g { width:47.75rem;height:21rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzIuBaFo8A1Pne5ueHNQ8T7THHGPR1Cy { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSDIAcStpaPd1NHXAp84okb3bcnsSFW { width:47.75rem;height:5.375rem;top:11.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7obwSgrqVWHO73bF6sOk8AAz2lb42CA { width:47.75rem;height:5.25rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S { display:block; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEDvTupuAfyyeTlQhhbcq8QLB4nVtdQf { width:47.75rem;height:3rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwNuSVqIfyQV88pGbhCkc70LvMvCwE6 { width:47.75rem;height:21rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo7gkDP7ltG2CFbnSQDeXXH7ZQnlDytK { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKyfmRWHfUUgnoVrGFk3X1Z2DeuT9VcJ { width:47.75rem;height:4.375rem;top:11.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkswTO0zwe1ttWwzU6qCn59BUWmiMsi { width:47.75rem;height:7rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs { display:block; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZAgnwMZL9TypEIb1HZXfGWrBB4cD9qy { width:47.75rem;height:3rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzaUNPkJeqwwrqhE4uOFE8lsdRfNpnvy { width:47.75rem;height:21.8125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWu5c4h4R2ei6s3oHy3uyZHwBwvEb7FO { width:47.75rem;height:3rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3XQtz0JgiE5JcQDy1fC72itLOrL1Vo8 { width:47.75rem;height:4.375rem;top:11.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTyEnBlz8wIf34TWyfuEMXI8ZlNr7Rm { width:47.75rem;height:5.25rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T { display:block; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQwEXTCMn4ON6TpOKKmXRcsN6q6sWCdU { width:46.9375rem;height:8.75rem;top:11.375rem;left:0.40625rem;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #siiu5J9nqpNtFTi8HMX4mICUztRP2qTy { width:29.9375rem;height:2.8125rem;top:33.0625rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIcNrymf9OpMKkhwKy6FsR30FcBCXO8M { width:46.875rem;height:47.625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZgASRVNIy1QXJUKnQwz3LkmBd2xdlT { width:21.0625rem;height:21.0625rem;top:23.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JazTixxc3HJJbG3Hhr3rsu2yss06OiEd { top:21.6875rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaNOtudPMT0TtXJt4ZQAWDHz5JfVDBmT { width:31.5rem;height:5.25rem;top:47.5rem;left:8.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7xhdHKQIt1k2rAUHqEdLTNTRPCEpNx { top:37.1875rem;left:11.59375rem;width:24.5625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIf4IEtGcVhN69X2LrasexCKfiboveVa { width:31.25rem;height:4.4375rem;top:43.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieLK3ugoss7UiJ9PcCEJMFutmeqdG5O { display:block; }
 }@media only screen and (max-width: 763px) { #gfD63ENXNl82vB21rNzv2u3tX7ULS8Pc { width:29.625rem;height:7rem;top:24.875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 { display:none; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LEnhs7ffytFTC7aTQDNgHrnka1biK8eA { width:46.9375rem;height:8.75rem;top:12.25rem;left:0.4375rem;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #we42I09n4Bn1zKRkzVAi05dN8KuIhUT1 { width:29.9375rem;height:2.8125rem;top:22rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akRM449OEi3dU5koCgowTmzrqPax17F4 { width:46.875rem;height:40.8125rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIULyG5kzfyUxgxEBI2tH22i85kP4Vzz { width:21.0625rem;height:21.0625rem;top:23.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cTevUPclotpKemCF2GbTM4fVpCam81 { top:29.3125rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZbamSJXKpOXkufun29dm69wgQxpH37k { top:32.75rem;left:8.03125rem;width:31.6875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKotL4nxIZuShgVW3BZXa6ooUvPX6uE9 { width:31.25rem;height:4.4375rem;top:39.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhs5kTQcOTBaqBTdmmM38ZdhOqemLv3U { display:block; }
 }@media only screen and (max-width: 763px) { #gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { display:block; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { width:47.75rem;height:8.75rem;top:5.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { width:47.75rem;height:2.8125rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa847xBOMABZLWGmMZ4XteNc2bITmEZB { width:47.75rem;height:2.8125rem;top:16.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI { display:block; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBihzfNsHRK8uufdUOtFxO6kTtTweyVi { width:47.75rem;height:4.375rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOH1dkG6rOgq72d1PKElEJD6aHKE0vGi { width:47.75rem;height:19.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtlU54Zf2wxhSKgZL9QkBJRRwcF1yWAp { top:13.1875rem;left:4.5625rem;width:19.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apg6vPls0oIDBKfTXL8MT6OgKQgGxFWJ { width:13.3125rem;height:13.3125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcJFSM646B2JPymUyGu8yRuVeOoMyytb { display:block; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8mnzFK1ATKuMTUS5PsCgkiX7aurLNhB { width:21.875rem;height:19.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVgLb7k2UNMKPQKOzp8Dm5599o8kuZM { width:21.875rem;height:19.0625rem;top:2rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgEQ6NCrgFSMisUSsJhfIc9TI67qxuF1 { width:21.875rem;height:19.0625rem;top:2rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmPpfQ9q6RUPUC8ocuHm12ZH3ffupKxt { width:18.5625rem;height:13.1875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtMx8zBNEdWiXqCTpxsz1k9rTu6LSU7F { top:19.5rem;left:0rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJSRCSDDFFVQw07qBk1PHrAe01TAvBns { width:18.625rem;height:8.75rem;top:5.0625rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4OLZTWs2lNn8ccwEfHZBrlmPKVf9D16 { top:15.375rem;left:13.875rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmxGvDKzTdyoHihDZFPgiaEA8LyRprT { width:17.5625rem;height:6.625rem;top:5.0625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOu3TaRWqhO0aSDaDdhrdf6ctH48Zr4C { top:13.25rem;left:29.75rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d { display:block; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { width:47.75rem;height:4.375rem;top:4.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtUIzZZaxnEQtlfHX1reaW6dO1oPpuTT { width:47.75rem;height:2.8125rem;top:9.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #hbSntUKCpTKoG3fkhfgtsD6HcIuFJV4e {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #mXVKQqHqcAylEsqBCEu1BW8X8QAgBRNb {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ThcDfQlEP7BiTI9lGduZZ9ExCrvANp8P {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #WMJsVKPuUTNU9fUksvy44Sc1WX30uX7J {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Q23Q0uV5xazc6L90fh00TOKDVWzogI3C {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #wvmw9T3aakuNsXSFI5TBadGbndtBghZH {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #lx14Z6VGs46n9oGCpWBUi6Si1iU2HDtl {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #bFAIeK9AbQbOomx1BemfFDNySGvvBvND {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #WUT3b0DcOZNiG4KODRmvezF0G7KtCCPv {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #PcUMkHfz24lciTF9ffwoAvKUSeFw5SUK {  }
 }@media only screen and (max-width: 763px) { #AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 { display:block; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDXpxyTmVqsUcL7B2ObUGiv4NUATq1FE { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbcEDAcXQEPMFmgswAhV5GoxvitMcSi { display:block; }
 }@media only screen and (max-width: 763px) { #p1BhybPhXdzXgQwEtlGuGT6gn5ofmQJH { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FceFTyJdKBNDHK4HOoqXE5g32aITMc9m { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcTrDrVQt0sEuJO2nkuOxnzUa6gPF3yX { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0HZvaETaFP6iI9zH0XfVNQT0JEJ3XFV { width:32.8125rem;height:9.6875rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeGHmOW4T9BzmPquXifVrPnL59zKIskX { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod { display:block; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTaS82qQpQzIDTpNoqVWH1OdlPJAupgL { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsCISbKBOh9yJh9cp00XKXTWwxcsPqZ { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 { display:none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EB7VBUzyfZH8baAUa2q9TJWPpQfIzP8F { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSEp0UZIHyOL5P6RwbNFnJemC3VJWmn { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsG7zmgxKSCteRWgxtyCfz3hQ3xWeCDQ { width:35.375rem;height:6.75rem;top:15.75rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHiKmz74bVQDboGwb7diaeCE3txcFHp { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #swQv2wTyMJTnMKuddUuK56RdUFJrtqxc { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHvnSDq5XZvVEagun4BzoFK35q1rEFF { display:block; }
 }@media only screen and (max-width: 763px) { #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt { display:none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uwHBG7OINek6JxzdAWANbmVqmyJsfDWH { width:47.75rem;height:4.375rem;top:4.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRliBug5HD1s47HrTzXdPRy4z528CicX { width:47.75rem;height:8.5rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABgz7ywtMKg2VJfe9hU7FVRkMvTQ1Pom { width:8.9375rem;height:0.8125rem;top:19.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUTATMe4ud87bzCFCTvHdfQTJTrNKH0 { width:47.75rem;height:3.5625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { display:none; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { width:47.75rem;height:4.375rem;top:8.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { width:8.9375rem;height:0.8125rem;top:17.9375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { width:47.75rem;height:1.75rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { width:47.5625rem;height:5.375rem;top:27.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { width:47.75rem;height:5.6875rem;top:14.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuDaFCdyMBODpIcXR1vCzI9vnyPBy9tK { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA96nh74NbtCpqN7cZCfo1VfEEsELsIJ { display:block; }
 }@media only screen and (max-width: 763px) { #zNzEKEX5eRreesRoTcpzJa2IISxPHVyA { display:none; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d495L6iwzUTTbCsVzdeTnq0z63pdy81T { width:47.75rem;height:4.375rem;top:2.8125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOXC64iantotb1uoQecmWhr2PTk5ybk { display:none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { width:47.75rem;height:8.75rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { width:47.75rem;height:5.625rem;top:12.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { width:8.9375rem;height:0.8125rem;top:19.5625rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop324VtfTNGrPzddS6p9TfXQdsDbvNH { width:47.75rem;height:1.75rem;top:21.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws { display:none; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmPGwthXqJBPZCEyyENcDDoBxLFJzKma { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLe8BKhIqS1MkFhuqavC2zwI9g8WL10 { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN { display:none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZmM8lyCphB5v7BgMRdRRz20kKDIrTzJM { width:47.75rem;height:;top:23.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mXn8Vme98aICZL446lT9bTtGCPGGd0 { display:none; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K2y36NrccmWtrG8MoM8lsC1cdpmK6H42 { top:1.875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQpHOE0PHxV4k7tW7KnhxzqFEZF5o44 { width:29.25rem;height:2.5rem;top:29.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZHRqhfZFXaJu76uilfidJTlOsKS2BZ { top:33.1875rem;left:0rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cviFWqENHRp9e814ELUrJ62O6sMxFDkR { top:33.1875rem;left:19rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Isxiew9JGUTCFFcBcGandLNAexoQPU { width:29.25rem;height:2.5rem;top:29.125rem;left:18.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnUVp4TmaZOagJkfrnp5kCtUvdiLiEa { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPSydTaaFs0N1Q5dteCxMZTdPB63B0S7 { width:29.875rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pkHTZdERNUsOaON8XncR7yvD1KOyRB { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { display:none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { width:47.75rem;height:7.25rem;top:2.8125rem;left:0rem;color:#000000;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHthUoHxwIp42RLKsnOwuMTeXZcCpgTG { width:29.9375rem;height:2.8125rem;top:12.75rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { width:46.875rem;height:55.9375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { top:31.5rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJR55dsvRMJ0VwTCWzP4onC1kZTUIvp { width:17.5rem;height:3.4375rem;top:60.5625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1U99AcoZ63tt5vlBNzMvCAOnXSqEBlx { display:block; }
 }@media only screen and (max-width: 763px) { #eZSCQgfNyEha10tK4GOsuVuA5AvXT32d { width:17.5rem;height:3.4375rem;top:60.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block; }
 }@media only screen and (max-width: 763px) { #RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { top:56.1875rem;left:25.375rem;width:17.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { top:56.1875rem;left:4.5rem;width:18.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkOETQ7l94P03UEGvtu8upEJGLg5i2U { width:21.0625rem;height:21.0625rem;top:13.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvyf7x4bJABnMlQVWxUuU6ZMrOWcoZqq { width:31.6875rem;height:2.4375rem;top:16.9375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeV8a3WT4Gql5pnTvvJCwGUkNpvZb5G { display:block; }
 }@media only screen and (max-width: 763px) { #v68QCZLhaTMrmzV9ErfMZJgz5TQJxL8l { width:31.5625rem;height:2.4375rem;top:20.25rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVNwQwWTfplx9cPDSSwpirc4FKdnwIO { display:block; }
 }@media only screen and (max-width: 763px) { #RrZapQyRKmgmkOXxzsKraypuKvQlTyCR { top:17.3125rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UwOTiHtopTfHEy9TK9W3QdwnMuNWoK { width:45.625rem;height:4.125rem;top:24.5rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { top:41.3125rem;left:6.78125rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { top:45.625rem;left:7.1875rem;width:36.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { top:36.625rem;left:7.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { top:50.3125rem;left:7rem;width:38.6875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgpEVXg0kJOWrpC3M2QRLbMV0tGsAns { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkLrGPmzOFG9sTeBOFS9elJKJTngvbB { width:2.6875rem;height:2.6875rem;top:41.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLDB6lL6Z14sED5bnuxrdX2h3VqzBZM4 { width:2.6875rem;height:2.6875rem;top:45.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6OHZk4WvXSEafc8dvBP3vSbLR7O1mqm { width:2.6875rem;height:2.6875rem;top:51.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuC20sko4ONuteIbhsdC4C2Rn1OLPRg { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lfx9TkWzTw17aVyyXEmyz0Mkmx7DRRPO { top:20.625rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { display:none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzK5qkm0feFZpd9TqHPRbFUHu0GP4iCK { width:35.4375rem;height:15rem;top:12.25rem;left:6.125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzycOh8Gq4S25SLmddzDRD4aPSV2zbZs { width:44.1875rem;height:5.25rem;top:14.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEv3qvzO2r4LwBoVyNdTOsVEPaTWPCNR { width:47.75rem;height:1.25rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Mux4FLU6LHTnoTuHc8FadcbmswE4lF { width:41.9375rem;height:3.5625rem;top:28.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg89ZD0tFfLIcoPbZv63zoylvHsbOVb7 { width:47.5625rem;height:4rem;top:36.6875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh01IfaRraVCQTi0PxRZJmB8FNTr4S1e { width:8.9375rem;height:2.1875rem;top:33.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnT1Xy5KaKUzbCQIdVSwh10JgXe5NrpG { width:35.4375rem;height:8.25rem;top:20.75rem;left:5.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TX3MME6Uae7su783Tu7PskMkxSbGkA { width:29.9375rem;height:0.6875rem;top:10.375rem;left:17.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKLQIPeBCTutMlBzzulIQBB3yDOe69ip { width:12.5rem;height:12.5rem;top:1.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq71Te6gvO9hwMUlFc1VGpZmbX7lkSJp { width:15.25rem;height:4.1875rem;top:44.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbxVf924XEbSUBJKVaHNXdsstDTnbvEc { display:block; }
 }@media only screen and (max-width: 763px) { #dbLwrfnsqv711T9GTD9NbDrXuFx5IBX0 { width:12.3125rem;height:4.1875rem;top:44.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT84ThVqfU7sSsQRGBotatvFSWz6tIB6 { display:block; }
 }@media only screen and (max-width: 763px) { #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy { display:none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCkXoR5qMwL2KmNH8DnCrHbfxb3Fb2lT { width:35.4375rem;height:15rem;top:12.25rem;left:6.125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuWMdJN84bdf8eOn2EUpXs77M5kzvnk { width:44.1875rem;height:5.25rem;top:14.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ37W7dD58r3VcA7KtZVRigtk8alJkcQ { width:47.75rem;height:1.25rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddM3yi9I9Zaw9wx9x1ePLX2L8krgSafV { width:41.9375rem;height:3.5625rem;top:28.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxSF95adIKUHS1xTSMK2AJg29RMGnzn { width:47.5625rem;height:4rem;top:36.6875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS320OlhBV96uM0oM5aZknpGB6NaLRqx { width:8.9375rem;height:2.1875rem;top:33.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwETwQuVclx61gsMZNGNtTHRG1ThcyG { width:35.4375rem;height:8.25rem;top:20.75rem;left:5.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNQlPJD9nzU7bKw05gGCNGISGx1Sn0o { width:29.9375rem;height:0.6875rem;top:10.375rem;left:17.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN2lEKRAzAKweJev1NeLAHiXMZ1nreU { width:12.5rem;height:12.5rem;top:1.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL3g5ppRiAwfDhiLzcKiSXr8mNrHR60R { width:15.25rem;height:4.1875rem;top:44.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCKqp0UzQb8gJlN15rOpK2PZKpz1I4Nw { display:block; }
 }@media only screen and (max-width: 763px) { #a21fSuRC5Q01y15AKh5hSCbK6N4S4LUq { width:12.3125rem;height:4.1875rem;top:44.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbtA5kO0eMuMwitFPAPvQPvopU2pD6OL { display:block; }
 }@media only screen and (max-width: 763px) { #eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh { display:none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DEIgDCComLOu8TBTpR2v3M1Ip0VGpDpv { width:16.25rem;height:1.375rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Mku8ri4WDRbIgRP3nUQp0u7JAsgbhQ { width:3.125rem;height:3.125rem;top:0.875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02uwaF9FPHUTPtA83SbKIxWTn5QJTx8 { width:16.25rem;height:8.375rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eTmT90oC1KnRyTGExl75TB8DGvwntN { width:16.25rem;height:1.375rem;top:5.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0NWw878NxIX8OZylplA71wauO07JanK { width:3.75rem;height:3.75rem;top:0.5625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4AL9esqT3aoiEzGddrbF2xonOvRGMQR { width:16.25rem;height:4.1875rem;top:8.5625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFwZu0csT6dQATsJ8TRlArXUP8WehhT { width:16.25rem;height:1.375rem;top:5.4375rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REIO3Gbu3FaX92ShTh0BoWwhETT8Na0e { width:3.125rem;height:3.125rem;top:0.875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDAmzAWBHtAqRBLLvneGpZcP2v3KCMV { width:16.25rem;height:5.5625rem;top:8.5625rem;left:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dirReGx1OgVI29Afx7kpACaUhunRJB6c { width:16.25rem;height:6.9375rem;top:8.5625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0V08JUWLrs55wkgHplNn1b0DWh8C0L { width:16.25rem;height:1.375rem;top:5.4375rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbTGUauyMgVWSrTBF8OBkrI2XDxTZeA { width:3.125rem;height:3.125rem;top:0.875rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM { display:none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h7tbxX9zfhdQLJarNDTatz89vHFxZSfx { width:47.75rem;height:4.375rem;top:10.75rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u94G7lSWa3puxFo4AI8Nkl6TsbKhcQk5 { width:8.9375rem;height:0.8125rem;top:15.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB0RshTyFsvgyy9SmEV9FnDPtN1wDu95 { width:47.75rem;height:1.75rem;top:17.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmy2e4gRKHKT8sw9hJRhZosiz8J3QWI { width:47.75rem;height:3.5625rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-regular-label { width:19.3125rem;display:block; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text { width:19.3125rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-textarea { width:19.3125rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select { width:19.3125rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-checkbox-label { width:30.375rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-radio-label { width:8.96875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0  { width:31.6875rem;height:auto;top:41.5rem;left:13.5625rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .radio-container { width:19.9375rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 {display:inline-block;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 { width:31.6875rem;height:auto;top:41.5rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #iqVWU8l4nyTsgWO1CN3XvTMoqzP6Xn2V {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #lRCedhas5pkXfqUwaIUSN1OIXgVDBaSb { display:none; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #vCND84DJbyUekwt0S5nZbgF1rMROlr7M {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #a8sGxqIq3WpPrpVrLAP6IuAoTfDb9bzG {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #MqyXbKMfeaTe0LSAeDNMkDZB219gt2sR {  }
 }@media only screen and (max-width: 763px) { #SmH1SE3cZ7zlfVeARKZSFA1g8bSTWE1d { width:47.75rem;height:20.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRtQnw00GZ5s5uiTsUx3yV4Miy9Sf4pM { width:32.25rem;height:8rem;top:33.3125rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzCTGGTUEPgtWNSr7ehs0TqaTHP1zt6 { width:15.9375rem;height:10.25rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDIARhep8XT9te1tx4NC4brcDqziHM9 { width:15.375rem;height:8.9375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsET2ghiMclGXQ2cKgJbhotk2PDTAm0F { width:15.9375rem;height:10.25rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNbCbivewS9TLG4IK8TQvv9ts88cZ1L { width:15.9375rem;height:10.625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknoGCJTW6k5wqNrBnqIiHtSaVXGm1xc { width:15.9375rem;height:10.625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaeRxquSFT5Qtxr1waZxSlRQxbVyK1n2 { width:15.375rem;height:11.1875rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC { display:none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZniyCLGWdbdQPVdEyQvQPZ64AFdnvmFn { width:47.75rem;height:4.375rem;top:5.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKBCgD4aLKxN9mDJTmP1T6916brCaf8 { width:18.6875rem;height:13.375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOKs8StdrwELEUiXQiUkNTIzTICIU98h { width:36.25rem;height:3.5625rem;top:11.9375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NVA1EqmkE1RwiN1Zg9BcwoKg4E4h6m { width:19.5rem;height:12.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24oWZSVy5Mx1xCLc96qV0ATDdGyb7kT { width:2.8125rem;height:2.8125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3IRE1uFbwQIPSTzpn8lBV5rcIRNKs5 { width:2.8125rem;height:2.8125rem;top:21.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSgHcTKq6PLGLIUSOWMWh0K0NerFpDvS { width:2.8125rem;height:2.8125rem;top:21.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suCJOyf4p05EJAVROHMZBmrIO3JlJgud { width:15.75rem;height:1.375rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfu6TEu5G5D80707VAfD3muk6K5TMy1 { width:16.6875rem;height:4.1875rem;top:27rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3iEkAiugXv2NquTULE2dKTHl5X342Lm { width:18.6875rem;height:13.375rem;top:19.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXILga4tl5kxeFbc3VnTMu4ubP5EJf6q { width:16.6875rem;height:4.1875rem;top:27rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nak1nJZcHa5TclSuROTbCbRcMmcQ4Z { width:15.75rem;height:1.375rem;top:24.8125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4k4Bpe8MTaKDKLiqc2JLIFVLQVLcRxD { width:2.8125rem;height:2.8125rem;top:21.125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNDk29xOmWeruCUEgidrcWpJD2aqVEE8 { width:2.8125rem;height:2.8125rem;top:21.125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNifrJbivIOUWwzFrcwGV3qPs8DBwT9 { width:2.8125rem;height:2.8125rem;top:21.125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1UOr9EWkGbCWyyrGoymADMTxXxGwhP { width:18.6875rem;height:13.375rem;top:19.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #topubJnlnG1LLZc6VTSkE27hdbOvW0JQ { width:15.75rem;height:1.375rem;top:24.8125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQWmkI7JvgqriophlFhWZy7FG63OIu1b { width:2.0625rem;height:2.0625rem;top:21.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn360hzo9GbIQqF9v95GQ7TTyAaC58Tz { width:16.6875rem;height:4.1875rem;top:27rem;left:31.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP5UxTHMT43zmelzLHkMqrXsbSOqfhks { width:2.8125rem;height:2.8125rem;top:21.0625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AivHKOB4oSkOXnELqgII1OwNWT4Nrz { width:17.0625rem;height:10.375rem;top:17.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpqXsnhwuwN6asucHtvf0qD4Wre193k { width:16.875rem;height:11.1875rem;top:15.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);background-size:cover !important;display:block; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { background-color: transparent; background-image: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .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); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { width:6.3125rem;height:3rem;top:20.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { width:20rem;height:2.03125rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { width:20rem;height:3.5996125rem;top:26.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOF2NTWWt354towpOpVHzFqRoT6hAeaM { width:18.75rem;height:4.375rem;top:44.125001907349rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwUIEmOuQ38DrzzaI9hMSPXcnw9efRq { display:block; }
 }@media only screen and (max-width: 763px) { #UfCZm42GfgOlA7AuPV8MVhbz3ViwLNE1 { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #quVr8L5hnTaXOoDDhbWQmdnZrdWrKqu7 { width:18.125rem;height:3.57421875rem;top:35.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytAnwDKGpNPV8W0KsSqXbKyTKaffVueT { width:20rem;height:2rem;top:24.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERG1cdihbSbIFiopy4JT8ECobVOC1sB { width:20rem;height:1.7871125rem;top:40.750001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhDqRoXGQ5wx3wXUPRTIim1UPdmEIPEQ { width:18.75rem;height:4.9375rem;top:35.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWc4X68kKQloiDSnX0QVPTsw72bDQdad { background-color:#e6feff;background-image:none;display:block; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { background-color: transparent; background-image: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .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); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEkdKnCfJ3HO56QLQy1MZzgBCTvLKU8T { width:20rem;height:5.0625rem;top:1.5625rem;left:0rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KhcVCMKMTaaTZVNNwGmp8TUWwLcUE7eE { width:14.4375rem;height:3.125rem;top:8rem;left:2.78125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EnyTT43oxRciMWwMBALz2cx88HTC9zXJ { width:20rem;height:2.798825rem;top:14.255860328674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVhC9Trs7QkcXQJfB43KT6g7FXHz0qc { width:8.9375rem;height:0.8125rem;top:12.562500953674rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnERqJ1oe6mGTQdzTCHnSLEGIV4wTM8P { width:20rem;height:9.5976625rem;top:19.0859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL { background-color:rgba(255,255,255,0.93);background-image:none;display:block; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { background-color: transparent; background-image: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container > .video-iframe-container { display: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container { display: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .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); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8UTF01pD7hEysUh8PbuLps9547KNsX4 { width:15.0625rem;height:3.4375rem;top:53.51953125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53vxeqMopMmnvEXXvKsJIHOKoIhAhN2 { display:block; }
 }@media only screen and (max-width: 763px) { #y5K3kI7ErK5x23cr33bxJa6SCBXBPkgN { width:20rem;height:4rem;top:2.20703125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rrfaMhRWbxJWVLLvk2KTXhy56CRUHKNJ { width:20rem;height:1.5625rem;top:9.51953125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #diW4EnTJfTUxX2a64mGLd7TTxU7fhmDA { width:20rem;height:4.19824375rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew3TBX7uoTAZ21fDRiBzCasEEwpxoSgm { width:20rem;height:6.3984375rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23zT8pb8IqbXZTI60H1C4rH7gRW6Ku5 { width:8.9375rem;height:0.8125rem;top:13.875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SltMHBQsF1THFkv3umbsBgSk0A68P52l { width:20rem;height:2.798825rem;top:33.9296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8lBhZ7xtUkIICJOGLn4v8pLQZBCON5m { width:20rem;height:7.9980625rem;top:37.604167938233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du2diypqik6VTncW80B5ncFOn5Qrtq1E { width:8.9375rem;height:0.8125rem;top:31.8046875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoIMawrPRhBbCQ06Q0oz3Xyn4vwASdGv { width:20rem;height:4.38574375rem;top:47.1640625rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;display:block; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { background-color: transparent; background-image: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container > .video-iframe-container { display: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container { display: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .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); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { width:20rem;height:0;top:2.3124980926514rem;left:0rem;font-size:2rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { width:20rem;height:1.79980625rem;top:27.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { width:14.125rem;height:9.59765625rem;top:36.1875rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTvI7P7LDlfBMvtRyNVoSfGxIg4rotOS { width:20rem;height:21.75rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDdNMHLNaMXqismLumuhTPH8Bzuzsrfy { width:20rem;height:4.6875rem;top:7.6875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AZISU9t57a1bKeI98CO45TsnT7KCbraE { width:20rem;height:11.19728125rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CkvcWUCx7Tu2OkmKEFxp8iXBhrRNam { width:20rem;height:3.19921875rem;top:33rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y78of28X3i4ir18dqqq6sOxPStENry26 { width:20rem;height:1.79980625rem;top:29.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmrBv6HdzwzpzZ3tSTAbeIo68LPvKmG7 { width:20rem;height:4rem;top:1.8740234375rem;left:0rem;font-size:2rem;line-height:1;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA { display:block; }#y2qoH2XVRFz4tbdE6B4mTInf8Q2IbzQA > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTc6qTZfUscT8RyRtU47znFGF3K4taKL { width:20rem;height:1.79980625rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQgRTAgLWpBUi6omsiPsnK0JH0EwfoiW { width:20rem;height:19.125rem;top:2.013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6Ghh3QIOOH2MU8giI2u9F8SOR4pZZM { width:20rem;height:1.79980625rem;top:5.798828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcGIoE6CrTQigMV65LGE7SABeOF52321 { width:20rem;height:3.19921875rem;top:9.3203201293944rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #viFyzTTd3SfTQa09OnW2B0HrqIJSNhpA { width:13.8125rem;height:7.99805rem;top:12.5078125rem;left:3.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCdE98l6zybM9Ha75ZwhGDhOJCByid6g { display:block; }#mCdE98l6zybM9Ha75ZwhGDhOJCByid6g > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwcEqAEWaqMcuqFhBQDfsdnbgZVMBkMk { width:20rem;height:1.79980625rem;top:4.4016933441162rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScLi7lmWMAOff8wmyqb3UWdbyE3Hwoa5 { width:20rem;height:19.1875rem;top:2.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDxZmOvN27dsNewLLMb1cJeEwD9aoTh { width:20rem;height:1.79980625rem;top:6.201171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4HrCJIZe5DJhqlfe2VUfNEIZWoXSkrR { width:20rem;height:3.19921875rem;top:8.5227870941163rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ralWiZyv7W1yvObTb6AwKsXxDwLkWu3C { width:16.25rem;height:6.39844375rem;top:12.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg { display:block; }#G68LJaKr7o6RBIoxfcmJ25FiVn0rPacg > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHQO9xLKW0Hp4fNdw2WAaKeAT6AVInPL { width:20rem;height:1.79980625rem;top:4.349609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHfqmlIyAhBb0ik0kb5QHQpntJrzNi41 { width:20rem;height:22.5rem;top:2.0143203735351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQoBhDkN3SsfgmwSGXOdRdhMTnahm1G9 { width:20rem;height:1.79980625rem;top:6.1484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ40ukkmJDhzlftJA9Gb61KRSTXNdwpx { width:20rem;height:3.19921875rem;top:9.72265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMU0d8ZBkqZbMgFcDs3JTeP8rE2QDlce { width:17.3125rem;height:11.1972625rem;top:12.91015625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER { display:block; }#PwRIGKwayMdxsrrUJd3Iwv0fLg3T5ZER > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRyPNcnmsGbP3DA3m8hNUm1tnzveGTo2 { width:20rem;height:1.79980625rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwLZxPotD8UTrVesT63mNx7O8dlqz0g { width:20rem;height:20.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzIuBaFo8A1Pne5ueHNQ8T7THHGPR1Cy { width:20rem;height:1.79980625rem;top:6.1119804382324rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSDIAcStpaPd1NHXAp84okb3bcnsSFW { width:20rem;height:3.19921875rem;top:9.306640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7obwSgrqVWHO73bF6sOk8AAz2lb42CA { width:17.0625rem;height:9.59765625rem;top:12.494140625rem;left:1.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S { display:block; }#HMQH5EPV6DgWDhZQN8ShpThfk2yaaN2S > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEDvTupuAfyyeTlQhhbcq8QLB4nVtdQf { width:20rem;height:1.79980625rem;top:4.271484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwNuSVqIfyQV88pGbhCkc70LvMvCwE6 { width:20rem;height:26.8125rem;top:2.013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo7gkDP7ltG2CFbnSQDeXXH7ZQnlDytK { width:20rem;height:1.79980625rem;top:6.0703144073486rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKyfmRWHfUUgnoVrGFk3X1Z2DeuT9VcJ { width:20rem;height:5rem;top:9.3261737823488rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkswTO0zwe1ttWwzU6qCn59BUWmiMsi { width:14.75rem;height:12.796875rem;top:15.013671875rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs { background-color:#ffffff;background-image:none;display:block; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container { background-color: transparent; background-image: none; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container > .video-iframe-container { display: none; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row > .video-iframe-container { display: none; }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .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); }#lDHBgZXmxCtJ20G1rDI0iT1iypHzShUs > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZAgnwMZL9TypEIb1HZXfGWrBB4cD9qy { width:20rem;height:1.79980625rem;top:4.2096357345581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzaUNPkJeqwwrqhE4uOFE8lsdRfNpnvy { width:20rem;height:24.3125rem;top:2.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWu5c4h4R2ei6s3oHy3uyZHwBwvEb7FO { width:20rem;height:1.79980625rem;top:6.0084638595581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3XQtz0JgiE5JcQDy1fC72itLOrL1Vo8 { width:20rem;height:5rem;top:9.2109384536744rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDTyEnBlz8wIf34TWyfuEMXI8ZlNr7Rm { width:17.625rem;height:9.59765625rem;top:15.5234375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T { background-color:#fff5d4;background-image:none;display:block; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container { background-color: transparent; background-image: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container > .video-iframe-container { display: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row > .video-iframe-container { display: none; }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .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); }#rI8GnyF3FDa9ZKU4eEbAhbzmTt6t0Q8T > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQwEXTCMn4ON6TpOKKmXRcsN6q6sWCdU { width:20rem;height:5.19921875rem;top:2.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#717c36;display:block; }
 }@media only screen and (max-width: 763px) { #siiu5J9nqpNtFTi8HMX4mICUztRP2qTy { width:20rem;height:2.03125rem;top:19.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIcNrymf9OpMKkhwKy6FsR30FcBCXO8M { width:20rem;height:39.0625rem;top:1.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZgASRVNIy1QXJUKnQwz3LkmBd2xdlT { width:6.25rem;height:6.25rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JazTixxc3HJJbG3Hhr3rsu2yss06OiEd { width:20rem;height:1.4619125rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaNOtudPMT0TtXJt4ZQAWDHz5JfVDBmT { width:18rem;height:5.94921875rem;top:32rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7xhdHKQIt1k2rAUHqEdLTNTRPCEpNx { width:16.875rem;height:4.142575rem;top:22.3359375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIf4IEtGcVhN69X2LrasexCKfiboveVa { width:17.5rem;height:3.4375rem;top:27.875rem;left:1rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #NieLK3ugoss7UiJ9PcCEJMFutmeqdG5O { display:block; }
 }@media only screen and (max-width: 763px) { #gfD63ENXNl82vB21rNzv2u3tX7ULS8Pc { width:20rem;height:6.39845rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 { background-color:#fff5d4;background-image:none;display:none; }#A99XS2pmLTdtfwUfZ567SsBp4S5gwa60 > .row .container { width:20rem;height:31.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LEnhs7ffytFTC7aTQDNgHrnka1biK8eA { width:20rem;height:5.19921875rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#717c36;display:block; }
 }@media only screen and (max-width: 763px) { #we42I09n4Bn1zKRkzVAi05dN8KuIhUT1 { width:20rem;height:2.03125rem;top:11.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akRM449OEi3dU5koCgowTmzrqPax17F4 { width:20rem;height:26.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIULyG5kzfyUxgxEBI2tH22i85kP4Vzz { width:6.25rem;height:6.25rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cTevUPclotpKemCF2GbTM4fVpCam81 { width:20rem;height:1.4622375rem;top:13.830718994141rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZbamSJXKpOXkufun29dm69wgQxpH37k { width:16.875rem;height:2.76171875rem;top:19.000000476837rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKotL4nxIZuShgVW3BZXa6ooUvPX6uE9 { width:17.5rem;height:3.4375rem;top:22.750000476837rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #Xhs5kTQcOTBaqBTdmmM38ZdhOqemLv3U { display:block; }
 }@media only screen and (max-width: 763px) { #gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e6feff, #ffffff);background-image: -moz-linear-gradient(181deg, #e6feff, #ffffff);background-image: -ms-linear-gradient(181deg, #e6feff, #ffffff);background-image: -o-linear-gradient(181deg, #e6feff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #e6feff, #ffffff);background-size:auto !important;display:block; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { background-color: transparent; background-image: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container > .video-iframe-container { display: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container { display: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .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); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { width:20rem;height:6.75rem;top:1.478515625rem;left:0rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { width:19.4375rem;height:4.0625rem;top:15.2080078125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fa847xBOMABZLWGmMZ4XteNc2bITmEZB { width:20rem;height:4.125rem;top:9.65625rem;left:0rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI { display:block; }#QcfEwnvgTGi61l2lpvn2zXlIwF5pF0KI > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBihzfNsHRK8uufdUOtFxO6kTtTweyVi { width:18.75rem;height:7.19925rem;top:20.187500953674rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOH1dkG6rOgq72d1PKElEJD6aHKE0vGi { width:20rem;height:30.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtlU54Zf2wxhSKgZL9QkBJRRwcF1yWAp { width:18.75rem;height:1.4619125rem;top:28.812500953674rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apg6vPls0oIDBKfTXL8MT6OgKQgGxFWJ { width:13.3125rem;height:13.3125rem;top:4.625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcJFSM646B2JPymUyGu8yRuVeOoMyytb { display:block; }#zcJFSM646B2JPymUyGu8yRuVeOoMyytb > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8mnzFK1ATKuMTUS5PsCgkiX7aurLNhB { width:20rem;height:16.6875rem;top:1.3541679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVgLb7k2UNMKPQKOzp8Dm5599o8kuZM { width:20rem;height:12.3125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgEQ6NCrgFSMisUSsJhfIc9TI67qxuF1 { width:20rem;height:12.1875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmPpfQ9q6RUPUC8ocuHm12ZH3ffupKxt { width:18.75rem;height:8.999rem;top:3.7096366882324rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtMx8zBNEdWiXqCTpxsz1k9rTu6LSU7F { width:18.75rem;height:1.625rem;top:14.291015625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJSRCSDDFFVQw07qBk1PHrAe01TAvBns { width:18.75rem;height:5.3994125rem;top:21.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4OLZTWs2lNn8ccwEfHZBrlmPKVf9D16 { width:17.875rem;height:1.625rem;top:27.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmxGvDKzTdyoHihDZFPgiaEA8LyRprT { width:18.1875rem;height:5.3994125rem;top:35.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOu3TaRWqhO0aSDaDdhrdf6ctH48Zr4C { width:18.75rem;height:1.625rem;top:41.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d.adaptive-delivery-prevent-bg, #CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d.lazyload, #CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d.lazyloading { background-image: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container { background-color: transparent; background-image: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container > .video-iframe-container { display: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row > .video-iframe-container { display: none; }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .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); }#CGLzaEf9Fevefqr6cQSeRTuwneNpCU4d > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { width:18.75rem;height:4rem;top:2.375rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HtUIzZZaxnEQtlfHX1reaW6dO1oPpuTT { width:20rem;height:2rem;top:7.0625019073488rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-text { font-weight:400;font-style:normal;font-size:1.125rem;height:auto; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW { display:flex;height:auto;width:17.5rem;top:10.937501907349rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #hbSntUKCpTKoG3fkhfgtsD6HcIuFJV4e {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #mXVKQqHqcAylEsqBCEu1BW8X8QAgBRNb {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ThcDfQlEP7BiTI9lGduZZ9ExCrvANp8P {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #WMJsVKPuUTNU9fUksvy44Sc1WX30uX7J {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Q23Q0uV5xazc6L90fh00TOKDVWzogI3C {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #wvmw9T3aakuNsXSFI5TBadGbndtBghZH {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #lx14Z6VGs46n9oGCpWBUi6Si1iU2HDtl {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #bFAIeK9AbQbOomx1BemfFDNySGvvBvND {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #WUT3b0DcOZNiG4KODRmvezF0G7KtCCPv {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #PcUMkHfz24lciTF9ffwoAvKUSeFw5SUK {  }
 }@media only screen and (max-width: 763px) { #AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);background-size:cover !important;display:block; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container { background-color: transparent; background-image: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container > .video-iframe-container { display: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row > .video-iframe-container { display: none; }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .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); }#AbXHRWSQzII1wIGfLVWIkyk8atsm5yT2 > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDXpxyTmVqsUcL7B2ObUGiv4NUATq1FE { width:18.75rem;height:4.375rem;top:43.3125rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbcEDAcXQEPMFmgswAhV5GoxvitMcSi { display:block; }
 }@media only screen and (max-width: 763px) { #p1BhybPhXdzXgQwEtlGuGT6gn5ofmQJH { top:11.3125rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FceFTyJdKBNDHK4HOoqXE5g32aITMc9m { width:18.125rem;height:3.57421875rem;top:34.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcTrDrVQt0sEuJO2nkuOxnzUa6gPF3yX { width:20rem;height:5.361325rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0HZvaETaFP6iI9zH0XfVNQT0JEJ3XFV { width:18.75rem;height:4.9375rem;top:33.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeGHmOW4T9BzmPquXifVrPnL59zKIskX { width:20rem;height:1.94921875rem;top:39.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod { background-color:#e6feff;background-image:none;display:block; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container { background-color: transparent; background-image: none; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container > .video-iframe-container { display: none; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row > .video-iframe-container { display: none; }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .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); }#zTaHu04U8Va5MzxF0ilQmUIDWmXsNLod > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTaS82qQpQzIDTpNoqVWH1OdlPJAupgL { width:6.25rem;height:3.0625rem;top:2.59375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsCISbKBOh9yJh9cp00XKXTWwxcsPqZ { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);background-size:cover !important;display:none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { width:20rem;height:47.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EB7VBUzyfZH8baAUa2q9TJWPpQfIzP8F { width:9.375rem;height:4.5rem;top:21.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSEp0UZIHyOL5P6RwbNFnJemC3VJWmn { width:20rem;height:2.03125rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsG7zmgxKSCteRWgxtyCfz3hQ3xWeCDQ { width:20rem;height:4.79948125rem;top:26rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHiKmz74bVQDboGwb7diaeCE3txcFHp { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #swQv2wTyMJTnMKuddUuK56RdUFJrtqxc { width:18.75rem;height:4.375rem;top:35.96875rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHvnSDq5XZvVEagun4BzoFK35q1rEFF { display:block; }
 }@media only screen and (max-width: 763px) { #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt { background-color:rgba(230,254,255,0.62);background-image:none;display:none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uwHBG7OINek6JxzdAWANbmVqmyJsfDWH { width:20rem;height:4rem;top:1.9375rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qRliBug5HD1s47HrTzXdPRy4z528CicX { width:20rem;height:8.125rem;top:6.875rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ABgz7ywtMKg2VJfe9hU7FVRkMvTQ1Pom { width:8.9375rem;height:0.8125rem;top:16.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUTATMe4ud87bzCFCTvHdfQTJTrNKH0 { width:20rem;height:2.799475rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { display:none; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { width:20rem;height:35.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { width:17.1875rem;height:2rem;top:3.8125rem;left:1.4375rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { width:5.75rem;height:0.5625rem;top:15.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { width:20rem;height:1.3997375rem;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { width:18.75rem;height:7.99805rem;top:19.937500953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { width:20rem;height:6.25rem;top:7.5625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DuDaFCdyMBODpIcXR1vCzI9vnyPBy9tK { width:14.0625rem;height:3.125rem;top:29.125rem;left:2.96875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA96nh74NbtCpqN7cZCfo1VfEEsELsIJ { display:block; }
 }@media only screen and (max-width: 763px) { #zNzEKEX5eRreesRoTcpzJa2IISxPHVyA { display:none; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { width:20rem;height:7.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d495L6iwzUTTbCsVzdeTnq0z63pdy81T { width:17.1875rem;height:4rem;top:1.9375rem;left:1.40625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yfOXC64iantotb1uoQecmWhr2PTk5ybk { display:none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { width:20rem;height:22.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { width:20rem;height:6rem;top:2.125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { width:16.5625rem;height:7.25rem;top:9.6875rem;left:1.71875rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { width:8.9375rem;height:0.8125rem;top:18.9375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop324VtfTNGrPzddS6p9TfXQdsDbvNH { width:20rem;height:1.375rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws { display:none; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmPGwthXqJBPZCEyyENcDDoBxLFJzKma { width:19.9970703125rem;height:1.75rem;top:1.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLe8BKhIqS1MkFhuqavC2zwI9g8WL10 { width:20rem;height:1.75rem;top:4.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.adaptive-delivery-prevent-bg, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyload, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyloading { background-image: none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { width:20rem;height:31.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZmM8lyCphB5v7BgMRdRRz20kKDIrTzJM { width:20rem;height:9.749375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mXn8Vme98aICZL446lT9bTtGCPGGd0 { display:none; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { width:20rem;height:93.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K2y36NrccmWtrG8MoM8lsC1cdpmK6H42 { width:20rem;height:20rem;top:48.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQpHOE0PHxV4k7tW7KnhxzqFEZF5o44 { width:17.5rem;height:2.5rem;top:23.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZHRqhfZFXaJu76uilfidJTlOsKS2BZ { width:17.5rem;height:20.125rem;top:25.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cviFWqENHRp9e814ELUrJ62O6sMxFDkR { width:17.5rem;height:20.125rem;top:71.171226501462rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Isxiew9JGUTCFFcBcGandLNAexoQPU { width:17.5rem;height:2.5rem;top:69.421224594119rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnUVp4TmaZOagJkfrnp5kCtUvdiLiEa { width:19.75rem;height:26.1875rem;top:120.2333984375rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #JPSydTaaFs0N1Q5dteCxMZTdPB63B0S7 { width:20rem;height:19.949874686717rem;top:1.5146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pkHTZdERNUsOaON8XncR7yvD1KOyRB { width:19.75rem;height:26.1875rem;top:93.8583984375rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { display:none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { width:20rem;height:74.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { width:20rem;height:4rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#db6975;display:block; }
 }@media only screen and (max-width: 763px) { #OHthUoHxwIp42RLKsnOwuMTeXZcCpgTG { width:20rem;height:2rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { width:20rem;height:66.6875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { width:20rem;height:1.4375rem;top:24.9677734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJR55dsvRMJ0VwTCWzP4onC1kZTUIvp { width:17.5rem;height:3.4375rem;top:56.125rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #t1U99AcoZ63tt5vlBNzMvCAOnXSqEBlx { display:block; }
 }@media only screen and (max-width: 763px) { #eZSCQgfNyEha10tK4GOsuVuA5AvXT32d { width:17.5rem;height:3.4375rem;top:65.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block; }
 }@media only screen and (max-width: 763px) { #RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { width:17.375rem;height:2.5rem;top:62.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { width:17.375rem;height:2.5rem;top:52.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkOETQ7l94P03UEGvtu8upEJGLg5i2U { width:6.25rem;height:6.25rem;top:3.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvyf7x4bJABnMlQVWxUuU6ZMrOWcoZqq { width:19rem;height:2.4375rem;top:8.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeV8a3WT4Gql5pnTvvJCwGUkNpvZb5G { display:block; }
 }@media only screen and (max-width: 763px) { #v68QCZLhaTMrmzV9ErfMZJgz5TQJxL8l { width:19rem;height:2.4375rem;top:11.85546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVNwQwWTfplx9cPDSSwpirc4FKdnwIO { display:block; }
 }@media only screen and (max-width: 763px) { #RrZapQyRKmgmkOXxzsKraypuKvQlTyCR { width:20rem;height:1.25rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UwOTiHtopTfHEy9TK9W3QdwnMuNWoK { width:18rem;height:6.875rem;top:15.38671875rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { width:16.625rem;height:4.125rem;top:33rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { width:14.6875rem;height:5.5rem;top:38.78125rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { width:16.875rem;height:4.125rem;top:28.09375rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { width:16.75rem;height:5.5rem;top:45.91796875rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgpEVXg0kJOWrpC3M2QRLbMV0tGsAns { width:1.5625rem;height:1.5625rem;top:33.593750953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkLrGPmzOFG9sTeBOFS9elJKJTngvbB { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLDB6lL6Z14sED5bnuxrdX2h3VqzBZM4 { width:1.5625rem;height:1.5625rem;top:28rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6OHZk4WvXSEafc8dvBP3vSbLR7O1mqm { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvuC20sko4ONuteIbhsdC4C2Rn1OLPRg { width:1.5625rem;height:1.5625rem;top:47.88671875rem;left:0.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { width:1.5625rem;height:1.5625rem;top:40.4375rem;left:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Lfx9TkWzTw17aVyyXEmyz0Mkmx7DRRPO { width:20rem;height:1.25rem;top:12.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.adaptive-delivery-prevent-bg, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyload, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyloading { background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { width:20rem;height:50.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzK5qkm0feFZpd9TqHPRbFUHu0GP4iCK { width:20rem;height:7.0625rem;top:11.244791984558rem;left:0rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzycOh8Gq4S25SLmddzDRD4aPSV2zbZs { width:20rem;height:2.3762376237624rem;top:11.99374961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEv3qvzO2r4LwBoVyNdTOsVEPaTWPCNR { width:14.75rem;height:2.625rem;top:8.456250190735rem;left:2.625rem;font-size:0.875rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;display:block; }
 }@media only screen and (max-width: 763px) { #B5Mux4FLU6LHTnoTuHc8FadcbmswE4lF { width:19.625rem;height:5.5rem;top:20.157291412354rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg89ZD0tFfLIcoPbZv63zoylvHsbOVb7 { width:20rem;height:6.25rem;top:29.882291793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh01IfaRraVCQTi0PxRZJmB8FNTr4S1e { width:5.875rem;height:1.375rem;top:27.257291793823rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnT1Xy5KaKUzbCQIdVSwh10JgXe5NrpG { width:16.4375rem;height:3.3125rem;top:15.651041984558rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TX3MME6Uae7su783Tu7PskMkxSbGkA { width:20rem;height:0.6875rem;top:3.6625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKLQIPeBCTutMlBzzulIQBB3yDOe69ip { width:12.5rem;height:12.5rem;top:7.697956085205rem;left:4.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq71Te6gvO9hwMUlFc1VGpZmbX7lkSJp { width:10.8125rem;height:3.4375rem;top:38.8125rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbxVf924XEbSUBJKVaHNXdsstDTnbvEc { display:block; }
 }@media only screen and (max-width: 763px) { #dbLwrfnsqv711T9GTD9NbDrXuFx5IBX0 { width:8.5rem;height:3.4375rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT84ThVqfU7sSsQRGBotatvFSWz6tIB6 { display:block; }
 }@media only screen and (max-width: 763px) { #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.adaptive-delivery-prevent-bg, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyload, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyloading { background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { width:20rem;height:50.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCkXoR5qMwL2KmNH8DnCrHbfxb3Fb2lT { width:20rem;height:7.0625rem;top:11.244791984558rem;left:0rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuWMdJN84bdf8eOn2EUpXs77M5kzvnk { width:20rem;height:2.3762376237624rem;top:11.99374961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ37W7dD58r3VcA7KtZVRigtk8alJkcQ { width:14.75rem;height:2.625rem;top:8.456250190735rem;left:2.625rem;font-size:0.875rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;display:block; }
 }@media only screen and (max-width: 763px) { #ddM3yi9I9Zaw9wx9x1ePLX2L8krgSafV { width:19.625rem;height:5.5rem;top:20.157291412354rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxSF95adIKUHS1xTSMK2AJg29RMGnzn { width:20rem;height:6.25rem;top:29.882291793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS320OlhBV96uM0oM5aZknpGB6NaLRqx { width:5.875rem;height:1.375rem;top:27.257291793823rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwETwQuVclx61gsMZNGNtTHRG1ThcyG { width:16.4375rem;height:3.3125rem;top:15.651041984558rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNQlPJD9nzU7bKw05gGCNGISGx1Sn0o { width:20rem;height:0.6875rem;top:3.6625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN2lEKRAzAKweJev1NeLAHiXMZ1nreU { width:12.5rem;height:12.5rem;top:-6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL3g5ppRiAwfDhiLzcKiSXr8mNrHR60R { width:10.8125rem;height:3.4375rem;top:38.8125rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCKqp0UzQb8gJlN15rOpK2PZKpz1I4Nw { display:block; }
 }@media only screen and (max-width: 763px) { #a21fSuRC5Q01y15AKh5hSCbK6N4S4LUq { width:8.5rem;height:3.4375rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbtA5kO0eMuMwitFPAPvQPvopU2pD6OL { display:block; }
 }@media only screen and (max-width: 763px) { #eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh { display:none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { width:20rem;height:55.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DEIgDCComLOu8TBTpR2v3M1Ip0VGpDpv { width:20rem;height:1.375rem;top:5.375rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Mku8ri4WDRbIgRP3nUQp0u7JAsgbhQ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #g02uwaF9FPHUTPtA83SbKIxWTn5QJTx8 { width:17.625rem;height:6.875rem;top:7.300000190735rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eTmT90oC1KnRyTGExl75TB8DGvwntN { width:20rem;height:1.375rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0NWw878NxIX8OZylplA71wauO07JanK { display:flex;width:3.75rem;height:3.75rem;top:16.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #t4AL9esqT3aoiEzGddrbF2xonOvRGMQR { width:20rem;height:4.125rem;top:22.487500190735rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFwZu0csT6dQATsJ8TRlArXUP8WehhT { width:20rem;height:1.375rem;top:32.46249961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REIO3Gbu3FaX92ShTh0BoWwhETT8Na0e { display:flex;width:3.125rem;height:3.125rem;top:28.46249961853rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yoDAmzAWBHtAqRBLLvneGpZcP2v3KCMV { width:20rem;height:4.125rem;top:34.39999961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dirReGx1OgVI29Afx7kpACaUhunRJB6c { width:19.25rem;height:5.5rem;top:46.6875rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0V08JUWLrs55wkgHplNn1b0DWh8C0L { width:20rem;height:1.375rem;top:44.700000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbTGUauyMgVWSrTBF8OBkrI2XDxTZeA { display:flex;width:3.125rem;height:3.125rem;top:40.574999809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bf464f9-6615-4b29-8838-91b0dd18727b/bg4.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.adaptive-delivery-prevent-bg, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyload, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyloading { background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { width:20rem;height:65.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h7tbxX9zfhdQLJarNDTatz89vHFxZSfx { width:20rem;height:2rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u94G7lSWa3puxFo4AI8Nkl6TsbKhcQk5 { width:5.75rem;height:0.625rem;top:5.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB0RshTyFsvgyy9SmEV9FnDPtN1wDu95 { width:20rem;height:1.375rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmy2e4gRKHKT8sw9hJRhZosiz8J3QWI { width:20rem;height:7.8125rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-regular-label { width:16.875rem;display:block; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-textarea { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-button { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-checkbox-label { width:16.1875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-radio-label { width:7.75rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0  { width:17.5rem;height:auto;top:36.1875rem;left:0rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .radio-container { width:17.5rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 {display:inline-block;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 { width:17.5rem;height:auto;top:36.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #iqVWU8l4nyTsgWO1CN3XvTMoqzP6Xn2V {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #lRCedhas5pkXfqUwaIUSN1OIXgVDBaSb { display:none; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #vCND84DJbyUekwt0S5nZbgF1rMROlr7M {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #a8sGxqIq3WpPrpVrLAP6IuAoTfDb9bzG {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #MqyXbKMfeaTe0LSAeDNMkDZB219gt2sR {  }
 }@media only screen and (max-width: 763px) { #SmH1SE3cZ7zlfVeARKZSFA1g8bSTWE1d { width:20rem;height:33.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRtQnw00GZ5s5uiTsUx3yV4Miy9Sf4pM { width:16.75rem;height:12.25rem;top:23.4375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzCTGGTUEPgtWNSr7ehs0TqaTHP1zt6 { width:12.3125rem;height:7.875rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDIARhep8XT9te1tx4NC4brcDqziHM9 { width:10.8125rem;height:6.1875rem;top:51.8125rem;left:10.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rsET2ghiMclGXQ2cKgJbhotk2PDTAm0F { width:12.3125rem;height:7.875rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNbCbivewS9TLG4IK8TQvv9ts88cZ1L { width:12.3125rem;height:8.1875rem;top:53.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknoGCJTW6k5wqNrBnqIiHtSaVXGm1xc { width:12.3125rem;height:8.1875rem;top:53.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaeRxquSFT5Qtxr1waZxSlRQxbVyK1n2 { width:10.4375rem;height:7.5625rem;top:50.125rem;left:-1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC { display:none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { width:20rem;height:64.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZniyCLGWdbdQPVdEyQvQPZ64AFdnvmFn { width:20rem;height:4rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uKKBCgD4aLKxN9mDJTmP1T6916brCaf8 { width:18.6875rem;height:13.375rem;top:17.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOKs8StdrwELEUiXQiUkNTIzTICIU98h { width:18.4375rem;height:6.25rem;top:8.699999809265rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NVA1EqmkE1RwiN1Zg9BcwoKg4E4h6m { width:16.5625rem;height:10.375rem;top:16.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24oWZSVy5Mx1xCLc96qV0ATDdGyb7kT { display:flex;width:2.8125rem;height:2.8125rem;top:19.6875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #ud3IRE1uFbwQIPSTzpn8lBV5rcIRNKs5 { display:flex;width:2.8125rem;height:2.8125rem;top:19.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #VSgHcTKq6PLGLIUSOWMWh0K0NerFpDvS { display:flex;width:2.8125rem;height:2.8125rem;top:19.6875rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #suCJOyf4p05EJAVROHMZBmrIO3JlJgud { width:15.75rem;height:1.375rem;top:23.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfu6TEu5G5D80707VAfD3muk6K5TMy1 { width:16.6875rem;height:4.125rem;top:25.625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3iEkAiugXv2NquTULE2dKTHl5X342Lm { width:18.6875rem;height:13.375rem;top:32.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXILga4tl5kxeFbc3VnTMu4ubP5EJf6q { width:16.6875rem;height:4.125rem;top:40.25rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nak1nJZcHa5TclSuROTbCbRcMmcQ4Z { width:15.75rem;height:1.375rem;top:38.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4k4Bpe8MTaKDKLiqc2JLIFVLQVLcRxD { display:flex;width:2.8125rem;height:2.8125rem;top:34.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #uNDk29xOmWeruCUEgidrcWpJD2aqVEE8 { display:flex;width:2.8125rem;height:2.8125rem;top:34.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #vpNifrJbivIOUWwzFrcwGV3qPs8DBwT9 { display:flex;width:2.8125rem;height:2.8125rem;top:34.375rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #Aw1UOr9EWkGbCWyyrGoymADMTxXxGwhP { width:18.6875rem;height:13.375rem;top:47.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #topubJnlnG1LLZc6VTSkE27hdbOvW0JQ { width:15.75rem;height:1.375rem;top:52.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQWmkI7JvgqriophlFhWZy7FG63OIu1b { display:flex;width:2.0625rem;height:2.0625rem;top:49.3125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Nn360hzo9GbIQqF9v95GQ7TTyAaC58Tz { width:16.6875rem;height:4.125rem;top:54.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP5UxTHMT43zmelzLHkMqrXsbSOqfhks { width:2.8125rem;height:2.8125rem;top:48.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AivHKOB4oSkOXnELqgII1OwNWT4Nrz { width:13.875rem;height:8.3125rem;top:31.5625rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpqXsnhwuwN6asucHtvf0qD4Wre193k { width:15.375rem;height:10.0625rem;top:52.375rem;left:5.7138429752066rem;display:block; }
 }