.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:218,225,227;--color-primary-1:130,156,162;--color-primary-2:5,57,68;--color-primary-3:3,29,34;--color-primary-4:1,9,10;--color-secondary-0:217,239,243;--color-secondary-1:128,202,215;--color-secondary-2:0,149,174;--color-secondary-3:0,75,87;--color-secondary-4:0,22,26;--color-tertiary-0:255,255,255;--color-tertiary-1:248,240,230;--color-tertiary-2:233,204,173;--color-tertiary-3:117,102,87;--color-tertiary-4:23,20,17;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi { position:relative;display:none; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi { border-width: 0; border-radius: 0; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CTknn0Pe36Tu8bw8bbdMTyL31yzwR8He { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#PStueadUm9tTbO8MXCm43RPaqI16xUXB { 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:10.9375rem;width:18.75rem;display:none; }
#doqK38n78waJBAwQ5gO7fNm9JONSDR7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container { background-color: transparent; background-image: none; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container > .video-iframe-container { display: none; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row > .video-iframe-container { display: none; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .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); }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container { border-width: 0; border-radius: 0; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;position:relative;display:block; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container { background-color: transparent; background-image: none; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container > .video-iframe-container { display: none; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row > .video-iframe-container { display: none; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .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); }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container { border-width: 0; border-radius: 0; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz { position:relative;display:none; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz { border-width: 0; border-radius: 0; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#V7t0Uf4JEmuVrNtZRw5VzGZ7elUnFJAb { position:absolute;display:block;z-index:15005;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:4.4370625rem;width:7.624875rem;top:1.0595149993896rem;left:17.121463775635rem;overflow:hidden;display:block; }
#gZUqD6fhXO7t6esQGxpl6Z9bISWoRD4o { box-sizing:content-box;height:12.5625rem;width:12.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);top:-6.1250648498535rem;left:14.248767852783rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ACIC5RFbRltLVvlyDRbTQl2LXKv80HTA { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4993125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.283889770507rem;left:6.1820969581604rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#oEz5RIgx8ZcFF7MbTQ8qS4OcamdqaRa0 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9373125rem;position:absolute;font-family:newyork;font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.057250976562rem;left:0.46290874481201rem;height:8.4491875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9IP82KApcdF1OfdD2y1RTwDlHRHnFUb { 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:41.0625rem;width:41.0625rem;top:-11.124900817871rem;left:-26.500643502502rem;overflow:hidden;display:block; }
#nWoX6xSAUbEFSLMiD2DuUDm6bpN0Bncn { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.875rem;width:56.875rem;top:4.9742698669434rem;left:64.142002105713rem;overflow:hidden;display:block; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-form-header {  }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:26.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;box-shadow: none; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;text-align:left;text-align-last:left; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:26.125rem;height:3.5rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .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; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-container:first-of-type{padding-top:0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-container:last-of-type{padding-bottom:0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);z-index:15006;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;position:absolute;top:6.309005737305rem;left:44.080019474029rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.125rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc {display:block;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);z-index:15006;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;position:absolute;top:6.309005737305rem;left:44.080019474029rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #CPNA3xROIK08IPTqqyMzdiDVctum0ebK { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #yMlmBpQNhIJlymrmAdHBOu40AU05Rz4c { position:relative;display:block; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #nKb6RdAZR0xyubaS7EMw6Zzx5LzJnRkT { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #lTFEvg6opiw1arCA6rTqOn6bqnd5XovC { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #XWTxCIv5Fdc4eF5ieSRuvWTHd2H9w8MZ { position:relative;display:block; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #L1k3g9QD1Jy10wSqRB2EXbklcaplktdI { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #VlLoTBb8vvLaTFUAuZPt75RcCJIrR1EQ { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #DxPERT16M6igUGpAKl5UossHdn4kBJTB { position:relative;display:block; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #mtlIeToNAiCJxTs2dV0nwIaSw3lS0xIs { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #QJADk4tX3bPRwPkT9hDykViDOiFtDPwT { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #F1M0m3BCl0GUvkPg9NqAL1W1y132OQwi { position:relative;display:block; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #nXBGsBSh3LILP7py5i9qPTpZoZ2Dn5TD { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #BNtqi0uTqF3ZAQGPVwM6Au15KQqLuQMt { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #zFkfPIdT5PnarSiKFi9uUBdrolONIabI { position:relative;z-index:2; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #BBUHfkdtwCT9dnNw1n4dpGLQqysZhRuu { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #XhoJ8w35FtrO7nVhOuIohwIcQopXFK3T { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #Xk5CsBeD4dIK94D2w7my61TTtcVBeffJ { position:relative;z-index:2; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #sfNHaDZ7TfNq6Zd2lPnuQExugz6DPMRf { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #qtSvNRIqMpVpnkW6ZI52ypZmZ4N5A975 { position:relative; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #qfZAu8AKufrs1sDS8a1UoSVnnT5xCNKz { position:relative; }
#tUOXbwIIAIhSV33MMweFC7SfWyaKVygD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1868125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.749710083007rem;left:3.8120617866516rem;height:6.501875rem;text-align:center;text-align-last:center;display:block; }
#ENTgTHOB1c5shgFebNJ00QGfAbsEGZLs { box-sizing:content-box;height:8.4375rem;width:56.0625rem;position:absolute;display:block;z-index:14996;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.780955314636rem;left:-15.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container { background-color: transparent; background-image: none; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container > .video-iframe-container { display: none; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row > .video-iframe-container { display: none; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .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); }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container { border-width: 0; border-radius: 0; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#VeKOoKiPm2GWJ2A3lzVpWc0XTDga7mER { 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:5.06230625rem;width:5.06230625rem;top:6.5625rem;left:6.875rem;overflow:hidden;display:block; }
#mDdbQGoCuIADivTk5tw9ZTM3pMU8Xq0a { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06230625rem;width:5.06230625rem;top:6.5625rem;left:25.625rem;overflow:hidden;display:block; }
#kRZTeuFci1J4s7pcwK4B1kM2u38T8QO8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06230625rem;width:5.06230625rem;top:6.5625rem;left:44.3125rem;overflow:hidden;display:block; }
#lpZu8meo7H73vtxARyyHtprd1Vfn40f5 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06230625rem;width:5.06230625rem;top:6.5625rem;left:63.125rem;overflow:hidden;display:block; }
#fvLRn2l45rGPSCVDn17qZQKc1GzfSmfD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.624416351318rem;left:1.0619487762451rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#p7gCN0OMk3nNVR0veKiBVXiXzVhcQqTS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.312375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.624416351318rem;left:20.967193603516rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#nQRoEPamRV5rCiCsRdOeNkIKuLgQ6Npd { color:rgba(var(--color-tertiary-0),1);display:block;width:13.249625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.624416351318rem;left:40.24938583374rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#TQ4GOs2pZ8zyRkkyJxw9E0k5KUmsyChl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.249625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.624416351318rem;left:58.99938583374rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#Zig8W4Pb3K0AvOIsmUEB8F1Dk7E7urGW { box-sizing:content-box;height:5.93685rem;width:8.6245625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.1875rem -0.1875rem 0.1875rem rgba(var(--color-tertiary-0),0.75) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.125rem;left:5.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mIFfgtkVwvhH2Ks8zhTEw3JVhi76dUCT { box-sizing:content-box;height:5.9360375rem;width:8.62375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(75deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(75deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(75deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(75deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(75deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.1875rem -0.1875rem 0.1875rem rgba(var(--color-tertiary-0),0.75) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.125rem;left:23.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#H0amUhgTyRfIh5eDNwipKQtI6zmTdmpm { box-sizing:content-box;height:5.93523125rem;width:8.6229375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.1875rem -0.1875rem 0.1875rem rgba(var(--color-tertiary-0),0.75) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.125rem;left:42.5625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#natPpmiXzISc7e7iCNwIKE907MGpANTw { box-sizing:content-box;height:5.93523125rem;width:8.622125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.1875rem -0.1875rem 0.1875rem rgba(var(--color-tertiary-0),0.75) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.125rem;left:61.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container { background-color: transparent; background-image: none; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container > .video-iframe-container { display: none; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row > .video-iframe-container { display: none; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .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); }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container { border-width: 0; border-radius: 0; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#OWNst11QHpqvHJXmKSt5voho0Eca2L7C { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75078625rem;height:3.7506175rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.1233768463135rem;left:25.623863220215rem;display:block; }
#Oam5uNDQRh0NnaEN9pEQ7gmvknLPhxMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO { position:relative;display:block; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO { background-color: transparent; background-image: none; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row .container > .video-iframe-container { display: none; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row > .video-iframe-container { display: none; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .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); }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO { border-width: 0; border-radius: 0; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T3rlg8bbsIaM7pvwZ3ktVxsJoWnlXVZp { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4994375rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3059139251709rem;left:0rem;height:3.24985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kax0KcKgXaSQC5w5GV03uwlmrfIuUR70 { box-sizing:content-box;height:3.75rem;width:75rem;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:3.084114074707rem;left:-25.538551330566rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rEiDmimpA4Gqf0TaH9doucNqhbW8lo2k { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.559676885605rem;left:0rem;height:2.60075625rem;text-align:left;text-align-last:left;display:block; }
#are3pdrDtFOrIyxTxOVXeIag20qVm3f1 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:39.375rem;top:-4.2818298339844rem;left:61.654948698731rem;overflow:hidden;display:block; }
#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c { position:relative;display:block; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c { background-color: transparent; background-image: none; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row .container > .video-iframe-container { display: none; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row > .video-iframe-container { display: none; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .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); }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c { border-width: 0; border-radius: 0; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F6nyK5n5RfeABNILNUbZthxVDTMoOAdB { 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:6.25rem;width:6.25rem;top:4.9986801147461rem;left:24.999267578125rem;overflow:hidden;display:block; }
#TZ9TFr3a69MKQBuABtQSuqAFwAxNxVPv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.9986801147461rem;left:6.249267578125rem;overflow:hidden;display:block; }
#hCizmPnBuptbSyW8otCl2oqOT19uLBQr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.499875rem;width:6.499875rem;top:4.8716354370117rem;left:43.622215270996rem;overflow:hidden;display:block; }
#QnlXQgpZb5ATaKtTkdkO4bprtZQLx9TO { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.68725rem;width:6.68725rem;top:4.7774505615234rem;left:62.280220031738rem;overflow:hidden;display:block; }
#RUJTxl5kOGt5TlAAiAs3ySGPn7I9dR2w { color:rgba(var(--color-primary-2),1);display:block;width:16.6245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.809722900391rem;left:19.810157775879rem;height:1.30038125rem;text-align:center;text-align-last:center;display:block; }
#ZilmknXhkJAvVVceuT8c2paOi0UPRJAb { color:rgba(var(--color-primary-2),1);display:block;width:16.6245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.809722900391rem;left:38.560157775879rem;height:1.30038125rem;text-align:center;text-align-last:center;display:block; }
#whMcrWi9mnMz3m9TEPyk1lgCvNwZ7Eho { color:rgba(var(--color-primary-2),1);display:block;width:13.93675rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.161354064941rem;left:2.4050827026367rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#i73knu6f45WIKtIhT3ZKl3BOUvkPOiKM { color:rgba(var(--color-primary-2),1);display:block;width:12.8110625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.136973708868rem;left:59.218748569489rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#O64JVOLqP3PMmlahXDIloHo3m7SEH9NP { color:rgba(var(--color-primary-2),1);display:block;width:13.9359375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.434867858887rem;left:2.4357452392578rem;height:5.20151875rem;text-align:center;text-align-last:center;display:block; }
#hFG6Cr1RtFNNrpsTFvduCq7Os9tg88LZ { color:rgba(var(--color-primary-2),1);display:block;width:15.7499375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.434867858887rem;left:20.248245239257rem;height:5.20151875rem;text-align:center;text-align-last:center;display:block; }
#Tl7N1QctbQnulm1CT04Q0VXaVKvU3TgG { color:rgba(var(--color-primary-2),1);display:block;width:15.49925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.434867858887rem;left:39.123100280762rem;height:3.9011375rem;text-align:center;text-align-last:center;display:block; }
#KaSpUoLLlzHdJF3bWEghRhiHdOIMTVT1 { color:rgba(var(--color-primary-2),1);display:block;width:15.4984375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.434867858887rem;left:57.873100280762rem;height:5.20151875rem;text-align:center;text-align-last:center;display:block; }
#Ip2mNSIz1uwLV3NZ1cCrcnEVBAkGW0Wp { 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:36.5rem;width:36.5rem;top:8.5925962817381rem;left:-25.792158388672rem;overflow:hidden;display:block; }
#JATxPFFsOkkGPne5UuDCmGsyXfsMT3Wo { box-sizing:content-box;height:1.875rem;width:16.6245625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.521903991699rem;left:19.811623096466rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UlZsohRNNfo6XmzfI5Q82zUJTPKkuCRM { box-sizing:content-box;height:1.875rem;width:16.6245625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.521903991699rem;left:38.561621189118rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#d6h2Bwx2ieV9UfseTtyVBVPliHmJhFvN { box-sizing:content-box;height:3.1870625rem;width:16.6245625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.905958175659rem;left:1.0623540878296rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IyLANoyXf65lez33WpvMoU2oelpJE8bv { 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:36.5rem;width:36.5rem;top:8.5925962817381rem;left:-25.792158388672rem;overflow:hidden;display:none; }
#wa7iPAgv9hxpNTT0vWgvPvi9sSiv2rnx { box-sizing:content-box;height:3.1870625rem;width:16.6245625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.843456596136rem;left:57.312353610993rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ { position:relative;display:block; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ { background-color: transparent; background-image: none; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row .container > .video-iframe-container { display: none; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row > .video-iframe-container { display: none; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .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); }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ { border-width: 0; border-radius: 0; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ViXbgiWRvIgxRpU5x3eTGiATcS7etFLI { 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:15.1869375rem;width:22.8125rem;top:1.4375rem;left:3.375rem;overflow:hidden;display:block; }
#baSpHEuzDCnw9CPDquO8aEWwTivFVoAg { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.6875rem;top:18.0625rem;left:3.375rem;overflow:hidden;display:block; }
#mv4zWzfSxVedryAnvx0VXGOahg1FXBk1 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.687375rem;width:20.9375rem;top:1.4375rem;left:27.1875rem;overflow:hidden;display:block; }
#u6NwWmE5dHLDD59Kbfhb7nZVlVnbuUIq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.6875rem;top:1.4375rem;left:49rem;overflow:hidden;display:block; }
#FeBVf8ZCywv53zRLxJpU1c97s6pm3SlW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:22.625rem;top:18.0625rem;left:49rem;overflow:hidden;display:block; }
#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container { background-color: transparent; background-image: none; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container > .video-iframe-container { display: none; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row > .video-iframe-container { display: none; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .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); }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container { border-width: 0; border-radius: 0; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#QXJOX8dtLSdT3XyzIlxSwlgwsU9XLwV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1870625rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6236853599548rem;left:8.4061036109925rem;height:3.2499375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container { background-color: transparent; background-image: none; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container > .video-iframe-container { display: none; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row > .video-iframe-container { display: none; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .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); }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container { border-width: 0; border-radius: 0; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#TTOqWXfJknDQqBPV8qGEqmA3ywBCDu4b { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4988125rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4940123558044rem;left:9.8705806732175rem;height:3.2499375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4mhIGdkCdW48rGiL63vTlJHmLssdNyb { box-sizing:content-box;height:5.74985625rem;width:55.749875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:3.0656757354736rem;left:9.4480133056637rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ONfTCQHB3g1zPadesVvSUd8Ngn9uCcl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.561625rem;position:absolute;font-family:newyork;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:18.3125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L07S2pGTDJH1KGxtL21TzINbaoVusDbF { color:rgba(var(--color-tertiary-0),1);display:block;width:50.124125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:18.3125rem;height:1.30038125rem;text-align:left;text-align-last:left;display:block; }
#v0eKs4IkBRXi9Ry0ofmWK1OOBr5kBreT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4988125rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:9.875rem;height:3.2499375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWFLkNnpfmIgDE9sm5NKUDP5S56EoV0P { box-sizing:content-box;height:5.74985625rem;width:55.749875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:10.625rem;left:9.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ehsxTIchvKmUgmqnEVmvOIGo03u4lxik { color:rgba(var(--color-tertiary-0),1);display:block;width:48.561625rem;position:absolute;font-family:newyork;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12rem;left:18.3125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DFELL6odZfdGQC4QoTtEs8Eog2v3dWEP { color:rgba(var(--color-tertiary-0),1);display:block;width:50.124125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.0625rem;left:18.3125rem;height:1.30038125rem;text-align:left;text-align-last:left;display:block; }
#JUzN2T57OUWgpRRfTZBiARQy3twKG8G0 { box-sizing:content-box;height:7.125rem;width:55.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:18.5rem;left:9.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#V6XhTll1dxZ0hi8VPeRDFHMNWMdG3hGx { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.9375rem;left:18.3125rem;height:2.60075625rem;text-align:left;text-align-last:left;display:block; }
#IRqE4bthhdP7BDAxUlOuqelvQbMqtiBG { color:rgba(var(--color-tertiary-0),1);display:block;width:48.561625rem;position:absolute;font-family:newyork;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.875rem;left:18.3125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v68lcbCPE7bBBENRTBTvLfQqG74GxuQN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4979375rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.610942840576rem;left:9.86784362793rem;height:3.2499375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rhxTIiDgb7nkvGtEGnnPMmClsDBw9kbO { color:rgba(var(--color-tertiary-0),1);display:block;width:55.686875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.684761047363rem;left:9.656103134155rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container { background-color: transparent; background-image: none; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container > .video-iframe-container { display: none; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row > .video-iframe-container { display: none; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .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); }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container { border-width: 0; border-radius: 0; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#rfrC8glZwsPeThS7kDwNEaLy33hmzITU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75078625rem;height:3.7506175rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.1233768463135rem;left:25.623863220215rem;display:block; }
#GDQcyKIE3bFkcUG072gm3reIcDGFHCu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HD1m4TqovosegTMtxVXEioWkN1q7iE8I { position:absolute;display:block;z-index:15004;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:42rem;width:42rem;top:0rem;left:54.782123569489rem;overflow:hidden;display:block; }
#OdPWP0r1lSApNmCCMCDbEbhlGtcEioPt { position:absolute;display:block;z-index:15005;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:27.5625rem;width:27.5625rem;top:20.209956882477rem;left:-16.557404625rem;overflow:hidden;display:block; }
#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI { 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; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container { background-color: transparent; background-image: none; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container > .video-iframe-container { display: none; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row > .video-iframe-container { display: none; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .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); }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container { border-width: 0; border-radius: 0; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#TH2Ui6u19zCAdhqPxEOSXoO768Ax9Hwb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.0625rem;height:3.24985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nCLsMLbHvT9a8eSZc0VJHP1cfUT3Bpsb { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15005;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:3.9369163513184rem;left:-13.499122619629rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#RCdSuXFNMUaXZ1KTKr4ATdTonossZPqC { color:rgba(var(--color-primary-2),1);display:block;width:52.5620625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9975261688231rem;left:0rem;height:1.30038125rem;text-align:left;text-align-last:left;display:block; }
#crezsRCsJRlSmg4S0SwVGvnOlItg4GaN { color:rgba(var(--color-primary-2),1);display:block;width:52.5620625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.322135925293rem;left:2.9826226234436rem;height:9.10266875rem;text-align:left;text-align-last:left;display:block; }#crezsRCsJRlSmg4S0SwVGvnOlItg4GaN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#crezsRCsJRlSmg4S0SwVGvnOlItg4GaN li:before{  }
#g8HQOsPfTzV7METTQRgQ72qmQOZH9OAw { color:rgba(var(--color-primary-2),1);display:block;width:52.5620625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.058992505074rem;left:11.218603610992rem;height:2.60075625rem;text-align:center;text-align-last:center;display:block; }
#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/18fd6c35-4679-4590-8bdc-b1a090e37f92/supremelightbeigeabstractkreatywnyprojekttla.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk.adaptive-delivery-prevent-bg, #lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk.lazyload, #lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk.lazyloading { background-image: none; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container { background-color: transparent; background-image: none; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container > .video-iframe-container { display: none; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row > .video-iframe-container { display: none; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .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); }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container { border-width: 0; border-radius: 0; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1rem;color:rgba(var(--color-primary-2),1);height:auto; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-primary-2),1);height:auto; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-trigger.adaptive-delivery-prevent-bg, #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-trigger.lazyload, #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-trigger.lazyloading { background-image: none; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri { box-sizing:content-box;height:auto;width:38.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.5604553222656rem;left:16.594624042511rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #xNUpfhRXKQMbWteEoTvx92b8x4NP9vDR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #tOE50Zg5kpgu7oCcXfsz7Whc4IqoFr14 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #uesNGsiyFsEVnQluXPTMOd2UyCIXiEl4 { display:block;position:relative; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #CRS3ckokc3WxX0dZOnL4Xy4za5H6ySBR {  }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #KKAtf7lN0UQV8l7zJ7bW6qtZJPWBeOrC {  }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #TsfNe3n1ZlLxIlTe9U4Xu0lf1LEZbJRH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #IpKfNeyMHw6zeM4VpSqiOuTegN2X1Thp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #sCLizIDH9rLse7cPUuUUwhtpZJq3qR8G { display:block;position:relative; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #dUeZCdCWT9uo2dez9IeGcPyevOAzR3yV {  }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #BkOlOgCgJWugP6U6awsUN3wlayytZs5f { display:none; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #cCBFToGRMBvXtmktMvzLe8ZH36DITRiF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #ViDKtJ3Epbasl0vVFP6lgUGzSgkh5T28 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #GaVo3Zq7vihIgphikXn4lDE1p9u1FGai { display:block;position:relative; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #huZwzHsIAolpa02gvvFkSF0ebvMHd43K {  }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #KMQyFnvT7wBF67kg1a1wSRUeD2ED6Ih3 { display:none; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #IvlDdkPKUB3nyNMTTfSmfGnU3I2ooLBT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #ag6eKLTf7o5c1U2AKvn2LaAfCUmr8TW2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #krfoK3524dZClELCfktzkIofyEHv2XWG { display:block;position:relative; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #A5SVe9uXHF62THurIxfGrUfgKLZiXNXi {  }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #Kumnw05i5Lr3ssEIlgTyHkLH6XVRO4w5 { display:none; }
#CV7a6G2bxSZWXrlsMnwo6yI20Gwu8N7Q { color:rgba(var(--color-primary-2),1);display:block;width:60.1869375rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6850070953369rem;left:7.4058117866519rem;height:3.2499375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI { 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; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container { background-color: transparent; background-image: none; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container > .video-iframe-container { display: none; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row > .video-iframe-container { display: none; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .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); }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container { border-width: 0; border-radius: 0; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#TWMXIeN0PNWdUZ4CuuEEdHPviC6Lfunq { color:rgba(var(--color-tertiary-0),1);display:block;width:69.625rem;position:absolute;font-family:newyork;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9361848831177rem;left:0rem;height:3.24985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fBi7Zbt3b7RCPWCz6k5NpQQiNuZ1ZUdz { color:rgba(var(--color-primary-2),1);display:block;width:55.4994375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9310739040375rem;left:0rem;height:2.60075625rem;text-align:left;text-align-last:left;display:block; }
#SBlTgkFCBsSB4aNaOuvy8MsByUxEsF9i { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15006;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:3.6850173473358rem;left:-7.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#meMiI2DbcNoD181adyL1SaqpxIxmrX4F { 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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:3.4995625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.905664205551rem;left:17.781103610992rem;display:block; }
#BE1tUkrOB987tr4vvsZEPhV3mlopKL21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsuhEHdQo1T2v3GH7wxh496iwXM8XwCi { color:rgba(var(--color-primary-2),1);display:block;width:55.4994375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.493135213852rem;left:7.0626454353331rem;height:1.30038125rem;text-align:center;text-align-last:center;display:block; }
#viJ4PZyhCQD2FZk2artWUL804gtsi4RF { 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; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container { background-color: transparent; background-image: none; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container > .video-iframe-container { display: none; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row > .video-iframe-container { display: none; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .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); }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container { border-width: 0; border-radius: 0; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#UxnulThGUU1Op2rTVIZ1sJ4SXu4CpTsm { position:absolute;display:block;z-index:15006;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.8125rem;width:7.375rem;top:0.6875rem;left:6.4375rem;overflow:hidden;display:block; }
#N4wiy5ICEy73vu9iT9gUwH3AAT2OuPbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:1.13739375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi { display:none; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CTknn0Pe36Tu8bw8bbdMTyL31yzwR8He { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PStueadUm9tTbO8MXCm43RPaqI16xUXB { width:18.75rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #doqK38n78waJBAwQ5gO7fNm9JONSDR7s { display:none; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL { display:none; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz { display:none; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V7t0Uf4JEmuVrNtZRw5VzGZ7elUnFJAb { width:7.5625rem;height:4.4008481809835rem;top:1rem;left:3.4964637756348rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUqD6fhXO7t6esQGxpl6Z9bISWoRD4o { width:12.8125rem;height:12.5625rem;top:-6.125rem;left:0.6237678527832rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACIC5RFbRltLVvlyDRbTQl2LXKv80HTA { width:29.4375rem;height:1.9375rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEz5RIgx8ZcFF7MbTQ8qS4OcamdqaRa0 { width:40.875rem;height:8.4375rem;top:14rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9IP82KApcdF1OfdD2y1RTwDlHRHnFUb { width:41.0625rem;height:41.0625rem;top:-11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWoX6xSAUbEFSLMiD2DuUDm6bpN0Bncn { width:47.75rem;height:47.75rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc  { width:26.125rem;height:auto;top:6.25rem;left:18.875rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc {display:block;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc { width:26.125rem;height:auto;top:6.25rem;left:18.875rem; }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #CPNA3xROIK08IPTqqyMzdiDVctum0ebK {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #yMlmBpQNhIJlymrmAdHBOu40AU05Rz4c {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #nKb6RdAZR0xyubaS7EMw6Zzx5LzJnRkT {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #lTFEvg6opiw1arCA6rTqOn6bqnd5XovC {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #XWTxCIv5Fdc4eF5ieSRuvWTHd2H9w8MZ {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #L1k3g9QD1Jy10wSqRB2EXbklcaplktdI {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #VlLoTBb8vvLaTFUAuZPt75RcCJIrR1EQ {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #DxPERT16M6igUGpAKl5UossHdn4kBJTB {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #mtlIeToNAiCJxTs2dV0nwIaSw3lS0xIs {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #QJADk4tX3bPRwPkT9hDykViDOiFtDPwT {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #F1M0m3BCl0GUvkPg9NqAL1W1y132OQwi {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #nXBGsBSh3LILP7py5i9qPTpZoZ2Dn5TD {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #BNtqi0uTqF3ZAQGPVwM6Au15KQqLuQMt {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #zFkfPIdT5PnarSiKFi9uUBdrolONIabI {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #BBUHfkdtwCT9dnNw1n4dpGLQqysZhRuu {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #XhoJ8w35FtrO7nVhOuIohwIcQopXFK3T {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #Xk5CsBeD4dIK94D2w7my61TTtcVBeffJ {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #sfNHaDZ7TfNq6Zd2lPnuQExugz6DPMRf {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #qtSvNRIqMpVpnkW6ZI52ypZmZ4N5A975 {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #qfZAu8AKufrs1sDS8a1UoSVnnT5xCNKz {  }
 }@media only screen and (max-width: 763px) { #tUOXbwIIAIhSV33MMweFC7SfWyaKVygD { width:34.125rem;height:;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTgTHOB1c5shgFebNJ00QGfAbsEGZLs { width:47.75rem;height:8.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDyWpOouDVZDygScEwEFqwWdhM0Wld47 { display:block; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeKOoKiPm2GWJ2A3lzVpWc0XTDga7mER { width:5rem;height:5rem;top:6.5625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDdbQGoCuIADivTk5tw9ZTM3pMU8Xq0a { width:5rem;height:5rem;top:6.5625rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZTeuFci1J4s7pcwK4B1kM2u38T8QO8 { width:5rem;height:5rem;top:6.5625rem;left:27.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZu8meo7H73vtxARyyHtprd1Vfn40f5 { width:5rem;height:5rem;top:6.5625rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvLRn2l45rGPSCVDn17qZQKc1GzfSmfD { width:16.5625rem;height:2.5625rem;top:13.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7gCN0OMk3nNVR0veKiBVXiXzVhcQqTS { width:14.25rem;height:2.5625rem;top:13.5625rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQRoEPamRV5rCiCsRdOeNkIKuLgQ6Npd { width:13.1875rem;height:2.5625rem;top:13.5625rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4GOs2pZ8zyRkkyJxw9E0k5KUmsyChl { width:13.1875rem;height:2.5625rem;top:13.5625rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zig8W4Pb3K0AvOIsmUEB8F1Dk7E7urGW { width:8.5625rem;height:5.875rem;top:6.125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIFfgtkVwvhH2Ks8zhTEw3JVhi76dUCT { width:8.5625rem;height:5.875rem;top:6.125rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0amUhgTyRfIh5eDNwipKQtI6zmTdmpm { width:8.5625rem;height:5.875rem;top:6.125rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #natPpmiXzISc7e7iCNwIKE907MGpANTw { width:8.5625rem;height:5.875rem;top:6.125rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB { display:block; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWNst11QHpqvHJXmKSt5voho0Eca2L7C { width:23.75rem;height:3.75rem;top:3.0625rem;left:11.998863220215rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oam5uNDQRh0NnaEN9pEQ7gmvknLPhxMt { display:block; }
 }@media only screen and (max-width: 763px) { #dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO { display:block; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3rlg8bbsIaM7pvwZ3ktVxsJoWnlXVZp { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax0KcKgXaSQC5w5GV03uwlmrfIuUR70 { width:47.75rem;height:3.75rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEiDmimpA4Gqf0TaH9doucNqhbW8lo2k { width:47.75rem;height:2.625rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #are3pdrDtFOrIyxTxOVXeIag20qVm3f1 { width:39.375rem;height:39.375rem;top:-4.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c { display:block; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6nyK5n5RfeABNILNUbZthxVDTMoOAdB { width:6.25rem;height:6.25rem;top:4.9375rem;left:14.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ9TFr3a69MKQBuABtQSuqAFwAxNxVPv { width:6.25rem;height:6.25rem;top:4.9375rem;left:2.843017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCizmPnBuptbSyW8otCl2oqOT19uLBQr { width:6.4375rem;height:6.4375rem;top:4.8125rem;left:26.590965270996rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlXQgpZb5ATaKtTkdkO4bprtZQLx9TO { width:6.625rem;height:6.625rem;top:4.75rem;left:38.436470031738rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJTxl5kOGt5TlAAiAs3ySGPn7I9dR2w { width:16.5625rem;height:1.25rem;top:12.75rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZilmknXhkJAvVVceuT8c2paOi0UPRJAb { width:16.5625rem;height:1.25rem;top:12.75rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMcrWi9mnMz3m9TEPyk1lgCvNwZ7Eho { width:13.875rem;height:2.5625rem;top:12.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73knu6f45WIKtIhT3ZKl3BOUvkPOiKM { width:12.75rem;height:2.5625rem;top:12.125rem;left:35rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O64JVOLqP3PMmlahXDIloHo3m7SEH9NP { width:13.875rem;height:;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFG6Cr1RtFNNrpsTFvduCq7Os9tg88LZ { width:15.6875rem;height:5.1875rem;top:16.375rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7N1QctbQnulm1CT04Q0VXaVKvU3TgG { width:15.4375rem;height:3.875rem;top:16.375rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSpUoLLlzHdJF3bWEghRhiHdOIMTVT1 { width:15.4375rem;height:5.1875rem;top:16.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2mNSIz1uwLV3NZ1cCrcnEVBAkGW0Wp { width:36.5rem;height:36.5rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JATxPFFsOkkGPne5UuDCmGsyXfsMT3Wo { width:16.5625rem;height:1.875rem;top:12.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZsohRNNfo6XmzfI5Q82zUJTPKkuCRM { width:16.5625rem;height:1.875rem;top:12.5rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6h2Bwx2ieV9UfseTtyVBVPliHmJhFvN { width:16.5625rem;height:3.125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyLANoyXf65lez33WpvMoU2oelpJE8bv { width:36.5rem;height:36.5rem;top:8.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa7iPAgv9hxpNTT0vWgvPvi9sSiv2rnx { width:16.5625rem;height:3.125rem;top:11.8125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ { display:block; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXbgiWRvIgxRpU5x3eTGiATcS7etFLI { width:22.8125rem;height:15.1869375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baSpHEuzDCnw9CPDquO8aEWwTivFVoAg { width:22.6875rem;height:15.125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv4zWzfSxVedryAnvx0VXGOahg1FXBk1 { width:20.9375rem;height:31.687375rem;top:1.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6NwWmE5dHLDD59Kbfhb7nZVlVnbuUIq { width:22.6875rem;height:15.125rem;top:1.4375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBVf8ZCywv53zRLxJpU1c97s6pm3SlW { width:22.625rem;height:15.0625rem;top:18.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX { display:block; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXJOX8dtLSdT3XyzIlxSwlgwsU9XLwV5 { width:47.75rem;height:3.1875rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl { display:block; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTOqWXfJknDQqBPV8qGEqmA3ywBCDu4b { width:8.4375rem;height:3.1875rem;top:4.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mhIGdkCdW48rGiL63vTlJHmLssdNyb { width:47.375rem;height:5.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfTCQHB3g1zPadesVvSUd8Ngn9uCcl7 { width:47.75rem;height:1.9375rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L07S2pGTDJH1KGxtL21TzINbaoVusDbF { width:47.75rem;height:1.25rem;top:6.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eKs4IkBRXi9Ry0ofmWK1OOBr5kBreT { width:8.4375rem;height:;top:12.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWFLkNnpfmIgDE9sm5NKUDP5S56EoV0P { width:47.375rem;height:5.6875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehsxTIchvKmUgmqnEVmvOIGo03u4lxik { width:47.75rem;height:;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFELL6odZfdGQC4QoTtEs8Eog2v3dWEP { width:47.75rem;height:;top:14.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzN2T57OUWgpRRfTZBiARQy3twKG8G0 { width:47.375rem;height:7.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XhTll1dxZ0hi8VPeRDFHMNWMdG3hGx { width:45.5rem;height:;top:21.9375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRqE4bthhdP7BDAxUlOuqelvQbMqtiBG { width:47.75rem;height:;top:19.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v68lcbCPE7bBBENRTBTvLfQqG74GxuQN { width:8.4375rem;height:3.1875rem;top:20.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhxTIiDgb7nkvGtEGnnPMmClsDBw9kbO { width:47.75rem;height:0.9375rem;top:29.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymLc0IiTLwuemS4idEOR8tDea4VhI2gn { display:block; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfrC8glZwsPeThS7kDwNEaLy33hmzITU { width:23.75rem;height:3.75rem;top:3.0625rem;left:11.998863220215rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQcyKIE3bFkcUG072gm3reIcDGFHCu9 { display:block; }
 }@media only screen and (max-width: 763px) { #HD1m4TqovosegTMtxVXEioWkN1q7iE8I { width:42rem;height:42rem;top:0rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPWP0r1lSApNmCCMCDbEbhlGtcEioPt { width:27.5625rem;height:27.5625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxQWPtdQrA8BVqveRMWryRiFiO18yPrI { display:block; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH2Ui6u19zCAdhqPxEOSXoO768Ax9Hwb { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCLsMLbHvT9a8eSZc0VJHP1cfUT3Bpsb { width:47.75rem;height:3.75rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCdSuXFNMUaXZ1KTKr4ATdTonossZPqC { width:47.75rem;height:1.25rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crezsRCsJRlSmg4S0SwVGvnOlItg4GaN { width:47.75rem;height:9.0625rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }#crezsRCsJRlSmg4S0SwVGvnOlItg4GaN li:before{  }
 }@media only screen and (max-width: 763px) { #g8HQOsPfTzV7METTQRgQ72qmQOZH9OAw { width:47.75rem;height:2.5625rem;top:27rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk { display:block; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri { display:flex;height:auto;width:35.1875rem;top:6.3125rem;left:4.9994149208069rem; }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #xNUpfhRXKQMbWteEoTvx92b8x4NP9vDR {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #tOE50Zg5kpgu7oCcXfsz7Whc4IqoFr14 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #uesNGsiyFsEVnQluXPTMOd2UyCIXiEl4 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #CRS3ckokc3WxX0dZOnL4Xy4za5H6ySBR {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #KKAtf7lN0UQV8l7zJ7bW6qtZJPWBeOrC {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #TsfNe3n1ZlLxIlTe9U4Xu0lf1LEZbJRH {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #IpKfNeyMHw6zeM4VpSqiOuTegN2X1Thp {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #sCLizIDH9rLse7cPUuUUwhtpZJq3qR8G {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #dUeZCdCWT9uo2dez9IeGcPyevOAzR3yV {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #BkOlOgCgJWugP6U6awsUN3wlayytZs5f {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #cCBFToGRMBvXtmktMvzLe8ZH36DITRiF {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #ViDKtJ3Epbasl0vVFP6lgUGzSgkh5T28 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #GaVo3Zq7vihIgphikXn4lDE1p9u1FGai {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #huZwzHsIAolpa02gvvFkSF0ebvMHd43K {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #KMQyFnvT7wBF67kg1a1wSRUeD2ED6Ih3 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #IvlDdkPKUB3nyNMTTfSmfGnU3I2ooLBT {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #ag6eKLTf7o5c1U2AKvn2LaAfCUmr8TW2 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #krfoK3524dZClELCfktzkIofyEHv2XWG {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #A5SVe9uXHF62THurIxfGrUfgKLZiXNXi {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #Kumnw05i5Lr3ssEIlgTyHkLH6XVRO4w5 {  }
 }@media only screen and (max-width: 763px) { #CV7a6G2bxSZWXrlsMnwo6yI20Gwu8N7Q { width:47.75rem;height:3.1875rem;top:3.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI { display:block; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWMXIeN0PNWdUZ4CuuEEdHPviC6Lfunq { width:47.75rem;height:3.1875rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBi7Zbt3b7RCPWCz6k5NpQQiNuZ1ZUdz { width:47.75rem;height:2.5625rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBlTgkFCBsSB4aNaOuvy8MsByUxEsF9i { width:47.75rem;height:3.75rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMiI2DbcNoD181adyL1SaqpxIxmrX4F { width:34.0625rem;height:3.4375rem;top:16.875rem;left:4.1561036109924rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE1tUkrOB987tr4vvsZEPhV3mlopKL21 { display:block; }
 }@media only screen and (max-width: 763px) { #hsuhEHdQo1T2v3GH7wxh496iwXM8XwCi { width:47.75rem;height:1.25rem;top:21.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJ4PZyhCQD2FZk2artWUL804gtsi4RF { display:block; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxnulThGUU1Op2rTVIZ1sJ4SXu4CpTsm { width:7.375rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4wiy5ICEy73vu9iT9gUwH3AAT2OuPbJ { width:7.8125rem;height:1.125rem;top:1.5rem;left:0rem;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) { #EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container { background-color: transparent; background-image: none; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container > .video-iframe-container { display: none; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row > .video-iframe-container { display: none; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .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); }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container { border-width: 0; border-radius: 0; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXiDSyy1Bf7Twz8vaIpscbtiHlTZDJEi > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTknn0Pe36Tu8bw8bbdMTyL31yzwR8He { top:-0.68706130981444rem;left:5.4358931779861rem;width:9.25rem;height:4.4375rem;z-index:15007;border-top-right-radius:0.25rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #PStueadUm9tTbO8MXCm43RPaqI16xUXB { top:0.40595817565918rem;left:7.3744155168531rem;width:5.248975rem;height:3.061475rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #doqK38n78waJBAwQ5gO7fNm9JONSDR7s { display:none; }#doqK38n78waJBAwQ5gO7fNm9JONSDR7s > .row .container { width:20rem;height:7.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL { display:none; }#lXfgkmk3u35kWKsc7E3gDXeXxMVpEpsL > .row .container { width:20rem;height:0.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container { background-color: transparent; background-image: none; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container > .video-iframe-container { display: none; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row > .video-iframe-container { display: none; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .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); }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container { border-width: 0; border-radius: 0; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNTWJl3htd1Tuga2ZJDWKnfC7LwD3THz > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7t0Uf4JEmuVrNtZRw5VzGZ7elUnFJAb { width:7.5625rem;height:4.400765278939rem;top:29.683848857879rem;left:6.184871673584rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZUqD6fhXO7t6esQGxpl6Z9bISWoRD4o { width:12.8125rem;height:12.5625rem;top:22.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACIC5RFbRltLVvlyDRbTQl2LXKv80HTA { width:20rem;height:1.30038125rem;top:2.8723707199097rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEz5RIgx8ZcFF7MbTQ8qS4OcamdqaRa0 { width:20rem;height:4.22459375rem;top:4.1282119750976rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9IP82KApcdF1OfdD2y1RTwDlHRHnFUb { width:20rem;height:20rem;top:-1.1565181669922rem;left:-13.282270965324rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWoX6xSAUbEFSLMiD2DuUDm6bpN0Bncn { width:20rem;height:20rem;top:33.076082113769rem;left:9.3444790270462rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]:-moz-placeholder { font-size:0.5625rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]::-moz-placeholder { font-size:0.5625rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]:-ms-input-placeholder { font-size:0.5625rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc [class*="-text"]::-webkit-input-placeholder { font-size:0.5625rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc  { width:16.1244375rem;height:auto;top:20.981307029724rem;left:0.5928738117218rem; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc {display:block;}#Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc { width:16.1244375rem;height:auto;top:20.981307029724rem;left:0.5928738117218rem; }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #CPNA3xROIK08IPTqqyMzdiDVctum0ebK {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #yMlmBpQNhIJlymrmAdHBOu40AU05Rz4c {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #nKb6RdAZR0xyubaS7EMw6Zzx5LzJnRkT {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #lTFEvg6opiw1arCA6rTqOn6bqnd5XovC {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #XWTxCIv5Fdc4eF5ieSRuvWTHd2H9w8MZ {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #L1k3g9QD1Jy10wSqRB2EXbklcaplktdI {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #VlLoTBb8vvLaTFUAuZPt75RcCJIrR1EQ {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #DxPERT16M6igUGpAKl5UossHdn4kBJTB {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #mtlIeToNAiCJxTs2dV0nwIaSw3lS0xIs {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #QJADk4tX3bPRwPkT9hDykViDOiFtDPwT {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #F1M0m3BCl0GUvkPg9NqAL1W1y132OQwi {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #nXBGsBSh3LILP7py5i9qPTpZoZ2Dn5TD {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #BNtqi0uTqF3ZAQGPVwM6Au15KQqLuQMt {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #zFkfPIdT5PnarSiKFi9uUBdrolONIabI {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #BBUHfkdtwCT9dnNw1n4dpGLQqysZhRuu {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #XhoJ8w35FtrO7nVhOuIohwIcQopXFK3T {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #Xk5CsBeD4dIK94D2w7my61TTtcVBeffJ {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #sfNHaDZ7TfNq6Zd2lPnuQExugz6DPMRf {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #qtSvNRIqMpVpnkW6ZI52ypZmZ4N5A975 {  }
 }@media only screen and (max-width: 763px) { #Ixor2CsgW7wGHbcS72Ogi6KIl6VW0nJc #qfZAu8AKufrs1sDS8a1UoSVnnT5xCNKz {  }
 }@media only screen and (max-width: 763px) { #tUOXbwIIAIhSV33MMweFC7SfWyaKVygD { width:17.6869375rem;height:7.9578125rem;top:10.9375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTgTHOB1c5shgFebNJ00QGfAbsEGZLs { width:20rem;height:8.4375rem;top:54.326080322266rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDyWpOouDVZDygScEwEFqwWdhM0Wld47 { display:block; }#GDyWpOouDVZDygScEwEFqwWdhM0Wld47 > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeKOoKiPm2GWJ2A3lzVpWc0XTDga7mER { width:3.75rem;height:3.75rem;top:2rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDdbQGoCuIADivTk5tw9ZTM3pMU8Xq0a { width:3.4375rem;height:3.4375rem;top:10.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZTeuFci1J4s7pcwK4B1kM2u38T8QO8 { width:3.1870625rem;height:3.1870625rem;top:20.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZu8meo7H73vtxARyyHtprd1Vfn40f5 { width:2.93735625rem;height:2.93735625rem;top:30.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvLRn2l45rGPSCVDn17qZQKc1GzfSmfD { width:16.5625rem;height:1.13683125rem;top:7.125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7gCN0OMk3nNVR0veKiBVXiXzVhcQqTS { width:12.5620625rem;height:2.27365625rem;top:15.125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQRoEPamRV5rCiCsRdOeNkIKuLgQ6Npd { width:13.1870625rem;height:2.27365625rem;top:25.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4GOs2pZ8zyRkkyJxw9E0k5KUmsyChl { width:13.1870625rem;height:2.27365625rem;top:35.5rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zig8W4Pb3K0AvOIsmUEB8F1Dk7E7urGW { width:6.3120625rem;height:4.31220625rem;top:1.75rem;left:6.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIFfgtkVwvhH2Ks8zhTEw3JVhi76dUCT { width:6.25rem;height:4.2494125rem;top:10.125rem;left:6.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0amUhgTyRfIh5eDNwipKQtI6zmTdmpm { width:6.1244125rem;height:4.18735625rem;top:20rem;left:6.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #natPpmiXzISc7e7iCNwIKE907MGpANTw { width:6.1244125rem;height:4.18735625rem;top:30rem;left:6.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB { display:block; }#oX2aeI4NPBNaTZ6SBqdXbyi0602o6WtB > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWNst11QHpqvHJXmKSt5voho0Eca2L7C { width:18.625rem;height:3.75rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oam5uNDQRh0NnaEN9pEQ7gmvknLPhxMt { display:block; }
 }@media only screen and (max-width: 763px) { #dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO { display:block; }#dVcs6Xi4Skm3sTrmGEcqOnNXzAKzM4TO > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3rlg8bbsIaM7pvwZ3ktVxsJoWnlXVZp { width:18.4375rem;height:3.89895rem;top:2.1130266189575rem;left:0.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax0KcKgXaSQC5w5GV03uwlmrfIuUR70 { width:19.75rem;height:4.5625rem;top:1.875rem;left:-0.81220787763594rem;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEiDmimpA4Gqf0TaH9doucNqhbW8lo2k { width:17.1246875rem;height:5.68414375rem;top:8.3622951507569rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #are3pdrDtFOrIyxTxOVXeIag20qVm3f1 { width:20rem;height:20rem;top:10.112029780639rem;left:10.15583406855rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c { display:block; }#v3XGqfx0fpZfc02rSs3VN8Qeh4GZDe7c > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6nyK5n5RfeABNILNUbZthxVDTMoOAdB { width:4.1245625rem;height:4.1245625rem;top:17.249561071396rem;left:7.9373532533644rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ9TFr3a69MKQBuABtQSuqAFwAxNxVPv { width:4.18735625rem;height:4.18735625rem;top:2.4992699623108rem;left:7.9059573411944rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCizmPnBuptbSyW8otCl2oqOT19uLBQr { width:4.9375rem;height:4.9375rem;top:31.124705314636rem;left:7.656249165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlXQgpZb5ATaKtTkdkO4bprtZQLx9TO { width:4.81235625rem;height:4.81235625rem;top:45.56147480011rem;left:7.5934573411944rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJTxl5kOGt5TlAAiAs3ySGPn7I9dR2w { width:16.5625rem;height:1.13683125rem;top:22.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZilmknXhkJAvVVceuT8c2paOi0UPRJAb { width:16.5625rem;height:1.13683125rem;top:37.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMcrWi9mnMz3m9TEPyk1lgCvNwZ7Eho { width:12.2495625rem;height:2.27365625rem;top:7.7365646362306rem;left:3.8748537302018rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73knu6f45WIKtIhT3ZKl3BOUvkPOiKM { width:11.7494375rem;height:2.27365625rem;top:51.299646377564rem;left:4.1238313913346rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O64JVOLqP3PMmlahXDIloHo3m7SEH9NP { width:16.3120625rem;height:3.4104875rem;top:11.436914920807rem;left:1.8428736925125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFG6Cr1RtFNNrpsTFvduCq7Os9tg88LZ { width:15.6870625rem;height:4.5473125rem;top:24.686038732529rem;left:2.1553736925125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7N1QctbQnulm1CT04Q0VXaVKvU3TgG { width:15.437375rem;height:3.4104875rem;top:40rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSpUoLLlzHdJF3bWEghRhiHdOIMTVT1 { width:15.437375rem;height:4.5473125rem;top:54.937202453613rem;left:2.4058116674423rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2mNSIz1uwLV3NZ1cCrcnEVBAkGW0Wp { width:16.8125rem;height:16.8125rem;top:39.271164894104rem;left:-10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JATxPFFsOkkGPne5UuDCmGsyXfsMT3Wo { width:16.5625rem;height:1.875rem;top:21.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZsohRNNfo6XmzfI5Q82zUJTPKkuCRM { width:16.5625rem;height:1.875rem;top:36.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6h2Bwx2ieV9UfseTtyVBVPliHmJhFvN { width:16.5625rem;height:3.125rem;top:7.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyLANoyXf65lez33WpvMoU2oelpJE8bv { width:20rem;height:20rem;top:9.4204092025756rem;left:12.15583406855rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wa7iPAgv9hxpNTT0vWgvPvi9sSiv2rnx { width:16.5625rem;height:3.125rem;top:60.733786564636rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ { display:block; }#wqpTnXEehAxgwJVTb83PBkU3Qc7dbTRJ > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXbgiWRvIgxRpU5x3eTGiATcS7etFLI { width:20rem;height:13.314575342466rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baSpHEuzDCnw9CPDquO8aEWwTivFVoAg { width:20rem;height:13.333333333333rem;top:15.333675384521rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv4zWzfSxVedryAnvx0VXGOahg1FXBk1 { width:20rem;height:30.268537313433rem;top:29.227512359619rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #u6NwWmE5dHLDD59Kbfhb7nZVlVnbuUIq { width:20rem;height:13.333333333333rem;top:60.188371658325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBVf8ZCywv53zRLxJpU1c97s6pm3SlW { width:20rem;height:13.314917127072rem;top:74.308551788331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX { display:block; }#Er8i4HLJw84lSB3z35JeCBK2Uhyvx7WX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXJOX8dtLSdT3XyzIlxSwlgwsU9XLwV5 { width:18.9369375rem;height:3.89895rem;top:2.1429615020752rem;left:0.5308119058609rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl { display:block; }#p9qdnTfwSvDeTF13WhsQ5wH4pM9K8krl > .row .container { width:20rem;height:50.936028857422rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTOqWXfJknDQqBPV8qGEqmA3ywBCDu4b { width:8.4375rem;height:2.5993rem;top:3.1155014038086rem;left:5.7812496423721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mhIGdkCdW48rGiL63vTlJHmLssdNyb { width:19.75rem;height:12.5rem;top:1.25rem;left:0.062061905860901rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfTCQHB3g1zPadesVvSUd8Ngn9uCcl7 { width:20rem;height:1.6245625rem;top:6.8742661476138rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L07S2pGTDJH1KGxtL21TzINbaoVusDbF { width:16.062375rem;height:2.27365625rem;top:9.6210556030275rem;left:1.9684578180313rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0eKs4IkBRXi9Ry0ofmWK1OOBr5kBreT { width:8.4375rem;height:2.5993rem;top:17.436476230621rem;left:5.7812496423721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWFLkNnpfmIgDE9sm5NKUDP5S56EoV0P { width:19.6875rem;height:13.5rem;top:15.436627388001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehsxTIchvKmUgmqnEVmvOIGo03u4lxik { width:13.8120625rem;height:3.249125rem;top:20.74839258194rem;left:3.0936037302018rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFELL6odZfdGQC4QoTtEs8Eog2v3dWEP { width:17.9994375rem;height:3.4104875rem;top:24.623976230621rem;left:0.99883174896238rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUzN2T57OUWgpRRfTZBiARQy3twKG8G0 { width:19.6875rem;height:13.25rem;top:31.172606945038rem;left:0.0014602541923523rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XhTll1dxZ0hi8VPeRDFHMNWMdG3hGx { width:16.8121875rem;height:3.4104875rem;top:39.00408744812rem;left:1.5931657552719rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRqE4bthhdP7BDAxUlOuqelvQbMqtiBG { width:20rem;height:1.6245625rem;top:36.227363586426rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v68lcbCPE7bBBENRTBTvLfQqG74GxuQN { width:8.4375rem;height:2.5993rem;top:33.124267578125rem;left:5.7812496423721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhxTIiDgb7nkvGtEGnnPMmClsDBw9kbO { width:17.1875rem;height:3.89895rem;top:47.037807464599rem;left:1.4062498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymLc0IiTLwuemS4idEOR8tDea4VhI2gn { display:block; }#ymLc0IiTLwuemS4idEOR8tDea4VhI2gn > .row .container { width:20rem;height:10.186165161133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfrC8glZwsPeThS7kDwNEaLy33hmzITU { width:18.50060625rem;height:3.62616875rem;top:2.6212043762207rem;left:0.74912381172181rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQcyKIE3bFkcUG072gm3reIcDGFHCu9 { display:block; }
 }@media only screen and (max-width: 763px) { #HD1m4TqovosegTMtxVXEioWkN1q7iE8I { width:11.5rem;height:11.5rem;top:-1.314105864975rem;left:14.874731rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OdPWP0r1lSApNmCCMCDbEbhlGtcEioPt { width:18.75rem;height:18.75rem;top:-10.469457875rem;left:-11.719457875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxQWPtdQrA8BVqveRMWryRiFiO18yPrI { display:block; }#JxQWPtdQrA8BVqveRMWryRiFiO18yPrI > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH2Ui6u19zCAdhqPxEOSXoO768Ax9Hwb { width:20rem;height:3.89895rem;top:2.625rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCLsMLbHvT9a8eSZc0VJHP1cfUT3Bpsb { width:19.9375rem;height:4.75rem;top:2.375rem;left:-1.25rem;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCdSuXFNMUaXZ1KTKr4ATdTonossZPqC { width:20rem;height:1.30038125rem;top:8.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crezsRCsJRlSmg4S0SwVGvnOlItg4GaN { width:17.312375rem;height:15.9156125rem;top:11.885214805603rem;left:1.3434578180313rem;font-size:0.875rem;display:block; }#crezsRCsJRlSmg4S0SwVGvnOlItg4GaN li:before{  }
 }@media only screen and (max-width: 763px) { #g8HQOsPfTzV7METTQRgQ72qmQOZH9OAw { width:17.8125rem;height:5.68414375rem;top:31.312070846557rem;left:1.0930197238922rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk { display:block; }#lKr2zdKM17Nx7LQ9xZ1G9IDyszeA6uAk > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-heading-text { font-size:0.875rem;height:auto; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri .accordion-desc-text { font-size:0.75rem;height:auto; }
#TiVqbPecud8mI9XAXqRw3nNAShogz0Ri { display:flex;height:auto;width:16.3120625rem;top:6.3733930587769rem;left:0.3132301568985rem; }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #xNUpfhRXKQMbWteEoTvx92b8x4NP9vDR {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #tOE50Zg5kpgu7oCcXfsz7Whc4IqoFr14 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #uesNGsiyFsEVnQluXPTMOd2UyCIXiEl4 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #CRS3ckokc3WxX0dZOnL4Xy4za5H6ySBR {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #KKAtf7lN0UQV8l7zJ7bW6qtZJPWBeOrC {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #TsfNe3n1ZlLxIlTe9U4Xu0lf1LEZbJRH {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #IpKfNeyMHw6zeM4VpSqiOuTegN2X1Thp {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #sCLizIDH9rLse7cPUuUUwhtpZJq3qR8G {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #dUeZCdCWT9uo2dez9IeGcPyevOAzR3yV {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #BkOlOgCgJWugP6U6awsUN3wlayytZs5f {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #cCBFToGRMBvXtmktMvzLe8ZH36DITRiF {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #ViDKtJ3Epbasl0vVFP6lgUGzSgkh5T28 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #GaVo3Zq7vihIgphikXn4lDE1p9u1FGai {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #huZwzHsIAolpa02gvvFkSF0ebvMHd43K {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #KMQyFnvT7wBF67kg1a1wSRUeD2ED6Ih3 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #IvlDdkPKUB3nyNMTTfSmfGnU3I2ooLBT {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #ag6eKLTf7o5c1U2AKvn2LaAfCUmr8TW2 {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #krfoK3524dZClELCfktzkIofyEHv2XWG {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #A5SVe9uXHF62THurIxfGrUfgKLZiXNXi {  }
 }@media only screen and (max-width: 763px) { #TiVqbPecud8mI9XAXqRw3nNAShogz0Ri #Kumnw05i5Lr3ssEIlgTyHkLH6XVRO4w5 {  }
 }@media only screen and (max-width: 763px) { #CV7a6G2bxSZWXrlsMnwo6yI20Gwu8N7Q { width:20rem;height:2.5993rem;top:2.3086833953858rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI { display:block; }#LCTp7O4I2hyKNEsTnJqOPrBJnb1QA1WI > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWMXIeN0PNWdUZ4CuuEEdHPviC6Lfunq { width:20rem;height:5.848425rem;top:2.9379272460938rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBi7Zbt3b7RCPWCz6k5NpQQiNuZ1ZUdz { width:18.25rem;height:5.68414375rem;top:10.956170678139rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBlTgkFCBsSB4aNaOuvy8MsByUxEsF9i { width:17.75rem;height:6.4375rem;top:2.6875rem;left:-1.375rem;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMiI2DbcNoD181adyL1SaqpxIxmrX4F { width:17.0619375rem;height:4.49985625rem;top:19.021331787109rem;left:1.4683119058609rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE1tUkrOB987tr4vvsZEPhV3mlopKL21 { display:block; }
 }@media only screen and (max-width: 763px) { #hsuhEHdQo1T2v3GH7wxh496iwXM8XwCi { width:20rem;height:2.27365625rem;top:25.272049427032rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJ4PZyhCQD2FZk2artWUL804gtsi4RF { display:block; }#viJ4PZyhCQD2FZk2artWUL804gtsi4RF > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxnulThGUU1Op2rTVIZ1sJ4SXu4CpTsm { width:6.5rem;height:2.4375rem;top:0.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4wiy5ICEy73vu9iT9gUwH3AAT2OuPbJ { width:7.8125rem;height:1.05578125rem;top:1.5625rem;left:3.8125rem;font-size:0.8125rem;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;display:block; }
 }