.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:217,229,229;--color-primary-1:128,170,169;--color-primary-2:0,84,83;--color-primary-3:0,42,42;--color-primary-4:0,13,12;--color-secondary-0:254,254,253;--color-secondary-1:251,250,249;--color-secondary-2:247,245,242;--color-secondary-3:124,123,121;--color-secondary-4:37,37,36;--color-tertiary-0:255,255,255;--color-tertiary-1:230,211,203;--color-tertiary-2:170,107,80;--color-tertiary-3:85,54,40;--color-tertiary-4:17,11,8;--headlines-font-family:"Cambon";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/R7YrFTla0o4/unsplash/matheus-viana-R7YrFTla0o4-photo-1632843293871-46988ba4425a.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005453;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;z-index:auto;display:block; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container { background-color: transparent; background-image: none; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container > .video-iframe-container { display: none; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row > .video-iframe-container { display: none; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .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); }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container { border-width: 0; border-radius: 0; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.1875rem;width:75rem;position:relative;display:block; }#pOUkqbHm2xW9yp5KgN50sASsq5BEwnJb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.37456875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.5358073711395rem;left:61.561420440674rem;display:block; }
#mmSUJ4gyZupcxM3kDo0h3qXgV3lJEvsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0xbCgfg53Ce9vrSq2a1H786KPzlVXV0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:13.4375rem;top:3.0045573711395rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005453;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; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container { background-color: transparent; background-image: none; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container > .video-iframe-container { display: none; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row > .video-iframe-container { display: none; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .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); }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container { border-width: 0; border-radius: 0; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;position:relative;display:block; }#MglyqlzdNZVVLJkLoPpnuGB85WeTliUo { color:rgba(var(--color-secondary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:10.343967914581rem;left:43.280170440674rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1Jdpr6hv9PO60gP0lFiSdrNdOmySTVL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.2487rem;width:3.2487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:31.105687141419rem;left:42.811420440674rem; }
#mRBJTzBUWSDe6qlhBfeN0guzQyCXndIw { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:35.886504173279rem;left:46.997615814209rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xp4nz79lZDvIA8fLMywJRhEvPRTqr8oO { color:rgba(var(--color-secondary-2),1);display:block;width:21.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:31.791451454163rem;left:46.997615814209rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCl0sbPib32BkArGQp21dvaCIKpT0zL9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.669489860534rem;left:43.280170440674rem; }
#UdMz0wFdGJBmr0H63VcwTbRnRMJn7mHe { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:57.1235rem;width:35.4980625rem;top:10.343968391419rem;left:4.90234375rem;overflow:hidden;display:block; }
#w0WkIImeo9Dwu59n2NldSqFwrzKmnwB3 { color:rgba(var(--color-secondary-2),1);display:block;width:74.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:2.6247835159302rem;left:0.34396743774414rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w0X3MthOJbxuQEmV1mez5xdS9LohEwyz { color:rgba(var(--color-secondary-2),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:2.3;letter-spacing:0;top:70.18115234375rem;left:4.837890625rem;height:4.16845625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-form-header {  }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-text {padding-top: 0; padding-bottom: 0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-select {padding-top: 0; padding-bottom: 0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .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; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-container:first-of-type{padding-top:0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-container:last-of-type{padding-bottom:0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:42.4052734375rem;left:43.279296875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl {display:block;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:42.4052734375rem;left:43.279296875rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #a3NzKtTLuQ86TAgi9ZtT0GbfKSZpz01n { position:relative; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #BnwrrXorTsyMybohkRDekx6qtM7xNdJl { position:relative;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #xTf8lW1suGpVo6y7sucExXg275XCfPwm { position:relative; }
#Aa2z2L7NW54p5x0iXsBB9Ud8Lk1Pyagf { position:relative;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #HWfPdleBlQiKTAexPf5XZCsvc0kJ0rDQ { position:relative; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #CnZtUOS6N33lP2ExLCKTD0Ratv3SwFiI { position:relative;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #SEBNZvp4sA0M79W0mTepmt2tU2nB00aS { position:relative; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #Ma2LLIoK9H5vALD7brsgTbgUNqcqmMVf { position:relative; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #ETtaWkaJ2nhlHfC4Lmdtn6qp8gNvFoia { position:relative;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #wq3TtQclfUyealFbiwwfd3HFkrTO3RMH { position:relative; }
#KzbMCJ27CwVoFaNUERJLZpMDBXmWznSr { position:relative;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #NgF8yrgV1HlvSHWB0xih6fhw10c6ZOnp { position:relative; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #XRXsid00WEwAn41DziG3Q4ksdAuqBMgZ { position:relative;z-index:2; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #NykiLVZhVgDceBoAIJQNMZ2hnsDxPzGy { position:relative; }
#XPZRrmP8WZTrVxRLtDFZtDzNR98ebtTr { position:relative;display:block; }
#KPus4bBcuRmQUy4XaNxEE1TpmeFuOAwE { position:relative;display:block; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #vPT9DvQNT1HKFTl64FaPFWRcBfz6u5fu { position:relative; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #TGedWFcPDXM35RJUos8aEM4qMwrZvu4R { position:relative; }
#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4b4b8;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; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { background-color: transparent; background-image: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container > .video-iframe-container { display: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row > .video-iframe-container { display: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .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); }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { border-width: 0; border-radius: 0; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#rgTUnlKsNiDrd9HA6DEdEChyo6Vdfa4t { color:rgba(var(--color-primary-4),1);display:block;width:27.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.244140625rem;left:23.9677734375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QfvecF1uLGaPHHM4A408gMwwQOxGywue { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.5625rem;width:24.124375rem;top:45.686849594116rem;left:40.811634063721rem;overflow:hidden;display:block; }
#V7peHSucUnI6eRWFARdLWWI3iw4sggsC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:37.875rem;top:8.46875rem;left:18.5625rem;overflow:hidden;display:block; }
#RPcfsznpGaSpv3MHoEToiIuJuV3IrmDg { color:rgba(var(--color-secondary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.25rem;left:23.9677734375rem;height:21.125rem;display:block; }
#NAqcf3hx3k2kJoNsFrP0lowpna3OwTWE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.3125rem;left:22.125rem; }
#GpJoCTRMhQehSCHi3rtOziq3VSDlC2P9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.5625rem;left:22.125rem; }
#akdlDcpxNNVrkO0huZbwWNwIrk2LtmJf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.65625rem;left:22.125rem; }
#PFDIMoop5zgAvO4CH1THEKszTzBPFnug { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.8125rem;left:22.125rem; }
#tR2bZzhkxHwp99CMW5tF7lxFeSDIU5Cy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.25rem;left:22.125rem; }
#nQtowUvXuLgkF31aqoegnQhspBRfKS4n { color:rgba(var(--color-secondary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.90625rem;left:21.3125rem;height:1.8681625rem;display:block; }
#iDel5QdciGttw4xhUc76C5HNAoObNlsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4b4b8;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; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container { background-color: transparent; background-image: none; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container > .video-iframe-container { display: none; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row > .video-iframe-container { display: none; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .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); }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container { border-width: 0; border-radius: 0; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:17.6875rem;width:75rem;position:relative;display:block; }#i8sccJ3l0uUpuCA6U9TpeC2DL6xE0ACw { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:0.6875rem;left:8.6875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LBI3Iy0WLcHSEpGU95xCgMCBhInghHNn { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.6857643127441rem;left:8.6859817504881rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r5W23LtNS05kt6JuVlIo3Kqbn9Upew7A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.625rem;left:37.6875rem; }
#ebcSysHoaRq64BpvaiChWWNZq7Vb623O { box-sizing:content-box;height:0.060763875rem;width:29.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.25rem;left:8.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G { background-color:#d6c8b8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container { background-color: transparent; background-image: none; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container > .video-iframe-container { display: none; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row > .video-iframe-container { display: none; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .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); }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container { border-width: 0; border-radius: 0; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:31.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#mu8nFkMNXwKbMTLzwFn1MnhxwAv5M23E { box-sizing:content-box;height:10.375rem;width:26.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.625rem;left:8.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#zHtMQGIyEhlATePIznuqQ2aToiD2QPQO { color:#202020;display:block;width:25.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:11.0625rem;left:9.4375rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZfZ3pZCgXBD8pXE8Gm2Vy0HGkV1gGBn { color:#202020;display:block;width:16.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:12.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ueRZWzUhSGrg92lLq0HVZsh9aEkGdo5t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.5rem;left:9.375rem; }
#UPrEGxhBfzirzdUHkRw0q1tax43nH87C { box-sizing:content-box;height:10.3125rem;width:26.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.65408039093rem;left:38.396266937256rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#zeRuMkkLShEtZbG3kol4PlthyelGXzme { color:#202020;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.0625rem;left:39.4375rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USOpL3ok8ymQi5FIebZ4Js20XITvvEGc { color:#202020;display:block;width:16.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8085956573488rem;left:42.559680938721rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qZ6It0dfnJPSuxymNpQ1TM4Zr1wfliXJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.5264759063719rem;left:39.435764312744rem; }
#LCTHwplLyvWiFTIWiLeZfMopZ4e6zG9z { box-sizing:content-box;height:10.4375rem;width:26.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.8125rem;left:38.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#lcGEzTi8fmhVJHbOe5PtpNb8nZGEXsnn { color:#202020;display:block;width:24.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:23.132600784302rem;left:39.599613189698rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvtTLKoaZyrRDExr0UM21gDWXI8hDu2b { color:#202020;display:block;width:11.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:28.307292938233rem;left:53.255214691162rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CJDRbcTzeD3Mv8XhhwHUNlmUiweiIvN6 { box-sizing:content-box;height:10.4373125rem;width:26.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.8125rem;left:8.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#SoBVDT2XGl8xqEnzb8qKVScy2gtKwKS7 { color:#202020;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:23.125rem;left:8.8125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZRdKnDek32XTOxRHIu7SZFif03KqaWW { color:#202020;display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:21rem;left:11.875rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fU7uVtsfFgKdryUSRQs0ozvyTpwLxISl { color:#202020;display:block;width:10.561rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:28.3125rem;left:24rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TwddLCJ0OTsFbzuwl1hcx8A42dgzhisX { color:#202020;display:block;width:21.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:20.999351501465rem;left:42.559680938721rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6SpqycDM9nG9WEfMxEPKKs1xMeOLCoJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:20.518665313721rem;left:39.435764312744rem; }
#HK7xtNTexXMvVfX4NtIst6WTiqy8e4Jf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21rem;left:8.8125rem; }
#TSEea0E7BpsDzJJ54yp39yG85rHnoI6Z { color:#202020;display:block;width:10.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:15.9375rem;left:24.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kAQtlMyZTNupHuitaafRvDbzKB86i2GO { color:#202020;display:block;width:10.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:15.95703125rem;left:53.185764312744rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uM13sWxd8iCqugbArJP4atrEbPOTtRaE { color:#202020;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.9375rem;left:8.125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b0QTQdedddI0P9LxnsuEAy5H8T24yOPg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.4654951095581rem;left:41.496311187744rem; }
#bIo9opVDgUHlpsrp1HbV3mAThzyPbU4a { box-sizing:content-box;height:0.0618489375rem;width:34.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.0625rem;left:8.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;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; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container { background-color: transparent; background-image: none; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container > .video-iframe-container { display: none; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row > .video-iframe-container { display: none; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .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); }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container { border-width: 0; border-radius: 0; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:29.5625rem;width:75rem;position:relative;display:block; }#QOZTw4rB7ftFPl5PdpMZ2V5OobTfqfzb { color:rgba(var(--color-primary-4),1);display:block;width:35.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:1.1241397857666rem;left:7.8125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEdiPACax9w8SaypBJMvwnDAQQr6tM5S { color:#1b1b1b;display:block;width:52.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.373695373535rem;left:7.8125rem;height:2.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlRT5t20aD9EnBAPl5iGiaVNKS8AMspS { box-sizing:content-box;height:7.5rem;width:26.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.5625rem;left:38.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#h6MCZOUoKf8bgFOgsVyTmkFdzXFQXEwV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.620004653931rem;left:40.256076812744rem; }
#MQfOROzS1z7e04rbdu9lbyBRDohUNGmJ { color:#003f3e;display:block;width:17.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.497392654419rem;left:41.999782562256rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bF7DnhTJe5DlN1SPUFi490TrVe5DmbcH { color:#003f3e;display:block;width:23.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.069658279419rem;left:40.256076812744rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfW1nxwF3QGBGMlUQItuCWvcbbi9wnpU { box-sizing:content-box;height:7.5rem;width:26.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.560976028443rem;left:7.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#TnTNrvCVAD2FHgD0iWnclpl2WM2JdUV1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.624345779419rem;left:9.2545585632325rem; }
#c2IFQbh6Ms8Tp4mzGy8cTCexfvJFN3z0 { color:#003f3e;display:block;width:17.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.497392654419rem;left:11.124134063721rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xUaQhqDa1nboV7s5iPu6ryEveOA2ghRA { color:#003f3e;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.311628341675rem;left:9.2545585632325rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lM8Z4OP8DEhAmUr3sz4dWuwZtUBxuzaf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.375rem;left:41.1875rem; }
#IJiNTZnQXESEvpB1D0nXihcmpqNZHsLO { box-sizing:content-box;height:0.0618489375rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.9375rem;left:7.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bSs1FKqTgkGWQwr4ix9G8O8lKh52zoV8 { box-sizing:content-box;height:6.25rem;width:26.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.874786376953rem;left:7.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#wxOh0VTa9lsGMZUuB77ZhzXfTHHNoTVb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.9375rem;left:9.875rem; }
#mkaQi4NsOIErG9yFwTpGs0wTFf0Z39tx { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:19.8125rem;left:11.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jb5cdkLNWodrrvwrq9FMvoAdMp8AlHeT { color:#003f3e;display:block;width:23.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.382381439209rem;left:9.5106353759762rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNy7nA23OWF1t47Go1NTgeSsuxFDqkRN { box-sizing:content-box;height:6.25rem;width:26.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.874786376953rem;left:38.562282562256rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#lLKUF9vlp8q6X6PyH5cu3O5I6ywXxXt4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.9375rem;left:40.25rem; }
#NItT5ULLbKfUDdoN5Tu3P2b3TBWAV9uV { color:#003f3e;display:block;width:17.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:19.8125rem;left:42rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#idOglCriJNHKoiqnSqEr35Pgs1TuLakO { color:#003f3e;display:block;width:24.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:21.382381439209rem;left:39.943576812744rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WyETZXScbQdVbDDyHrOGh2se23wKTx73 { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.5625rem;left:11.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:none; }
#biaq5FueI0H0EzwiqNIvlRTPAVFPJtA5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.625rem;left:13.75rem;display:none; }
#IkqfT3C8hRWM0y4HmUuRsyV4kyQUmTVq { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zmNEdguhN4W7iV2po12816XAuwPnayB6 { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gg80asv9fv7lIP65oRlIEaOoQ7oRm0sy { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.5625rem;left:11.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:none; }
#WmWKirW1e2QSSpC125tUbuWyrEQahK2u { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tHdwDfBN5Q7S82gxErEm78ndllqEE7do { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XbPpTtu9P1aDv62GsWwI6NVcV0RhVoVy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.625rem;left:13.75rem;display:none; }
#PJMdLkAaAKWvAlwW3huB0yFPWO5Fc2RK { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.5625rem;left:11.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:none; }
#pGG9f3sBXaZgkoQOKHHPcLLGk7V5xUeM { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xa5VSXsB7dfmp5qnpLRsEKNXN3qqKsD7 { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ByaCC48Cnc1NSKDWnG2TrTaDVHODEduW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.625rem;left:13.75rem;display:none; }
#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container { background-color: transparent; background-image: none; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container > .video-iframe-container { display: none; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row > .video-iframe-container { display: none; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .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); }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container { border-width: 0; border-radius: 0; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#fryguwaqVLzGMzBzOpsTTvXBaGk4J6aM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:2.4978294372559rem;left:32.375217437744rem;height:1.75021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QLvn3namAGRfRgi4XbUOrSvuuAGn7hnx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.5989608764649rem;left:36.875003814698rem; }
#I2eJFs7IBCeJ6tTdX6F5c67vpGI0g3r5 { box-sizing:content-box;height:0.124783125rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.162109375rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sX1dsQ75vSIqLyRHFDGriVMCaQs11h4d { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.625rem;left:61.125rem; }
#H5CrdX3Tp4bFK30sitZm7gpmGNeTTx0c { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.4348793029788rem;left:36.124134063721rem; }
#a2u8ax9B5ZvnsMqBQWSvrDhNyOXDhPOs { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.625rem;left:11.3125rem; }
#BZoI79FsfIOR3fLwIEO7LALeBBFrvTSz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.1875rem;left:3.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNdPhkT3fCFTtvemK95bWkc4C8Rm93PU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.1875rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnVXuPTHW5DlR5vhZWsspPiDB2hDBz0u { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.186614990234rem;left:52.311199188233rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container { background-color: transparent; background-image: none; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container > .video-iframe-container { display: none; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row > .video-iframe-container { display: none; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .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); }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container { border-width: 0; border-radius: 0; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.9375rem;width:75rem;position:relative;display:block; }#dUdZn2Z4Eo1gWOAT3ntNAyAqKu0Tw1sg { color:#f5f1ee;display:block;width:22.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.3055534362793rem;left:26.156684875488rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucITFCuTFv71ylAww6GE6RRRWi8tIP6C { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:12.686625rem;top:1.3856315612793rem;left:31.156684875488rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ho4TI4do36b2eV58QXdRXqhrHk0VvD7S { display:block; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOUkqbHm2xW9yp5KgN50sASsq5BEwnJb { width:9.375rem;height:3.3125rem;top:2.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSUJ4gyZupcxM3kDo0h3qXgV3lJEvsW { display:block; }
 }@media only screen and (max-width: 763px) { #J0xbCgfg53Ce9vrSq2a1H786KPzlVXV0 { top:3rem;left:0rem;width:13.4375rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn { display:block; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MglyqlzdNZVVLJkLoPpnuGB85WeTliUo { top:10.3125rem;left:20.5625rem;width:27.1875rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Jdpr6hv9PO60gP0lFiSdrNdOmySTVL { top:31.0625rem;left:29.186420440674rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRBJTzBUWSDe6qlhBfeN0guzQyCXndIw { top:35.875rem;left:33.3720703125rem;width:12.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp4nz79lZDvIA8fLMywJRhEvPRTqr8oO { top:31.75rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCl0sbPib32BkArGQp21dvaCIKpT0zL9 { top:35.625rem;left:29.655170440674rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdMz0wFdGJBmr0H63VcwTbRnRMJn7mHe { top:10.3125rem;left:0rem;width:35.4375rem;height:57.026042794589rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0WkIImeo9Dwu59n2NldSqFwrzKmnwB3 { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0X3MthOJbxuQEmV1mez5xdS9LohEwyz { top:70.125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-text {padding-top: 0; padding-bottom: 0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-select {padding-top: 0; padding-bottom: 0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl  { width:22.875rem;height:auto;top:42.375rem;left:22.375rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl {display:block;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl { width:22.875rem;height:auto;top:42.375rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #a3NzKtTLuQ86TAgi9ZtT0GbfKSZpz01n {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #BnwrrXorTsyMybohkRDekx6qtM7xNdJl {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #xTf8lW1suGpVo6y7sucExXg275XCfPwm {  }
 }@media only screen and (max-width: 763px) { #Aa2z2L7NW54p5x0iXsBB9Ud8Lk1Pyagf { display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #HWfPdleBlQiKTAexPf5XZCsvc0kJ0rDQ {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #CnZtUOS6N33lP2ExLCKTD0Ratv3SwFiI {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #SEBNZvp4sA0M79W0mTepmt2tU2nB00aS {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #Ma2LLIoK9H5vALD7brsgTbgUNqcqmMVf {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #ETtaWkaJ2nhlHfC4Lmdtn6qp8gNvFoia {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #wq3TtQclfUyealFbiwwfd3HFkrTO3RMH {  }
 }@media only screen and (max-width: 763px) { #KzbMCJ27CwVoFaNUERJLZpMDBXmWznSr { display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #NgF8yrgV1HlvSHWB0xih6fhw10c6ZOnp {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #XRXsid00WEwAn41DziG3Q4ksdAuqBMgZ {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #NykiLVZhVgDceBoAIJQNMZ2hnsDxPzGy {  }
 }@media only screen and (max-width: 763px) { #XPZRrmP8WZTrVxRLtDFZtDzNR98ebtTr { display:block; }
 }@media only screen and (max-width: 763px) { #KPus4bBcuRmQUy4XaNxEE1TpmeFuOAwE { display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #vPT9DvQNT1HKFTl64FaPFWRcBfz6u5fu {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #TGedWFcPDXM35RJUos8aEM4qMwrZvu4R {  }
 }@media only screen and (max-width: 763px) { #Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr { display:block; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgTUnlKsNiDrd9HA6DEdEChyo6Vdfa4t { top:3.1875rem;left:10.3427734375rem;width:27rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfvecF1uLGaPHHM4A408gMwwQOxGywue { top:45.625rem;left:23.6875rem;width:24.0625rem;height:16.520019948703rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7peHSucUnI6eRWFARdLWWI3iw4sggsC { top:8.4375rem;left:4.9375rem;width:37.875rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPcfsznpGaSpv3MHoEToiIuJuV3IrmDg { top:15.25rem;left:10.3427734375rem;width:29.5625rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqcf3hx3k2kJoNsFrP0lowpna3OwTWE { top:33.3125rem;left:8.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpJoCTRMhQehSCHi3rtOziq3VSDlC2P9 { top:28.5625rem;left:8.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akdlDcpxNNVrkO0huZbwWNwIrk2LtmJf { top:23.625rem;left:8.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFDIMoop5zgAvO4CH1THEKszTzBPFnug { top:18.8125rem;left:8.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR2bZzhkxHwp99CMW5tF7lxFeSDIU5Cy { top:15.25rem;left:8.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQtowUvXuLgkF31aqoegnQhspBRfKS4n { top:10.875rem;left:7.6875rem;width:32.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDel5QdciGttw4xhUc76C5HNAoObNlsg { display:block; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8sccJ3l0uUpuCA6U9TpeC2DL6xE0ACw { top:0.6875rem;left:0rem;width:22.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBI3Iy0WLcHSEpGU95xCgMCBhInghHNn { top:5.625rem;left:0rem;width:30.3125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5W23LtNS05kt6JuVlIo3Kqbn9Upew7A { top:3.625rem;left:24.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebcSysHoaRq64BpvaiChWWNZq7Vb623O { top:4.25rem;left:0rem;width:29.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G { display:block; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu8nFkMNXwKbMTLzwFn1MnhxwAv5M23E { top:7.625rem;left:0rem;width:26.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHtMQGIyEhlATePIznuqQ2aToiD2QPQO { top:11.0625rem;left:0rem;width:25.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZfZ3pZCgXBD8pXE8Gm2Vy0HGkV1gGBn { top:8.8125rem;left:0rem;width:16.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueRZWzUhSGrg92lLq0HVZsh9aEkGdo5t { top:8.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPrEGxhBfzirzdUHkRw0q1tax43nH87C { top:7.625rem;left:20.8125rem;width:26.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeRuMkkLShEtZbG3kol4PlthyelGXzme { top:11.0625rem;left:22.875rem;width:24.8125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USOpL3ok8ymQi5FIebZ4Js20XITvvEGc { top:8.75rem;left:28.934680938721rem;width:16.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ6It0dfnJPSuxymNpQ1TM4Zr1wfliXJ { top:8.5rem;left:25.810764312744rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTHwplLyvWiFTIWiLeZfMopZ4e6zG9z { top:19.8125rem;left:20.8125rem;width:26.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcGEzTi8fmhVJHbOe5PtpNb8nZGEXsnn { top:23.125rem;left:23.5625rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvtTLKoaZyrRDExr0UM21gDWXI8hDu2b { top:28.25rem;left:36.6875rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJDRbcTzeD3Mv8XhhwHUNlmUiweiIvN6 { top:19.8125rem;left:0rem;width:26.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoBVDT2XGl8xqEnzb8qKVScy2gtKwKS7 { top:23.125rem;left:0rem;width:24.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZRdKnDek32XTOxRHIu7SZFif03KqaWW { top:21rem;left:0rem;width:22.0625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7uVtsfFgKdryUSRQs0ozvyTpwLxISl { top:28.3125rem;left:10.375rem;width:10.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwddLCJ0OTsFbzuwl1hcx8A42dgzhisX { top:20.9375rem;left:26.75rem;width:21rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6SpqycDM9nG9WEfMxEPKKs1xMeOLCoJ { top:20.5rem;left:25.810764312744rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK7xtNTexXMvVfX4NtIst6WTiqy8e4Jf { top:21rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSEea0E7BpsDzJJ54yp39yG85rHnoI6Z { top:15.9375rem;left:10.9375rem;width:10rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQtlMyZTNupHuitaafRvDbzKB86i2GO { top:15.9375rem;left:37.4375rem;width:10.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM13sWxd8iCqugbArJP4atrEbPOTtRaE { top:1.9375rem;left:0rem;width:26.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0QTQdedddI0P9LxnsuEAy5H8T24yOPg { top:5.4375rem;left:27.871311187744rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIo9opVDgUHlpsrp1HbV3mAThzyPbU4a { top:6.0625rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N { display:block; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOZTw4rB7ftFPl5PdpMZ2V5OobTfqfzb { top:1.0625rem;left:0rem;width:35.6875rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEdiPACax9w8SaypBJMvwnDAQQr6tM5S { top:6.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlRT5t20aD9EnBAPl5iGiaVNKS8AMspS { top:10.5625rem;left:20.8125rem;width:26.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6MCZOUoKf8bgFOgsVyTmkFdzXFQXEwV { top:11.5625rem;left:26.631076812744rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQfOROzS1z7e04rbdu9lbyBRDohUNGmJ { top:11.4375rem;left:28.374782562256rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF7DnhTJe5DlN1SPUFi490TrVe5DmbcH { top:13.0625rem;left:24.25rem;width:23.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfW1nxwF3QGBGMlUQItuCWvcbbi9wnpU { top:10.5rem;left:0rem;width:26.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTNrvCVAD2FHgD0iWnclpl2WM2JdUV1 { top:11.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2IFQbh6Ms8Tp4mzGy8cTCexfvJFN3z0 { top:11.4375rem;left:0rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaQhqDa1nboV7s5iPu6ryEveOA2ghRA { top:13.25rem;left:0rem;width:24.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM8Z4OP8DEhAmUr3sz4dWuwZtUBxuzaf { top:4.375rem;left:27.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJiNTZnQXESEvpB1D0nXihcmpqNZHsLO { top:4.9375rem;left:0rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bSs1FKqTgkGWQwr4ix9G8O8lKh52zoV8 { top:18.8125rem;left:0rem;width:26.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOh0VTa9lsGMZUuB77ZhzXfTHHNoTVb { top:19.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkaQi4NsOIErG9yFwTpGs0wTFf0Z39tx { top:19.8125rem;left:0rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb5cdkLNWodrrvwrq9FMvoAdMp8AlHeT { top:21.375rem;left:0rem;width:23.8125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNy7nA23OWF1t47Go1NTgeSsuxFDqkRN { top:18.8125rem;left:20.8125rem;width:26.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLKUF9vlp8q6X6PyH5cu3O5I6ywXxXt4 { top:19.9375rem;left:26.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NItT5ULLbKfUDdoN5Tu3P2b3TBWAV9uV { top:19.8125rem;left:28.375rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOglCriJNHKoiqnSqEr35Pgs1TuLakO { top:21.375rem;left:23.625rem;width:24.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyETZXScbQdVbDDyHrOGh2se23wKTx73 { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #biaq5FueI0H0EzwiqNIvlRTPAVFPJtA5 { top:13.625rem;left:0.125rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkqfT3C8hRWM0y4HmUuRsyV4kyQUmTVq { top:20.75rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmNEdguhN4W7iV2po12816XAuwPnayB6 { top:37.8125rem;left:0rem;width:17.5rem;height:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gg80asv9fv7lIP65oRlIEaOoQ7oRm0sy { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmWKirW1e2QSSpC125tUbuWyrEQahK2u { top:36.375rem;left:0rem;width:17.5rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHdwDfBN5Q7S82gxErEm78ndllqEE7do { top:34.4375rem;left:0rem;width:15.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbPpTtu9P1aDv62GsWwI6NVcV0RhVoVy { top:13.625rem;left:0.125rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJMdLkAaAKWvAlwW3huB0yFPWO5Fc2RK { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGG9f3sBXaZgkoQOKHHPcLLGk7V5xUeM { top:47.6875rem;left:0rem;width:17.5rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xa5VSXsB7dfmp5qnpLRsEKNXN3qqKsD7 { top:45.8125rem;left:0rem;width:15.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByaCC48Cnc1NSKDWnG2TrTaDVHODEduW { top:13.625rem;left:0.125rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R { display:block; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fryguwaqVLzGMzBzOpsTTvXBaGk4J6aM { top:2.4375rem;left:18.750217437744rem;width:10.1875rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLvn3namAGRfRgi4XbUOrSvuuAGn7hnx { top:5.5625rem;left:23.250003814698rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2eJFs7IBCeJ6tTdX6F5c67vpGI0g3r5 { top:6.125rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX1dsQ75vSIqLyRHFDGriVMCaQs11h4d { top:7.625rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5CrdX3Tp4bFK30sitZm7gpmGNeTTx0c { top:7.375rem;left:22.499134063721rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2u8ax9B5ZvnsMqBQWSvrDhNyOXDhPOs { top:7.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoI79FsfIOR3fLwIEO7LALeBBFrvTSz { top:10.125rem;left:0rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNdPhkT3fCFTtvemK95bWkc4C8Rm93PU { top:10.125rem;left:14.5rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnVXuPTHW5DlR5vhZWsspPiDB2hDBz0u { top:10.125rem;left:27.75rem;width:20rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu { display:block; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUdZn2Z4Eo1gWOAT3ntNAyAqKu0Tw1sg { top:4.25rem;left:12.531684875488rem;width:22.625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucITFCuTFv71ylAww6GE6RRRWi8tIP6C { width:12.625rem;height:2.1142487043441rem;top:1.375rem;left:17.531684875488rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ho4TI4do36b2eV58QXdRXqhrHk0VvD7S { position:relative;z-index:auto;display:block; }#ho4TI4do36b2eV58QXdRXqhrHk0VvD7S > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOUkqbHm2xW9yp5KgN50sASsq5BEwnJb { width:8.125rem;height:1.62435rem;top:4.0625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmSUJ4gyZupcxM3kDo0h3qXgV3lJEvsW { display:block; }
 }@media only screen and (max-width: 763px) { #J0xbCgfg53Ce9vrSq2a1H786KPzlVXV0 { width:8.2498125rem;height:1.5625rem;top:1.25rem;left:5.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn { display:block; }#hMtgy4eUqQSQ2gpmaR8UiE86FahIX2Vn > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MglyqlzdNZVVLJkLoPpnuGB85WeTliUo { width:20rem;height:16.5rem;top:39.81206875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G1Jdpr6hv9PO60gP0lFiSdrNdOmySTVL { display:flex;width:3.1875rem;height:3.1875rem;top:31.0625rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRBJTzBUWSDe6qlhBfeN0guzQyCXndIw { width:12.1875rem;height:auto;top:35.875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xp4nz79lZDvIA8fLMywJRhEvPRTqr8oO { width:20rem;height:auto;top:31.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WCl0sbPib32BkArGQp21dvaCIKpT0zL9 { display:flex;width:2.25rem;height:2.25rem;top:35.625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdMz0wFdGJBmr0H63VcwTbRnRMJn7mHe { width:20rem;height:32.0626875rem;top:6.49956875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0WkIImeo9Dwu59n2NldSqFwrzKmnwB3 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0X3MthOJbxuQEmV1mez5xdS9LohEwyz { width:20rem;height:0;top:57.56925625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-text {padding-top: 0; padding-bottom: 0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-select {padding-top: 0; padding-bottom: 0;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl  { width:17.5rem;height:auto;top:57.91796875rem;left:0rem; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl {display:block;}#qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl { width:17.5rem;height:auto;top:57.91796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #a3NzKtTLuQ86TAgi9ZtT0GbfKSZpz01n {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #BnwrrXorTsyMybohkRDekx6qtM7xNdJl {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #xTf8lW1suGpVo6y7sucExXg275XCfPwm {  }
 }@media only screen and (max-width: 763px) { #Aa2z2L7NW54p5x0iXsBB9Ud8Lk1Pyagf { display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #HWfPdleBlQiKTAexPf5XZCsvc0kJ0rDQ {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #CnZtUOS6N33lP2ExLCKTD0Ratv3SwFiI {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #SEBNZvp4sA0M79W0mTepmt2tU2nB00aS {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #Ma2LLIoK9H5vALD7brsgTbgUNqcqmMVf {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #ETtaWkaJ2nhlHfC4Lmdtn6qp8gNvFoia {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #wq3TtQclfUyealFbiwwfd3HFkrTO3RMH {  }
 }@media only screen and (max-width: 763px) { #KzbMCJ27CwVoFaNUERJLZpMDBXmWznSr { display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #NgF8yrgV1HlvSHWB0xih6fhw10c6ZOnp {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #XRXsid00WEwAn41DziG3Q4ksdAuqBMgZ {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #NykiLVZhVgDceBoAIJQNMZ2hnsDxPzGy {  }
 }@media only screen and (max-width: 763px) { #XPZRrmP8WZTrVxRLtDFZtDzNR98ebtTr { display:block; }
 }@media only screen and (max-width: 763px) { #KPus4bBcuRmQUy4XaNxEE1TpmeFuOAwE { display:block; }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #vPT9DvQNT1HKFTl64FaPFWRcBfz6u5fu {  }
 }@media only screen and (max-width: 763px) { #qOx3E5TeBEr0znVT1ErvpzQLhCQVqyZl #TGedWFcPDXM35RJUos8aEM4qMwrZvu4R {  }
 }@media only screen and (max-width: 763px) { #Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/353a6dbc-29df-4dae-9823-cb8e93b86870/NewPatientOfferWebsite.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr.adaptive-delivery-prevent-bg, #Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr.lazyload, #Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr.lazyloading { background-image: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { background-color: transparent; background-image: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a4b4b8; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container > .video-iframe-container { display: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a4b4b8; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row > .video-iframe-container { display: none; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .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); }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { border-width: 0; border-radius: 0; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rtv5l2gMo0ZBwn8GgWaw329gTZrfb3dr > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgTUnlKsNiDrd9HA6DEdEChyo6Vdfa4t { width:20rem;height:2.19921875rem;top:1.724609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QfvecF1uLGaPHHM4A408gMwwQOxGywue { width:20rem;height:13.6855625rem;top:57.2666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7peHSucUnI6eRWFARdLWWI3iw4sggsC { width:20rem;height:15.973597359736rem;top:72.1416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPcfsznpGaSpv3MHoEToiIuJuV3IrmDg { width:20rem;height:0;top:78.9228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqcf3hx3k2kJoNsFrP0lowpna3OwTWE { display:flex;width:1.25rem;height:1.25rem;top:96.9853515625rem;left:3.5625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GpJoCTRMhQehSCHi3rtOziq3VSDlC2P9 { display:flex;width:1.25rem;height:1.25rem;top:92.2353515625rem;left:3.5625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #akdlDcpxNNVrkO0huZbwWNwIrk2LtmJf { display:flex;width:1.25rem;height:1.25rem;top:87.3291015625rem;left:3.5625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #PFDIMoop5zgAvO4CH1THEKszTzBPFnug { display:flex;width:1.25rem;height:1.25rem;top:82.4853515625rem;left:3.5625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #tR2bZzhkxHwp99CMW5tF7lxFeSDIU5Cy { display:flex;width:1.25rem;height:1.25rem;top:78.9228515625rem;left:3.5625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #nQtowUvXuLgkF31aqoegnQhspBRfKS4n { width:20rem;height:0;top:74.5791015625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDel5QdciGttw4xhUc76C5HNAoObNlsg { display:block; }#iDel5QdciGttw4xhUc76C5HNAoObNlsg > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8sccJ3l0uUpuCA6U9TpeC2DL6xE0ACw { width:18.125rem;height:2rem;top:1.25rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBI3Iy0WLcHSEpGU95xCgMCBhInghHNn { width:18.125rem;height:11.8125rem;top:4.1232643127441rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r5W23LtNS05kt6JuVlIo3Kqbn9Upew7A { display:flex;width:1.25rem;height:1.25rem;top:4.4987rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ebcSysHoaRq64BpvaiChWWNZq7Vb623O { width:20rem;height:0;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G { display:block; }#Ri4T1gXg4Ltwo6zIS6w8sd7SA0QIIn8G > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu8nFkMNXwKbMTLzwFn1MnhxwAv5M23E { width:19.875rem;height:13.75rem;top:3.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #zHtMQGIyEhlATePIznuqQ2aToiD2QPQO { width:17.5rem;height:6.12305rem;top:8.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZfZ3pZCgXBD8pXE8Gm2Vy0HGkV1gGBn { width:15.625rem;height:3rem;top:4.375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueRZWzUhSGrg92lLq0HVZsh9aEkGdo5t { display:flex;width:2.06055rem;height:2.06055rem;top:4.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UPrEGxhBfzirzdUHkRw0q1tax43nH87C { width:19.875rem;height:11.3125rem;top:18.4375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #zeRuMkkLShEtZbG3kol4PlthyelGXzme { width:18.125rem;height:4.8984375rem;top:22.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USOpL3ok8ymQi5FIebZ4Js20XITvvEGc { width:15.0596875rem;height:1.50065rem;top:19.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ6It0dfnJPSuxymNpQ1TM4Zr1wfliXJ { display:flex;width:2.06055rem;height:2.06055rem;top:19.531250953674rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #LCTHwplLyvWiFTIWiLeZfMopZ4e6zG9z { width:19.875rem;height:10.4375rem;top:19.8125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #lcGEzTi8fmhVJHbOe5PtpNb8nZGEXsnn { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvtTLKoaZyrRDExr0UM21gDWXI8hDu2b { width:11.0625rem;height:auto;top:28.25rem;left:4.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #CJDRbcTzeD3Mv8XhhwHUNlmUiweiIvN6 { width:19.875rem;height:10.375rem;top:19.8125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #SoBVDT2XGl8xqEnzb8qKVScy2gtKwKS7 { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZRdKnDek32XTOxRHIu7SZFif03KqaWW { width:20rem;height:auto;top:21rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fU7uVtsfFgKdryUSRQs0ozvyTpwLxISl { width:10.5rem;height:auto;top:28.3125rem;left:4.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TwddLCJ0OTsFbzuwl1hcx8A42dgzhisX { width:20rem;height:auto;top:20.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6SpqycDM9nG9WEfMxEPKKs1xMeOLCoJ { display:flex;width:2rem;height:2rem;top:20.5rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #HK7xtNTexXMvVfX4NtIst6WTiqy8e4Jf { display:flex;width:2rem;height:2rem;top:21rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSEea0E7BpsDzJJ54yp39yG85rHnoI6Z { width:14.375rem;height:1.3125rem;top:15rem;left:4.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kAQtlMyZTNupHuitaafRvDbzKB86i2GO { width:10.3721875rem;height:1.3125rem;top:27.75rem;left:8.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uM13sWxd8iCqugbArJP4atrEbPOTtRaE { width:20rem;height:1.43771875rem;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) { #b0QTQdedddI0P9LxnsuEAy5H8T24yOPg { display:flex;width:1.25rem;height:1.25rem;top:25.948372218628rem;left:3.1000442504883rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #bIo9opVDgUHlpsrp1HbV3mAThzyPbU4a { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N { display:block; }#LMUoBdedD8Wwut6lmCGWLK6BSq0AO90N > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOZTw4rB7ftFPl5PdpMZ2V5OobTfqfzb { width:20rem;height:1.43771875rem;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) { #mEdiPACax9w8SaypBJMvwnDAQQr6tM5S { width:18.9985rem;height:4.12109375rem;top:3.6859817504883rem;left:0.50021708011627rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlRT5t20aD9EnBAPl5iGiaVNKS8AMspS { width:19.875rem;height:7.5rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6MCZOUoKf8bgFOgsVyTmkFdzXFQXEwV { display:flex;width:1.25rem;height:1.25rem;top:11.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQfOROzS1z7e04rbdu9lbyBRDohUNGmJ { width:17.625rem;height:auto;top:11.4375rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bF7DnhTJe5DlN1SPUFi490TrVe5DmbcH { width:20rem;height:auto;top:13.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfW1nxwF3QGBGMlUQItuCWvcbbi9wnpU { width:19.8125rem;height:8.875rem;top:9.30989074707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTNrvCVAD2FHgD0iWnclpl2WM2JdUV1 { display:flex;width:1.25rem;height:1.25rem;top:10.373265936279rem;left:1.4420585632324rem; }
 }@media only screen and (max-width: 763px) { #c2IFQbh6Ms8Tp4mzGy8cTCexfvJFN3z0 { width:14.375rem;height:1.50065rem;top:10.247396349907rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaQhqDa1nboV7s5iPu6ryEveOA2ghRA { width:17.5rem;height:5.25rem;top:12.060548498535rem;left:1.4420585632324rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM8Z4OP8DEhAmUr3sz4dWuwZtUBxuzaf { display:flex;width:1.25rem;height:1.25rem;top:4.375rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #IJiNTZnQXESEvpB1D0nXihcmpqNZHsLO { width:20rem;height:0;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSs1FKqTgkGWQwr4ix9G8O8lKh52zoV8 { width:19.875rem;height:6.25rem;top:18.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxOh0VTa9lsGMZUuB77ZhzXfTHHNoTVb { display:flex;width:1.25rem;height:1.25rem;top:19.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkaQi4NsOIErG9yFwTpGs0wTFf0Z39tx { width:17.625rem;height:auto;top:19.8125rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jb5cdkLNWodrrvwrq9FMvoAdMp8AlHeT { width:20rem;height:auto;top:21.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNy7nA23OWF1t47Go1NTgeSsuxFDqkRN { width:19.875rem;height:6.25rem;top:18.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLKUF9vlp8q6X6PyH5cu3O5I6ywXxXt4 { display:flex;width:1.25rem;height:1.25rem;top:19.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NItT5ULLbKfUDdoN5Tu3P2b3TBWAV9uV { width:17.625rem;height:auto;top:19.8125rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #idOglCriJNHKoiqnSqEr35Pgs1TuLakO { width:20rem;height:auto;top:21.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyETZXScbQdVbDDyHrOGh2se23wKTx73 { width:19.8123125rem;height:10.4373125rem;top:34.5rem;left:0.0625rem;z-index:15003;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) { #biaq5FueI0H0EzwiqNIvlRTPAVFPJtA5 { display:flex;width:1.25rem;height:1.25rem;top:28.037111163139rem;left:1.4420573711395rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #IkqfT3C8hRWM0y4HmUuRsyV4kyQUmTVq { width:15.4980625rem;height:1.50065rem;top:35.8125rem;left:2.75rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zmNEdguhN4W7iV2po12816XAuwPnayB6 { width:17.5rem;height:5.25rem;top:37.875rem;left:1.3125rem;font-size:0.875rem;z-index:15012;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gg80asv9fv7lIP65oRlIEaOoQ7oRm0sy { width:19.8125rem;height:7.375rem;top:19.071181297302rem;left:0rem;z-index:15007;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) { #WmWKirW1e2QSSpC125tUbuWyrEQahK2u { width:17.5rem;height:3.9375rem;top:21.672092318535rem;left:1.25rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tHdwDfBN5Q7S82gxErEm78ndllqEE7do { width:15.4980625rem;height:1.50065rem;top:19.748265504837rem;left:3.3116321563721rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XbPpTtu9P1aDv62GsWwI6NVcV0RhVoVy { display:flex;width:1.25rem;height:1.25rem;top:35.9375rem;left:1.5rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #PJMdLkAaAKWvAlwW3huB0yFPWO5Fc2RK { width:19.8123125rem;height:6.06228125rem;top:27.437066912651rem;left:0rem;z-index:15011;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) { #pGG9f3sBXaZgkoQOKHHPcLLGk7V5xUeM { width:17.5rem;height:2.625rem;top:29.998916506768rem;left:1.25rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xa5VSXsB7dfmp5qnpLRsEKNXN3qqKsD7 { width:15.4980625rem;height:1.50065rem;top:27.912328600884rem;left:2.8125rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ByaCC48Cnc1NSKDWnG2TrTaDVHODEduW { display:flex;width:1.25rem;height:1.25rem;top:19.873048067093rem;left:1.4420573711395rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R { display:block; }#eWxz8ERZ0Mf88FCHZa99ivBJqquaLR3R > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fryguwaqVLzGMzBzOpsTTvXBaGk4J6aM { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLvn3namAGRfRgi4XbUOrSvuuAGn7hnx { display:flex;width:1.25rem;height:1.25rem;top:3.9008121490479rem;left:9.3750009536744rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #I2eJFs7IBCeJ6tTdX6F5c67vpGI0g3r5 { width:20rem;height:0.060763875rem;top:4.4987rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #sX1dsQ75vSIqLyRHFDGriVMCaQs11h4d { display:flex;width:1.74913125rem;height:1.74913125rem;top:12.427301406861rem;left:4.099392414093rem; }
 }@media only screen and (max-width: 763px) { #H5CrdX3Tp4bFK30sitZm7gpmGNeTTx0c { display:flex;width:1.875rem;height:1.875rem;top:9.2415370941163rem;left:4.0364584922791rem; }
 }@media only screen and (max-width: 763px) { #a2u8ax9B5ZvnsMqBQWSvrDhNyOXDhPOs { display:flex;width:1.81206875rem;height:1.81206875rem;top:6.0481777191162rem;left:4.0679254531861rem; }
 }@media only screen and (max-width: 763px) { #BZoI79FsfIOR3fLwIEO7LALeBBFrvTSz { width:9.6245625rem;height:1.50065rem;top:6.2044277191162rem;left:7.49783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNdPhkT3fCFTtvemK95bWkc4C8Rm93PU { width:10.7498125rem;height:1.50065rem;top:9.4270839691163rem;left:6.9346790313719rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnVXuPTHW5DlR5vhZWsspPiDB2hDBz0u { width:10.3125rem;height:3rem;top:11.800130844116rem;left:7.1538629531863rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu { display:block; }#ob5yHmhdpEVg6W6iFcNAo0hhAqBTeMBu > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUdZn2Z4Eo1gWOAT3ntNAyAqKu0Tw1sg { width:20rem;height:1.3125rem;top:4.2165832519531rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucITFCuTFv71ylAww6GE6RRRWi8tIP6C { width:10.186625rem;height:1.74913125rem;top:1.2489166259766rem;left:4.9055991172791rem;display:block; }
 }