.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:233,222,235;--color-primary-1:181,146,189;--color-primary-2:106,37,122;--color-primary-3:53,19,61;--color-primary-4:16,6,18;--color-secondary-0:222,223,226;--color-secondary-1:146,148,158;--color-secondary-2:37,40,61;--color-secondary-3:19,20,31;--color-secondary-4:6,6,9;--color-tertiary-0:255,255,255;--color-tertiary-1:242,242,244;--color-tertiary-2:213,210,217;--color-tertiary-3:107,105,109;--color-tertiary-4:21,21,22;--headlines-font-family:"Inter Tight Custom";--paragraphs-font-family:"Inter Tight Custom"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.61);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; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container { background-color: transparent; background-image: none; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container > .video-iframe-container { display: none; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row > .video-iframe-container { display: none; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .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); }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container { border-width: 0; border-radius: 0; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container { font-size:0.875rem;font-family:"inter tight custom";height:5.75rem;width:75rem;position:relative;display:block; }#VuinPUgupgoKomHhsTDwuF8FByH3WSun { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.936525rem;width:14.562rem;top:2.81298828125rem;left:0rem;overflow:hidden;display:block; }
#manypA0sTKgga69D0c8iEmedWInyxTOE { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.093504428864rem;left:19.999917984009rem;display:none; }
#MU9tZmls2AWZQQMRePEMqwkwcH5VXuAt { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:34.1875rem;top:4.5625rem;left:27.4375rem;overflow:hidden;display:block; }
#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container { background-color: transparent; background-image: none; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container > .video-iframe-container { display: none; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row > .video-iframe-container { display: none; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .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); }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container { border-width: 0; border-radius: 0; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container { font-size:0.875rem;font-family:"inter tight custom";height:39.375rem;width:75rem;position:relative;display:block; }#zNyc1Ds1XqFyce81AiguKKIGKlDbPXNz { color:rgba(var(--color-primary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SiUHw7TLNFuPE6K5d65inFmwNKdKlGyO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.43725rem;width:14.187125rem;top:17.75rem;left:24.3125rem;overflow:hidden;display:block; }
#AvDi1u8tiuRITt4IWAMvJE9MXlPf2r8r { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.87475rem;width:11.875rem;top:18.5625rem;left:25.5rem;overflow:hidden;display:block; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-form-header { font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-1),1);width:15.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden;font-style:normal;line-height:1.3; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .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;border-left:0;border-right:0;border-bottom: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;width:15.875rem;box-sizing:border-box;height:1.75rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-text {padding-top: 0; padding-bottom: 0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:15.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #6a257a;border-left:0.0625rem solid #6a257a;border-right:0.0625rem solid #6a257a;border-bottom:0.0625rem solid #6a257a;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:15.875rem;box-sizing:border-box;height:1.875rem;color:rgba(var(--color-primary-2),0.61);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-select {padding-top: 0; padding-bottom: 0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f6f1ea;width:15.875rem;height:2.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:0;text-align:center;text-align-last:center;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-0),0.6) ;font-style:normal; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .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:1rem;font-weight:700;color:#000000;vertical-align:top;width:14.6875rem;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;float:none; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .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; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-container:first-of-type{padding-top:0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-container:last-of-type{padding-bottom:0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw  { background-color:#25283d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15029;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;position:absolute;top:1.125rem;left:56.625rem;font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.5rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-1),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw {display:block;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw { background-color:#25283d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15029;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;position:absolute;top:1.125rem;left:56.625rem;font-size:0.875rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #TbvFfkbdT98X6mwHHZ5PmpFHt7nnvnCr { position:relative;display:block;z-index:15000; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #maIc6c6W7gKxUlsfTJwFbwW5lVCbMTcR { position:relative;display:block;z-index:15000; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #irTQ140G13bBIeBdqtVC1uDt7CakfLVT { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #Grya759LawAD3tHSEqyJ8fiWMqBpOi8B { position:relative;display:none; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #CQBks82DOxpwOMyOOhzKt1oGRyEGaQf3 { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #DfKHfQIh0s2WM1BKl5Rd1bbzBU9tHp6I { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #n01dvwLduEpDr8M2gbGWHyd0gTPUG3av { position:relative;display:none; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #ifa831ZImFITT9hgVBngv01wqUUQlo0r { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #JW8QSkhWHrT5zJ25chnOMuy0A57p0euz { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #eDZP1NbvI99FVvu97rCNsTs7LFq9IFKV { position:relative;display:none; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #RGoNT9HJF9dgL3TkRpg8DsqvtCPMWHwE { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #IlcaJhBXNXWSK8NtDgdokVex21SXinL1 { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #SNAmNUktIbPT5eFsNBvD94WEwwUnASIF { position:relative;display:none; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #IBqOov0bLJOwM80KkeTDuJ7b4xMVEWnR { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #ANJKfmmKNKlzHPFxtQ8ABU9bKTTaLdqU { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #DNXJUqOv4Ed7KbqOE0qQoLg6mTTwUuJe { position:relative;display:block; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #wGnVt0VqH8ebef481JbKp12t7r3TVSEH { position:relative; }
#Z3OPOsocp7f9plHxSubkkTA4o1JgZimQ #k0tVxwraWe7Jf8ayqfSRah6BdptFmCcz { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #Er8ZDxrAWVTWtgrdod8NVdGNau1Ow4cZ { position:relative; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #a6G5syRsnIDT74FnWXNpQAAMKkoTBThM { position:relative; }
#tOh96hyLIWN3U2VoTyR2FFsQ1ax07kux { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:9.625rem;left:61.125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#uyI2T4TyPhIV0L4sfCPOWA6w3kd9O57T { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:24.786085605621rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zfHCuG0LAXrJIqBAH1Js4nToXb4AdCIf { color:#25283d;display:block;width:18.061625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:31.3125rem;left:56.9375rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSGoNG8K6qSB9VQqUkpFJZFqhCo19ITc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:0rem;left:30.061197280884rem;overflow:hidden;display:none; }
#XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:22.680555343628rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe li:before{  }
#LUP2LsXt4v7qHPlmToPEadqw989C9XBw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:28.374133110046rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mQ5JNe0AoisZBppJQg06xXNkhPF3FuIO { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.5rem;width:10.625rem;top:19.375rem;left:26.0625rem;overflow:hidden;display:block; }
#N9DG0vTKB0AQn6g1e8ew3zq6W9XHUOBC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.280816793442rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SMHt849xDFcH7Z8e41uxZdVGsmLec4OJ { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.875rem;left:1.1875rem;display:block; }
#C519Xs47WNOtP0zTMihnMcMTprEqbkdX { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:30.111980438233rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SprhqgR7Xf0hukbIi4WtDIMy6Do8g8zm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:50rem;display:none; }
#dAs8ogL2kS2WwPVK3TnFOd3GCWsLiUDy { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#gCUZHGp1EpmO427NivUhL4T0wP9JRB0N { background-color:#35d01f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:34.375rem;left:56.625rem;display:block; }
#ZUhwAkMWpJAQTzPtGdZKoG2kTWlDp70S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SStPZnKNbXd3NTM9aa80nzTnVh4Xopyq { box-sizing:content-box;height:2.5rem;width:4.6875rem;position:absolute;display:block;z-index:15011;background-color:#35d01f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.375rem;left:70.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iyhMNUznOzO7kSST1JKx036smZUTCllQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:34.6875rem;left:71.5625rem; }
#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container { background-color: transparent; background-image: none; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container > .video-iframe-container { display: none; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row > .video-iframe-container { display: none; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .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); }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container { border-width: 0; border-radius: 0; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container { font-size:0.875rem;font-family:"inter tight custom";height:36.8125rem;width:75rem;position:relative;display:block; }#TvTXW1sEXVJVkEMN0V0TfzeOflEx1ncd { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xC0zbAZS1vvWsJbKEqRrJdxtaKmQNlke { color:rgba(var(--color-secondary-2),1);display:block;width:32.3125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:17.625rem;left:42.6875rem;height:5.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VfmsDDK2ac4phT857iyCk1VlsAR9s8SQ { color:rgba(var(--color-secondary-2),1);display:block;width:32.25rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:24.75rem;left:42.75rem;height:5.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS9E21so8JoWn17mGsZNGoEVGqoUxzMq { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.625rem;left:40.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uMs0IQpx65PllODuKhSsSWkrB1zDl6Ka { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:30.75rem;display:block; }
#AapD2OJl8NJ4HvLzuLdynqRoihFh6iO8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:11.5rem;left:1.75rem;overflow:hidden;display:block; }
#bqEaCgbvTMMgbw8itpvXNz54az5Hrhw6 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.375rem rgba(var(--color-secondary-1),0.6) ;height:8.0625rem;width:20.875rem;top:14.625rem;left:14.1875rem;overflow:hidden;display:block; }
#gre7dp3EIfvCXTryOmgM2HPyxU7Sioyy { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;height:6.875rem;width:17.8125rem;top:24.625rem;left:8.5625rem;overflow:hidden;display:block; }
#xaRWDHp5AM679nJGDFeR9dGqooZlVKxp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.375rem rgba(var(--color-secondary-1),0.6) ;height:5rem;width:12.9375rem;top:18.8125rem;left:0rem;overflow:hidden;display:block; }
#yAfoFRJLcNXtVrHtlIFd5XcIrm1TMmQb { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#HrHgqHqdgCduuZTMaCR2ood97US3ir4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container { background-color: transparent; background-image: none; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container > .video-iframe-container { display: none; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row > .video-iframe-container { display: none; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .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); }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container { border-width: 0; border-radius: 0; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container { font-size:0.875rem;font-family:"inter tight custom";height:52.25rem;width:75rem;position:relative;display:block; }#C9TwCR1e31NfrQm3wDaCQfnR5PZ2b8Cn { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aZQnAHGHs1UPl7fM1T61eGp9yCMVQpXf { color:rgba(var(--color-secondary-2),1);display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:11.6865234375rem;left:13.90625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqoiIxDgkgxSAb4oRy9L73cexpBkFfqc { color:rgba(var(--color-secondary-2),1);display:block;width:18.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:23.8125rem;left:0rem;height:2.00028125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tdlCGGIAeHQLpCxo8C23pKe2ETNMNFht { color:rgba(var(--color-secondary-2),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:26.797962188721rem;left:0rem;height:4.79948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#InMvLiQ98WHu6aIpck8ExzSSFddxzoBg { color:rgba(var(--color-secondary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:29.5625rem;left:56.5625rem;height:2.00028125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CqScLr3FMn4PRE3FudcCWsrOgkrVTlzq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:32.325305938721rem;left:56.562504768372rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lqdcNaEguavE2MLuhIhlT71bNXthqMeJ { position:absolute;display:block;z-index:14996;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:27.875rem;width:22.75rem;top:18.6875rem;left:26.125rem;overflow:hidden;display:block; }
#hvZcQ6E01JBl5iq9Ph6AVJ9TEJcpJh99 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9.2498125rem;width:16.5625rem;top:34.994050979614rem;left:29.218748629093rem;overflow:hidden;display:block; }
#hXav2zlzD3mflmmTel6MhdoHE2kW0zae { color:rgba(var(--color-secondary-3),1);display:block;width:18.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:36.124266147614rem;left:0rem;height:2.00028125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TGRXK1z7MfpNyFq3vTm33ikAB20ZRDST { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:38.964029788971rem;left:0rem;height:6.3993125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#olMRepHVul3ZLzgL0O0XUsDEFUQf92Vb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9.9374375rem;width:16.37475rem;top:22.444068431854rem;left:29.312410891056rem;overflow:hidden;display:block; }
#Jw46tKca94w2IMbnhWmLVhOKF7DquMK3 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.499430179596rem;left:19.499917984009rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i0kEHbKkwwSlwtPsDBhWmya6TIRBTUtX { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.093504428864rem;left:19.999917984009rem;display:block; }
#PBPVxG9PHRQ3dnrCo2a0TTXk43Oa8bMp { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:20rem;display:block; }
#gHCdPQgzdhoqzi63ZsXwtEekOKbMfVEv { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.1875rem;left:19.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iEK20Ef5AzevafFVrpWVeyXgLItt5sJ1 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.125rem;left:54.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W6QFt0WmOTdcZVVnPFCWyrNIxlBLtatf { box-sizing:content-box;height:21.875rem;width:0.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.499591827392rem;left:51.272785186767rem;display:block; }
#eb0LPnCu4FqsvXe76t27UAgtgVJoA6zq { box-sizing:content-box;height:0.0625rem;width:4.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.489419937134rem;left:46.949867248535rem;display:block; }
#mTov4uzfdnrKbZRhrs9VLKGITZAO4lNP { box-sizing:content-box;height:0.0625rem;width:4.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.364419937134rem;left:46.9365234375rem;display:block; }
#WfzgbPygX6ptSDrPHhovKceMcg0keVnE { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.769857406616rem;left:51.284726142883rem;display:block; }
#xnFm3M3D5Q5zJzlXderSVoC3JxLxrzuC { box-sizing:content-box;height:25.4375rem;width:19.125rem;position:absolute;display:block;z-index:14997;background-color:#f1f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.90625rem;left:27.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#r1zuZTlEnL8A1gXT1oXokXnZJU9Optpr { box-sizing:content-box;height:2.5rem;width:4.6875rem;position:absolute;display:block;z-index:15013;background-color:#35d01f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.0625rem;left:41rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yIoxwS2eXGzqLLbA7wNItkeux3AOahyM { background-color:#35d01f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48.0625rem;left:29.3125rem;display:block; }
#n5vHT2C4ThQZ8nlydWXDScdSO1cmmzo8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p527JRxn7EnVT9yqdXIwnwzXJT0IIC7S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:48.375rem;left:42.9375rem; }
#BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP > .row .container { border-width: 0; border-radius: 0; }#BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:none; }#Zzoq8DeDZILOIVwXyVfmVGNA3KUltsUl { color:rgba(var(--color-primary-2),1);display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.8125rem;left:5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O8AT6XIlPw3UcWDDUpOFdb5FTRNzBTlp { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:29.5rem;left:27.4375rem;height:6.3993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPMgFs5JReuuif3EphvrLsb7ZV2ZaZDA { box-sizing:content-box;height:0.062255875rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.1875rem;left:29.6875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lFpPE31cHhIQbkKRg9OVNngtXcd8TOTx { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:27rem;left:27.0625rem;height:2.00028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmcvcfFDSQ0nDATzuAZJ14niSwoVl31K { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:29.5rem;left:54.375rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFSGZ5kncvo1W2E7xrVkgCagoqgdWEWM { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:27rem;left:54.375rem;height:2.00028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTmO4ATwaJW4gDukVPQ2HXFBmKPMUnWW { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.625rem;left:56.5625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#JutZS8KWEu5tuLDsK5rCoG16tBrlBz2g { color:rgba(var(--color-secondary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:29.499999523163rem;left:1.15625rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seTJd8ZWy2IoNDWOs2SCmpWhC7Ueghni { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.625rem;left:2.1875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#M5HCrUMWD1B6J4ENhdyrdxonG5ERdAER { color:rgba(var(--color-secondary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:27rem;left:0.15625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkPcgOTwGkGT0TkTd1ECaZGcbZxEzDmA { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:42.5rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#VacodbrL1QUWTBhs32NcGZM92bHkBxAu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:47.25rem;left:24.5625rem;display:block; }
#KEzMPa9Oh8KBTtTTAAOJUIBJzhNe4NZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6skzVEGmWihu8xn9yTHpP1RftWaabsr { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.5625rem;left:36.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ugy8p2iuaMolfiq11IQzlmJcuaJoX4ZP { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37rem;left:63.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Z735CCJML1paNVPGgn56ozwbMrmArwqo { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37rem;left:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#uABmeVogIuvmNwxWZKLzWJXe8nftEv1z { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.9375rem;top:16.75rem;left:6rem;overflow:hidden;display:block; }
#Z0EkTDSgt8ApUdiRc1u09kDVqCnDNwnV { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:17.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#J8Picc5UJlLf2iDDJ00vlEdHqMQNhNI1 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.1875rem;top:17.375rem;left:33.9375rem;overflow:hidden;display:block; }
#ro0lIU4SWJ4H68vPiqBy1gxvEeDSsH54 { color:rgba(var(--color-secondary-2),1);display:block;width:43.4375rem;position:absolute;font-family:"inter tight custom";font-size:1.5625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:54.875rem;left:15.78125rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5BpS2ltSem9MBZQDlopdogBwv0JsmmA { background-color:#35d01f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:50.3125rem;left:28.625rem;display:block; }
#s0w2bN3P1ix4OFB3UGi7dmoqcdRTpsHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNNIHe1r529T1Jo7fD2pI0N9yJdMXiQx { box-sizing:content-box;height:2.5rem;width:4.0625rem;position:absolute;display:block;z-index:15004;background-color:#35d01f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.3125rem;left:42.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FtMkfR6p6oDJg8LapKgh2fHJ5cn7A7ed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:50.625rem;left:43.125rem; }
#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { background-color: transparent; background-image: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .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); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { border-width: 0; border-radius: 0; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { font-size:0.875rem;font-family:"inter tight custom";height:14.75rem;width:75rem;position:relative;display:block; }#xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { color:rgba(var(--color-secondary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:3.1875rem;left:20.1875rem;height:1.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.875rem;left:34.3125rem; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#CQyw6DsbImreav9da73rGywVHHUN8Uhw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.875rem;left:36.6875rem; }
#CQyw6DsbImreav9da73rGywVHHUN8Uhw > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.9375rem;left:39.125rem; }
#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#QNFICSXdNfWV3DPpBHR6TwIpxSqXQGoc { color:rgba(var(--color-secondary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:6.5625rem;left:20.1875rem;height:1.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy { display:block; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuinPUgupgoKomHhsTDwuF8FByH3WSun { top:2.8125rem;left:0rem;width:14.5rem;height:2.9240222840269rem;display:block; }
 }@media only screen and (max-width: 763px) { #manypA0sTKgga69D0c8iEmedWInyxTOE { top:37.0625rem;left:6.3749179840087rem;width:9.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MU9tZmls2AWZQQMRePEMqwkwcH5VXuAt { top:4.5625rem;left:13.5625rem;width:34.1875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR { display:block; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNyc1Ds1XqFyce81AiguKKIGKlDbPXNz { top:3.125rem;left:0rem;width:27.375rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUHw7TLNFuPE6K5d65inFmwNKdKlGyO { width:14.125rem;height:17.360782601226rem;top:17.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDi1u8tiuRITt4IWAMvJE9MXlPf2r8r { width:11.875rem;height:15.8745625rem;top:18.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-regular-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-text { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-text {padding-top: 0; padding-bottom: 0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-textarea { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-select { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-select {padding-top: 0; padding-bottom: 0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw  { width:15.875rem;height:auto;top:1.125rem;left:29.375rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .radio-container { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw {display:block;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw { width:15.875rem;height:auto;top:1.125rem;left:29.375rem; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #TbvFfkbdT98X6mwHHZ5PmpFHt7nnvnCr {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #maIc6c6W7gKxUlsfTJwFbwW5lVCbMTcR {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #irTQ140G13bBIeBdqtVC1uDt7CakfLVT {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #Grya759LawAD3tHSEqyJ8fiWMqBpOi8B {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #CQBks82DOxpwOMyOOhzKt1oGRyEGaQf3 {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #DfKHfQIh0s2WM1BKl5Rd1bbzBU9tHp6I {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #n01dvwLduEpDr8M2gbGWHyd0gTPUG3av {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #ifa831ZImFITT9hgVBngv01wqUUQlo0r {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #JW8QSkhWHrT5zJ25chnOMuy0A57p0euz {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #eDZP1NbvI99FVvu97rCNsTs7LFq9IFKV {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #RGoNT9HJF9dgL3TkRpg8DsqvtCPMWHwE {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #IlcaJhBXNXWSK8NtDgdokVex21SXinL1 {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #SNAmNUktIbPT5eFsNBvD94WEwwUnASIF {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #IBqOov0bLJOwM80KkeTDuJ7b4xMVEWnR {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #ANJKfmmKNKlzHPFxtQ8ABU9bKTTaLdqU {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #DNXJUqOv4Ed7KbqOE0qQoLg6mTTwUuJe {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #wGnVt0VqH8ebef481JbKp12t7r3TVSEH {  }
 }@media only screen and (max-width: 763px) { #Z3OPOsocp7f9plHxSubkkTA4o1JgZimQ #k0tVxwraWe7Jf8ayqfSRah6BdptFmCcz {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #Er8ZDxrAWVTWtgrdod8NVdGNau1Ow4cZ {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #a6G5syRsnIDT74FnWXNpQAAMKkoTBThM {  }
 }@media only screen and (max-width: 763px) { #tOh96hyLIWN3U2VoTyR2FFsQ1ax07kux { top:9.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyI2T4TyPhIV0L4sfCPOWA6w3kd9O57T { top:24.75rem;left:0rem;width:22.3125rem;height:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfHCuG0LAXrJIqBAH1Js4nToXb4AdCIf { top:31.3125rem;left:29.75rem;width:18rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSGoNG8K6qSB9VQqUkpFJZFqhCo19ITc { top:0rem;left:16.436197280884rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe { top:22.625rem;left:0rem;width:22.8125rem;height:;font-size:1.25rem;display:block; }#XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe li:before{  }
 }@media only screen and (max-width: 763px) { #LUP2LsXt4v7qHPlmToPEadqw989C9XBw { top:28.3125rem;left:0rem;width:22.3125rem;height:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5JNe0AoisZBppJQg06xXNkhPF3FuIO { top:19.375rem;left:12.4375rem;width:10.625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9DG0vTKB0AQn6g1e8ew3zq6W9XHUOBC { top:20.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMHt849xDFcH7Z8e41uxZdVGsmLec4OJ { top:20.875rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C519Xs47WNOtP0zTMihnMcMTprEqbkdX { top:1.9375rem;left:0rem;width:17.5625rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SprhqgR7Xf0hukbIi4WtDIMy6Do8g8zm { width:47.75rem;height:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAs8ogL2kS2WwPVK3TnFOd3GCWsLiUDy { display:none; }
 }@media only screen and (max-width: 763px) { #gCUZHGp1EpmO427NivUhL4T0wP9JRB0N { width:15.875rem;height:2.5rem;top:34.375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhwAkMWpJAQTzPtGdZKoG2kTWlDp70S { display:block; }
 }@media only screen and (max-width: 763px) { #SStPZnKNbXd3NTM9aa80nzTnVh4Xopyq { top:34.375rem;left:43.0625rem;width:4.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyhMNUznOzO7kSST1JKx036smZUTCllQ { top:34.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp { display:block; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvTXW1sEXVJVkEMN0V0TfzeOflEx1ncd { top:5.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC0zbAZS1vvWsJbKEqRrJdxtaKmQNlke { top:17.625rem;left:15.4375rem;width:32.3125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfmsDDK2ac4phT857iyCk1VlsAR9s8SQ { top:24.75rem;left:15.5rem;width:32.25rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS9E21so8JoWn17mGsZNGoEVGqoUxzMq { top:17.625rem;left:26.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMs0IQpx65PllODuKhSsSWkrB1zDl6Ka { top:18.25rem;left:17.125rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AapD2OJl8NJ4HvLzuLdynqRoihFh6iO8 { top:11.5rem;left:0rem;width:22.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEaCgbvTMMgbw8itpvXNz54az5Hrhw6 { top:14.625rem;left:0.5625rem;width:20.875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gre7dp3EIfvCXTryOmgM2HPyxU7Sioyy { top:24.625rem;left:0rem;width:17.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRWDHp5AM679nJGDFeR9dGqooZlVKxp { top:18.8125rem;left:0rem;width:12.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfoFRJLcNXtVrHtlIFd5XcIrm1TMmQb { display:none; }
 }@media only screen and (max-width: 763px) { #HrHgqHqdgCduuZTMaCR2ood97US3ir4e { display:block; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9TwCR1e31NfrQm3wDaCQfnR5PZ2b8Cn { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZQnAHGHs1UPl7fM1T61eGp9yCMVQpXf { top:11.625rem;left:0.28125rem;width:47.1875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqoiIxDgkgxSAb4oRy9L73cexpBkFfqc { top:23.8125rem;left:0rem;width:18.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdlCGGIAeHQLpCxo8C23pKe2ETNMNFht { top:26.75rem;left:0rem;width:18.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InMvLiQ98WHu6aIpck8ExzSSFddxzoBg { top:29.5625rem;left:29.3125rem;width:18.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqScLr3FMn4PRE3FudcCWsrOgkrVTlzq { top:32.3125rem;left:30.6875rem;width:17.0625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqdcNaEguavE2MLuhIhlT71bNXthqMeJ { width:22.6875rem;height:27.798538823229rem;top:18.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvZcQ6E01JBl5iq9Ph6AVJ9TEJcpJh99 { top:34.9375rem;left:15.593748629093rem;width:16.5625rem;height:9.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXav2zlzD3mflmmTel6MhdoHE2kW0zae { top:36.0625rem;left:0rem;width:18.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGRXK1z7MfpNyFq3vTm33ikAB20ZRDST { top:38.9375rem;left:0rem;width:18.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olMRepHVul3ZLzgL0O0XUsDEFUQf92Vb { top:22.4375rem;left:15.687410891056rem;width:16.3125rem;height:9.8996594890762rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw46tKca94w2IMbnhWmLVhOKF7DquMK3 { top:36.4375rem;left:5.8749179840088rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0kEHbKkwwSlwtPsDBhWmya6TIRBTUtX { top:37.0625rem;left:6.3749179840087rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBPVxG9PHRQ3dnrCo2a0TTXk43Oa8bMp { top:24.75rem;left:6.375rem;width:9.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gHCdPQgzdhoqzi63ZsXwtEekOKbMfVEv { top:24.1875rem;left:5.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEK20Ef5AzevafFVrpWVeyXgLItt5sJ1 { top:30.125rem;left:40.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6QFt0WmOTdcZVVnPFCWyrNIxlBLtatf { top:22.4375rem;left:37.647785186767rem;width:0.0625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb0LPnCu4FqsvXe76t27UAgtgVJoA6zq { top:22.4375rem;left:33.324867248535rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTov4uzfdnrKbZRhrs9VLKGITZAO4lNP { top:44.3125rem;left:33.3115234375rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfzgbPygX6ptSDrPHhovKceMcg0keVnE { top:30.75rem;left:37.659726142883rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFm3M3D5Q5zJzlXderSVoC3JxLxrzuC { top:19.875rem;left:14.3125rem;width:19.125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zuZTlEnL8A1gXT1oXokXnZJU9Optpr { top:48.0625rem;left:27.375rem;width:4.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIoxwS2eXGzqLLbA7wNItkeux3AOahyM { width:13.875rem;height:2.5rem;top:48.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vHT2C4ThQZ8nlydWXDScdSO1cmmzo8 { display:block; }
 }@media only screen and (max-width: 763px) { #p527JRxn7EnVT9yqdXIwnwzXJT0IIC7S { top:48.375rem;left:29.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP { display:block; }#BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zzoq8DeDZILOIVwXyVfmVGNA3KUltsUl { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8AT6XIlPw3UcWDDUpOFdb5FTRNzBTlp { top:29.5rem;left:13.8125rem;width:20rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPMgFs5JReuuif3EphvrLsb7ZV2ZaZDA { top:39.1875rem;left:16.0625rem;width:15.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lFpPE31cHhIQbkKRg9OVNngtXcd8TOTx { top:27rem;left:13.4375rem;width:20.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmcvcfFDSQ0nDATzuAZJ14niSwoVl31K { top:29.5rem;left:27.75rem;width:20rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFSGZ5kncvo1W2E7xrVkgCagoqgdWEWM { top:27rem;left:27.75rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTmO4ATwaJW4gDukVPQ2HXFBmKPMUnWW { top:37.625rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JutZS8KWEu5tuLDsK5rCoG16tBrlBz2g { top:29.4375rem;left:0rem;width:17.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seTJd8ZWy2IoNDWOs2SCmpWhC7Ueghni { top:37.625rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5HCrUMWD1B6J4ENhdyrdxonG5ERdAER { top:27rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkPcgOTwGkGT0TkTd1ECaZGcbZxEzDmA { top:42.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VacodbrL1QUWTBhs32NcGZM92bHkBxAu { width:25.875rem;height:2.5rem;top:47.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEzMPa9Oh8KBTtTTAAOJUIBJzhNe4NZB { display:block; }
 }@media only screen and (max-width: 763px) { #p6skzVEGmWihu8xn9yTHpP1RftWaabsr { top:38.5625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugy8p2iuaMolfiq11IQzlmJcuaJoX4ZP { top:37rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z735CCJML1paNVPGgn56ozwbMrmArwqo { top:37rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABmeVogIuvmNwxWZKLzWJXe8nftEv1z { top:16.75rem;left:0rem;width:7.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0EkTDSgt8ApUdiRc1u09kDVqCnDNwnV { top:17.5625rem;left:40.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Picc5UJlLf2iDDJ00vlEdHqMQNhNI1 { top:17.375rem;left:20.3125rem;width:7.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro0lIU4SWJ4H68vPiqBy1gxvEeDSsH54 { top:54.875rem;left:2.15625rem;width:43.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5BpS2ltSem9MBZQDlopdogBwv0JsmmA { width:15rem;height:2.5rem;top:50.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0w2bN3P1ix4OFB3UGi7dmoqcdRTpsHI { display:block; }
 }@media only screen and (max-width: 763px) { #KNNIHe1r529T1Jo7fD2pI0N9yJdMXiQx { top:50.3125rem;left:28.6875rem;width:4.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtMkfR6p6oDJg8LapKgh2fHJ5cn7A7ed { top:50.625rem;left:29.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { top:3.1875rem;left:6.5625019073488rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 { top:9.875rem;left:20.6875rem;width:1.625rem;height:1.625rem;display:block; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #CQyw6DsbImreav9da73rGywVHHUN8Uhw { top:9.875rem;left:23.0625rem;width:1.625rem;height:1.625rem;display:block; }
#CQyw6DsbImreav9da73rGywVHHUN8Uhw > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #TLl1550Xcd9K8E90y9KOxsznDwSpCf7T { top:9.9375rem;left:25.5rem;width:1.625rem;height:1.625rem;display:block; }
#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #QNFICSXdNfWV3DPpBHR6TwIpxSqXQGoc { top:6.5625rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy { position:relative;z-index:auto;display:block; }#Tnib8fKcnQ9r1NnNTD6081ptMsGHAVKy > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuinPUgupgoKomHhsTDwuF8FByH3WSun { width:10.4375rem;height:1.75rem;top:0.96875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #manypA0sTKgga69D0c8iEmedWInyxTOE { width:0.0625rem;height:0.0625rem;top:3rem;left:5.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MU9tZmls2AWZQQMRePEMqwkwcH5VXuAt { width:20rem;height:20rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR { display:block; }#Wf0HoP9LupBBEKVin1UIlFdJp7RvlZMR > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNyc1Ds1XqFyce81AiguKKIGKlDbPXNz { width:18.1875rem;height:8.32325rem;top:0.875rem;left:1.8125rem;font-size:2.3125rem;z-index:14998;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SiUHw7TLNFuPE6K5d65inFmwNKdKlGyO { width:14.9365rem;height:18.311625rem;top:57.8125rem;left:2.5625rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #AvDi1u8tiuRITt4IWAMvJE9MXlPf2r8r { width:12.5rem;height:16.68675rem;top:58.625rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-1),1); }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-text {padding-top: 0; padding-bottom: 0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:400;font-style:normal; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-select {padding-top: 0; padding-bottom: 0;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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:initial !important;color:rgba(var(--color-tertiary-1),1);box-shadow: 0rem 0.25rem 1.25rem rgba(var(--color-tertiary-0),0.76) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-1),1); }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-1),1); }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-1),1); }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-1),1); }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw  { width:15.625rem;height:auto;top:22.874566078186rem;left:0.875rem;background-color:#1c1711;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14989; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw .widget-info-text { font-size:1.375rem;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-1),1); }
#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw {display:block;}#kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw { width:15.625rem;height:auto;top:22.874566078186rem;left:0.875rem;background-color:#1c1711;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14989; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #TbvFfkbdT98X6mwHHZ5PmpFHt7nnvnCr {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #maIc6c6W7gKxUlsfTJwFbwW5lVCbMTcR {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #irTQ140G13bBIeBdqtVC1uDt7CakfLVT {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #Grya759LawAD3tHSEqyJ8fiWMqBpOi8B { display:none; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #CQBks82DOxpwOMyOOhzKt1oGRyEGaQf3 {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #DfKHfQIh0s2WM1BKl5Rd1bbzBU9tHp6I {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #n01dvwLduEpDr8M2gbGWHyd0gTPUG3av { display:none; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #ifa831ZImFITT9hgVBngv01wqUUQlo0r {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #JW8QSkhWHrT5zJ25chnOMuy0A57p0euz {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #eDZP1NbvI99FVvu97rCNsTs7LFq9IFKV { display:none; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #RGoNT9HJF9dgL3TkRpg8DsqvtCPMWHwE {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #IlcaJhBXNXWSK8NtDgdokVex21SXinL1 {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #SNAmNUktIbPT5eFsNBvD94WEwwUnASIF { display:none; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #IBqOov0bLJOwM80KkeTDuJ7b4xMVEWnR {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #ANJKfmmKNKlzHPFxtQ8ABU9bKTTaLdqU {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #DNXJUqOv4Ed7KbqOE0qQoLg6mTTwUuJe { display:block; }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #wGnVt0VqH8ebef481JbKp12t7r3TVSEH {  }
 }@media only screen and (max-width: 763px) { #Z3OPOsocp7f9plHxSubkkTA4o1JgZimQ #k0tVxwraWe7Jf8ayqfSRah6BdptFmCcz {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #Er8ZDxrAWVTWtgrdod8NVdGNau1Ow4cZ {  }
 }@media only screen and (max-width: 763px) { #kIvoyH2Vsa6p2iPeuoNCEZgksOtLC8uw #a6G5syRsnIDT74FnWXNpQAAMKkoTBThM {  }
 }@media only screen and (max-width: 763px) { #tOh96hyLIWN3U2VoTyR2FFsQ1ax07kux { width:4.75rem;height:1.2999125rem;top:30.162326812744rem;left:12.305121719837rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #uyI2T4TyPhIV0L4sfCPOWA6w3kd9O57T { width:17.5625rem;height:9rem;top:19.075954437256rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zfHCuG0LAXrJIqBAH1Js4nToXb4AdCIf { width:17.6871875rem;height:1.6484375rem;top:50.3740234375rem;left:1.1552734375rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tSGoNG8K6qSB9VQqUkpFJZFqhCo19ITc { width:19.625rem;height:19.625rem;top:9.375rem;left:0.1875rem;z-index:14986;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe { width:17.5625rem;height:6.3984375rem;top:50.5078125rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#XF4kJ2vixt7o3T7HDT2Nyf4Ie3MObfEe li:before{  }
 }@media only screen and (max-width: 763px) { #LUP2LsXt4v7qHPlmToPEadqw989C9XBw { width:20rem;height:auto;top:28.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mQ5JNe0AoisZBppJQg06xXNkhPF3FuIO { width:10.625rem;height:14.4998125rem;top:59.75rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9DG0vTKB0AQn6g1e8ew3zq6W9XHUOBC { width:1.25rem;height:1.25rem;top:70.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMHt849xDFcH7Z8e41uxZdVGsmLec4OJ { width:9.375rem;height:0;top:52.5859375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C519Xs47WNOtP0zTMihnMcMTprEqbkdX { width:15.6875rem;height:7.9980625rem;top:70.625rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15026;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SprhqgR7Xf0hukbIi4WtDIMy6Do8g8zm { top:56.875rem;left:2.1875rem;width:15.5625rem;height:11.875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dAs8ogL2kS2WwPVK3TnFOd3GCWsLiUDy { top:71.5rem;left:1.5rem;width:0.0625rem;height:6.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gCUZHGp1EpmO427NivUhL4T0wP9JRB0N { width:15.875rem;height:2.5rem;top:53.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhwAkMWpJAQTzPtGdZKoG2kTWlDp70S { display:block; }
 }@media only screen and (max-width: 763px) { #SStPZnKNbXd3NTM9aa80nzTnVh4Xopyq { width:4.6875rem;height:2.5rem;top:53.125rem;left:14.1875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #iyhMNUznOzO7kSST1JKx036smZUTCllQ { display:flex;width:1.875rem;height:1.875rem;top:53.4375rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp { display:block; }#bsFQRWp8VXxAuwzvvnJ4IOrSH6rqJHtp > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvTXW1sEXVJVkEMN0V0TfzeOflEx1ncd { width:16.8125rem;height:3.75rem;top:2.9375rem;left:1.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xC0zbAZS1vvWsJbKEqRrJdxtaKmQNlke { width:18.4375rem;height:7.9980625rem;top:28.18701171875rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VfmsDDK2ac4phT857iyCk1VlsAR9s8SQ { width:18.375rem;height:7.9980625rem;top:36.87255859375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bS9E21so8JoWn17mGsZNGoEVGqoUxzMq { width:1.25rem;height:1.25rem;top:26.25rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMs0IQpx65PllODuKhSsSWkrB1zDl6Ka { width:9.375rem;height:0;top:46.6953125rem;left:5.3125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AapD2OJl8NJ4HvLzuLdynqRoihFh6iO8 { width:17.0625rem;height:17.0625rem;top:7.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEaCgbvTMMgbw8itpvXNz54az5Hrhw6 { width:12.375rem;height:4.625rem;top:13.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gre7dp3EIfvCXTryOmgM2HPyxU7Sioyy { width:10.9375rem;height:4rem;top:18.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRWDHp5AM679nJGDFeR9dGqooZlVKxp { width:8.3125rem;height:3.0625rem;top:9.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfoFRJLcNXtVrHtlIFd5XcIrm1TMmQb { top:15.90625rem;left:1.5625rem;width:0.0625rem;height:10.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HrHgqHqdgCduuZTMaCR2ood97US3ir4e { display:block; }#HrHgqHqdgCduuZTMaCR2ood97US3ir4e > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9TwCR1e31NfrQm3wDaCQfnR5PZ2b8Cn { width:20rem;height:3.75rem;top:2.2500004768372rem;left:0rem;font-size:1.5625rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZQnAHGHs1UPl7fM1T61eGp9yCMVQpXf { width:17.375rem;height:0;top:7.2356772422787rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nqoiIxDgkgxSAb4oRy9L73cexpBkFfqc { width:20rem;height:1.75rem;top:9.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tdlCGGIAeHQLpCxo8C23pKe2ETNMNFht { width:20rem;height:4.798825rem;top:11.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InMvLiQ98WHu6aIpck8ExzSSFddxzoBg { width:20rem;height:1.75rem;top:55rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CqScLr3FMn4PRE3FudcCWsrOgkrVTlzq { width:17.5625rem;height:9.597625rem;top:58.125rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqdcNaEguavE2MLuhIhlT71bNXthqMeJ { width:15.4375rem;height:19rem;top:33.875rem;left:2.3125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #hvZcQ6E01JBl5iq9Ph6AVJ9TEJcpJh99 { width:11.125rem;height:6rem;top:45.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXav2zlzD3mflmmTel6MhdoHE2kW0zae { width:20rem;height:1.75rem;top:22rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TGRXK1z7MfpNyFq3vTm33ikAB20ZRDST { width:17.875rem;height:6.3984375rem;top:24.8125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olMRepHVul3ZLzgL0O0XUsDEFUQf92Vb { width:11.1875rem;height:6.5625rem;top:36.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw46tKca94w2IMbnhWmLVhOKF7DquMK3 { width:1.25rem;height:1.25rem;top:18.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0kEHbKkwwSlwtPsDBhWmya6TIRBTUtX { width:9.375rem;height:0.0625rem;top:18.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBPVxG9PHRQ3dnrCo2a0TTXk43Oa8bMp { width:9.375rem;height:0;top:14rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHCdPQgzdhoqzi63ZsXwtEekOKbMfVEv { width:1.25rem;height:1.25rem;top:16.0989625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEK20Ef5AzevafFVrpWVeyXgLItt5sJ1 { width:1.25rem;height:1.25rem;top:64.062503337862rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6QFt0WmOTdcZVVnPFCWyrNIxlBLtatf { width:0.0625rem;height:21.875rem;top:32.822490124512rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb0LPnCu4FqsvXe76t27UAgtgVJoA6zq { width:4.375rem;height:0.0625rem;top:32.812074093628rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTov4uzfdnrKbZRhrs9VLKGITZAO4lNP { width:4.375rem;height:0.0625rem;top:54.687074093628rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfzgbPygX6ptSDrPHhovKceMcg0keVnE { width:3.25rem;height:0.0625rem;top:62.970932495119rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnFm3M3D5Q5zJzlXderSVoC3JxLxrzuC { width:12.9375rem;height:17.3125rem;top:34.72216796875rem;left:3.625rem;background-color:#f1f1f1;background-image:none;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zuZTlEnL8A1gXT1oXokXnZJU9Optpr { width:3.125rem;height:2.5rem;top:69rem;left:14.6875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #yIoxwS2eXGzqLLbA7wNItkeux3AOahyM { width:16.5625rem;height:2.5rem;top:68.9716796875rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vHT2C4ThQZ8nlydWXDScdSO1cmmzo8 { display:block; }
 }@media only screen and (max-width: 763px) { #p527JRxn7EnVT9yqdXIwnwzXJT0IIC7S { display:flex;width:1.875rem;height:1.875rem;top:69.3125rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP { display:none; }#BTBUWyuBlt3hgpDD4GLkCB9KzT8Z4DhP > .row .container { width:20rem;height:101rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zzoq8DeDZILOIVwXyVfmVGNA3KUltsUl { width:18.125rem;height:5.625rem;top:3.5rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8AT6XIlPw3UcWDDUpOFdb5FTRNzBTlp { width:16.8125rem;height:7.9980625rem;top:47rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPMgFs5JReuuif3EphvrLsb7ZV2ZaZDA { width:0.0625rem;height:10.125rem;top:86.84505rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFpPE31cHhIQbkKRg9OVNngtXcd8TOTx { width:12.9375rem;height:3.5rem;top:42.3125rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KmcvcfFDSQ0nDATzuAZJ14niSwoVl31K { width:18.75rem;height:6.3984375rem;top:67.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFSGZ5kncvo1W2E7xrVkgCagoqgdWEWM { width:20rem;height:1.75rem;top:64.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yTmO4ATwaJW4gDukVPQ2HXFBmKPMUnWW { width:11.25rem;height:0.0625rem;top:76.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JutZS8KWEu5tuLDsK5rCoG16tBrlBz2g { width:18.375rem;height:6.3984375rem;top:24.875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seTJd8ZWy2IoNDWOs2SCmpWhC7Ueghni { width:0.0625rem;height:10.125rem;top:72.97005rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5HCrUMWD1B6J4ENhdyrdxonG5ERdAER { width:11.125rem;height:3.5rem;top:20.3125rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xkPcgOTwGkGT0TkTd1ECaZGcbZxEzDmA { width:16.1875rem;height:3.8984375rem;top:78.5625rem;left:1.90625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VacodbrL1QUWTBhs32NcGZM92bHkBxAu { width:19.5625rem;height:2.3125rem;top:84.5rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEzMPa9Oh8KBTtTTAAOJUIBJzhNe4NZB { display:block; }
 }@media only screen and (max-width: 763px) { #p6skzVEGmWihu8xn9yTHpP1RftWaabsr { width:1.25rem;height:1.25rem;top:98.22005rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugy8p2iuaMolfiq11IQzlmJcuaJoX4ZP { width:1.25rem;height:1.25rem;top:113.22005rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z735CCJML1paNVPGgn56ozwbMrmArwqo { width:1.25rem;height:1.25rem;top:75.53125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABmeVogIuvmNwxWZKLzWJXe8nftEv1z { width:5.625rem;height:5.25rem;top:13.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0EkTDSgt8ApUdiRc1u09kDVqCnDNwnV { width:5.625rem;height:5.625rem;top:57rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Picc5UJlLf2iDDJ00vlEdHqMQNhNI1 { width:5.625rem;height:5.8125rem;top:34.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro0lIU4SWJ4H68vPiqBy1gxvEeDSsH54 { width:16.6875rem;height:7rem;top:92.25rem;left:1.6562500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V5BpS2ltSem9MBZQDlopdogBwv0JsmmA { width:15rem;height:2.5rem;top:87.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0w2bN3P1ix4OFB3UGi7dmoqcdRTpsHI { display:block; }
 }@media only screen and (max-width: 763px) { #KNNIHe1r529T1Jo7fD2pI0N9yJdMXiQx { width:4.0625rem;height:2.5rem;top:87.5625rem;left:14.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FtMkfR6p6oDJg8LapKgh2fHJ5cn7A7ed { display:flex;width:1.875rem;height:1.875rem;top:87.875rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { width:12.8125rem;height:2.19965rem;top:2.5625rem;left:3.59375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 { display:flex;width:1.62456875rem;height:1.62456875rem;top:8.6610260009762rem;left:6.0625rem; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 > img { max-width: 100%;max-height:100%; width:1.62456875rem; height:1.62456875rem; } }@media only screen and (max-width: 763px) { #CQyw6DsbImreav9da73rGywVHHUN8Uhw { display:flex;width:1.62456875rem;height:1.62456875rem;top:8.6610260009762rem;left:9.1875rem; }
#CQyw6DsbImreav9da73rGywVHHUN8Uhw > img { max-width: 100%;max-height:100%; width:1.62456875rem; height:1.62456875rem; } }@media only screen and (max-width: 763px) { #TLl1550Xcd9K8E90y9KOxsznDwSpCf7T { display:flex;width:1.62456875rem;height:1.62456875rem;top:8.6610260009762rem;left:12.25rem; }
#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T > img { max-width: 100%;max-height:100%; width:1.62456875rem; height:1.62456875rem; } }@media only screen and (max-width: 763px) { #QNFICSXdNfWV3DPpBHR6TwIpxSqXQGoc { width:20rem;height:1.3999rem;top:6.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }