.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:255,227,242;--color-primary-1:255,160,212;--color-primary-2:255,65,168;--color-primary-3:128,33,84;--color-primary-4:38,10,25;--color-secondary-0:255,250,254;--color-secondary-1:255,238,250;--color-secondary-2:255,220,245;--color-secondary-3:128,110,123;--color-secondary-4:38,33,37;--color-tertiary-0:255,255,255;--color-tertiary-1:191,192,194;--color-tertiary-2:42,44,50;--color-tertiary-3:21,22,25;--color-tertiary-4:4,4,5;--headlines-font-family:"Poppins";--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:#e2fd96;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 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;overflow:visible;position:relative;display:block; }#GetC52QSH64FC718vhwG9eJFPzm0TXOT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:17rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#qMfqcXlRHFUAfArvuVFzFosGMyUp4g5O { background-color:#e2fd96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2a2c32;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.75rem;left:65.1875rem;display:block; }
#zGEnRcZ89qnVKbXRlwuqUGyTgTkx6G5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aM7kypwcQ0yfLRIgsh9qnsxvEkyPdEHr { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.5625rem;left:43.84375rem;display:block; }
#kl32et4ZUzSqMs0O4pCFESuV0Xz0ooW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNMvlbiQlXVHb8WWwEGyJGUf0BQo0S1V { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.5625rem;left:53.03125rem;display:block; }
#tCx45dPKyW8qMHvKnq2lH00N7AGpfiwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 { 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/3d6127fd-8f3b-469f-a767-27bfb3825360/booksydesign_Candid_snapshot_photography_young_woman_in_Londo_9fb1ef915c574f00ba1dcef2423b45f9_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.adaptive-delivery-prevent-bg, #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.lazyload, #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.lazyloading { background-image: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { background-color: transparent; background-image: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container > .video-iframe-container { display: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container { display: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .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); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { border-width: 0; border-radius: 0; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#WbCHyukIqBHKsT0X21rUeA7Q0A2OXqCn { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.5625rem;left:29.0625rem;display:block; }
#vyATFNo9mKCNckfQvJ6veLOhd6hU22rf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIg4L8XeFLVLH3rnPLPBUKkbqKGwspxQ { position:absolute;display:block;z-index:15009;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:8.3125rem;width:36.3125rem;top:27.21875rem;left:19.34375rem;overflow:hidden;display:block; }
#WTDbJUUwZ0xdx7hgdN85r2Rh15he4hGV { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.40625rem;left:24.375rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y3ouX6SyiNbq1db3GNq7M9vn031AFDkc { position:absolute;display:block;z-index:15011;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:3.875rem;width:38.0625rem;top:15.375rem;left:18.46875rem;overflow:hidden;display:block; }
#Z6TrXiD24dKIAZ0XFs6SydvgxdlNCwzm { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.60595703125rem;left:55.40625rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#geb3XKLNOofdEd0yEzCn488fzEchH5DZ { 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/4ff9313c-1240-454f-af28-a29011041e16/PURPLEBG.png");background-position: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; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ.adaptive-delivery-prevent-bg, #geb3XKLNOofdEd0yEzCn488fzEchH5DZ.lazyload, #geb3XKLNOofdEd0yEzCn488fzEchH5DZ.lazyloading { background-image: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { background-color: transparent; background-image: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container > .video-iframe-container { display: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container { display: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .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); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { border-width: 0; border-radius: 0; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#iUm3RBF8gLDv6elQJKDNAEb6kEm54axW { position:absolute;display:block;z-index:15001;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:17.1875rem;width:38.875rem;top:3.9375rem;left:18.0625rem;overflow:hidden;display:block; }
#w6shscTnrT84ybPagH0qQWKqu0m4pA9O { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:besley;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:19.25rem;height:14.7861625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#B97sZeXS5aDMHX82oJhtgv3pblgGU7Wa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.09765625rem;left:21.21875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2fd96;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; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { background-color: transparent; background-image: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container > .video-iframe-container { display: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container { display: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .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); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { border-width: 0; border-radius: 0; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#XaMVyWT3RsPnAowAuw21IMFuReoAT0Zs { color:rgba(var(--color-tertiary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4375rem;left:16.0625rem;height:2.11230625rem;font-style:normal;display:block; }
#dnNq7EGaiuflo5PVOUTWXoRMD8e88tTz { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:7.5625rem;left:15.875rem;height:4.4619125rem;display:block; }
#l7A97S2ucUIZ01EOf6qUNfRPbki5O3AS { box-sizing:content-box;height:9rem;width:20.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.25rem;left:14rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XAiBz5a2ZZqWzQkoe34Q3gq1aEasoWvh { color:#e2fd96;display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.0625rem;left:29.5rem;height:;font-style:normal;display:block; }
#TpI68tfRhsUmQA04xmBPrLXauzZHTbG9 { box-sizing:content-box;height:10.375rem;width:19.5rem;position:absolute;display:block;z-index:15002;background-color:#2a2c32;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.4375rem;left:27.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#To1xVE6WWzNcDm00SlKeEsArUPteL7gL { color:#e2fd96;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:16.8125rem;left:29.5rem;height:4.4619125rem;display:block; }
#y5aAgtfOxBJHVugNWDyJ0227ZpHZ4f9S { box-sizing:content-box;height:8.25rem;width:20.1875rem;position:absolute;display:block;z-index:15003;background-color:#967fd8;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.25rem;left:42.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#IcHTriqTWPBE0Zqw78akXfr8WzJakLx8 { color:#e2fd96;display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:44.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#hFEsIKarLfwE21fEeWvTHXO8MC8DxwR6 { color:#e2fd96;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:25.625rem;left:44.5625rem;height:2.9746125rem;display:block; }
#sspxiT05ADvKe1RK24W1mLPQZTMl8EhO { position:absolute;display:block;z-index:14998;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:14.25rem;width:21.375rem;top:2.0625rem;left:41.8125rem;overflow:hidden;display:block; }
#qr6f5qyPghCQF2OptTxLHHiu3OHTp4hT { position:absolute;display:block;z-index:14997;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:14.25rem;width:21.4375rem;top:16.8125rem;left:13.4375rem;overflow:hidden;display:block; }
#Ao9ctSqPHGSXuVaEIp0ff10e9U9FUmWy { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.4375rem;left:30.09375rem;display:block; }
#HKkvKNJ378Q5FedekwIxcy8RoXlcZ9v5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { background-color: transparent; background-image: none; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container > .video-iframe-container { display: none; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row > .video-iframe-container { display: none; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .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); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { border-width: 0; border-radius: 0; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { font-size:0.875rem;font-family:arial;height:84.5rem;width:75rem;position:relative;display:block; }#um8UvSWZvlP7GVnAi9uBTgNp4BdEuGdb { position:absolute;display:block;z-index:15002;background-color:#e2fd96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:73.125rem;width:37.6875rem;top:2.8125rem;left:18.6875rem;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-form-header {  }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#2a2c32;width: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;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #967fd8;border-left:0.0625rem solid #967fd8;border-right:0.0625rem solid #967fd8;border-bottom:0.0625rem solid #967fd8;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:25rem;box-sizing:border-box;height:2.5rem;color:#2a2c32;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-text {padding-top: 0; padding-bottom: 0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #967fd8;border-left:0.0625rem solid #967fd8;border-right:0.0625rem solid #967fd8;border-bottom:0.0625rem solid #967fd8;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:25rem;box-sizing:border-box;height:4.375rem;color:#2a2c32;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:25rem;box-sizing:border-box;height:2.5rem;color:#2a2c32;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-select {padding-top: 0; padding-bottom: 0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .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; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:25rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]:-moz-placeholder { color:#949494;font-family:poppins;font-size:0.875rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]::-moz-placeholder { color:#949494;font-family:poppins;font-size:0.875rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]:-ms-input-placeholder { color:#949494;font-family:poppins;font-size:0.875rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]::-webkit-input-placeholder { color:#949494;font-family:poppins;font-size:0.875rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .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.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .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; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-container:first-of-type{padding-top:0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-container:last-of-type{padding-bottom:0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.375rem;left:23.75rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#2a2c32;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL {display:block;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.375rem;left:23.75rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #DSWac0T9eWsLaWNaCZia6WKMAtODeeQK { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #UZKV1ZTdneVWIwNZqUXcEM3fMwRMfQuy { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #BG8Dg3riUsidUxRywV4XnglWlLXmZcwn { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #agNMkvtZFKCzCnymq0uNEI09kCUMmPy4 { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #snFzSCw69dtF7JT0cGXaDba4vysrUrK0 { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #EHf1gUJenRXhNSRH8zT69iVZEOFNxQVR { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #WPMpeLFgBDixA3uCb9oAN4ZsIT0nMabE { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #D6KmNgQGZUmmdqmTffoZcW86ncqgeD0W { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #PLDyKkS5RwaUEGJFgAqrHItarNnNzFWL { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #p6WgQTGbbnXekJ2yn77WKhoGFgVdE3Z1 { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #I3CkCJgxLNZu2RAHPNnLBDXFpJh5X5Wu { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #M4UZMKN3HDpmnN2EAKlicxye1zgDaK8P { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XlrhwzvKO5Rruvl40oz9eu3tnicd10Cx { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #ZU13wncOfzlEyoPumxaaUsa6ETLUtJvT { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #somJZKBAJV2fJOJVEMwheZnz9qaeBtZV { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #LTIZSdWiNCNaLLZSqyuecs05duZnQeZ3 { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #Eq2UNvZoMcpWrZxvKZeOofzxPtLiMnhb { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #WFfnbsMM3qNiQVkOrI4qgHSOQkbFkmX4 { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #wNvSlR8RgM0QcA8LHzZ0St6T0bIwq4O6 { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #BF9UmSuTQFmG6BvnxleB24PUgGL3iLtm { position:relative;z-index:2; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #axaWNMH63CLdtGFHG9MXUSVaoTKX0G7z { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #wcyoKpN23S9td4WG59X7Eg0PpkyMIXcS { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #HaDD4iT2r6Q3b5uynM5zTJQfTA7xui1Z { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #udfKu1tgTVdr0w5JRGKMG3wagrlhkhda { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #o8gHz6FCRy7GWxLH07TzEkkoH6DB3n76 { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #me6XmRUH1Oo9PAT7Z1KtohPp8osNzILU { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #MfyBzOUuFI5SL4SxzmhVi2TRe7sH0Agb { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #elKS8HvRGH1WmwcTg6T35zchLSQ12xTQ { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #rLHtZt2ePHkT0JHEVnpBqvH4J0oEeNLu { position:relative;z-index:2; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #kP7qTbMzZw0BdXy3uplJ26hpZX3s0DQC { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XpNPsaGMUCwwKylWLkeJPGNbdvAy1WiT { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #MDeAPSVzQPA4B4sGf5uXt5clRrsZr6FM { position:relative;z-index:2; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #Jc6LGA5kPA3AhnG2wTs0q7sL0HG3TwpK { position:relative; }
#IVk7yOLrxM39eAX20peSCDfznte2FaRh { position:relative;display:block; }
#FL65XbAE3J9JyPAlvqSSfrnDO05LTGTk { position:relative;display:block; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XEV5vrlzEpSWE819D6dM4DfU9ybKcaRr { position:relative; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #N5LTEtS5Ua19HTwAfJBWCF2Ok26GPlf1 { position:relative; }
#gbpJA3QJARDFOa1RG0GI8eSrEoD8Ot7n { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:besley;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:23.75rem;height:2.92480625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#m9u6zoDBqWczVbS59TS9atua1sgEQCJi { z-index:;position:relative;display:block; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi { background-color: transparent; background-image: none; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container > .video-iframe-container { display: none; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row > .video-iframe-container { display: none; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .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); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi { border-width: 0; border-radius: 0; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { background-color:#e2fd96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:71.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h .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; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;color:#2a2c32;height:auto;line-height:1.1;overflow:hidden;font-style:normal; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h .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:montserrat;color:#010304;line-height:1.5;overflow:hidden;height:auto; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h .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_64b5fdb005c358bb8ca975b84720b61a4088403f.svg");background-size:contain !important; }#vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-trigger.adaptive-delivery-prevent-bg, #vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-trigger.lazyload, #vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-trigger.lazyloading { background-image: none; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h { box-sizing:content-box;height:auto;width:31.375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.0166015625rem;left:37.1875rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #ie1OTQaW99xLipi4AywVJon6JTmum7Ph { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #inTibpdqHgtAJkBVO0uugi9tHhHyVizV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #EWgXd4C7Rrpab80S2akBJ2RuZrWsKF1S { display:block;position:relative; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #elaTP5oZs97WgQg50aEkQBfQTGZ4dKvr {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #a2UHcb3lXDDH6FRT47a2Xypvip6Pb10O { display:none; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #JyBrK7iQfTMyOXptvTmmgZTJ2tnFfGs8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #fb0NGOvReIwcTeGmgT8TvHbrbwTyKDZf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #Mmel5oHTz4eTrQ48cNtKZFlc1PXoei5W { display:block;position:relative; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #mzM6ECOMPEktAVKZisa7Xqn6o3T8EwUL {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #uUmzUENNWvvoQVLw0TIpTTP7mgVELRfF { display:none; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #bXZrnoeiXo2eKJ90J5FlSEA2xD0LqSgI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #F2dSpsaCUfhQ7N7AtyRZ8iT9Z8vdDgzC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #oLTwNrF8vvPxXloUosluI0ZbC233v91n { display:block;position:relative; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #Tz77uph26Vh9Ml7DZQ1qJTddHRhfOqQw {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #vSmo4ubw7EiHu9pSV2eH4B8RdriN035a { display:none; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #HiW0LvyPNg3pKzmTxwoM5uPK5Oam3mhH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #yhUa1s0MT2p2Vic8Fy9c7IFS55a99zfr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #fFzAH48zCDksDN4Q0Phb8dxA0H7yAyWC { display:block;position:relative; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #S5mwTTCWydW6TUDQliEtmdeLwTnx0Jas {  }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h #yrKq7i2uoGX640rDCWDENeoxviRupdMc { display:none; }
#Q20ng5UqOTWWxCqoRkTq1GrOVHUQLl4g { color:#2a2c32;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:5.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.0625rem;left:8.3125rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gnBL3KXdCGCyrCNA0oE2bOyIpD2rQ4ly { position:absolute;display:block;z-index:15007;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:18.25rem;width:27.4375rem;top:10.0166015625rem;left:8.3125rem;overflow:hidden;display:block; }
#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { background-color: transparent; background-image: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container > .video-iframe-container { display: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container { display: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .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); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { border-width: 0; border-radius: 0; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.8125rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#DdoGtQNnly5d341Ss1dbJErTIREUCEur { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.51171875rem;left:9.59375rem;height:1.29980625rem;display:block; }
#MMnWkcqqRG817SWPvd1iaCmJ7XgZDW4w { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:67.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GetC52QSH64FC718vhwG9eJFPzm0TXOT { top:1.0625rem;left:0rem;width:17rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMfqcXlRHFUAfArvuVFzFosGMyUp4g5O { width:9.8125rem;height:2.5625rem;top:0.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGEnRcZ89qnVKbXRlwuqUGyTgTkx6G5o { display:block; }
 }@media only screen and (max-width: 763px) { #aM7kypwcQ0yfLRIgsh9qnsxvEkyPdEHr { width:9.1875rem;height:3.125rem;top:0.5625rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl32et4ZUzSqMs0O4pCFESuV0Xz0ooW1 { display:block; }
 }@media only screen and (max-width: 763px) { #uNMvlbiQlXVHb8WWwEGyJGUf0BQo0S1V { width:9.1875rem;height:3.125rem;top:0.5625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCx45dPKyW8qMHvKnq2lH00N7AGpfiwR { display:block; }
 }@media only screen and (max-width: 763px) { #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 { display:block; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbCHyukIqBHKsT0X21rUeA7Q0A2OXqCn { width:16.875rem;height:3.125rem;top:36.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyATFNo9mKCNckfQvJ6veLOhd6hU22rf { display:block; }
 }@media only screen and (max-width: 763px) { #yIg4L8XeFLVLH3rnPLPBUKkbqKGwspxQ { top:27.1875rem;left:5.71875rem;width:36.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDbJUUwZ0xdx7hgdN85r2Rh15he4hGV { top:11.375rem;left:10.75rem;width:26.25rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ouX6SyiNbq1db3GNq7M9vn031AFDkc { top:15.375rem;left:4.84375rem;width:38.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TrXiD24dKIAZ0XFs6SydvgxdlNCwzm { top:15.5625rem;left:41.78125rem;width:4.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geb3XKLNOofdEd0yEzCn488fzEchH5DZ { display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUm3RBF8gLDv6elQJKDNAEb6kEm54axW { top:3.9375rem;left:4.4375rem;width:38.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6shscTnrT84ybPagH0qQWKqu0m4pA9O { top:23.3125rem;left:5.625rem;width:36.5rem;height:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B97sZeXS5aDMHX82oJhtgv3pblgGU7Wa { top:38.0625rem;left:7.59375rem;width:32.5625rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts { display:block; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaMVyWT3RsPnAowAuw21IMFuReoAT0Zs { top:5.4375rem;left:2.4375rem;width:21.3125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnNq7EGaiuflo5PVOUTWXoRMD8e88tTz { top:7.5625rem;left:2.25rem;width:17rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7A97S2ucUIZ01EOf6qUNfRPbki5O3AS { top:4.25rem;left:0.375rem;width:20.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAiBz5a2ZZqWzQkoe34Q3gq1aEasoWvh { top:14.0625rem;left:15.875rem;width:18.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpI68tfRhsUmQA04xmBPrLXauzZHTbG9 { top:12.4375rem;left:14rem;width:19.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1xVE6WWzNcDm00SlKeEsArUPteL7gL { top:16.8125rem;left:15.875rem;width:15.875rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aAgtfOxBJHVugNWDyJ0227ZpHZ4f9S { top:21.25rem;left:27.5625rem;width:20.1875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcHTriqTWPBE0Zqw78akXfr8WzJakLx8 { top:22.875rem;left:29.6875rem;width:18.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFEsIKarLfwE21fEeWvTHXO8MC8DxwR6 { top:25.625rem;left:30.625rem;width:17.125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspxiT05ADvKe1RK24W1mLPQZTMl8EhO { top:2.0625rem;left:26.375rem;width:21.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr6f5qyPghCQF2OptTxLHHiu3OHTp4hT { top:16.8125rem;left:0rem;width:21.4375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao9ctSqPHGSXuVaEIp0ff10e9U9FUmWy { width:16.875rem;height:3.125rem;top:35.4375rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKkvKNJ378Q5FedekwIxcy8RoXlcZ9v5 { display:block; }
 }@media only screen and (max-width: 763px) { #BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J { display:block; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #um8UvSWZvlP7GVnAi9uBTgNp4BdEuGdb { top:2.8125rem;left:5.0625rem;width:37.6875rem;height:73.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-text {padding-top: 0; padding-bottom: 0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-select {padding-top: 0; padding-bottom: 0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL  { width:25rem;height:auto;top:6.375rem;left:10.125rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL {display:block;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL { width:25rem;height:auto;top:6.375rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #DSWac0T9eWsLaWNaCZia6WKMAtODeeQK {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #UZKV1ZTdneVWIwNZqUXcEM3fMwRMfQuy {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #BG8Dg3riUsidUxRywV4XnglWlLXmZcwn {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #agNMkvtZFKCzCnymq0uNEI09kCUMmPy4 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #snFzSCw69dtF7JT0cGXaDba4vysrUrK0 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #EHf1gUJenRXhNSRH8zT69iVZEOFNxQVR {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #WPMpeLFgBDixA3uCb9oAN4ZsIT0nMabE {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #D6KmNgQGZUmmdqmTffoZcW86ncqgeD0W {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #PLDyKkS5RwaUEGJFgAqrHItarNnNzFWL {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #p6WgQTGbbnXekJ2yn77WKhoGFgVdE3Z1 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #I3CkCJgxLNZu2RAHPNnLBDXFpJh5X5Wu {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #M4UZMKN3HDpmnN2EAKlicxye1zgDaK8P {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XlrhwzvKO5Rruvl40oz9eu3tnicd10Cx {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #ZU13wncOfzlEyoPumxaaUsa6ETLUtJvT {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #somJZKBAJV2fJOJVEMwheZnz9qaeBtZV {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #LTIZSdWiNCNaLLZSqyuecs05duZnQeZ3 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #Eq2UNvZoMcpWrZxvKZeOofzxPtLiMnhb {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #WFfnbsMM3qNiQVkOrI4qgHSOQkbFkmX4 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #wNvSlR8RgM0QcA8LHzZ0St6T0bIwq4O6 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #BF9UmSuTQFmG6BvnxleB24PUgGL3iLtm {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #axaWNMH63CLdtGFHG9MXUSVaoTKX0G7z {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #wcyoKpN23S9td4WG59X7Eg0PpkyMIXcS {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #HaDD4iT2r6Q3b5uynM5zTJQfTA7xui1Z {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #udfKu1tgTVdr0w5JRGKMG3wagrlhkhda {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #o8gHz6FCRy7GWxLH07TzEkkoH6DB3n76 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #me6XmRUH1Oo9PAT7Z1KtohPp8osNzILU {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #MfyBzOUuFI5SL4SxzmhVi2TRe7sH0Agb {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #elKS8HvRGH1WmwcTg6T35zchLSQ12xTQ {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #rLHtZt2ePHkT0JHEVnpBqvH4J0oEeNLu {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #kP7qTbMzZw0BdXy3uplJ26hpZX3s0DQC {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XpNPsaGMUCwwKylWLkeJPGNbdvAy1WiT {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #MDeAPSVzQPA4B4sGf5uXt5clRrsZr6FM {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #Jc6LGA5kPA3AhnG2wTs0q7sL0HG3TwpK {  }
 }@media only screen and (max-width: 763px) { #IVk7yOLrxM39eAX20peSCDfznte2FaRh { display:block; }
 }@media only screen and (max-width: 763px) { #FL65XbAE3J9JyPAlvqSSfrnDO05LTGTk { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XEV5vrlzEpSWE819D6dM4DfU9ybKcaRr {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #N5LTEtS5Ua19HTwAfJBWCF2Ok26GPlf1 {  }
 }@media only screen and (max-width: 763px) { #gbpJA3QJARDFOa1RG0GI8eSrEoD8Ot7n { top:3.6875rem;left:10.125rem;width:28.0625rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u6zoDBqWczVbS59TS9atua1sgEQCJi { display:block; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #ie1OTQaW99xLipi4AywVJon6JTmum7Ph {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #inTibpdqHgtAJkBVO0uugi9tHhHyVizV {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #EWgXd4C7Rrpab80S2akBJ2RuZrWsKF1S {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #elaTP5oZs97WgQg50aEkQBfQTGZ4dKvr {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #a2UHcb3lXDDH6FRT47a2Xypvip6Pb10O {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #JyBrK7iQfTMyOXptvTmmgZTJ2tnFfGs8 {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #fb0NGOvReIwcTeGmgT8TvHbrbwTyKDZf {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Mmel5oHTz4eTrQ48cNtKZFlc1PXoei5W {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #mzM6ECOMPEktAVKZisa7Xqn6o3T8EwUL {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #uUmzUENNWvvoQVLw0TIpTTP7mgVELRfF {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #bXZrnoeiXo2eKJ90J5FlSEA2xD0LqSgI {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #F2dSpsaCUfhQ7N7AtyRZ8iT9Z8vdDgzC {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #oLTwNrF8vvPxXloUosluI0ZbC233v91n {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Tz77uph26Vh9Ml7DZQ1qJTddHRhfOqQw {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #vSmo4ubw7EiHu9pSV2eH4B8RdriN035a {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #HiW0LvyPNg3pKzmTxwoM5uPK5Oam3mhH {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #yhUa1s0MT2p2Vic8Fy9c7IFS55a99zfr {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #fFzAH48zCDksDN4Q0Phb8dxA0H7yAyWC {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #S5mwTTCWydW6TUDQliEtmdeLwTnx0Jas {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #yrKq7i2uoGX640rDCWDENeoxviRupdMc {  }
 }@media only screen and (max-width: 763px) { #Q20ng5UqOTWWxCqoRkTq1GrOVHUQLl4g { top:2.0625rem;left:0rem;width:9.875rem;height:6.375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnBL3KXdCGCyrCNA0oE2bOyIpD2rQ4ly { top:10rem;left:0rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { top:1.1875rem;left:0rem;width:7.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoGtQNnly5d341Ss1dbJErTIREUCEur { top:1.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnWkcqqRG817SWPvd1iaCmJ7XgZDW4w { top:1.5625rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GetC52QSH64FC718vhwG9eJFPzm0TXOT { width:17rem;height:2rem;top:1.0625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMfqcXlRHFUAfArvuVFzFosGMyUp4g5O { width:6.875rem;height:1.875rem;top:1.75rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGEnRcZ89qnVKbXRlwuqUGyTgTkx6G5o { display:block; }
 }@media only screen and (max-width: 763px) { #aM7kypwcQ0yfLRIgsh9qnsxvEkyPdEHr { width:5.0625rem;height:3.125rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl32et4ZUzSqMs0O4pCFESuV0Xz0ooW1 { display:block; }
 }@media only screen and (max-width: 763px) { #uNMvlbiQlXVHb8WWwEGyJGUf0BQo0S1V { width:6.3125rem;height:3.125rem;top:1.125rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCx45dPKyW8qMHvKnq2lH00N7AGpfiwR { display:block; }
 }@media only screen and (max-width: 763px) { #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 { display:block; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbCHyukIqBHKsT0X21rUeA7Q0A2OXqCn { width:13.6875rem;height:2.6875rem;top:13.40234375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyATFNo9mKCNckfQvJ6veLOhd6hU22rf { display:block; }
 }@media only screen and (max-width: 763px) { #yIg4L8XeFLVLH3rnPLPBUKkbqKGwspxQ { width:20rem;height:4.5rem;top:7.65234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDbJUUwZ0xdx7hgdN85r2Rh15he4hGV { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3ouX6SyiNbq1db3GNq7M9vn031AFDkc { width:20rem;height:2.03515625rem;top:4.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TrXiD24dKIAZ0XFs6SydvgxdlNCwzm { width:4.5625rem;height:0;top:12.875rem;left:13.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #geb3XKLNOofdEd0yEzCn488fzEchH5DZ { display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUm3RBF8gLDv6elQJKDNAEb6kEm54axW { width:18rem;height:7.875rem;top:2.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6shscTnrT84ybPagH0qQWKqu0m4pA9O { width:18.125rem;height:14.62400625rem;top:11.0625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B97sZeXS5aDMHX82oJhtgv3pblgGU7Wa { width:16.9375rem;height:5.1181625rem;top:23.8681640625rem;left:1.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts { background-color:#e2fd96;background-image:none;display:block; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { background-color: transparent; background-image: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container > .video-iframe-container { display: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container { display: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .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); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaMVyWT3RsPnAowAuw21IMFuReoAT0Zs { width:15.5rem;height:1.86865rem;top:3.375rem;left:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnNq7EGaiuflo5PVOUTWXoRMD8e88tTz { width:14.875rem;height:3.9375rem;top:5.75rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7A97S2ucUIZ01EOf6qUNfRPbki5O3AS { width:17.5625rem;height:8.8125rem;top:2.125rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XAiBz5a2ZZqWzQkoe34Q3gq1aEasoWvh { width:16.3125rem;height:1.86865rem;top:26.3125rem;left:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpI68tfRhsUmQA04xmBPrLXauzZHTbG9 { width:17.4375rem;height:9.75rem;top:25.0625rem;left:1.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #To1xVE6WWzNcDm00SlKeEsArUPteL7gL { width:15.3125rem;height:4.4619125rem;top:28.75rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aAgtfOxBJHVugNWDyJ0227ZpHZ4f9S { width:17.625rem;height:9.0625rem;top:49.0625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IcHTriqTWPBE0Zqw78akXfr8WzJakLx8 { width:15.9375rem;height:1.86865rem;top:50.8125rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFEsIKarLfwE21fEeWvTHXO8MC8DxwR6 { width:16rem;height:2.9746125rem;top:53.125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspxiT05ADvKe1RK24W1mLPQZTMl8EhO { width:17.5rem;height:11.625rem;top:36.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr6f5qyPghCQF2OptTxLHHiu3OHTp4hT { width:17.3125rem;height:11.5rem;top:12.375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao9ctSqPHGSXuVaEIp0ff10e9U9FUmWy { width:16.875rem;height:3.125rem;top:59.9375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKkvKNJ378Q5FedekwIxcy8RoXlcZ9v5 { display:block; }
 }@media only screen and (max-width: 763px) { #BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J { display:block; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #um8UvSWZvlP7GVnAi9uBTgNp4BdEuGdb { width:20rem;height:75.9375rem;top:2.3125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-text {padding-top: 0; padding-bottom: 0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-select {padding-top: 0; padding-bottom: 0;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:0.75rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:0.75rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL  { width:17.5rem;height:auto;top:6.1875rem;left:0rem; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL {display:block;}#iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL { width:17.5rem;height:auto;top:6.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #DSWac0T9eWsLaWNaCZia6WKMAtODeeQK {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #UZKV1ZTdneVWIwNZqUXcEM3fMwRMfQuy { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #BG8Dg3riUsidUxRywV4XnglWlLXmZcwn {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #agNMkvtZFKCzCnymq0uNEI09kCUMmPy4 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #snFzSCw69dtF7JT0cGXaDba4vysrUrK0 { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #EHf1gUJenRXhNSRH8zT69iVZEOFNxQVR {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #WPMpeLFgBDixA3uCb9oAN4ZsIT0nMabE {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #D6KmNgQGZUmmdqmTffoZcW86ncqgeD0W { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #PLDyKkS5RwaUEGJFgAqrHItarNnNzFWL {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #p6WgQTGbbnXekJ2yn77WKhoGFgVdE3Z1 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #I3CkCJgxLNZu2RAHPNnLBDXFpJh5X5Wu { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #M4UZMKN3HDpmnN2EAKlicxye1zgDaK8P {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XlrhwzvKO5Rruvl40oz9eu3tnicd10Cx {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #ZU13wncOfzlEyoPumxaaUsa6ETLUtJvT { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #somJZKBAJV2fJOJVEMwheZnz9qaeBtZV {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #LTIZSdWiNCNaLLZSqyuecs05duZnQeZ3 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #Eq2UNvZoMcpWrZxvKZeOofzxPtLiMnhb { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #WFfnbsMM3qNiQVkOrI4qgHSOQkbFkmX4 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #wNvSlR8RgM0QcA8LHzZ0St6T0bIwq4O6 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #BF9UmSuTQFmG6BvnxleB24PUgGL3iLtm {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #axaWNMH63CLdtGFHG9MXUSVaoTKX0G7z {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #wcyoKpN23S9td4WG59X7Eg0PpkyMIXcS {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #HaDD4iT2r6Q3b5uynM5zTJQfTA7xui1Z { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #udfKu1tgTVdr0w5JRGKMG3wagrlhkhda {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #o8gHz6FCRy7GWxLH07TzEkkoH6DB3n76 {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #me6XmRUH1Oo9PAT7Z1KtohPp8osNzILU { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #MfyBzOUuFI5SL4SxzmhVi2TRe7sH0Agb {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #elKS8HvRGH1WmwcTg6T35zchLSQ12xTQ {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #rLHtZt2ePHkT0JHEVnpBqvH4J0oEeNLu {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #kP7qTbMzZw0BdXy3uplJ26hpZX3s0DQC {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XpNPsaGMUCwwKylWLkeJPGNbdvAy1WiT {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #MDeAPSVzQPA4B4sGf5uXt5clRrsZr6FM {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #Jc6LGA5kPA3AhnG2wTs0q7sL0HG3TwpK {  }
 }@media only screen and (max-width: 763px) { #IVk7yOLrxM39eAX20peSCDfznte2FaRh { display:block; }
 }@media only screen and (max-width: 763px) { #FL65XbAE3J9JyPAlvqSSfrnDO05LTGTk { display:block; }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #XEV5vrlzEpSWE819D6dM4DfU9ybKcaRr {  }
 }@media only screen and (max-width: 763px) { #iLQW6fBBJ8woK9nx5gIMPJwzx2wfn9JL #N5LTEtS5Ua19HTwAfJBWCF2Ok26GPlf1 {  }
 }@media only screen and (max-width: 763px) { #gbpJA3QJARDFOa1RG0GI8eSrEoD8Ot7n { width:17.375rem;height:2.1933625rem;top:3.4375rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u6zoDBqWczVbS59TS9atua1sgEQCJi { display:block; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { width:20rem;height:80.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGihiW2RvRySpf2iSxQMowfucMiqV64h { display:flex;height:auto;width:20rem;top:24.341796875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #ie1OTQaW99xLipi4AywVJon6JTmum7Ph {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #inTibpdqHgtAJkBVO0uugi9tHhHyVizV {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #EWgXd4C7Rrpab80S2akBJ2RuZrWsKF1S {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #elaTP5oZs97WgQg50aEkQBfQTGZ4dKvr {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #a2UHcb3lXDDH6FRT47a2Xypvip6Pb10O {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #JyBrK7iQfTMyOXptvTmmgZTJ2tnFfGs8 {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #fb0NGOvReIwcTeGmgT8TvHbrbwTyKDZf {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Mmel5oHTz4eTrQ48cNtKZFlc1PXoei5W {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #mzM6ECOMPEktAVKZisa7Xqn6o3T8EwUL {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #uUmzUENNWvvoQVLw0TIpTTP7mgVELRfF {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #bXZrnoeiXo2eKJ90J5FlSEA2xD0LqSgI {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #F2dSpsaCUfhQ7N7AtyRZ8iT9Z8vdDgzC {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #oLTwNrF8vvPxXloUosluI0ZbC233v91n {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #Tz77uph26Vh9Ml7DZQ1qJTddHRhfOqQw {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #vSmo4ubw7EiHu9pSV2eH4B8RdriN035a {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #HiW0LvyPNg3pKzmTxwoM5uPK5Oam3mhH {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #yhUa1s0MT2p2Vic8Fy9c7IFS55a99zfr {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #fFzAH48zCDksDN4Q0Phb8dxA0H7yAyWC {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #S5mwTTCWydW6TUDQliEtmdeLwTnx0Jas {  }
 }@media only screen and (max-width: 763px) { #vGihiW2RvRySpf2iSxQMowfucMiqV64h #yrKq7i2uoGX640rDCWDENeoxviRupdMc {  }
 }@media only screen and (max-width: 763px) { #Q20ng5UqOTWWxCqoRkTq1GrOVHUQLl4g { width:9.875rem;height:4.2749rem;top:2rem;left:5.0625rem;font-size:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnBL3KXdCGCyrCNA0oE2bOyIpD2rQ4ly { width:20rem;height:13.3125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { width:7.8125rem;height:1.75rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoGtQNnly5d341Ss1dbJErTIREUCEur { width:7.5625rem;height:1.29980625rem;top:4.25rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMnWkcqqRG817SWPvd1iaCmJ7XgZDW4w { width:7.5625rem;height:0.9746125rem;top:6.79980625rem;left:6.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }