.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:231,221,223;--color-primary-1:177,141,148;--color-primary-2:98,26,40;--color-primary-3:49,13,20;--color-primary-4:15,4,6;--color-secondary-0:238,231,223;--color-secondary-1:199,176,148;--color-secondary-2:142,97,40;--color-secondary-3:71,49,20;--color-secondary-4:21,15,6;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Poppins"; }@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:#fdf5ea;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;position:relative;display:block; }#JKVBHeQQaNW3wUrLqg33bFxysT3rpBma { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.505859375rem;left:6.4375rem;height:1.04980625rem;display:block; }
#F1lP20vIhB5GU8G2HIDxh6oNCX4ifTs8 { background-color:transparent;background-image: -webkit-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1c31', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1c31', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-primary-4),0.2) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.9375rem;left:65.5rem;display:block; }
#GVOy2aZe19QSPCURwcS8IZdWFpfqKNKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7uN6nHahCMC1uJ5mOaJJOB5XiWnJulC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.96875rem;left:57.125rem;display:block; }
#XJHRgC2EC54NaKOUCdEKBQQrWyzEWwZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJiloTICWsRLrKgpcI9AkIan3lSyQAAR { box-sizing:content-box;height:4.25rem;width:19rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.64);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.9375rem;left:56rem;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; }
#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38ae4969-784a-45bd-bdfa-e53153e625ac/Kombuchaladygentleman.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH.adaptive-delivery-prevent-bg, #bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH.lazyload, #bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH.lazyloading { background-image: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container { background-color: transparent; background-image: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container > .video-iframe-container { display: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row > .video-iframe-container { display: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .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); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container { border-width: 0; border-radius: 0; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container { font-size:0.875rem;font-family:arial;height:86.1875rem;width:75rem;position:relative;display:block; }#xvat1Qb3OOioZ7oIrfCBZTNsvVwlJkO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:17.875rem;left:4.5rem;height:10.349125rem;display:block; }
#Irt1Wf3xwSxPcu3qGgLVP5cN4D0qpDuf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:29.375rem;left:4.5rem;height:1.7871125rem;display:block; }
#VEQPgnQuSIcOnrqkQsGvuSKBZaRZeUgh { background-color:transparent;background-image: -webkit-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1c31', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1c31', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-primary-4),0.2) ;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:23.75rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:49.625rem;left:5.25rem;display:block; }
#WqZFUXHWhaQOgMF9stT2PnUzmHSkSzLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6NXZGW8ZvT5r5Q6SL17OcLQXRc7hPNd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:55.5rem;left:5.625rem;display:block; }
#NlVRtO9Hk9MSG83n297fQ69Rd3uPJNdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0TpTyI2iNEDoe26dP3C0BPTZmFUxIq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38.8251953125rem;left:6.71875rem;height:5.8496125rem;display:block; }
#QCprP6ZGDSNJ7FaKPqrT1aktS2uG61hc { box-sizing:content-box;height:9.25rem;width:24.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(142,97,40,0.6);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-left:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-right:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dotted rgba(var(--color-tertiary-0),1);top:36.9375rem;left:4.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; }
#JTx69ivVSkCkAdc0ilB3nHmvXDrzFA7o { box-sizing:content-box;height:4.5rem;width:24.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.35);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:49.1875rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#pKUh2FELpCgMFBmCcpkI1ZUcC1OxWHol { color:#00711b;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.96240234375rem;left:24.03125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#tTyWhe2qJXJSCeUXug3aRVKkkvoBPFfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.125rem;width:10.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14990;opacity:.35;top:10.375rem;left:23.28125rem; }
#wtL2VlvTRHAbGB35u1cJHT2bnrieQ6qe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14992;opacity:1;top:10.375rem;left:23.84375rem; }
#gc82Fa03alQn1t0qJXRpHwqSsLO5cbx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14991;opacity:1;top:11.46240234375rem;left:32.46875rem; }
#ETc2mfMiXld94rRQekqbsUHxzK79WzCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14996;opacity:1;top:18.1875rem;left:23.4375rem; }
#odQQx2BhxWG19TEAGTdK6AVeIxbw79cg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.96240234375rem;left:32.65625rem; }
#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe { position:relative;display:block; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe { background-color: transparent; background-image: none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container > .video-iframe-container { display: none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row > .video-iframe-container { display: none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .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); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe { border-width: 0; border-radius: 0; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R { border-top:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-left:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-right:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dotted rgba(var(--color-tertiary-0),1);background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be8a47', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be8a47', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container { background-color: transparent; background-image: none; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container > .video-iframe-container { display: none; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row > .video-iframe-container { display: none; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .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); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container { border-width: 0; border-radius: 0; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#GRSgyb1EsP6tyPw7HnJGKTih47bBI7vy { 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:15000;opacity:1;top:1.8125rem;left:16.0625rem; }
#hVf8D5hAhd7r9TZeXRbMPandQACXV3iq { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:19.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw { position:relative;display:block; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw { background-color: transparent; background-image: none; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row .container > .video-iframe-container { display: none; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row > .video-iframe-container { display: none; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .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); }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw { border-width: 0; border-radius: 0; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfi4ugqIGd2IKWSPCdXz0aWNWib8V4lW { position:absolute;display:block;z-index:15000;border-top:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-left:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-right:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:30.125rem;width:30.125rem;top:2.6875rem;left:43.75rem;overflow:hidden;display:block; }
#TTvQKfJLO7KiTab6KidmiatKVRzbRdMp { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0.875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpaWnHrNO34WX2efJlBa6kXUyyhh5QnE { color:rgba(var(--color-tertiary-4),0.29);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:21.3125rem;left:15.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6TO6UKPV4BTbvIFReIsZX9PDe088gBE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.6875rem;width:15.6875rem;top:23.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#osDFrb1uZMdNZKy4SGJnt1b4Ghdtb6X9 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:21.5625rem;width:17.1875rem;top:4.625rem;left:39.625rem;overflow:hidden;display:block; }
#Ofr2FBDxGHdmk7MedXTLrgJI491UXZiQ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:27.8125rem;width:22.125rem;top:8.5625rem;left:50.375rem;overflow:hidden;display:block; }
#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP { position:relative;display:block; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP { background-color: transparent; background-image: none; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row .container > .video-iframe-container { display: none; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row > .video-iframe-container { display: none; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .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); }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP { border-width: 0; border-radius: 0; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MVpLZ0O9rBegirtB2HCFQaTutLCO7PWT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.79296875rem;left:5.28125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#RXDCzWGVTW77hMxdfTq4q2ZlZdKkh55T { box-sizing:content-box;height:24.25rem;width:32.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:2.3125rem;left:2.28125rem;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; }
#CxxGGDHlyVmgVlLPL8132ftpzGnTC9Ja { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:0rem; }
#MVQgs1cGEZHr2ut6oCq9SZonaNG4RooL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.28125rem;height:3.4121125rem;display:block; }
#gspwGesR9OWyhWvqO1NwPfp85QxHNTbP { box-sizing:content-box;height:24.25rem;width:32.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:2.3125rem;left:39.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; }
#QCkUezzEsZTyrKMUTzbXApeGNdURwQNo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:42.8125rem;height:;display:block; }
#GbvuZwFXT5fIfe5B3MZEMcwPOBIdRTL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:37.5rem; }
#c5XRMrDdu4fSHaL2kbK2FDVNJbz7luoF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.7919921875rem;left:42.78125rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 { position:relative;display:block; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 { background-color: transparent; background-image: none; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row .container > .video-iframe-container { display: none; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row > .video-iframe-container { display: none; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .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); }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 { border-width: 0; border-radius: 0; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g6bxiSqGdqDQgraBzAhTuLHevJHWCog1 { color:#00711b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.79296875rem;left:5.28125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#kAQUMUy24md9NkDvLF3izXacDAFtyLfS { box-sizing:content-box;height:24.25rem;width:32.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(0,113,27,0.42) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:2.3125rem;left:2.28125rem;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; }
#O2dKTuDv1PPdwe9250F4EJ6sX4a6rxrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:0rem; }
#ysDeywCR7TgGCAno96aIaJ5TR2h62VUQ { color:#00711b;display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.28125rem;height:3.4121125rem;display:block; }
#dRdVZzEWGBTiwIRJH4A9hWuBs6duSoqp { box-sizing:content-box;height:24.25rem;width:32.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:2.3125rem;left:39.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; }
#S3EA91g4LlFOe1MoBEXA4tTZfGP1I7Dp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:42.8125rem;height:3.4121125rem;display:block; }
#VDGJcJiNLET04DSyhG7oDERg5u6cXA5J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:37.5rem; }
#nGQfuuvdW5RTncersnn52PoWpGXWF3JO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.7919921875rem;left:42.78125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr { position:relative;display:block; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr { background-color: transparent; background-image: none; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row .container > .video-iframe-container { display: none; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row > .video-iframe-container { display: none; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .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); }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr { border-width: 0; border-radius: 0; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BryU4i9qdDrmSFAO2St4eeGrhSOxGQSR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.44921875rem;left:20.5625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Po9hRRG9JFsTIPtRX6uO5QvJW34o6zqT { color:rgba(var(--color-tertiary-4),0.29);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.103506088257rem;left:17.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/h5wvMCdOV3w/unsplash/goutham-krishna-h5wvMCdOV3w-photo-1518173946687-a4c8892bbd9f.jpg");background-position:bottom 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; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq.adaptive-delivery-prevent-bg, #mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq.lazyload, #mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq.lazyloading { background-image: none; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container { background-color: transparent; background-image: none; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,113,27,0.59); }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container > .video-iframe-container { display: none; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,113,27,0.59); }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row > .video-iframe-container { display: none; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .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); }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container { border-width: 0; border-radius: 0; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq::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; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#keAzecRcV8MpiWQTNxV7pqonNyllLn0I { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-0),0.87) ;height:42.9375rem;width:37.0625rem;top:3.5625rem;left:0.21875rem;overflow:hidden;display:block; }
#WFVh5kfRenT7UtJSKoP4boDxJwFliU7w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14992;opacity:1;top:3.5625rem;left:55.25rem; }
#LLJnOTOD6Q47ciOztFGlxOsAE6ZOgTiK { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.06201171875rem;left:38.28125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDqEGtcsOmxwUZkD7n3epHZIqemUb8RI { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3369140625rem;left:41.78125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#INizSyQmUq3Q9spP8RRDgKUxuN8AzwOK { color:#00711b;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.380859375rem;left:45.15625rem;height:10.2368125rem;text-align:left;text-align-last:left;display:block; }
#aDcXO17wR7KH7i2yJXOcTowPPLQ8TqEv { box-sizing:content-box;height:12.875rem;width:25.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.36) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.0625rem;left:43.625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#XB85VmHahiZN7pzXyCazXUMrKCtLDrTe { box-sizing:content-box;height:20.125rem;width:25.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(0,113,27,0.7);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.36) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.75rem;left:43.5625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#Xspe4WVUTbgSPFgAW3m07kHfqDU4Qx0e { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:53.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RJtXgPbKkflaDnwKoXD7LBSV9SuTL2lK { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.06884765625rem;left:50.75rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qoqZdtiV9PqQRBf5GXCexse0N4ugkr3k { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.6875rem;left:53.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l6EE1SIz6gZZ3W6iHMiMTmG22aK64h5m { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.19384765625rem;left:50.90625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uI0O1GLSNNPMbB8wJeTtUCKNuycMTH1x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14993;opacity:1;top:28.3125rem;left:49.125rem; }
#nlsD7NwSAggaBpQcX7wSySCeWDBlg2O4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14994;opacity:1;top:32.9375rem;left:45.125rem; }
#sx5UbLtyXiu2kSG6iCzK1FlBmliVPyB8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14995;opacity:1;top:38rem;left:49.375rem; }
#uu0rLRvLbMBkgEiwdpTybFxpKMn6sdqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14996;opacity:1;top:42.0625rem;left:45.125rem; }
#iKmguM1aRRGLPu1aprBfTLWkWOOofzlZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14990;opacity:1;top:11.255859375rem;left:67.90625rem; }
#eEvzOR1aqqaiodLxBA6KHXESXqhIczzk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14991;opacity:1;top:44.375rem;left:67.96875rem; }
#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L { position:relative;display:block; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L { background-color: transparent; background-image: none; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row .container > .video-iframe-container { display: none; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row > .video-iframe-container { display: none; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .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); }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L { border-width: 0; border-radius: 0; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If { position:relative;display:block; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If { background-color: transparent; background-image: none; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row .container > .video-iframe-container { display: none; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row > .video-iframe-container { display: none; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .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); }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If { border-width: 0; border-radius: 0; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ax2rdtgQ2GoamyHAuDLMW8HRL9hvHuAN { box-sizing:content-box;height:21.9375rem;width:21.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.6875rem;left:1.5625rem;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; }
#nETxUH2KTmsrt0fRHElshP2hapVq2ai1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:3.34375rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#cMEaMzfyuN3eDErGtyDwTBzlxoQ2vpgb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.15625rem;height:4.54980625rem;display:block; }
#dUDpzBrVIhZ1zqut0IPTClzsd1rFSpuJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:.1;top:0rem;left:3.34375rem; }
#DUg8FEvIov0kBgQZfxLAn7Qe2m59aEc1 { box-sizing:content-box;height:21.9375rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.6875rem;left:26.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; }
#XTE29NmrOPgydTOaqTsCQJ8872L3LV2a { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9375rem;left:28.34375rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#uqhuA45pnRTIQqhBT4qEaEBKS6tQoZEp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.9375rem;left:28.4375rem;height:4.54980625rem;display:block; }
#wCtKAysUTsehe5kEKQe2bSDaIU29LnCe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.1;top:0rem;left:28.34375rem; }
#HQBIg6T04CuTr29inrGAuGqskkN5Dlul { box-sizing:content-box;height:21.9375rem;width:21.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.6875rem;left:51.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; }
#DGx1ph4qlrqBhcz59nTAmfrPAi5DzD8R { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.9375rem;left:53.34375rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#Kx6apgoZKCA800EKnQazv1T4mudLy6xV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.9375rem;left:53.4375rem;height:;display:block; }
#p2cZMNhoB5U8XA5yEzx6QxREbkn5be7h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:.1;top:0rem;left:53.34375rem; }
#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 { position:relative;display:block; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 { background-color: transparent; background-image: none; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row .container > .video-iframe-container { display: none; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row > .video-iframe-container { display: none; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .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); }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 { border-width: 0; border-radius: 0; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VPKKL7Js1tt3iuF3mgzw7QJlLhFbXX5m { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.912109375rem;left:20.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vi65KwOrFLiBrA0bqyaAoAn3yFZzVCsp { color:rgba(var(--color-tertiary-4),0.29);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3951835632325rem;left:29.125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK { position:relative;display:block; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK { background-color: transparent; background-image: none; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row .container > .video-iframe-container { display: none; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row > .video-iframe-container { display: none; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .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); }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK { border-width: 0; border-radius: 0; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc { box-sizing:content-box;height:39.75rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.5);background-image:url("https://images.assets-landingi.com/K3x_AkLVTAo/unsplash/rikonavt-K3x_AkLVTAo-photo-1582794543462-0d7922e50cf5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.5rem;left:1.03125rem;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; }#oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc.adaptive-delivery-prevent-bg, #oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc.lazyload, #oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc.lazyloading { background-image: none; }
#ElWa9Iu60DlSTA0B43GgIF3FvdXorUGn { box-sizing:content-box;height:39.75rem;width:22rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.95);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.5rem;left:14.40625rem;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; }
#KzLol5L7POCN3zi7yb7vw6G1XOL7qDkw { position:absolute;display:block;z-index:15003;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:40.125rem;width:11.0625rem;top:0rem;left:2rem;overflow:hidden;display:block; }
#zAgAI6EZ5HVWIXeGDZK6tZaEIP7QEDqd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:16.375rem;height:;display:block; }
#hETWlv6kvLHmxHMQUZMoOv8iqMmIJXw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9140625rem;left:16.375rem;height:7.3120125rem;text-align:left;text-align-last:left;display:block; }
#PeX3qsizv7iygxgVTl1f5hPd5sl0zUNI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5rem;left:22.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#GDFiOBryrAkvWiVLLTx3ohoPXnSLTrZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.1875rem;left:22.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#vh1inE8z0TT0ithTr96zOrz91ERsyssi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.25rem;left:22.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#N6c0XOhXWRLMr5OpiFfBIT2RfrouDs2J { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.125rem;left:22.375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#csl5T3FZ7DwG2UhBI1nqBTBQrghJCiy8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.6875rem;left:16.375rem; }
#w3oXghtFoWI6y8di8ib5dCqK4kFcUWoK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.375rem;left:16.9375rem; }
#a0GzeLisPZ9lsOmaHlzlUeQpTGxig0lZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.0625rem;left:16.9375rem; }
#bFEEcKo83hAvkLBEU43ObgfNMlcIG4SP { 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:32.4375rem;left:16.9375rem; }
#xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx { box-sizing:content-box;height:39.75rem;width:35.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.5);background-image:url("https://images.assets-landingi.com/nqSUnXINsp4/unsplash/repentand-seekchristjesus-nqSUnXINsp4-photo-1442458017215-285b83f65851.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.5rem;left:38.5625rem;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; }#xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx.adaptive-delivery-prevent-bg, #xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx.lazyload, #xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx.lazyloading { background-image: none; }
#v4R2tmF6JgnQ1q4miKnOcfFevBDDz39J { position:absolute;display:block;z-index:15016;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:39.875rem;width:11.0625rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#FSesex5IRIG2JshlySLKKDD4glSosmdU { box-sizing:content-box;height:39.75rem;width:22rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.95);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.5rem;left:51.9375rem;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; }
#DUOA0TRc8yPxV5SCDh3QA4k4hWxFi8zp { 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:15021;opacity:1;top:23.6875rem;left:53.9375rem; }
#HaEN2Na3PJkkH8TBNunaQpORE7QXmUAN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28.375rem;left:54.5rem; }
#T0WqtfESIQOTyamS7FrmTOP82meMHv57 { 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:15023;opacity:1;top:37.0625rem;left:54.5rem; }
#bpGqadeUfXTogRcR1l2AWxVsZEdftXTa { 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:15024;opacity:1;top:32.4375rem;left:54.5rem; }
#RtTckvB9pL0xtRocKDV31vuoJK4skT1A { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.9375rem;left:53.9375rem;height:5.84960625rem;text-align:left;text-align-last:left;display:block; }
#AfCpBRB211uesGXDEJmCZGXODJzzE0ag { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:24.5rem;left:59.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#HG7a7lKF7bQIOmMme3kuAPUXD0yGyN91 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.1875rem;left:59.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#WRVo6q6MGCn0cakiHvz2JATVL1Rnp9fk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:33.25rem;left:59.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#fdwaogh71qGq9D8t7JGiJ7zJViA2Fn8e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:37.125rem;left:59.9375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#lMS3ZlDQzgipC5Lh2ZXKi4TZGVs89JAu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.5625rem;left:53.9375rem;height:;display:block; }
#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I { position:relative;display:block; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I { background-color: transparent; background-image: none; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row .container > .video-iframe-container { display: none; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row > .video-iframe-container { display: none; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .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); }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I { border-width: 0; border-radius: 0; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cuC4oN2QKHtTDKtppuNnIaKAXwB8slxH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0709648132325rem;left:4.90625rem;height:2.2749rem;display:block; }
#bDJ7Gvk4TBFDcP69tpfEgMOB009vav2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.4244804382324rem;left:15.457683563233rem; }
#RRr9SLhKEuBZMdLK9qhmeEmKfT76XTfC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.9322929382325rem;left:54.3125rem;height:4.54980625rem;display:block; }
#T7I07uDlwXmpAMWhIQZdKVVkVL6Jgsur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.4244804382324rem;left:65.854171752931rem; }
#V1fFEoGWCsVBFqp4PfFfg5M83fRKCzDq { box-sizing:content-box;height:11.0625rem;width:21.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.638671875rem;left:1.7701835632324rem;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; }
#XMUQftqsNhZ4r6nTzQykhCNJLtooruek { box-sizing:content-box;height:11.0625rem;width:21.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.638671875rem;left:51.77018737793rem;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; }
#AIxQHTNAleNv3UJDNrB0byLed56lTvsK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:28.625rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFH6akQIoXdFvpbTO69fCQPOShWTQ80Q { color:rgba(var(--color-tertiary-4),0.29);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.5rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS { position:relative;display:block; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS { background-color: transparent; background-image: none; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row .container > .video-iframe-container { display: none; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row > .video-iframe-container { display: none; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .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); }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS { border-width: 0; border-radius: 0; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#otxP0hGr6xfumaFvksVQyhgkNcSFUF8f { box-sizing:content-box;height:11.0625rem;width:21.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.9375rem;left:1.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; }
#WFaIghOXT46GzzitEz39BoRR74h3HtqR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:4.9375rem;height:2.2749rem;display:block; }
#p1zBadPmN839OVLyog1r4Om2KP4qLfAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.6875rem;left:15.8125rem; }
#OnJrx6r6UDdaFmFAgwTLSmknTn7qmTqU { box-sizing:content-box;height:11.0625rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.9375rem;left:51.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; }
#HHhLlh9J0y5KQ5CdJhMv4NsPBVuoovUh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1875rem;left:54.9375rem;height:4.54980625rem;display:block; }
#m0i0zHxQaPe7MPmpcJRUqN7F2k5mPo1f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.6875rem;left:65.625rem; }
#Hx0iJPhgdA6h7iDu7MfIp1w3ZIAhJqTR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.25rem;left:28.8125rem;height:2.2749rem;display:block; }
#y6DrIeWGDHX5SPZTTHI6WXkzZhWzDWUo { box-sizing:content-box;height:11.0625rem;width:21.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-2),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.875rem;left:26.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; }
#XbO5KTcRyGNhtFsuLtgJgOzdJGryzdE7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.6875rem;left:41.5625rem; }
#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.06);background-image:url("https://images.assets-landingi.com/uc/1d933504-0843-414c-9157-ebc547cfb293/kombuchagreen2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf.adaptive-delivery-prevent-bg, #LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf.lazyload, #LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf.lazyloading { background-image: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container { background-color: transparent; background-image: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container > .video-iframe-container { display: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row > .video-iframe-container { display: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .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); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container { border-width: 0; border-radius: 0; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container { font-size:0.875rem;font-family:arial;height:78.625rem;width:75rem;position:relative;display:block; }#h1DcTkJiNCJ4u6TI4tNIAkp6s1qhGdU8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.912109375rem;left:9.84375rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kDNotCno9ykeUl9xsKWpewCuVdmpLkHF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.3310546875rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.09) ;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),0.3);vertical-align:top; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .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; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-secondary-3),1);height:auto;line-height:1.4;overflow:hidden; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .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);line-height:1.2;overflow:hidden;height:auto; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .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_ebaa0129b2f913720962a10a653152bb24933f11.svg");background-size:contain !important; }#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-trigger.adaptive-delivery-prevent-bg, #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-trigger.lazyload, #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-trigger.lazyloading { background-image: none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg { box-sizing:content-box;height:auto;width:26.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:transparent;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:11.8935546875rem;left:4.34375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #LkGT6WGFtRRFxM2Ivt6Qc5nGVTEKBBer { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #a5Tr1np5LNGgnuU1XVsCe3oPTNEL4rdK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #XMbtz1RC74XNtpvkQAtCRH5UOTJyeS3E { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #hGkDSisE9LH2HtJTp3MFaVKxSbxMxtRQ {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #ek6hkiTdft1eQQrqPyqTAapISh4MZkZc {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #USLUvoEbDd7mavdSaRm7eds6xSpL17Gs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #HHJJTa2Lb35uJ7G9EW5Kbzn2WbcGtw81 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #WM3FZnk6tuQIueXQIRflUyK2PeAMK2W2 { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #SueEhgu0TNToaPxNSn2DCbPTuzWkHg2w {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #en0KxBWsFH0uxPNkpWHgaK5EWCnaNQ8F { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #lvfpGLizUaXy112ZOkMSgThQFrBtR06h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #KIXVt1FvMW5UVmX33cn1rNfaXzsUXR14 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #tB7aIJpoG5cgt1UmxnXMuT9TgZmk82Tf { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JeQ1tAzxZuoOuvPHmy9dssx7sP5uzkZD {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #Ta3c7odf520sE2KgkPHdufA5Nap51zoU { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JlZWTVaagGp2mI1UlKxtd7VkTZ3Dg5Tp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #qTZAGmDsvL4yeLoFGXCnXo9rvzlC2TAM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cxGNbSSZhroNudbT95wxi3Ro08m1K2V5 { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #qqsseVcPvKcNT66NqOD1hbvxDSfS22Jl {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #OSK6JDHCtwAp1T3t4d67nJSNzy42m6OO { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #GrkWoHtTpOcBlBXtwvZP7zXWpiXwcQBV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #VxuoEnKLnHnBEDo7m9WLvEqrp6cGbDQk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JkbKoaZPD5NU1lbgtdqEb3wRXzZsTiuf { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #kUXurLVCEr4HGXpGJA9SMT4H7Nv1GX6X {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #WkJzX3a4rrWWKvhHpVSNOThNT4SLft0v { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #yIRySOuM0ptOFHBwm2NWVqlgqkcfr7Lb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #FGkQcaRmU0utb9OlgcZaVfnbsXdXaqMH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #GNDwhumKOZ31h89Ib0lT40c05b0xRRVr { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #k2bNaeaAr40lynxiKBTPwsD9vCBoPckI {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #y6wEi7Ctz5ieQ4aNZmEqlwAsuJLuAH3v { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cmImDHbMrkiBD5zyTxcMDwpkETXMr3gV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #zul1ENIZ7rKA4xkFacEX5pKIanegx4pI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #vIAN1p1m9LhVANIbmb5NJPLa2as0bKR9 { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #u7sAsUp5OPPb36dNk5kACv8T4vOd1BCP {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #Ed7UCdBSEpZ44iTDb6GAcAXhc4p4FSsI { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #IoSJMlQrB8TOdOFxxyVo5KpHiD28fvqI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #g7hH0PlXzK8ztmswnJVWRIQqOZJ9dhH9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #UoCZUhu0Z13g6T9V3ANm65Ph4ZaGpXV4 { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #yeT9hJ4NI7OUqt3mzP6PlUKD5b2eQFHM {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #UmTHcKh3gtnV8FLgIfgVk3dbIvOULocp { display:none; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #T0F5xVHhzmTNPdZHG5cJvIAscLirUKzG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #kFfiVWOqkleCb4RDWXRayqK9gygZT9T3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cbw4EWLeCnIUDztJZzRTHX1Z7mDo4xsZ { display:block;position:relative; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #RkFdCR84bP5c5RqsrvBrsfNnc7ktZiDQ {  }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #xtkdp5pQri2Hc3kADcTyD59217Tqg8H2 { display:none; }
#krXss1kyv6obIO6aneVddB7PPNRRZafW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:71.75rem;left:7.03125rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#QCvVkGlnTziKz75TTlsqZq12D949kpKS { position:relative;display:block; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS { background-color: transparent; background-image: none; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row .container > .video-iframe-container { display: none; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row > .video-iframe-container { display: none; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .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); }#QCvVkGlnTziKz75TTlsqZq12D949kpKS { border-width: 0; border-radius: 0; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw { border-top:0.3125rem dotted rgba(var(--color-secondary-1),1);border-left:0.3125rem dotted rgba(var(--color-secondary-1),1);border-right:0.3125rem dotted rgba(var(--color-secondary-1),1);border-bottom:0.3125rem dotted rgba(var(--color-secondary-1),1);background-color:transparent;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; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container { background-color: transparent; background-image: none; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container > .video-iframe-container { display: none; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row > .video-iframe-container { display: none; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .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); }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container { border-width: 0; border-radius: 0; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#r3zAl8Mp4lBiUum63ZE53GMgnXA6M47X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3rem;left:35rem; }
#cdqcqoLpF5dASCwISyIEvLImAgwDtlqf { color:rgba(var(--color-secondary-3),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:8.6875rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr { position:relative;display:block; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr { background-color: transparent; background-image: none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container > .video-iframe-container { display: none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row > .video-iframe-container { display: none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .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); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr { border-width: 0; border-radius: 0; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.13);background-image:url("https://images.assets-landingi.com/uc/acc9b1f5-7f4c-48d8-a2c0-f7734e51f698/kombuchafooter2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6.adaptive-delivery-prevent-bg, #nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6.lazyload, #nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6.lazyloading { background-image: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container { background-color: transparent; background-image: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container > .video-iframe-container { display: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row > .video-iframe-container { display: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .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); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container { border-width: 0; border-radius: 0; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;position:relative;display:block; }#rIK6a0k3IJ3EMzdPtluSloTByfmU6RSw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.05224609375rem;left:3.5rem;height:10.349125rem;display:block; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-form-header {  }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:1.6; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:1.6; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7d2e3d, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #7d2e3d, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #7d2e3d, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #7d2e3d, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2e3d', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2e3d', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #7d2e3d, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.49) ; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;float:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-container:first-of-type{padding-top:0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-container:last-of-type{padding-bottom:0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:29.875rem;left:3.5rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem;display:block;vertical-align:top; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm {display:block;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:29.875rem;left:3.5rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #F9oO7ZhqR7p5QilDsBKkASTR8wzfH8do { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #R0RTTKpEVzi4L2u8vSo3dsbx9JhB5RXW { position:relative;display:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #klQLL8tZZqd9ixThrplIqbcxbwEVnR9Z { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #NMTdnZpB7fxLHtXfMqu0eDC4ck7L8U70 { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #Evyl8uN2Xk1NsCcyNu8aAeL6S3sE3fdN { position:relative;display:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #fhRZaQxFRcGzI8WOA6KXuoWt48TXBdSz { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xhPzGn5Zuah0sC7RTeywKzp7inaoai6o { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #gszokH1wAoSRxu3D5AJ6JSw7DmgKGXUL { position:relative;display:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #fTI7TpvETTA3aPhVfZiG6N2oveNpyepD { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #hT3l3DRzVcdTeqUWPMUdsftk2B1tUcH8 { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #SyiC1wv8LXEv3E0LrO3tNoJDNo7nC2Nc { position:relative;display:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #TCTta6VPaQd8RP5b9yNLyIhp24wLOdTJ { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #DUNPP4A9aWRd4XK2gfaNfcviCF0s6hbJ { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xABEEKdOTkC0BTl4vLP7i3pyczboQ88s { position:relative;display:none; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #SCJ1BGIFzbI0T14a6R4SNruOclHrTGUh { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #C6mdWt2K1muZtOMstf0ifeMwgOTwos22 { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #GIOGOuwZZrdk6xuEL4ZZKabBg8IBt1uK { position:relative;z-index:2; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #A8nR79n4PyNAQ36RtevP1XWS82lDVQCu { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #n7aDWz0HmEWiuUf9r45M0OdR5BJ3OJRQ { position:relative; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xWzAkxqancdEwfy2waog6GLyUGy7Z2EU { position:relative; }
#B9DE7ZVxRKs1EATXTKXtdrVT0pa6PikP { background-color:transparent;background-image: -webkit-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1c31', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1c31', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(205deg, #8d1c31, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-primary-4),0.2) ;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:23.75rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.0625rem;left:3.9375rem;display:block; }
#Ol794qQtL2qIUNxzbJanVikfwoRn9L7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tf3qbBp8hfh5yUl7ypNThkbv7biNNekw { box-sizing:content-box;height:4.5rem;width:24.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.35);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.625rem;left:3.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rTtAaq0DuuwDBMCNODGQ1NuGO55lhWiM { color:rgba(var(--color-secondary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27rem;left:6.125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iq96gkH9ARZMe2n7bTb5a6HLC1kEqwkE { box-sizing:content-box;height:9.375rem;width:24.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),0.35);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:25.4375rem;left:3.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V { position:relative;display:block; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V { background-color: transparent; background-image: none; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row .container > .video-iframe-container { display: none; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row > .video-iframe-container { display: none; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .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); }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V { border-width: 0; border-radius: 0; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTcbOylczfO2BdkrIW2yMfSN87CPn3AD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.625rem;left:1.875rem; }
#AoUEOm5AmS5Ji80CNUN8hizHRcSTkVBk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.625rem;left:0rem; }
#WD1yMGIlP5TAprEk2s1D0AvoNiNG9Kgt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.625rem;left:3.75rem; }
#WtSsTM5yiINiCMsmLqBVVO7rl6kypP1f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.625rem;left:5.625rem; }
#TkwDhfBdwvrMhOebsK7AnBOEVz02e8IW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:7.5rem; }
#QygwKOoZSy9oV0F5kaLH6dznq19oB03V { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:9.375rem; }
#S5IETiNkctUAzg6yp89DgUaKcEeSlf90 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.625rem;left:13.125rem; }
#veXsLKMD4AsexWsbUIeJPwAkbWuWrnGm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.625rem;left:11.25rem; }
#Tafgc4ecCi98IidP2NaTizAIIH6ALtHu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.625rem;left:15rem; }
#Z9JqssgAFFGtTK5d9Qz6yQZGzBILV1VE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.625rem;left:16.875rem; }
#ubz1tN8iPknbU3Oz5OrTOw7xmr6nNt2k { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.625rem;left:18.75rem; }
#vcdy4qw5OcUN8dXqDlCqFDiUdbcPfoMQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.625rem;left:20.625rem; }
#RITwuR4cLi7v5qUJTiGbgVWzs68AtTN0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.625rem;left:31.875rem; }
#CN8dd7zuSFsHaQ2HQl308gGNJhkNx5Uz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.625rem;left:35.625rem; }
#QTHqsqWtTvwkuEknVaEyTdxQbqPek5yp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.625rem;left:33.75rem; }
#yZrqNnbhdru5EFl2hNVbI9qVLIF7he9Q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.625rem;left:37.5rem; }
#gUofRXzWSPZwSndLXyEKTp0bviUdyF6S { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.625rem;left:39.375rem; }
#TwD1gDBnU73UTvIvMfvhwXxS0LoqwKHO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.625rem;left:41.25rem; }
#KtVfuDPVucBlUkQdLQ1puxRsFAd1XVvy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.625rem;left:43.125rem; }
#cxewlEKT8ZPesm7A3E3VlZc6CgXkuJvy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.625rem;left:26.25rem; }
#TwZTndBESP39WTPGibrJqL9SkMMMpduQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.625rem;left:28.125rem; }
#lEASuHubnfc37mU1M6p1M3LV2B9cb2pT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.625rem;left:30rem; }
#Vwks2KKxdzQ5DIWmkFTT9PAH0nsrL4MZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.625rem;left:24.375rem; }
#g0OodMBeTAaOHft1XAzimNzxBLTsnQ8l { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.625rem;left:22.5rem; }
#QX6QQKe0BZ7Z7OclqpQ2TSdMnZimGoEt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0.625rem;left:54.375rem; }
#lEpD1bymxqs2AndATx0IiW9sQZwhe5IB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.625rem;left:58.125rem; }
#GmNEaMuV8wgG93GvzOhaagI6vq829zHX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.625rem;left:56.25rem; }
#WEUrLIBlsTO5uwNkRXp9akJFof5BfM3J { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.625rem;left:60rem; }
#sCCGzyEKvRafLQKfFEulwHdfyb4EQKB5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.625rem;left:61.875rem; }
#HXgBTDb64Nimg6vrTmhXOS3Va97lnJbl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:0.625rem;left:63.75rem; }
#WbRoNibBHei8W1MMKGB27PDSwFHTaPrQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:0.625rem;left:65.625rem; }
#as4a4bGH8NWmslEm4GMl71tHupDNPdk6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.625rem;left:48.75rem; }
#p0OId3vNTAcx9mdHZ6FkZKVA3oyMxrUU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.625rem;left:50.625rem; }
#qLV1mH3giOTSecIOX0Iv8S6kktTukdkv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0.625rem;left:52.5rem; }
#d7OKTWiIEVGhEMGbArwU6CM0HPS5XFMZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.625rem;left:46.875rem; }
#NsrOkfVqgyyVxpdeGqBkkRTSP12wba9a { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.625rem;left:45rem; }
#VXB2MlpyFRaIemCAZ6DWq3SccwyG9QcZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:0.625rem;left:69.375rem; }
#HRTZ4sTslZT9nnt43aVq5hfyRIc341bt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:0.625rem;left:71.25rem; }
#NS8CwmzR03WRG4rmIbQEcxJ9agxOXR84 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:0.625rem;left:73.125rem; }
#PbCw8wSMGxudtZEfUfVT6JmTzdKInyqM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:0.625rem;left:67.5rem; }
#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv { position:relative;display:block; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv { background-color: transparent; background-image: none; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row .container > .video-iframe-container { display: none; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row > .video-iframe-container { display: none; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .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); }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv { border-width: 0; border-radius: 0; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QBU5mvzWsUVgzwFWxyg7UnhG0gM9Bv0z { box-sizing:content-box;height:11.625rem;width:24.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.35);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.625rem;left:43.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#t3DgIbbF1kkip4fW7ZqN5QkF6rNRhuS2 { color:rgba(var(--color-secondary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.84375rem;left:46.5rem;height:7.87353125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zoRXfulCzE3sZTKycOisK3V6T1hpz7gB { box-sizing:content-box;height:17.5rem;width:24.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.35);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:4.6875rem;left:6.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#L54TmZafV0GOfKQFn1RCd91oT84BhKyd { color:rgba(var(--color-secondary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:6.9375rem;left:9.0625rem;height:12.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WX2b9aniSGz38WlylTT1hrKZ60aTMqk6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.84375rem;left:5.734375rem; }
#vzyJkr08yyxcWF9Sq6bM2GNMpW15BxmP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.65625rem;left:5.359375rem; }
#v6cV3JNTT4UqwHgBUAhtqeKo95bNMzKJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.716796875rem;left:5.609375rem; }
#MgTlvSq15M1uokLrlgI0UQ50oKGeurAk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:10.375rem;width:10.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.48974609375rem;left:60.234375rem; }
#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD { position:relative;display:block; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD { background-color: transparent; background-image: none; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row .container > .video-iframe-container { display: none; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row > .video-iframe-container { display: none; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .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); }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD { border-width: 0; border-radius: 0; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xxvTkopeAewzpPAOe1AgdvhngTGA594P { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.625rem;left:1.875rem; }
#qtSG2wBTMGB7psxb23a5hauOVuWlT0uG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.625rem;left:0rem; }
#D70rvh3huQCCpJPiH6zvkIA09WlWHzgw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.625rem;left:3.75rem; }
#hMVzgebPNFxV5Ll7gKoTJeaR38lWlMu1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.625rem;left:5.625rem; }
#sqm0kof9XE6upFRtXcKEkThHSuzWJKfg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:7.5rem; }
#ZkUXanMM0MRULgVqgCwpoBbxBzaRCNLW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:9.375rem; }
#H4PLeSL7pXEQfUo6ByJ2b2mU4wM9Sfx7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.625rem;left:13.125rem; }
#MAE9ah479sAnAEHiT7wxOFpddiTriFOb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.625rem;left:11.25rem; }
#qEEFie4mI0UIWScnftzRiMM9lBdJJ0GF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.625rem;left:15rem; }
#HfoPTbEA5BRrU6TrBmxgg6yuiRMfUlva { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.625rem;left:16.875rem; }
#Jrku5xt2SgPpH0JkJWMzcLEdQz6FvWmA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.625rem;left:18.75rem; }
#cxIwG2ZkofhxfC88mLgNfBTbAo0TvLIT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.625rem;left:20.625rem; }
#ZN3lnqFZaTbeeG6KuXRLQJMTRTvUIWZ0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.625rem;left:31.875rem; }
#zO5oG1N8uS76xzPimgB65KmwXsmGmhHl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.625rem;left:35.625rem; }
#ZPTA9BX1SphEqbxPFl0BNrvH6yvrKB13 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.625rem;left:33.75rem; }
#ZKCuq6ixuSHHQyT4MTguyqK4XhCdVUml { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.625rem;left:37.5rem; }
#V0NNhEwG2CBwUBxLlfe0rThQL8hXzCmT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.625rem;left:39.375rem; }
#JwrZzJcSfCqaHnfGISIcpCr7i3Dxlc5D { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.625rem;left:41.25rem; }
#EWROv34TqxAtfEL4rwnhJkpg81ibUZuL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.625rem;left:43.125rem; }
#Ctue8tINbBxqfF0PT2mGlxm1Z58TMl5X { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.625rem;left:26.25rem; }
#XPqrzZ2TmBdWDMghgoW0DaG6ryAkogqK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.625rem;left:28.125rem; }
#d90Idl5qdRnxDfaoTtkzepp8I01dyCtK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.625rem;left:30rem; }
#EtUXOtznKzk2ML91LTAVDXavwbg0f7io { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.625rem;left:24.375rem; }
#DXU7Xl54qtBfKLBCBcaXAnOk0CVyyzzF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.625rem;left:22.5rem; }
#Cg4AUpEOIuLTFhVJeEu3gUxx72DwTbGx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0.625rem;left:54.375rem; }
#CnuT3TG9JT8T8l00CuQtk6l5srio74KF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.625rem;left:58.125rem; }
#JOxRvBFBaXPSKvUlvVXii8KH5Ixb2WT9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.625rem;left:56.25rem; }
#WW8IEA9A8HNgsJPGgPnEsqoearKEQEgp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.625rem;left:60rem; }
#v1A9w6buXNmPOLcEsFcXEIpE3LGAfoqB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.625rem;left:61.875rem; }
#EeA5B8IQulcA216deOc3MtFOwCp5liGt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:0.625rem;left:63.75rem; }
#uDfaLoHWC1cvlcpMIW0EEubBszz22V0T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:0.625rem;left:65.625rem; }
#k3UZpcU5X8DO0P1z55I8exAJT0pzB4fp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.625rem;left:48.75rem; }
#D4L03xmaZZ7JBHkmxHSXskHPXvbepBag { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.625rem;left:50.625rem; }
#D2OqvqTCpiqM9aWvvFmRhIcZaMTFlMPa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0.625rem;left:52.5rem; }
#WufJ17Cr8E2bnQcJykz5wnA07hr6Lmk9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.625rem;left:46.875rem; }
#vNizTBVPlH3Sx9leqDcs8eVxKGOAM151 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.625rem;left:45rem; }
#PcdlBXnGC31nJJxtwk1y165uQwvHSlMq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:0.625rem;left:69.375rem; }
#h1oUquoQbDb81oqw671qu7XrDqTOzSnJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:0.625rem;left:71.25rem; }
#AuORocAB7S6a4kfLpO4O00Apx87T2T4A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:0.625rem;left:73.125rem; }
#DFWszBwzON21S6i9zUBdBI0uw9fH4uq1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:0.625rem;left:67.5rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKVBHeQQaNW3wUrLqg33bFxysT3rpBma { top:2.5rem;left:0rem;width:9.3125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1lP20vIhB5GU8G2HIDxh6oNCX4ifTs8 { width:8.5rem;height:2.125rem;top:1.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOy2aZe19QSPCURwcS8IZdWFpfqKNKs { display:block; }
 }@media only screen and (max-width: 763px) { #U7uN6nHahCMC1uJ5mOaJJOB5XiWnJulC { width:7.5rem;height:2.125rem;top:1.9375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHRgC2EC54NaKOUCdEKBQQrWyzEWwZo { display:block; }
 }@media only screen and (max-width: 763px) { #DJiloTICWsRLrKgpcI9AkIan3lSyQAAR { top:0.9375rem;left:28.75rem;width:19rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH { display:block; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvat1Qb3OOioZ7oIrfCBZTNsvVwlJkO7 { top:17.875rem;left:0rem;width:26rem;height:10.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irt1Wf3xwSxPcu3qGgLVP5cN4D0qpDuf { top:29.375rem;left:0rem;width:20.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEQPgnQuSIcOnrqkQsGvuSKBZaRZeUgh { width:23.75rem;height:3.625rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZFUXHWhaQOgMF9stT2PnUzmHSkSzLo { display:block; }
 }@media only screen and (max-width: 763px) { #C6NXZGW8ZvT5r5Q6SL17OcLQXRc7hPNd { width:23.75rem;height:3.625rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlVRtO9Hk9MSG83n297fQ69Rd3uPJNdx { display:block; }
 }@media only screen and (max-width: 763px) { #c0TpTyI2iNEDoe26dP3C0BPTZmFUxIq0 { top:38.8125rem;left:0rem;width:21.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCprP6ZGDSNJ7FaKPqrT1aktS2uG61hc { top:36.9375rem;left:0rem;width:24.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTx69ivVSkCkAdc0ilB3nHmvXDrzFA7o { top:49.1875rem;left:0rem;width:24.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKUh2FELpCgMFBmCcpkI1ZUcC1OxWHol { top:13.9375rem;left:15.25rem;width:8.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTyWhe2qJXJSCeUXug3aRVKkkvoBPFfk { top:10.375rem;left:13.75rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtL2VlvTRHAbGB35u1cJHT2bnrieQ6qe { top:10.375rem;left:17.03125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc82Fa03alQn1t0qJXRpHwqSsLO5cbx7 { top:11.4375rem;left:21.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc2mfMiXld94rRQekqbsUHxzK79WzCT { top:18.1875rem;left:16.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odQQx2BhxWG19TEAGTdK6AVeIxbw79cg { top:13.9375rem;left:21.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flRZD1wXrW5hDVulFCXaXf1eQomT6gMe { display:none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R { display:block; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRSgyb1EsP6tyPw7HnJGKTih47bBI7vy { top:1.8125rem;left:2.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVf8D5hAhd7r9TZeXRbMPandQACXV3iq { top:2.5625rem;left:6.0625rem;width:39.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw { display:block; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfi4ugqIGd2IKWSPCdXz0aWNWib8V4lW { top:2.6875rem;left:17.25rem;width:30.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvQKfJLO7KiTab6KidmiatKVRzbRdMp { top:18.0625rem;left:0rem;width:35.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpaWnHrNO34WX2efJlBa6kXUyyhh5QnE { top:21.3125rem;left:2.375rem;width:21.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TO6UKPV4BTbvIFReIsZX9PDe088gBE { top:23.9375rem;left:23.875rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDFrb1uZMdNZKy4SGJnt1b4Ghdtb6X9 { top:4.625rem;left:23.875rem;width:17.1875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofr2FBDxGHdmk7MedXTLrgJI491UXZiQ { top:8.5625rem;left:25.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9Fn4ponBmRO9eFtckTz11pnOfNethP { display:block; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVpLZ0O9rBegirtB2HCFQaTutLCO7PWT { top:17.75rem;left:0rem;width:26.9375rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXDCzWGVTW77hMxdfTq4q2ZlZdKkh55T { top:2.3125rem;left:0rem;width:32.8125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxxGGDHlyVmgVlLPL8132ftpzGnTC9Ja { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQgs1cGEZHr2ut6oCq9SZonaNG4RooL { top:8.5625rem;left:0rem;width:19.625rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gspwGesR9OWyhWvqO1NwPfp85QxHNTbP { top:2.3125rem;left:14.8125rem;width:32.8125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCkUezzEsZTyrKMUTzbXApeGNdURwQNo { top:8.5625rem;left:23.875rem;width:19.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbvuZwFXT5fIfe5B3MZEMcwPOBIdRTL5 { top:0rem;left:23.875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5XRMrDdu4fSHaL2kbK2FDVNJbz7luoF { top:17.75rem;left:20.8125rem;width:23.6875rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 { display:block; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6bxiSqGdqDQgraBzAhTuLHevJHWCog1 { top:17.75rem;left:0rem;width:25.5625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQUMUy24md9NkDvLF3izXacDAFtyLfS { top:2.3125rem;left:0rem;width:32.8125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2dKTuDv1PPdwe9250F4EJ6sX4a6rxrS { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysDeywCR7TgGCAno96aIaJ5TR2h62VUQ { top:8.5625rem;left:0rem;width:19.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdVZzEWGBTiwIRJH4A9hWuBs6duSoqp { top:2.3125rem;left:14.8125rem;width:32.8125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3EA91g4LlFOe1MoBEXA4tTZfGP1I7Dp { top:8.5625rem;left:23.5625rem;width:22.375rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGJcJiNLET04DSyhG7oDERg5u6cXA5J { top:0rem;left:23.875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQfuuvdW5RTncersnn52PoWpGXWF3JO { top:17.75rem;left:23.875rem;width:21.875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HExc2rpraZfnpy0ThX6HUV3kNDI7STkr { display:block; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BryU4i9qdDrmSFAO2St4eeGrhSOxGQSR { top:6.4375rem;left:6.9375rem;width:33.875rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9hRRG9JFsTIPtRX6uO5QvJW34o6zqT { top:11.0625rem;left:4rem;width:33.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq { display:block; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keAzecRcV8MpiWQTNxV7pqonNyllLn0I { top:3.5625rem;left:0rem;width:37.0625rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFVh5kfRenT7UtJSKoP4boDxJwFliU7w { top:3.5625rem;left:34.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLJnOTOD6Q47ciOztFGlxOsAE6ZOgTiK { top:8rem;left:11.8125rem;width:35.9375rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDqEGtcsOmxwUZkD7n3epHZIqemUb8RI { top:6.3125rem;left:18.8125rem;width:28.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INizSyQmUq3Q9spP8RRDgKUxuN8AzwOK { top:14.375rem;left:24.71875rem;width:22.1875rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDcXO17wR7KH7i2yJXOcTowPPLQ8TqEv { top:13.0625rem;left:22.375rem;width:25.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB85VmHahiZN7pzXyCazXUMrKCtLDrTe { top:26.75rem;left:22.375rem;width:25.375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xspe4WVUTbgSPFgAW3m07kHfqDU4Qx0e { top:28.4375rem;left:33.0625rem;width:13.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJtXgPbKkflaDnwKoXD7LBSV9SuTL2lK { top:33.0625rem;left:30.3125rem;width:13.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoqZdtiV9PqQRBf5GXCexse0N4ugkr3k { top:38.6875rem;left:33.0625rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6EE1SIz6gZZ3W6iHMiMTmG22aK64h5m { top:42.1875rem;left:30.46875rem;width:10.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0O1GLSNNPMbB8wJeTtUCKNuycMTH1x { top:28.3125rem;left:28.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlsD7NwSAggaBpQcX7wSySCeWDBlg2O4 { top:32.9375rem;left:24.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx5UbLtyXiu2kSG6iCzK1FlBmliVPyB8 { top:38rem;left:28.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu0rLRvLbMBkgEiwdpTybFxpKMn6sdqB { top:42.0625rem;left:24.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKmguM1aRRGLPu1aprBfTLWkWOOofzlZ { top:11.25rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEvzOR1aqqaiodLxBA6KHXESXqhIczzk { top:44.375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L { display:block; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5cCFwH0wTU300HKWqwUkg7qSAJap9If { display:block; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ax2rdtgQ2GoamyHAuDLMW8HRL9hvHuAN { top:4.6875rem;left:0rem;width:21.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETxUH2KTmsrt0fRHElshP2hapVq2ai1 { top:16.9375rem;left:0rem;width:18.3125rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEaMzfyuN3eDErGtyDwTBzlxoQ2vpgb { top:7.9375rem;left:0rem;width:15.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUDpzBrVIhZ1zqut0IPTClzsd1rFSpuJ { top:0rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUg8FEvIov0kBgQZfxLAn7Qe2m59aEc1 { top:4.6875rem;left:10.25rem;width:21.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTE29NmrOPgydTOaqTsCQJ8872L3LV2a { top:16.9375rem;left:13.4375rem;width:18.3125rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqhuA45pnRTIQqhBT4qEaEBKS6tQoZEp { top:7.9375rem;left:15.875rem;width:18.25rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCtKAysUTsehe5kEKQe2bSDaIU29LnCe { top:0rem;left:15.875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQBIg6T04CuTr29inrGAuGqskkN5Dlul { top:4.6875rem;left:26.125rem;width:21.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGx1ph4qlrqBhcz59nTAmfrPAi5DzD8R { top:16.9375rem;left:29.3125rem;width:17.5625rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6apgoZKCA800EKnQazv1T4mudLy6xV { top:7.9375rem;left:31.75rem;width:15.1875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cZMNhoB5U8XA5yEzx6QxREbkn5be7h { top:0rem;left:31.75rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 { display:block; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPKKL7Js1tt3iuF3mgzw7QJlLhFbXX5m { top:7.875rem;left:6.9375rem;width:33.875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi65KwOrFLiBrA0bqyaAoAn3yFZzVCsp { top:9.375rem;left:14.375rem;width:33.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK { display:block; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc { top:4.5rem;left:0rem;width:35.3125rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElWa9Iu60DlSTA0B43GgIF3FvdXorUGn { top:4.5rem;left:0rem;width:22rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzLol5L7POCN3zi7yb7vw6G1XOL7qDkw { top:0rem;left:0rem;width:11.0625rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAgAI6EZ5HVWIXeGDZK6tZaEIP7QEDqd { top:6.5625rem;left:5.6875rem;width:18.1875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETWlv6kvLHmxHMQUZMoOv8iqMmIJXw6 { top:12.875rem;left:4.6875rem;width:19.1875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeX3qsizv7iygxgVTl1f5hPd5sl0zUNI { top:24.5rem;left:15.5625rem;width:4.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDFiOBryrAkvWiVLLTx3ohoPXnSLTrZ4 { top:29.1875rem;left:12.6875rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh1inE8z0TT0ithTr96zOrz91ERsyssi { top:33.25rem;left:12.6875rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6c0XOhXWRLMr5OpiFfBIT2RfrouDs2J { top:37.125rem;left:12.6875rem;width:11.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csl5T3FZ7DwG2UhBI1nqBTBQrghJCiy8 { top:23.6875rem;left:9.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oXghtFoWI6y8di8ib5dCqK4kFcUWoK { top:28.375rem;left:10.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0GzeLisPZ9lsOmaHlzlUeQpTGxig0lZ { top:37.0625rem;left:10.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFEEcKo83hAvkLBEU43ObgfNMlcIG4SP { top:32.4375rem;left:10.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx { top:4.5rem;left:12.4375rem;width:35.3125rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4R2tmF6JgnQ1q4miKnOcfFevBDDz39J { top:0rem;left:23.875rem;width:11.0625rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSesex5IRIG2JshlySLKKDD4glSosmdU { top:4.5rem;left:25.625rem;width:22rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUOA0TRc8yPxV5SCDh3QA4k4hWxFi8zp { top:23.6875rem;left:33.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaEN2Na3PJkkH8TBNunaQpORE7QXmUAN { top:28.375rem;left:34.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0WqtfESIQOTyamS7FrmTOP82meMHv57 { top:37.0625rem;left:34.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpGqadeUfXTogRcR1l2AWxVsZEdftXTa { top:32.4375rem;left:34.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTckvB9pL0xtRocKDV31vuoJK4skT1A { top:12.9375rem;left:28.5625rem;width:15.0625rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfCpBRB211uesGXDEJmCZGXODJzzE0ag { top:24.5rem;left:39.5rem;width:4.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG7a7lKF7bQIOmMme3kuAPUXD0yGyN91 { top:29.1875rem;left:36.5625rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRVo6q6MGCn0cakiHvz2JATVL1Rnp9fk { top:33.25rem;left:36.5625rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdwaogh71qGq9D8t7JGiJ7zJViA2Fn8e { top:37.125rem;left:36.5625rem;width:11.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMS3ZlDQzgipC5Lh2ZXKi4TZGVs89JAu { top:6.5625rem;left:28.5rem;width:19.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I { display:block; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuC4oN2QKHtTDKtppuNnIaKAXwB8slxH { top:9.0625rem;left:0.34375rem;width:15.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDJ7Gvk4TBFDcP69tpfEgMOB009vav2z { top:2.375rem;left:9.1875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRr9SLhKEuBZMdLK9qhmeEmKfT76XTfC { top:7.875rem;left:31.75rem;width:10.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7I07uDlwXmpAMWhIQZdKVVkVL6Jgsur { top:2.375rem;left:40.9375rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1fFEoGWCsVBFqp4PfFfg5M83fRKCzDq { top:4.625rem;left:0rem;width:21.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUQftqsNhZ4r6nTzQykhCNJLtooruek { top:4.625rem;left:26.125rem;width:21.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxQHTNAleNv3UJDNrB0byLed56lTvsK { top:2.4375rem;left:13.9375rem;width:17.8125rem;height:11.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFH6akQIoXdFvpbTO69fCQPOShWTQ80Q { top:12.625rem;left:15.75rem;width:16rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS { display:block; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otxP0hGr6xfumaFvksVQyhgkNcSFUF8f { top:4.9375rem;left:0rem;width:21.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFaIghOXT46GzzitEz39BoRR74h3HtqR { top:9.3125rem;left:0.375rem;width:15.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1zBadPmN839OVLyog1r4Om2KP4qLfAR { top:2.6875rem;left:9.1875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnJrx6r6UDdaFmFAgwTLSmknTn7qmTqU { top:4.9375rem;left:26.125rem;width:21.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHhLlh9J0y5KQ5CdJhMv4NsPBVuoovUh { top:8.1875rem;left:32.125rem;width:15.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0i0zHxQaPe7MPmpcJRUqN7F2k5mPo1f { top:2.6875rem;left:40.9375rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0iJPhgdA6h7iDu7MfIp1w3ZIAhJqTR { top:8.25rem;left:13.5rem;width:18.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6DrIeWGDHX5SPZTTHI6WXkzZhWzDWUo { top:4.875rem;left:10.25rem;width:21.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbO5KTcRyGNhtFsuLtgJgOzdJGryzdE7 { top:2.6875rem;left:25.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf { display:block; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1DcTkJiNCJ4u6TI4tNIAkp6s1qhGdU8 { top:4.875rem;left:3.03125rem;width:17.8125rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDNotCno9ykeUl9xsKWpewCuVdmpLkHF { top:3.3125rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg { display:flex;height:auto;width:27.8125rem;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #LkGT6WGFtRRFxM2Ivt6Qc5nGVTEKBBer {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #a5Tr1np5LNGgnuU1XVsCe3oPTNEL4rdK {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #XMbtz1RC74XNtpvkQAtCRH5UOTJyeS3E {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #hGkDSisE9LH2HtJTp3MFaVKxSbxMxtRQ {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #ek6hkiTdft1eQQrqPyqTAapISh4MZkZc {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #USLUvoEbDd7mavdSaRm7eds6xSpL17Gs {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #HHJJTa2Lb35uJ7G9EW5Kbzn2WbcGtw81 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #WM3FZnk6tuQIueXQIRflUyK2PeAMK2W2 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #SueEhgu0TNToaPxNSn2DCbPTuzWkHg2w {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #en0KxBWsFH0uxPNkpWHgaK5EWCnaNQ8F {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #lvfpGLizUaXy112ZOkMSgThQFrBtR06h {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #KIXVt1FvMW5UVmX33cn1rNfaXzsUXR14 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #tB7aIJpoG5cgt1UmxnXMuT9TgZmk82Tf {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JeQ1tAzxZuoOuvPHmy9dssx7sP5uzkZD {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #Ta3c7odf520sE2KgkPHdufA5Nap51zoU {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JlZWTVaagGp2mI1UlKxtd7VkTZ3Dg5Tp {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #qTZAGmDsvL4yeLoFGXCnXo9rvzlC2TAM {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cxGNbSSZhroNudbT95wxi3Ro08m1K2V5 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #qqsseVcPvKcNT66NqOD1hbvxDSfS22Jl {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #OSK6JDHCtwAp1T3t4d67nJSNzy42m6OO {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #GrkWoHtTpOcBlBXtwvZP7zXWpiXwcQBV {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #VxuoEnKLnHnBEDo7m9WLvEqrp6cGbDQk {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JkbKoaZPD5NU1lbgtdqEb3wRXzZsTiuf {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #kUXurLVCEr4HGXpGJA9SMT4H7Nv1GX6X {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #WkJzX3a4rrWWKvhHpVSNOThNT4SLft0v {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #yIRySOuM0ptOFHBwm2NWVqlgqkcfr7Lb {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #FGkQcaRmU0utb9OlgcZaVfnbsXdXaqMH {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #GNDwhumKOZ31h89Ib0lT40c05b0xRRVr {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #k2bNaeaAr40lynxiKBTPwsD9vCBoPckI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #y6wEi7Ctz5ieQ4aNZmEqlwAsuJLuAH3v {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cmImDHbMrkiBD5zyTxcMDwpkETXMr3gV {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #zul1ENIZ7rKA4xkFacEX5pKIanegx4pI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #vIAN1p1m9LhVANIbmb5NJPLa2as0bKR9 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #u7sAsUp5OPPb36dNk5kACv8T4vOd1BCP {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #Ed7UCdBSEpZ44iTDb6GAcAXhc4p4FSsI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #IoSJMlQrB8TOdOFxxyVo5KpHiD28fvqI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #g7hH0PlXzK8ztmswnJVWRIQqOZJ9dhH9 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #UoCZUhu0Z13g6T9V3ANm65Ph4ZaGpXV4 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #yeT9hJ4NI7OUqt3mzP6PlUKD5b2eQFHM {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #UmTHcKh3gtnV8FLgIfgVk3dbIvOULocp {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #T0F5xVHhzmTNPdZHG5cJvIAscLirUKzG {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #kFfiVWOqkleCb4RDWXRayqK9gygZT9T3 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cbw4EWLeCnIUDztJZzRTHX1Z7mDo4xsZ {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #RkFdCR84bP5c5RqsrvBrsfNnc7ktZiDQ {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #xtkdp5pQri2Hc3kADcTyD59217Tqg8H2 {  }
 }@media only screen and (max-width: 763px) { #krXss1kyv6obIO6aneVddB7PPNRRZafW { top:71.75rem;left:0.21875rem;width:23.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCvVkGlnTziKz75TTlsqZq12D949kpKS { display:block; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw { display:block; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3zAl8Mp4lBiUum63ZE53GMgnXA6M47X { top:3rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqcqoLpF5dASCwISyIEvLImAgwDtlqf { top:9.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RitTRu24cPVC04boEx2Sgao9e1XQ8KUr { display:none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 { display:block; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIK6a0k3IJ3EMzdPtluSloTByfmU6RSw { top:7rem;left:0rem;width:30.5rem;height:10.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-regular-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-text { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-textarea { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-select { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-button { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm  { width:22.25rem;height:auto;top:29.875rem;left:0rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .radio-container { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm {display:block;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm { width:22.25rem;height:auto;top:29.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #F9oO7ZhqR7p5QilDsBKkASTR8wzfH8do {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #R0RTTKpEVzi4L2u8vSo3dsbx9JhB5RXW {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #klQLL8tZZqd9ixThrplIqbcxbwEVnR9Z {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #NMTdnZpB7fxLHtXfMqu0eDC4ck7L8U70 {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #Evyl8uN2Xk1NsCcyNu8aAeL6S3sE3fdN {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #fhRZaQxFRcGzI8WOA6KXuoWt48TXBdSz {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xhPzGn5Zuah0sC7RTeywKzp7inaoai6o {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #gszokH1wAoSRxu3D5AJ6JSw7DmgKGXUL {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #fTI7TpvETTA3aPhVfZiG6N2oveNpyepD {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #hT3l3DRzVcdTeqUWPMUdsftk2B1tUcH8 {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #SyiC1wv8LXEv3E0LrO3tNoJDNo7nC2Nc {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #TCTta6VPaQd8RP5b9yNLyIhp24wLOdTJ {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #DUNPP4A9aWRd4XK2gfaNfcviCF0s6hbJ {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xABEEKdOTkC0BTl4vLP7i3pyczboQ88s {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #SCJ1BGIFzbI0T14a6R4SNruOclHrTGUh {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #C6mdWt2K1muZtOMstf0ifeMwgOTwos22 {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #GIOGOuwZZrdk6xuEL4ZZKabBg8IBt1uK {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #A8nR79n4PyNAQ36RtevP1XWS82lDVQCu {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #n7aDWz0HmEWiuUf9r45M0OdR5BJ3OJRQ {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xWzAkxqancdEwfy2waog6GLyUGy7Z2EU {  }
 }@media only screen and (max-width: 763px) { #B9DE7ZVxRKs1EATXTKXtdrVT0pa6PikP { width:23.75rem;height:3.625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol794qQtL2qIUNxzbJanVikfwoRn9L7R { display:block; }
 }@media only screen and (max-width: 763px) { #Tf3qbBp8hfh5yUl7ypNThkbv7biNNekw { top:18.625rem;left:0rem;width:24.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtAaq0DuuwDBMCNODGQ1NuGO55lhWiM { top:27rem;left:0rem;width:19.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq96gkH9ARZMe2n7bTb5a6HLC1kEqwkE { top:25.4375rem;left:0rem;width:24.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V { display:block; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTcbOylczfO2BdkrIW2yMfSN87CPn3AD { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUEOm5AmS5Ji80CNUN8hizHRcSTkVBk { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1yMGIlP5TAprEk2s1D0AvoNiNG9Kgt { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtSsTM5yiINiCMsmLqBVVO7rl6kypP1f { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkwDhfBdwvrMhOebsK7AnBOEVz02e8IW { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QygwKOoZSy9oV0F5kaLH6dznq19oB03V { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5IETiNkctUAzg6yp89DgUaKcEeSlf90 { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veXsLKMD4AsexWsbUIeJPwAkbWuWrnGm { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tafgc4ecCi98IidP2NaTizAIIH6ALtHu { top:0.625rem;left:1.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JqssgAFFGtTK5d9Qz6yQZGzBILV1VE { top:0.625rem;left:3.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubz1tN8iPknbU3Oz5OrTOw7xmr6nNt2k { top:0.625rem;left:5.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcdy4qw5OcUN8dXqDlCqFDiUdbcPfoMQ { top:0.625rem;left:7rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITwuR4cLi7v5qUJTiGbgVWzs68AtTN0 { top:0.625rem;left:18.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN8dd7zuSFsHaQ2HQl308gGNJhkNx5Uz { top:0.625rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHqsqWtTvwkuEknVaEyTdxQbqPek5yp { top:0.625rem;left:20.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZrqNnbhdru5EFl2hNVbI9qVLIF7he9Q { top:0.625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUofRXzWSPZwSndLXyEKTp0bviUdyF6S { top:0.625rem;left:25.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwD1gDBnU73UTvIvMfvhwXxS0LoqwKHO { top:0.625rem;left:27.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtVfuDPVucBlUkQdLQ1puxRsFAd1XVvy { top:0.625rem;left:29.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxewlEKT8ZPesm7A3E3VlZc6CgXkuJvy { top:0.625rem;left:12.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZTndBESP39WTPGibrJqL9SkMMMpduQ { top:0.625rem;left:14.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEASuHubnfc37mU1M6p1M3LV2B9cb2pT { top:0.625rem;left:16.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwks2KKxdzQ5DIWmkFTT9PAH0nsrL4MZ { top:0.625rem;left:10.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0OodMBeTAaOHft1XAzimNzxBLTsnQ8l { top:0.625rem;left:8.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6QQKe0BZ7Z7OclqpQ2TSdMnZimGoEt { top:0.625rem;left:40.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEpD1bymxqs2AndATx0IiW9sQZwhe5IB { top:0.625rem;left:44.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmNEaMuV8wgG93GvzOhaagI6vq829zHX { top:0.625rem;left:42.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEUrLIBlsTO5uwNkRXp9akJFof5BfM3J { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCCGzyEKvRafLQKfFEulwHdfyb4EQKB5 { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgBTDb64Nimg6vrTmhXOS3Va97lnJbl { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbRoNibBHei8W1MMKGB27PDSwFHTaPrQ { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4a4bGH8NWmslEm4GMl71tHupDNPdk6 { top:0.625rem;left:35.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0OId3vNTAcx9mdHZ6FkZKVA3oyMxrUU { top:0.625rem;left:37rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLV1mH3giOTSecIOX0Iv8S6kktTukdkv { top:0.625rem;left:38.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OKTWiIEVGhEMGbArwU6CM0HPS5XFMZ { top:0.625rem;left:33.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsrOkfVqgyyVxpdeGqBkkRTSP12wba9a { top:0.625rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXB2MlpyFRaIemCAZ6DWq3SccwyG9QcZ { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTZ4sTslZT9nnt43aVq5hfyRIc341bt { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8CwmzR03WRG4rmIbQEcxJ9agxOXR84 { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbCw8wSMGxudtZEfUfVT6JmTzdKInyqM { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv { display:block; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBU5mvzWsUVgzwFWxyg7UnhG0gM9Bv0z { top:4.625rem;left:23rem;width:24.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DgIbbF1kkip4fW7ZqN5QkF6rNRhuS2 { top:6.8125rem;left:26.0625rem;width:15.625rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRXfulCzE3sZTKycOisK3V6T1hpz7gB { top:4.6875rem;left:0rem;width:24.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L54TmZafV0GOfKQFn1RCd91oT84BhKyd { top:6.9375rem;left:2.25rem;width:19.5rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX2b9aniSGz38WlylTT1hrKZ60aTMqk6 { top:6.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzyJkr08yyxcWF9Sq6bM2GNMpW15BxmP { top:10.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6cV3JNTT4UqwHgBUAhtqeKo95bNMzKJ { top:14.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgTlvSq15M1uokLrlgI0UQ50oKGeurAk { top:11.4375rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD { display:block; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxvTkopeAewzpPAOe1AgdvhngTGA594P { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtSG2wBTMGB7psxb23a5hauOVuWlT0uG { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D70rvh3huQCCpJPiH6zvkIA09WlWHzgw { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMVzgebPNFxV5Ll7gKoTJeaR38lWlMu1 { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm0kof9XE6upFRtXcKEkThHSuzWJKfg { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUXanMM0MRULgVqgCwpoBbxBzaRCNLW { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PLeSL7pXEQfUo6ByJ2b2mU4wM9Sfx7 { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAE9ah479sAnAEHiT7wxOFpddiTriFOb { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEFie4mI0UIWScnftzRiMM9lBdJJ0GF { top:0.625rem;left:1.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfoPTbEA5BRrU6TrBmxgg6yuiRMfUlva { top:0.625rem;left:3.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrku5xt2SgPpH0JkJWMzcLEdQz6FvWmA { top:0.625rem;left:5.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxIwG2ZkofhxfC88mLgNfBTbAo0TvLIT { top:0.625rem;left:7rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3lnqFZaTbeeG6KuXRLQJMTRTvUIWZ0 { top:0.625rem;left:18.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO5oG1N8uS76xzPimgB65KmwXsmGmhHl { top:0.625rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPTA9BX1SphEqbxPFl0BNrvH6yvrKB13 { top:0.625rem;left:20.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKCuq6ixuSHHQyT4MTguyqK4XhCdVUml { top:0.625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0NNhEwG2CBwUBxLlfe0rThQL8hXzCmT { top:0.625rem;left:25.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwrZzJcSfCqaHnfGISIcpCr7i3Dxlc5D { top:0.625rem;left:27.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWROv34TqxAtfEL4rwnhJkpg81ibUZuL { top:0.625rem;left:29.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctue8tINbBxqfF0PT2mGlxm1Z58TMl5X { top:0.625rem;left:12.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPqrzZ2TmBdWDMghgoW0DaG6ryAkogqK { top:0.625rem;left:14.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d90Idl5qdRnxDfaoTtkzepp8I01dyCtK { top:0.625rem;left:16.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUXOtznKzk2ML91LTAVDXavwbg0f7io { top:0.625rem;left:10.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXU7Xl54qtBfKLBCBcaXAnOk0CVyyzzF { top:0.625rem;left:8.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg4AUpEOIuLTFhVJeEu3gUxx72DwTbGx { top:0.625rem;left:40.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnuT3TG9JT8T8l00CuQtk6l5srio74KF { top:0.625rem;left:44.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOxRvBFBaXPSKvUlvVXii8KH5Ixb2WT9 { top:0.625rem;left:42.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW8IEA9A8HNgsJPGgPnEsqoearKEQEgp { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1A9w6buXNmPOLcEsFcXEIpE3LGAfoqB { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeA5B8IQulcA216deOc3MtFOwCp5liGt { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDfaLoHWC1cvlcpMIW0EEubBszz22V0T { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3UZpcU5X8DO0P1z55I8exAJT0pzB4fp { top:0.625rem;left:35.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4L03xmaZZ7JBHkmxHSXskHPXvbepBag { top:0.625rem;left:37rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2OqvqTCpiqM9aWvvFmRhIcZaMTFlMPa { top:0.625rem;left:38.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WufJ17Cr8E2bnQcJykz5wnA07hr6Lmk9 { top:0.625rem;left:33.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNizTBVPlH3Sx9leqDcs8eVxKGOAM151 { top:0.625rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcdlBXnGC31nJJxtwk1y165uQwvHSlMq { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1oUquoQbDb81oqw671qu7XrDqTOzSnJ { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuORocAB7S6a4kfLpO4O00Apx87T2T4A { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFWszBwzON21S6i9zUBdBI0uw9fH4uq1 { top:0.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKVBHeQQaNW3wUrLqg33bFxysT3rpBma { width:9.3125rem;height:1.04980625rem;top:0.912109375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1lP20vIhB5GU8G2HIDxh6oNCX4ifTs8 { width:7.3125rem;height:2.125rem;top:4.54980625rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVOy2aZe19QSPCURwcS8IZdWFpfqKNKs { display:block; }
 }@media only screen and (max-width: 763px) { #U7uN6nHahCMC1uJ5mOaJJOB5XiWnJulC { width:7.5rem;height:1.875rem;top:0.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHRgC2EC54NaKOUCdEKBQQrWyzEWwZo { display:block; }
 }@media only screen and (max-width: 763px) { #DJiloTICWsRLrKgpcI9AkIan3lSyQAAR { width:17.9375rem;height:4.25rem;top:3.54980625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38ae4969-784a-45bd-bdfa-e53153e625ac/Kombuchaladygentleman.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH.adaptive-delivery-prevent-bg, #bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH.lazyload, #bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH.lazyloading { background-image: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container { background-color: transparent; background-image: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.83); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container > .video-iframe-container { display: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.83); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row > .video-iframe-container { display: none; }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .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); }#bzsdPcWsXJFIw7ldQtkf3bZD0w12dWmH > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvat1Qb3OOioZ7oIrfCBZTNsvVwlJkO7 { width:16.25rem;height:7.1996875rem;top:16.1875rem;left:0.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Irt1Wf3xwSxPcu3qGgLVP5cN4D0qpDuf { width:17.0625rem;height:1.4624rem;top:24.01171875rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEQPgnQuSIcOnrqkQsGvuSKBZaRZeUgh { width:18.875rem;height:3.625rem;top:31.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZFUXHWhaQOgMF9stT2PnUzmHSkSzLo { display:block; }
 }@media only screen and (max-width: 763px) { #C6NXZGW8ZvT5r5Q6SL17OcLQXRc7hPNd { width:18.75rem;height:3.625rem;top:35.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlVRtO9Hk9MSG83n297fQ69Rd3uPJNdx { display:block; }
 }@media only screen and (max-width: 763px) { #c0TpTyI2iNEDoe26dP3C0BPTZmFUxIq0 { width:17.6875rem;height:0;top:24.125rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCprP6ZGDSNJ7FaKPqrT1aktS2uG61hc { width:19.375rem;height:11.125rem;top:21.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTx69ivVSkCkAdc0ilB3nHmvXDrzFA7o { width:20rem;height:4.5rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKUh2FELpCgMFBmCcpkI1ZUcC1OxWHol { width:8.625rem;height:1.4624rem;top:9.9375rem;left:10.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTyWhe2qJXJSCeUXug3aRVKkkvoBPFfk { display:flex;width:10.125rem;height:10.125rem;top:6.0625rem;left:9.875rem; }
 }@media only screen and (max-width: 763px) { #wtL2VlvTRHAbGB35u1cJHT2bnrieQ6qe { display:flex;width:2.5625rem;height:2.5625rem;top:6.0625rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #gc82Fa03alQn1t0qJXRpHwqSsLO5cbx7 { display:flex;width:2.5625rem;height:2.5625rem;top:5.5rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #ETc2mfMiXld94rRQekqbsUHxzK79WzCT { display:flex;width:1.5625rem;height:1.5625rem;top:8.0625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #odQQx2BhxWG19TEAGTdK6AVeIxbw79cg { display:flex;width:2.5625rem;height:2.5625rem;top:11.39892578125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #flRZD1wXrW5hDVulFCXaXf1eQomT6gMe { display:block; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe { background-color: transparent; background-image: none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container > .video-iframe-container { display: none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row > .video-iframe-container { display: none; }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .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); }#flRZD1wXrW5hDVulFCXaXf1eQomT6gMe > .row .container { width:20rem;background-color:transparent;background-image:none;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R { display:block; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R { background-color: transparent; background-image: none; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container > .video-iframe-container { display: none; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row > .video-iframe-container { display: none; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .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); }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R { border-width: 0; border-radius: 0; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#TMzzvkNTMyRi1PVLRCEKkHEbEJAfbq1R > .row .container { width:20rem;height:14.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be8a47', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be8a47', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #be8a47, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-left:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-right:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dotted rgba(var(--color-tertiary-0),1);position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRSgyb1EsP6tyPw7HnJGKTih47bBI7vy { display:flex;width:2.8125rem;height:2.8125rem;top:2.5rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #hVf8D5hAhd7r9TZeXRbMPandQACXV3iq { width:18.125rem;height:5.361325rem;top:7.25rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw { display:block; }#b8EFb8TGy1gt52Fkt6uPTbTfZyU8Gguw > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfi4ugqIGd2IKWSPCdXz0aWNWib8V4lW { width:18.0625rem;height:18.0625rem;top:22.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvQKfJLO7KiTab6KidmiatKVRzbRdMp { width:17.8125rem;height:9.099625rem;top:5.61328125rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpaWnHrNO34WX2efJlBa6kXUyyhh5QnE { width:20rem;height:auto;top:21.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i6TO6UKPV4BTbvIFReIsZX9PDe088gBE { width:9.875rem;height:9.875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDFrb1uZMdNZKy4SGJnt1b4Ghdtb6X9 { width:14.0625rem;height:17.6875rem;top:23.6875rem;left:4.953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ofr2FBDxGHdmk7MedXTLrgJI491UXZiQ { width:18.875rem;height:23.8125rem;top:19.6875rem;left:1.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9Fn4ponBmRO9eFtckTz11pnOfNethP { display:block; }#Ot9Fn4ponBmRO9eFtckTz11pnOfNethP > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVpLZ0O9rBegirtB2HCFQaTutLCO7PWT { width:18.1875rem;height:5.8496125rem;top:11.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXDCzWGVTW77hMxdfTq4q2ZlZdKkh55T { width:19.875rem;height:15.3125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxxGGDHlyVmgVlLPL8132ftpzGnTC9Ja { display:flex;width:8.5625rem;height:8.5625rem;top:0rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #MVQgs1cGEZHr2ut6oCq9SZonaNG4RooL { width:12.5625rem;height:3.8994125rem;top:6rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gspwGesR9OWyhWvqO1NwPfp85QxHNTbP { width:19.875rem;height:14.875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCkUezzEsZTyrKMUTzbXApeGNdURwQNo { width:8.6875rem;height:3.8994125rem;top:23.9375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbvuZwFXT5fIfe5B3MZEMcwPOBIdRTL5 { display:flex;width:8.5625rem;height:8.5625rem;top:18rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #c5XRMrDdu4fSHaL2kbK2FDVNJbz7luoF { width:17.375rem;height:5.8496125rem;top:29.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 { display:block; }#QMxUJe5Svmbo1QsuOepefk2eRb8Thgu5 > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6bxiSqGdqDQgraBzAhTuLHevJHWCog1 { width:17.6875rem;height:4.38720625rem;top:13.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQUMUy24md9NkDvLF3izXacDAFtyLfS { width:19.875rem;height:13.4375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2dKTuDv1PPdwe9250F4EJ6sX4a6rxrS { display:flex;width:8.5625rem;height:8.5625rem;top:0rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #ysDeywCR7TgGCAno96aIaJ5TR2h62VUQ { width:13.6875rem;height:3.8994125rem;top:7.875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdVZzEWGBTiwIRJH4A9hWuBs6duSoqp { width:19.875rem;height:13.75rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3EA91g4LlFOe1MoBEXA4tTZfGP1I7Dp { width:12.8125rem;height:3.8994125rem;top:26.375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGJcJiNLET04DSyhG7oDERg5u6cXA5J { display:flex;width:8.5625rem;height:8.5625rem;top:17.8125rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #nGQfuuvdW5RTncersnn52PoWpGXWF3JO { width:16.9375rem;height:4.38720625rem;top:31.875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HExc2rpraZfnpy0ThX6HUV3kNDI7STkr { display:block; }#HExc2rpraZfnpy0ThX6HUV3kNDI7STkr > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BryU4i9qdDrmSFAO2St4eeGrhSOxGQSR { width:20rem;height:10.3984375rem;top:4.73828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po9hRRG9JFsTIPtRX6uO5QvJW34o6zqT { width:20rem;height:auto;top:11.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq { display:block; }#mCNOBRBy2FlbMBcFtX9luPhbmlgPX4oq > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keAzecRcV8MpiWQTNxV7pqonNyllLn0I { width:20rem;height:23.1699375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFVh5kfRenT7UtJSKoP4boDxJwFliU7w { display:flex;width:2rem;height:2rem;top:26.607421875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #LLJnOTOD6Q47ciOztFGlxOsAE6ZOgTiK { width:20rem;height:2.4375rem;top:30.75634765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDqEGtcsOmxwUZkD7n3epHZIqemUb8RI { width:20rem;height:1.4624rem;top:29.294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INizSyQmUq3Q9spP8RRDgKUxuN8AzwOK { width:16.25rem;height:13.161625rem;top:39.09375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDcXO17wR7KH7i2yJXOcTowPPLQ8TqEv { width:20rem;height:15.1875rem;top:38.08106875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB85VmHahiZN7pzXyCazXUMrKCtLDrTe { width:20rem;height:21.5rem;top:56.161178125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xspe4WVUTbgSPFgAW3m07kHfqDU4Qx0e { width:12.125rem;height:2.92480625rem;top:57.8486328125rem;left:6.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RJtXgPbKkflaDnwKoXD7LBSV9SuTL2lK { width:13.9375rem;height:2.92480625rem;top:63.236328125rem;left:6.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qoqZdtiV9PqQRBf5GXCexse0N4ugkr3k { width:13.9375rem;height:1.4624rem;top:68.74169921875rem;left:5.21875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6EE1SIz6gZZ3W6iHMiMTmG22aK64h5m { width:10.6875rem;height:2.92480625rem;top:72.97998046875rem;left:6.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uI0O1GLSNNPMbB8wJeTtUCKNuycMTH1x { display:flex;width:3.1875rem;height:3.1875rem;top:57.71728515625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #nlsD7NwSAggaBpQcX7wSySCeWDBlg2O4 { display:flex;width:3.1875rem;height:3.1875rem;top:62.348678125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #sx5UbLtyXiu2kSG6iCzK1FlBmliVPyB8 { display:flex;width:2.75rem;height:2.75rem;top:68.09814453125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #uu0rLRvLbMBkgEiwdpTybFxpKMn6sdqB { display:flex;width:3.1875rem;height:3.1875rem;top:72.8486328125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #iKmguM1aRRGLPu1aprBfTLWkWOOofzlZ { display:flex;width:2.5625rem;height:2.5625rem;top:35.9560546875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #eEvzOR1aqqaiodLxBA6KHXESXqhIczzk { display:flex;width:2.5625rem;height:2.5625rem;top:54.2861328125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L { display:block; }#o62PTgeIwqnU21PKZfvPVs8uQaXTSa6L > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5cCFwH0wTU300HKWqwUkg7qSAJap9If { display:block; }#v5cCFwH0wTU300HKWqwUkg7qSAJap9If > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ax2rdtgQ2GoamyHAuDLMW8HRL9hvHuAN { width:19.875rem;height:17.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETxUH2KTmsrt0fRHElshP2hapVq2ai1 { width:15.6875rem;height:5.8496125rem;top:11.9375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEaMzfyuN3eDErGtyDwTBzlxoQ2vpgb { width:15.1875rem;height:4.54980625rem;top:6rem;left:1.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUDpzBrVIhZ1zqut0IPTClzsd1rFSpuJ { display:flex;width:6.6875rem;height:6.6875rem;top:0rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #DUg8FEvIov0kBgQZfxLAn7Qe2m59aEc1 { width:19.875rem;height:17.875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTE29NmrOPgydTOaqTsCQJ8872L3LV2a { width:15.25rem;height:5.8496125rem;top:35rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqhuA45pnRTIQqhBT4qEaEBKS6tQoZEp { width:18.25rem;height:6.8246875rem;top:25.9375rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCtKAysUTsehe5kEKQe2bSDaIU29LnCe { display:flex;width:6.6875rem;height:6.6875rem;top:20.75rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #HQBIg6T04CuTr29inrGAuGqskkN5Dlul { width:19.875rem;height:17.875rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGx1ph4qlrqBhcz59nTAmfrPAi5DzD8R { width:14.3125rem;height:5.8496125rem;top:56.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6apgoZKCA800EKnQazv1T4mudLy6xV { width:15.1875rem;height:6.8246875rem;top:47.375rem;left:1.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cZMNhoB5U8XA5yEzx6QxREbkn5be7h { display:flex;width:6.6875rem;height:6.6875rem;top:42.4375rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 { display:block; }#xIvVqyCP8derIgheXXiBJe4XUQ4xpJ15 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPKKL7Js1tt3iuF3mgzw7QJlLhFbXX5m { width:20rem;height:5.19921875rem;top:6.775390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi65KwOrFLiBrA0bqyaAoAn3yFZzVCsp { width:20rem;height:auto;top:9.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK { display:block; }#oAUm1bSlduTu7uSdFCmzMEmtpQKtOdyK > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc { width:19.875rem;height:48.8125rem;top:1.25rem;left:0.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/K3x_AkLVTAo/unsplash/rikonavt-K3x_AkLVTAo-photo-1582794543462-0d7922e50cf5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc.adaptive-delivery-prevent-bg, #oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc.lazyload, #oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc.lazyloading { background-image: none; }
#oT9LOuiJ8GM2nQvIltM4lILrv5ulFRtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); } }@media only screen and (max-width: 763px) { #ElWa9Iu60DlSTA0B43GgIF3FvdXorUGn { width:19.875rem;height:39.75rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzLol5L7POCN3zi7yb7vw6G1XOL7qDkw { width:7.625rem;height:28.625rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAgAI6EZ5HVWIXeGDZK6tZaEIP7QEDqd { width:9.9375rem;height:6.2988125rem;top:2.375rem;left:1.59375rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hETWlv6kvLHmxHMQUZMoOv8iqMmIJXw6 { width:9.375rem;height:16.08643125rem;top:12.6005859375rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeX3qsizv7iygxgVTl1f5hPd5sl0zUNI { width:4.5rem;height:1.4624rem;top:31.6875rem;left:9.8125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GDFiOBryrAkvWiVLLTx3ohoPXnSLTrZ4 { width:11.1875rem;height:1.4624rem;top:36.375rem;left:3.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vh1inE8z0TT0ithTr96zOrz91ERsyssi { width:11.1875rem;height:1.4624rem;top:40.4375rem;left:3.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #N6c0XOhXWRLMr5OpiFfBIT2RfrouDs2J { width:11.1875rem;height:2.92480625rem;top:44.375rem;left:3.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #csl5T3FZ7DwG2UhBI1nqBTBQrghJCiy8 { display:flex;width:3.125rem;height:3.125rem;top:30.875rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #w3oXghtFoWI6y8di8ib5dCqK4kFcUWoK { display:flex;width:3.125rem;height:3.125rem;top:35.5625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #a0GzeLisPZ9lsOmaHlzlUeQpTGxig0lZ { display:flex;width:3.125rem;height:3.125rem;top:44.25rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #bFEEcKo83hAvkLBEU43ObgfNMlcIG4SP { display:flex;width:3.125rem;height:3.125rem;top:39.625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx { width:20rem;height:46.3125rem;top:51.3125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/nqSUnXINsp4/unsplash/repentand-seekchristjesus-nqSUnXINsp4-photo-1442458017215-285b83f65851.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx.adaptive-delivery-prevent-bg, #xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx.lazyload, #xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx.lazyloading { background-image: none; }
#xdFWFx9lT3ZXnTJUXwnQTNlZIMhzRmnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); } }@media only screen and (max-width: 763px) { #v4R2tmF6JgnQ1q4miKnOcfFevBDDz39J { width:7.625rem;height:27.4375rem;top:49.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSesex5IRIG2JshlySLKKDD4glSosmdU { width:19.875rem;height:36.9375rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUOA0TRc8yPxV5SCDh3QA4k4hWxFi8zp { display:flex;width:3.125rem;height:3.125rem;top:78.9375rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #HaEN2Na3PJkkH8TBNunaQpORE7QXmUAN { display:flex;width:3.125rem;height:3.125rem;top:83.5625rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #T0WqtfESIQOTyamS7FrmTOP82meMHv57 { display:flex;width:3.125rem;height:3.125rem;top:92.25rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #bpGqadeUfXTogRcR1l2AWxVsZEdftXTa { display:flex;width:3.125rem;height:3.125rem;top:87.625rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #RtTckvB9pL0xtRocKDV31vuoJK4skT1A { width:8.875rem;height:11.69924375rem;top:62.5rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfCpBRB211uesGXDEJmCZGXODJzzE0ag { width:4.5rem;height:1.4624rem;top:79.75rem;left:9.9375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HG7a7lKF7bQIOmMme3kuAPUXD0yGyN91 { width:11.1875rem;height:1.4624rem;top:84.4375rem;left:3.25rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WRVo6q6MGCn0cakiHvz2JATVL1Rnp9fk { width:11.1875rem;height:1.4624rem;top:88.5rem;left:3.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fdwaogh71qGq9D8t7JGiJ7zJViA2Fn8e { width:11.1875rem;height:2.92480625rem;top:92.4375rem;left:3.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lMS3ZlDQzgipC5Lh2ZXKi4TZGVs89JAu { width:13.25rem;height:6.2988125rem;top:53.1875rem;left:1.125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I { display:block; }#u1wRkB4p4gN25FtTsGhpw2RcCCAJK09I > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuC4oN2QKHtTDKtppuNnIaKAXwB8slxH { width:15.1875rem;height:2.2749rem;top:22.625rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDJ7Gvk4TBFDcP69tpfEgMOB009vav2z { display:flex;width:6.6875rem;height:6.6875rem;top:16rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #RRr9SLhKEuBZMdLK9qhmeEmKfT76XTfC { width:10.125rem;height:4.54980625rem;top:34.875rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7I07uDlwXmpAMWhIQZdKVVkVL6Jgsur { display:flex;width:6.6875rem;height:6.6875rem;top:29.375rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #V1fFEoGWCsVBFqp4PfFfg5M83fRKCzDq { width:19.875rem;height:11.0625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUQftqsNhZ4r6nTzQykhCNJLtooruek { width:19.875rem;height:11.0625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxQHTNAleNv3UJDNrB0byLed56lTvsK { width:17.8125rem;height:6.8246875rem;top:4.8125rem;left:1.09375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFH6akQIoXdFvpbTO69fCQPOShWTQ80Q { width:16rem;height:auto;top:12.625rem;left:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS { display:block; }#gxLBytP2V32w9yWTgoVgkMkMxNNRGQcS > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otxP0hGr6xfumaFvksVQyhgkNcSFUF8f { width:19.875rem;height:11.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFaIghOXT46GzzitEz39BoRR74h3HtqR { width:15.1875rem;height:2.2749rem;top:6.625rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1zBadPmN839OVLyog1r4Om2KP4qLfAR { display:flex;width:6.6875rem;height:6.6875rem;top:0rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #OnJrx6r6UDdaFmFAgwTLSmknTn7qmTqU { width:19.875rem;height:11.0625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHhLlh9J0y5KQ5CdJhMv4NsPBVuoovUh { width:15.1875rem;height:4.54980625rem;top:30.375rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0i0zHxQaPe7MPmpcJRUqN7F2k5mPo1f { display:flex;width:6.6875rem;height:6.6875rem;top:24.875rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #Hx0iJPhgdA6h7iDu7MfIp1w3ZIAhJqTR { width:18.25rem;height:4.54980625rem;top:18.0625rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6DrIeWGDHX5SPZTTHI6WXkzZhWzDWUo { width:19.875rem;height:11.0625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbO5KTcRyGNhtFsuLtgJgOzdJGryzdE7 { display:flex;width:6.6875rem;height:6.6875rem;top:13.4375rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf { background-color:rgba(var(--color-secondary-1),0.06);background-image:url("https://images.assets-landingi.com/uc/1d933504-0843-414c-9157-ebc547cfb293/kombuchagreen2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf.adaptive-delivery-prevent-bg, #LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf.lazyload, #LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf.lazyloading { background-image: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container { background-color: transparent; background-image: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container > .video-iframe-container { display: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row > .video-iframe-container { display: none; }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .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); }#LBIsbCmV6NbKknn4BCUvWxvUn0mUg5qf > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1DcTkJiNCJ4u6TI4tNIAkp6s1qhGdU8 { width:17.8125rem;height:0;top:4rem;left:1.09375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kDNotCno9ykeUl9xsKWpewCuVdmpLkHF { display:flex;width:8.5625rem;height:8.5625rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg { display:flex;height:auto;width:17.5rem;top:22.51171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #LkGT6WGFtRRFxM2Ivt6Qc5nGVTEKBBer {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #a5Tr1np5LNGgnuU1XVsCe3oPTNEL4rdK {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #XMbtz1RC74XNtpvkQAtCRH5UOTJyeS3E {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #hGkDSisE9LH2HtJTp3MFaVKxSbxMxtRQ {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #ek6hkiTdft1eQQrqPyqTAapISh4MZkZc {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #USLUvoEbDd7mavdSaRm7eds6xSpL17Gs {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #HHJJTa2Lb35uJ7G9EW5Kbzn2WbcGtw81 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #WM3FZnk6tuQIueXQIRflUyK2PeAMK2W2 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #SueEhgu0TNToaPxNSn2DCbPTuzWkHg2w {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #en0KxBWsFH0uxPNkpWHgaK5EWCnaNQ8F {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #lvfpGLizUaXy112ZOkMSgThQFrBtR06h {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #KIXVt1FvMW5UVmX33cn1rNfaXzsUXR14 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #tB7aIJpoG5cgt1UmxnXMuT9TgZmk82Tf {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JeQ1tAzxZuoOuvPHmy9dssx7sP5uzkZD {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #Ta3c7odf520sE2KgkPHdufA5Nap51zoU {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JlZWTVaagGp2mI1UlKxtd7VkTZ3Dg5Tp {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #qTZAGmDsvL4yeLoFGXCnXo9rvzlC2TAM {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cxGNbSSZhroNudbT95wxi3Ro08m1K2V5 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #qqsseVcPvKcNT66NqOD1hbvxDSfS22Jl {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #OSK6JDHCtwAp1T3t4d67nJSNzy42m6OO {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #GrkWoHtTpOcBlBXtwvZP7zXWpiXwcQBV {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #VxuoEnKLnHnBEDo7m9WLvEqrp6cGbDQk {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #JkbKoaZPD5NU1lbgtdqEb3wRXzZsTiuf {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #kUXurLVCEr4HGXpGJA9SMT4H7Nv1GX6X {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #WkJzX3a4rrWWKvhHpVSNOThNT4SLft0v {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #yIRySOuM0ptOFHBwm2NWVqlgqkcfr7Lb {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #FGkQcaRmU0utb9OlgcZaVfnbsXdXaqMH {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #GNDwhumKOZ31h89Ib0lT40c05b0xRRVr {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #k2bNaeaAr40lynxiKBTPwsD9vCBoPckI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #y6wEi7Ctz5ieQ4aNZmEqlwAsuJLuAH3v {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cmImDHbMrkiBD5zyTxcMDwpkETXMr3gV {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #zul1ENIZ7rKA4xkFacEX5pKIanegx4pI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #vIAN1p1m9LhVANIbmb5NJPLa2as0bKR9 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #u7sAsUp5OPPb36dNk5kACv8T4vOd1BCP {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #Ed7UCdBSEpZ44iTDb6GAcAXhc4p4FSsI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #IoSJMlQrB8TOdOFxxyVo5KpHiD28fvqI {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #g7hH0PlXzK8ztmswnJVWRIQqOZJ9dhH9 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #UoCZUhu0Z13g6T9V3ANm65Ph4ZaGpXV4 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #yeT9hJ4NI7OUqt3mzP6PlUKD5b2eQFHM {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #UmTHcKh3gtnV8FLgIfgVk3dbIvOULocp {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #T0F5xVHhzmTNPdZHG5cJvIAscLirUKzG {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #kFfiVWOqkleCb4RDWXRayqK9gygZT9T3 {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #cbw4EWLeCnIUDztJZzRTHX1Z7mDo4xsZ {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #RkFdCR84bP5c5RqsrvBrsfNnc7ktZiDQ {  }
 }@media only screen and (max-width: 763px) { #T3E3TKClJEZVAAF0JZg8O9k85NXT6uCg #xtkdp5pQri2Hc3kADcTyD59217Tqg8H2 {  }
 }@media only screen and (max-width: 763px) { #krXss1kyv6obIO6aneVddB7PPNRRZafW { width:12.4375rem;height:2.92480625rem;top:97.50146484375rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCvVkGlnTziKz75TTlsqZq12D949kpKS { display:block; }#QCvVkGlnTziKz75TTlsqZq12D949kpKS > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw { display:block; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#yD1QTzPD1CBIGGvxl6agIiDeVSTExhFw > .row .container { width:20rem;height:20.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3zAl8Mp4lBiUum63ZE53GMgnXA6M47X { display:flex;width:4.3125rem;height:4.3125rem;top:3.75rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #cdqcqoLpF5dASCwISyIEvLImAgwDtlqf { width:18.625rem;height:5.8496125rem;top:9.625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RitTRu24cPVC04boEx2Sgao9e1XQ8KUr { display:block; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr { background-color: transparent; background-image: none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container > .video-iframe-container { display: none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row > .video-iframe-container { display: none; }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .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); }#RitTRu24cPVC04boEx2Sgao9e1XQ8KUr > .row .container { width:20rem;background-color:transparent;background-image:none;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acc9b1f5-7f4c-48d8-a2c0-f7734e51f698/kombuchafooter2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6.adaptive-delivery-prevent-bg, #nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6.lazyload, #nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6.lazyloading { background-image: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container { background-color: transparent; background-image: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container > .video-iframe-container { display: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row > .video-iframe-container { display: none; }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .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); }#nuQhSpzG2MerlatKSlUfwFtTdwGe6MN6 > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIK6a0k3IJ3EMzdPtluSloTByfmU6RSw { width:16.125rem;height:11.9995rem;top:2.4384765625rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-regular-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-text { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-textarea { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-select { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm  { width:17.625rem;height:auto;top:31.69921875rem;left:0rem; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm .radio-container { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm {display:block;}#uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm { width:17.625rem;height:auto;top:31.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #F9oO7ZhqR7p5QilDsBKkASTR8wzfH8do {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #R0RTTKpEVzi4L2u8vSo3dsbx9JhB5RXW {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #klQLL8tZZqd9ixThrplIqbcxbwEVnR9Z {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #NMTdnZpB7fxLHtXfMqu0eDC4ck7L8U70 {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #Evyl8uN2Xk1NsCcyNu8aAeL6S3sE3fdN {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #fhRZaQxFRcGzI8WOA6KXuoWt48TXBdSz {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xhPzGn5Zuah0sC7RTeywKzp7inaoai6o {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #gszokH1wAoSRxu3D5AJ6JSw7DmgKGXUL {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #fTI7TpvETTA3aPhVfZiG6N2oveNpyepD {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #hT3l3DRzVcdTeqUWPMUdsftk2B1tUcH8 {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #SyiC1wv8LXEv3E0LrO3tNoJDNo7nC2Nc {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #TCTta6VPaQd8RP5b9yNLyIhp24wLOdTJ {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #DUNPP4A9aWRd4XK2gfaNfcviCF0s6hbJ {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xABEEKdOTkC0BTl4vLP7i3pyczboQ88s {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #SCJ1BGIFzbI0T14a6R4SNruOclHrTGUh {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #C6mdWt2K1muZtOMstf0ifeMwgOTwos22 {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #GIOGOuwZZrdk6xuEL4ZZKabBg8IBt1uK {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #A8nR79n4PyNAQ36RtevP1XWS82lDVQCu {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #n7aDWz0HmEWiuUf9r45M0OdR5BJ3OJRQ {  }
 }@media only screen and (max-width: 763px) { #uyRZgRn5dTFVcUxqE6oaJHT9hky1xdmm #xWzAkxqancdEwfy2waog6GLyUGy7Z2EU {  }
 }@media only screen and (max-width: 763px) { #B9DE7ZVxRKs1EATXTKXtdrVT0pa6PikP { width:18.875rem;height:3.625rem;top:17.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol794qQtL2qIUNxzbJanVikfwoRn9L7R { display:block; }
 }@media only screen and (max-width: 763px) { #Tf3qbBp8hfh5yUl7ypNThkbv7biNNekw { width:19.8125rem;height:4.5rem;top:17.4375rem;left:0.09375rem;background-color:rgba(98,26,40,0.1);background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtAaq0DuuwDBMCNODGQ1NuGO55lhWiM { width:19.5625rem;height:1.4624rem;top:28.75rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq96gkH9ARZMe2n7bTb5a6HLC1kEqwkE { width:19.875rem;height:9.375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V { display:none; }#mD6lgqWvMGPRNOpu1ahnTbMTG8t9qX5V > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vTcbOylczfO2BdkrIW2yMfSN87CPn3AD { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoUEOm5AmS5Ji80CNUN8hizHRcSTkVBk { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD1yMGIlP5TAprEk2s1D0AvoNiNG9Kgt { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtSsTM5yiINiCMsmLqBVVO7rl6kypP1f { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkwDhfBdwvrMhOebsK7AnBOEVz02e8IW { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QygwKOoZSy9oV0F5kaLH6dznq19oB03V { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5IETiNkctUAzg6yp89DgUaKcEeSlf90 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #veXsLKMD4AsexWsbUIeJPwAkbWuWrnGm { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tafgc4ecCi98IidP2NaTizAIIH6ALtHu { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9JqssgAFFGtTK5d9Qz6yQZGzBILV1VE { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubz1tN8iPknbU3Oz5OrTOw7xmr6nNt2k { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcdy4qw5OcUN8dXqDlCqFDiUdbcPfoMQ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RITwuR4cLi7v5qUJTiGbgVWzs68AtTN0 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CN8dd7zuSFsHaQ2HQl308gGNJhkNx5Uz { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHqsqWtTvwkuEknVaEyTdxQbqPek5yp { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZrqNnbhdru5EFl2hNVbI9qVLIF7he9Q { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUofRXzWSPZwSndLXyEKTp0bviUdyF6S { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwD1gDBnU73UTvIvMfvhwXxS0LoqwKHO { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtVfuDPVucBlUkQdLQ1puxRsFAd1XVvy { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxewlEKT8ZPesm7A3E3VlZc6CgXkuJvy { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwZTndBESP39WTPGibrJqL9SkMMMpduQ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEASuHubnfc37mU1M6p1M3LV2B9cb2pT { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vwks2KKxdzQ5DIWmkFTT9PAH0nsrL4MZ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0OodMBeTAaOHft1XAzimNzxBLTsnQ8l { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QX6QQKe0BZ7Z7OclqpQ2TSdMnZimGoEt { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEpD1bymxqs2AndATx0IiW9sQZwhe5IB { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmNEaMuV8wgG93GvzOhaagI6vq829zHX { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEUrLIBlsTO5uwNkRXp9akJFof5BfM3J { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCCGzyEKvRafLQKfFEulwHdfyb4EQKB5 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXgBTDb64Nimg6vrTmhXOS3Va97lnJbl { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbRoNibBHei8W1MMKGB27PDSwFHTaPrQ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #as4a4bGH8NWmslEm4GMl71tHupDNPdk6 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0OId3vNTAcx9mdHZ6FkZKVA3oyMxrUU { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLV1mH3giOTSecIOX0Iv8S6kktTukdkv { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7OKTWiIEVGhEMGbArwU6CM0HPS5XFMZ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsrOkfVqgyyVxpdeGqBkkRTSP12wba9a { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXB2MlpyFRaIemCAZ6DWq3SccwyG9QcZ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRTZ4sTslZT9nnt43aVq5hfyRIc341bt { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS8CwmzR03WRG4rmIbQEcxJ9agxOXR84 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbCw8wSMGxudtZEfUfVT6JmTzdKInyqM { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv { display:block; }#SRS4TAUWwa4SEXcmO2Or1lMD0wuUsonv > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBU5mvzWsUVgzwFWxyg7UnhG0gM9Bv0z { width:19.875rem;height:11.625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DgIbbF1kkip4fW7ZqN5QkF6rNRhuS2 { width:15.625rem;height:6.9995rem;top:23.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRXfulCzE3sZTKycOisK3V6T1hpz7gB { width:19.875rem;height:16.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L54TmZafV0GOfKQFn1RCd91oT84BhKyd { width:17.375rem;height:12.79689375rem;top:4rem;left:1.3125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WX2b9aniSGz38WlylTT1hrKZ60aTMqk6 { display:flex;width:1.875rem;height:1.875rem;top:3.40625rem;left:-0.703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzyJkr08yyxcWF9Sq6bM2GNMpW15BxmP { display:flex;width:2.125rem;height:2.125rem;top:7.21875rem;left:-1.078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6cV3JNTT4UqwHgBUAhtqeKo95bNMzKJ { display:flex;width:2.125rem;height:2.125rem;top:11.279296875rem;left:-0.828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgTlvSq15M1uokLrlgI0UQ50oKGeurAk { display:flex;width:10.375rem;height:10.375rem;top:11.4375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD { display:none; }#nJi4ahmxZ4KVw2pvUWlpph7dC2VgcnXD > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xxvTkopeAewzpPAOe1AgdvhngTGA594P { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtSG2wBTMGB7psxb23a5hauOVuWlT0uG { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D70rvh3huQCCpJPiH6zvkIA09WlWHzgw { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMVzgebPNFxV5Ll7gKoTJeaR38lWlMu1 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqm0kof9XE6upFRtXcKEkThHSuzWJKfg { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkUXanMM0MRULgVqgCwpoBbxBzaRCNLW { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4PLeSL7pXEQfUo6ByJ2b2mU4wM9Sfx7 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAE9ah479sAnAEHiT7wxOFpddiTriFOb { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEEFie4mI0UIWScnftzRiMM9lBdJJ0GF { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfoPTbEA5BRrU6TrBmxgg6yuiRMfUlva { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jrku5xt2SgPpH0JkJWMzcLEdQz6FvWmA { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxIwG2ZkofhxfC88mLgNfBTbAo0TvLIT { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZN3lnqFZaTbeeG6KuXRLQJMTRTvUIWZ0 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO5oG1N8uS76xzPimgB65KmwXsmGmhHl { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPTA9BX1SphEqbxPFl0BNrvH6yvrKB13 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKCuq6ixuSHHQyT4MTguyqK4XhCdVUml { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0NNhEwG2CBwUBxLlfe0rThQL8hXzCmT { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwrZzJcSfCqaHnfGISIcpCr7i3Dxlc5D { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWROv34TqxAtfEL4rwnhJkpg81ibUZuL { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ctue8tINbBxqfF0PT2mGlxm1Z58TMl5X { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPqrzZ2TmBdWDMghgoW0DaG6ryAkogqK { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d90Idl5qdRnxDfaoTtkzepp8I01dyCtK { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtUXOtznKzk2ML91LTAVDXavwbg0f7io { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXU7Xl54qtBfKLBCBcaXAnOk0CVyyzzF { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cg4AUpEOIuLTFhVJeEu3gUxx72DwTbGx { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnuT3TG9JT8T8l00CuQtk6l5srio74KF { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOxRvBFBaXPSKvUlvVXii8KH5Ixb2WT9 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WW8IEA9A8HNgsJPGgPnEsqoearKEQEgp { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1A9w6buXNmPOLcEsFcXEIpE3LGAfoqB { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeA5B8IQulcA216deOc3MtFOwCp5liGt { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDfaLoHWC1cvlcpMIW0EEubBszz22V0T { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3UZpcU5X8DO0P1z55I8exAJT0pzB4fp { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4L03xmaZZ7JBHkmxHSXskHPXvbepBag { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2OqvqTCpiqM9aWvvFmRhIcZaMTFlMPa { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WufJ17Cr8E2bnQcJykz5wnA07hr6Lmk9 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNizTBVPlH3Sx9leqDcs8eVxKGOAM151 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcdlBXnGC31nJJxtwk1y165uQwvHSlMq { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1oUquoQbDb81oqw671qu7XrDqTOzSnJ { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuORocAB7S6a4kfLpO4O00Apx87T2T4A { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFWszBwzON21S6i9zUBdBI0uw9fH4uq1 { display:flex;width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:none; }
 }