.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:228,229,235;--color-primary-1:175,178,194;--color-primary-2:122,127,154;--color-primary-3:73,76,92;--color-primary-4:33,41,86;--color-secondary-0:247,220,220;--color-secondary-1:228,137,137;--color-secondary-2:200,19,19;--color-secondary-3:100,10,10;--color-secondary-4:30,3,3;--color-tertiary-0:255,255,255;--color-tertiary-1:175,178,194;--color-tertiary-2:122,127,154;--color-tertiary-3:73,76,92;--color-tertiary-4:33,41,86;--headlines-font-family:"Fredoka";--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); }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container { background-color: transparent; background-image: none; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container > .video-iframe-container { display: none; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row > .video-iframe-container { display: none; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .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); }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container { border-width: 0; border-radius: 0; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container { font-size:0.875rem;font-family:oswald;height:8.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#upGso2hO30LUVFWWVvTKgcTZ4PE4QvTc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#db1f1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kulim park";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.75rem;left:46.25rem;display:block; }
#wSkIMROlvEisMTlCTclxuVFeuibB1LuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AOp7W8FQeXnzZFThR98OEIIMFTlboLrT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:14.8125rem;top:1.65625rem;left:0rem;overflow:hidden;display:block; }
#tP6BSviaWJaCdbWoDlgqIE4Vlf3NVXa0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#5d2f21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kulim park";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.75rem;left:33.9375rem;display:block; }
#FlhBnzyuGHZ2tJZ6TLTeyFx9pc64sB6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhi06EsV8AbEvqcdNBwOUrTd1PTJyx3S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#5d2f21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kulim park";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.75rem;left:61.4375rem;display:block; }
#QCkoiEN27DCL92P7iGU8bf232d57WSQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container { background-color: transparent; background-image: none; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container > .video-iframe-container { display: none; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row > .video-iframe-container { display: none; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .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); }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container { border-width: 0; border-radius: 0; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container { font-size:0.875rem;font-family:oswald;height:49.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#KPVE7nV7xNFL80s24i2KoJFVqsQsrEmf { color:#293268;display:block;width:30.3110625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.6247125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xkTro5QmdVJ34Zx1ILk07HuCh06coOCy { color:#db1f1e;display:block;width:72.56125rem;position:absolute;font-family:fraunces;font-size:5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:0.8125rem;left:1.21875rem;height:5.49985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wl9dOkMBoSlWVzkTx9DCTCVoQZiExLTE { position:absolute;display:block;z-index:15005;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;height:20.8125rem;width:37.625rem;top:11.6875rem;left:37.375rem;overflow:hidden;display:block; }
#dqlx6eBHr8Aziy9S2wZpLcTzBszrtya6 { color:#2a988b;display:block;width:56.87425rem;position:absolute;font-family:fraunces;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3122110366819rem;left:7.1867771148681rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQcCB0aw9rJATNeegnKJ4JzS9l4xJgw5 { color:#293268;display:block;width:36.625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QMnwfxtZ6t1GcSlr6weJo1PFTmaa4KkB { color:#293268;display:block;width:17.875rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.125rem;left:5.3125rem;height:1.6247125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s9JoUhNohsZQRJ86TTp8LaQ5GZmM04qQ { position:absolute;display:block;z-index:15006;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;height:19.4375rem;width:26rem;top:27.0625rem;left:0rem;overflow:hidden;display:block; }
#JfnkT367dPoe7xGPQdvokg1dpLgmtnF8 { color:#293268;display:block;width:30.3105625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.1875rem;height:1.6247125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lkx3FRRpdAAZg3U0IT84NHeLDt69xS2F { color:#293268;display:block;width:30.3105625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:37.375rem;height:1.6247125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhxISJvD6Eq93tAmHFQGm2Me6QTTohIK { box-sizing:content-box;height:19.75rem;width:21.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.3125rem;left:10.375rem;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; }
#Is24xlD40Qmo0BJeFHfhiAyhxzuBgVP9 { box-sizing:content-box;height:21.125rem;width:35.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.0625rem;left:29.0625rem;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; }
#FOdbXnTNobFa6glHrEHuAlkc8xHdTDls { color:#293268;display:block;width:30.3105625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.9375rem;left:37.375rem;height:1.6247125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOXDMx6b7JwdxcyyR9A1Q9T21McRq3Ro { color:#db1f1e;display:block;width:30.3105625rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.5rem;left:37.375rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoAA3gzqZDTalpBCbT9rDmTpJGq7PriF { color:#293268;display:block;width:30.3105625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.3125rem;left:29.0625rem;height:1.6247125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UCmUKNwVQBuvg8J2S4kKSDyhh6shNnsO { color:#293268;display:block;width:30.3105625rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:43.25rem;left:29.0625rem;height:1.6247125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shNboif7PeAh4zUFpMUnF3kTTfSe7q9x { color:#293268;display:block;width:46.25rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:45.3125rem;left:28.625rem;height:3.24941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3uP1zg3tABTkReewO1VlgFosVZ70uy3 { color:#db1f1e;display:block;width:56.87425rem;position:absolute;font-family:fraunces;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1088047027587rem;left:8.1076393127444rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO { background-color:#2a988b;background-image:none;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; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container { background-color: transparent; background-image: none; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container > .video-iframe-container { display: none; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row > .video-iframe-container { display: none; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .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); }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container { border-width: 0; border-radius: 0; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container { font-size:0.875rem;font-family:oswald;height:32.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#dleJiWqqm7CHaOfEDZW6sxarkz6m7HbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:0.15625rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4bpJVCcUXkG1i72sNOptPzLZzaSezMK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.482421875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ipd9lxx0fuE6CamG8zOMwqlFymw569s7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.544921875rem;left:0.0625rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRQW8xf8bc4GXf5s6NkJqoEilMrOxSDc { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.044271469116rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeZPDFwvCxneZhFFuSb29isVDfecHDOs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.419921875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kb3g7PGENqPTv1Tru2VktP1GkSfXBtPx { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.294921875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGBFZURQCSvzkJFZ8Zs7Q6mTAE9ZxTJn { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.794128417969rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ba0tmbDxtHLhqOFFaFXlC13OhN92UvQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.668838500976rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gbriqSxbFIpsOoeUdbgwVWTU47DXTgFn { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.73104763031rem;left:0rem;height:3.57494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bf149f14-79d2-450c-839f-5025d6dcf466/17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD.adaptive-delivery-prevent-bg, #hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD.lazyload, #hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD.lazyloading { background-image: none; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container { background-color: transparent; background-image: none; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container > .video-iframe-container { display: none; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row > .video-iframe-container { display: none; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .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); }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container { border-width: 0; border-radius: 0; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container { font-size:0.875rem;font-family:oswald;height:28.125rem;width:75rem;overflow:visible;position:relative;display:block; }#c9uCa5CgZCMTytbGFOIVvfbpbumQhm9v { color:#293268;display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:0.15625rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITQHDhvTRN97FnJUG6or4fpw7Gythl4i { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hcglKR5eoeHTS98fruAWD7Wd09O1Oggp { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6245651245119rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K8nvmTJFVRzSsBsbBxaO4hbETroT6Gin { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.410591125488rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AsvBSou0E8pafdo7bDu1iDDZZRT8E25b { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.981193542481rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaHSlIB0BMUyeDGdKd8GttfhNbe2dxQH { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.76794052124rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GgNXhfJc1hE2fcATL8aAWlxq37xxCTma { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.947917938233rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2bswZN86v09aPJSXt9DcC3GFrBU9Wfy { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.733943939209rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ik7cXToROg1KUmHwSNsCmrLF8xsoAQvk { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.520690917969rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpPrUx3zF5EnV7mBTTlLfrw4E20HRJQo { box-sizing:content-box;height:26rem;width:72.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.96);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9367752075195rem;left:1.3433151245118rem;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; }
#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna { background-color:#293268;background-image:none;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; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container { background-color: transparent; background-image: none; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container > .video-iframe-container { display: none; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row > .video-iframe-container { display: none; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .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); }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container { border-width: 0; border-radius: 0; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container { font-size:0.875rem;font-family:oswald;height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Un2F9zZ1WldT4oHit5RBSHXGXqeMKJyM { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.9073486328125E-6rem;left:0rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiXaFXTAWw3DkmplkoJPvTZt4noTAbef { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.482421875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqDAGNnSb8epNIeShCnCNguNsXq5z4s2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:16.375rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WmZwvSfePxEm1NBn1BqctPWkCJkIMp75 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:22.0625rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NcPbm2MBpsczfFcRUEFecmr0bdyJ6DDi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.919921875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ku2c0Fsdx1Plos6OwbErrxUfhKIpfhT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.4375rem;left:19.5rem; }
#eTkQzmBuCkfKLiCuTmbTl5iVquJGwOHd { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d8kiEDoGQDdw4TiZTmg2PUZHNEBICHB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.375rem;left:22.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bmlDg1JG7BPn4uoTLlDhFv24SCAG70Ey { color:rgba(var(--color-tertiary-0),1);display:block;width:39.06175rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.230033874512rem;left:22.061632156372rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xDhZvFFcRGAsq8UNbi9mNx2J9KUJy3aQ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.0625rem;left:22.25rem;height:3.57494375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zVMNrmtSII34NgISZD5l9Cs4Zb8gFauo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.25rem;left:19.4375rem; }
#WH6VDU2Tmuo7tQdTpy2irTPFmH5IIi5z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.25rem;left:19.4375rem; }
#CBFDqIgkmvJTvUWElrZ9K0t9NdNupCUh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.124420166016rem;left:19.499422073364rem; }
#Wn6E9NbhwxElryD2LKkxOZBopwWoBmUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.0625rem;left:19.5rem; }
#uhrqBQ9VL5VZqyDxq3CrENuucK4TfuIH { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.794921875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6JDaL4JZkHnXFPuUmgKUTTrexEoSD7N { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.232421875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container { background-color: transparent; background-image: none; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container > .video-iframe-container { display: none; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row > .video-iframe-container { display: none; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .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); }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container { border-width: 0; border-radius: 0; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container { font-size:0.875rem;font-family:oswald;height:54.5rem;width:75rem;overflow:visible;position:relative;display:block; }#QTkfpLCkHVAxBBSNzgQlE4VbEps2UELo { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:0.15625rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IW1N65tG12K5rV4KC8rd98ywo1fFbhBX { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZnJZ71EgRG9ZWTCkyk8wQlnAllv6v6Q { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#giRIWc7ZLEqkLDLAEqJ8MiF9c5oXohI6 { box-sizing:content-box;height:47.1875rem;width:69.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5234375rem;left:2.75rem;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; }
#vR4WZgNz5ki2xCw5QkfERpLPa2V20pum { color:rgba(var(--color-secondary-4),1);display:block;width:66.625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.25rem;height:3.9004625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvW2KCEapC2RchwvpPbvCNLBcPPgis2f { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:47.75rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OxSaK6lSaGg6PdF8dDUddqtSNcTKZOt5 { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:49.6875rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdx4KPoBl3avDD9d4ZUEsG0cTfALm0cg { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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;height:16.5625rem;width:20.8125rem;top:19.3125rem;left:4.25rem;overflow:hidden;display:block; }
#cXpAz0NP8lEcUxElqVqNQXQQpfUuTHWr { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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;height:16.5rem;width:24.8125rem;top:19.3125rem;left:43.75rem;overflow:hidden;display:block; }
#eVU43SZabOBWQxQVGP2BNgglxigz12Ts { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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;height:15.1875rem;width:32.25rem;top:30.8125rem;left:20.0625rem;overflow:hidden;display:block; }
#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK { background-color:#2a988b;background-image:none;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; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container { background-color: transparent; background-image: none; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container > .video-iframe-container { display: none; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row > .video-iframe-container { display: none; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .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); }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container { border-width: 0; border-radius: 0; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container { font-size:0.875rem;font-family:oswald;height:42.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#r1tF3TQPbQWkAushwHwbVXyxxNi8EPwm { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:0.75rem;left:11.75rem;height:8.800625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCpNzBITQNFIfrKOoNGp4NKGpXkhiX9N { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.41796875rem;left:19.4375rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JOn9zu3RWWL7IbP0TtmwQ2lVhrU2guCG { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.375rem;left:22.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CF332ygu5tDM30sUHrTs6e5MH5zrTMn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.9375rem;left:22.1875rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WEbzc6SkDEkzLps2VR6sT6K68DiDZOUf { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.125rem;left:22.25rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dhEbiOnXGBBTd0QLultsUBsqc9x8n8oK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.25rem;left:19.4375rem; }
#uzc3aRLyhI2A9zLCgfmD7u0V84Gn4TKe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.8125rem;left:19.5rem; }
#KxInzIDV02noCfPrSTO5HHZw0M8Tl5xf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.0625rem;left:19.5rem; }
#GQC60PTqaAKxz0EB4la92HCE34zBfGow { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.9375rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8M5rmdyPaTXTSGTcTz6W5lt0MJ2cEVv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.8125rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUAKEatphV0SPUszmzlqV3l5HTA0rUGb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.107421875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSJhV8T7p2U8ZgBfdOxHV4ATXHTS77lh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.45703125rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DgO9SeX1c2QdXxxGi3tNg5AXlCEMtoM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.244140625rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VldzkmSVnX71kMX82REZV8FFuMO2QPak { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.4375rem;left:22.3125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHKJU5dIotATa54cn6xzPmxiF0BHyr6i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.3310546875rem;left:19.4375rem; }
#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container { background-color: transparent; background-image: none; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container > .video-iframe-container { display: none; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row > .video-iframe-container { display: none; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .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); }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container { border-width: 0; border-radius: 0; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container { font-size:0.875rem;font-family:oswald;height:28.625rem;width:75rem;overflow:visible;position:relative;display:block; }#mzkNAzUdAFD9yD0FT86FAuQ0HJEfo1TD { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:0.15625rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkT0VcIWd7IdewVMe7ngKC7931AfqVOv { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XbNag4DtybfBkduPM5UvaRvSD2nTdpZr { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9lKhchEXNZBv2nVAOvu9P3WmCWRVaxM { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.0625rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H51p8GHcPWNblT6hyhb3DhiLxaXRiqXy { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn6HktWRooJZ6GTdS73BHIw0hfFwixxp { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xg6bocJOuTtLRFRyOrtxtivUGJ0r9eqn { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:#2a988b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { background-color: transparent; background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .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); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { border-width: 0; border-radius: 0; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { font-size:0.875rem;font-family:oswald;height:25.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:0.98828125rem;left:0.03125rem;height:4.80035rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M5cO687SFXViGBCCzkGBcRVywsNar1hr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.811625rem;width:18.936625rem;top:1.0616312026977rem;left:50.374135971069rem;display:none; }
#MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:fraunces;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.1640625rem;left:7.3125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ENARuUpRn7R3ghDJG76dTR2ZDFrUNWB1 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:10.9140625rem;left:15.625rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvOTackOiVDDEpQrs6TmxS0a7kW1xu8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.3515625rem;left:15.6875rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p4XO7BKb1g0CVECx72JDwIFBIzQaLH7J { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.9765625rem;left:15.625rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VuxECebmemGzfElSTGrbvsDPdBcJdor4 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.6640625rem;left:15.625rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FHleQrvIvlA85XudPJF9iZ30DZM9w0Fy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.2265625rem;left:0.125rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhfwT7KagomhdDfVpfDJ5ILKhO3i505M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.9453125rem;left:12.6875rem; }
#s5kkVGnBOMrbFTzMLRITMvKEsADAdikR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.4375rem;left:12.6875rem; }
#SDNVCWF5smy1XTr0ea4Np3CyGJgTRe0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:16.0078125rem;left:12.6875rem; }
#OhdezcSXLQTXy3nuTiX9L7aIBn9N4AEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.6953125rem;left:12.6875rem; }
#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container { background-color: transparent; background-image: none; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container > .video-iframe-container { display: none; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row > .video-iframe-container { display: none; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .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); }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container { border-width: 0; border-radius: 0; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container { font-size:0.875rem;font-family:oswald;height:31.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#nMdiV9B7HTqtF1SAGOwxJWhqgKMKzX0O { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:0.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fr6i5NLxxRkT4qikXefi4bffKbxbfcsP { color:rgba(var(--color-secondary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5625rem;left:8.8125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IxHnD1IK5uFZ3vWupm0w8zTKBNR94hhB { color:rgba(var(--color-secondary-4),1);display:block;width:24rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.375rem;left:8.8125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ubEOJK8cTfTH67oSL1Re3MnUNLXGVgCn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.5625rem;left:5.5625rem; }
#LSAmaLJ6HQgEftiTRDCeCsZ3NxWxPLqG { color:rgba(var(--color-secondary-4),1);display:block;width:25.9375rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.8125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KH238lK1apTHmTKCHd8nmdBtSvHfJepr { color:rgba(var(--color-secondary-4),1);display:block;width:25.5625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5rem;left:8.8125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mg9upMFeyOOk3elywD1aZhHZc3bGaPQ0 { color:rgba(var(--color-secondary-4),1);display:block;width:24.5625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.4375rem;left:8.8125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCJpOThZtTCm1crnd4rn48deS5gsqg9E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.375rem;left:5.5625rem; }
#LMqUzQNZN5GoG27Lm0PbgEkudAhboBO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.5rem;left:5.5625rem; }
#nA2PvTSP0qt7zliKd5rrid7LIIUqARpc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.5rem;left:5.5625rem; }
#biCKeoZtqn76EbTCKs1KWuMaBeUP5KtF { box-sizing:content-box;height:22rem;width:32.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,42,88,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:39rem;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; }
#B2bXVHBKEx4EDVurCgxRmpQbwrESUG08 { color:rgba(var(--color-secondary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.0625rem;left:47.125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQwGEGPT4xHPOZKbrabXRZzJzS1fR4CI { color:rgba(var(--color-secondary-4),1);display:block;width:33.125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.05078125rem;left:38.75rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rf1WMfPWq9T5ScbE9MocnFFzkVgg59Iz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.0625rem;left:43.9375rem; }
#Ug8h7MnL6wgG4km4oxSrtgo74L67BPgI { color:rgba(var(--color-secondary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.744140625rem;left:47.125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FhuTFbv6Fepaw1SHGgub4AgwCUW4G3I6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.71875rem;left:43.9375rem; }
#ZQCWhNnsSUTwALgIa1kMcOheCaSgQMAu { color:rgba(var(--color-secondary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.51171875rem;left:47.125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L3BJZgBrm8NVA7T2XqU9wHilVR2sIZdb { color:rgba(var(--color-secondary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.11328125rem;left:47.125rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l01z4VLnrR7ZZ9zS3t3Cqg4N7dKKfgWs { color:rgba(var(--color-secondary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:47.125rem;height:3.9004625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mym9auHG71NuugldhS9ncJAURzPZiiOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.32421875rem;left:43.9375rem; }
#KhVVGvLRwTEdGDHJnl7wtNZaqylipPkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.849609375rem;left:43.9375rem; }
#ZiRVmJTSTnTMaZfncoTIh2mthbhzgPXp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:23.8125rem;left:43.9375rem; }
#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu { background-color:#2a988b;background-image:none;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; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container { background-color: transparent; background-image: none; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container > .video-iframe-container { display: none; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row > .video-iframe-container { display: none; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .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); }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container { border-width: 0; border-radius: 0; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container { font-size:0.875rem;font-family:oswald;height:36.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#KRabGlywSTU8sEAk82ydWal5LBL0bNQx { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:0.75rem;left:11.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPT5qb56QiXmL5Kna2mJAtCmdTTL3Adu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.4375rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7tZ2EdssIa6gziMuXVhTnJtOy3Zsq95 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.669921875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHs7sB7O0aKA0S9uKNflwrPQrPGRtVwG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.33203125rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pPbpdSp7knlTW8AGFEr5FVu4QpKxWB3n { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.806640625rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqkgHhSOrpQJXTsWBr7bKFbp35LsC0V4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.681640625rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMIAvtdityKW0NndbX9W0uKNsPSUaEEi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LT7M4Cc7F3iSMNAIZ5PRQMDMXoM1XXAw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.75rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfAs4yKPgbNKbuc3tOIf7TCzAhggSBlv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2htXyDLefXfVgP8CJZMq03VRQgDPM40 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.375rem;left:0rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d2f21;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; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container { background-color: transparent; background-image: none; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container > .video-iframe-container { display: none; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row > .video-iframe-container { display: none; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .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); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container { border-width: 0; border-radius: 0; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#PV4W5wWeTVPMnPmT00koTGASQFVkznwR { color:rgba(var(--color-tertiary-0),1);display:block;width:57.875rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.255859375rem;left:8.5625rem;height:4.80035rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV { z-index:;position:relative;display:block; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV { background-color: transparent; background-image: none; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row .container > .video-iframe-container { display: none; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row > .video-iframe-container { display: none; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .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); }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV { border-width: 0; border-radius: 0; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:oswald;height:170.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GbTezvke6BMviJCxstEyc7wqaD4mC7C1 { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.37109375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ur42EunVz1wX73PKDCZwpmT1OwNtK2nM { position:absolute;display:block;z-index:15001;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;height:19.875rem;width:29.9375rem;top:5.298828125rem;left:0rem;overflow:hidden;display:block; }
#oNTnyo2BrVIaas2dx33BUbWUi6HTgN2I { color:#293268;display:block;width:43.375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.8525390625rem;left:31.625rem;height:3.02571875rem;display:block; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-form-header {  }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-regular-label { height:auto;display:block;font-family:"kulim park";font-size:1.3125rem;font-weight:bold;color:#000000;width:23.5625rem;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;overflow:hidden; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:eczar; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:eczar; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:eczar;font-size:0.875rem;overflow:hidden; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .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; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#db1f1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.5625rem;height:3.6875rem;font-family:lobster;overflow:hidden;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-4),1) ;font-style:normal; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:eczar;font-size:0.875rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:eczar;font-size:0.875rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:eczar;font-size:0.875rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:eczar;font-size:0.875rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .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:eczar;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.1875rem;overflow:hidden;font-style:normal; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .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; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .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:eczar;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-container:first-of-type{padding-top:0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-container:last-of-type{padding-bottom:0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:146.7498626709rem;left:40.124422073364rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.5625rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-info-text { display:block;height:auto;font-family:eczar;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW {display:block;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:146.7498626709rem;left:40.124422073364rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #nhUn4wFf7Tf0GuXzM1CG65VAhJoyUFJx { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #GX7F4JHIT76laDobmqHgU4oCiux6Bzt0 { position:relative;display:block; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #l29IEt6WekSgD573o3DXRLkRfIbaguqU { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #A5VAJtgw70ZXkZnOqAiAGE148RRhWvF0 { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #rmDTUXVwJi5oXhpStOrpb7sP6M5sF3Ze { position:relative;display:block; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #QD0u5JZzFDHcmU9eXsLnxu3FmzxhpAVO { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #pKWn9kCp2QgI4x2n5pKnhcxVvnbnCFGC { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #C9q78TXMqcT2utJT7x2aFdlhCoyMqrx6 { position:relative;display:block; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #AtqrNuAoD8NuBAw2qVeVzedzlZeQSsRb { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #vaJmDLDyOOq91XgMbzltW5DufJVXheP8 { position:relative; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #SxZmTNQAxMziVQskd9qUAbCJpTHCSSTd { position:relative; }
#xKmGOOhVAxwiEBEgoi2uFaA3wAbGKxIL { color:#2a988b;display:block;width:25.999375rem;position:absolute;font-family:"kulim park";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:153.0625rem;left:9.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkVagaa1U03ARyLw77qFECfQ86z1bTxT { position:absolute;display:block;z-index:15007;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;height:16.1875rem;width:28.8125rem;top:33.2109375rem;left:44.75rem;overflow:hidden;display:block; }
#RfvITQbNcgCLO3S0yRe0ZU7264FmPVuB { color:#293268;display:block;width:40.1875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:10.7275390625rem;left:34.8125rem;height:1.51285625rem;display:block; }
#G9zrvcvPcyLHJzlcwTgvm0B19rnvIZf1 { color:#293268;display:block;width:40.1875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:14.189453125rem;left:34.8125rem;height:1.51285625rem;display:block; }
#lbCiQwEdW3KxctrGP8kycFSPK4eRCn9p { color:#293268;display:block;width:40.1875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:17.8125rem;left:34.8125rem;height:3.02571875rem;display:block; }
#TMXWhd1zrriHn7RLH9A9ICdwrtiEVzU4 { color:#293268;display:block;width:40.1875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:22.396484375rem;left:31.625rem;height:3.02571875rem;display:block; }
#sgMVbT9ooVDVanTunxlSXxFVcBOWmWN7 { box-sizing:content-box;height:19.75rem;width:28.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.158203125rem;left:4.9013671875rem;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; }
#zurdVLwNJRKw7usKT347fSxbRFwC6lKq { box-sizing:content-box;height:16.0625rem;width:28.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36rem;left:41.125rem;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; }
#TvsfcFXPB4Bp7zpchuNM6abIibvKit8h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.4833984375rem;left:32.25rem; }
#nu6IFpmsVFyD7NQlAfelmGwPZwCyq7eB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.9453125rem;left:32.25rem; }
#Uz8Mfo0EEQUJxSnfJaVHfcyuGINMEd5D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5625rem;left:32.25rem; }
#lngrrVPHT1T02nQQrvGeJFVSBxOT5Isx { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:28.93359375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FB9k03cC0887V42vayvbM0k5FHLezI3t { color:#293268;display:block;width:33.875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:37.9375rem;left:6.5625rem;height:1.51285625rem;display:block; }
#RhD8rtEKr7GGkor1ROUnATHT4ivd7Lqa { color:#293268;display:block;width:33.875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:42rem;left:6.625rem;height:3.02571875rem;display:block; }
#VuQBF752DA9qQoIdVzlneNZpv7ThzxB4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:37.9375rem;left:3rem; }
#d07NFqP8XSXglsLuUptLGf5fq8bOE07T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:41.8125rem;left:3rem; }
#QpSH3Of54ldvpuMGbhr9Kndwl9F0k2em { color:#293268;display:block;width:33.875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:46.3125rem;left:6.625rem;height:3.02571875rem;display:block; }
#xHrqq8xcHeWAK4mcRIkHT1pXt4WAVl13 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:46.3125rem;left:3rem; }
#VJcOHQUTuOyVPJFJxZy4a24TJi24D7Hv { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:54.80859375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMhLfaI42Utpqq9h3zvZSW6evUkbGN8t { position:absolute;display:block;z-index:15002;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;height:18.875rem;width:29.9375rem;top:61.423828125rem;left:0rem;overflow:hidden;display:block; }
#tXnJ3kC5SqmAIk84vieowlS6qgRMDcKo { box-sizing:content-box;height:19.75rem;width:28.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.88671875rem;left:4.9013671875rem;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; }
#LA5digt6nU7Wx2wdFbiw6TbegtIsIkNT { color:#293268;display:block;width:33.875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:66.5625rem;left:38.876953125rem;height:1.51285625rem;display:block; }
#r3ewaVm3FlyPPEq8wl2MW6BKUZGx8myA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:66.318359375rem;left:34.8125rem; }
#kGdRlWhqcnBukAgfiA1FK3BEo5yVUiUw { color:#293268;display:block;width:33.875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:70.04296875rem;left:38.876953125rem;height:1.51285625rem;display:block; }
#vqvanknmhpWD1ts4ptlP5RtBEmGmeafM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:69.798828125rem;left:34.8125rem; }
#hIaGK2TS89bmiWXXkGXZne4uTym6SvKI { color:#293268;display:block;width:33.875rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:73.66796875rem;left:38.876953125rem;height:3.02571875rem;display:block; }
#Slehtvkd8LAaOw85tvDX9PfcTtfyw1hm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:73.48046875rem;left:34.8125rem; }
#rrDbwTosEWuE8D7NNlOPe2ozhXyXbzc7 { color:#293268;display:block;width:39.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:78.337890625rem;left:34.8125rem;height:3.02571875rem;text-align:justify;text-align-last:initial;display:block; }
#e67R18pnFx2VORuD15B2d7r6gBEMtdzy { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:85.30859375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iy4ZoFaVEfW4csZM4H3Q3ggt6aV2NIUO { position:absolute;display:block;z-index:15008;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;height:19.125rem;width:23.9375rem;top:90.875rem;left:44.75rem;overflow:hidden;display:block; }
#U6VM21aF5CstcIJRIufhqDa3VKrRKe31 { box-sizing:content-box;height:19.75rem;width:28.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:94.5rem;left:41.6875rem;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; }
#qds5k7gB5TKhV6SbniT5kehvpoSFZXch { color:#293268;display:block;width:41.375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:91.375rem;left:0rem;height:3.02571875rem;display:block; }
#pCawZ1VOcfVRO5TyRCRnqQOAfOtWKkpI { color:#293268;display:block;width:34.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:96.681640625rem;left:8.4375rem;height:1.51285625rem;display:block; }
#mxMEUepyvNeidP2ndSWsUkONqNdBAaIN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:96.4375rem;left:4.0625rem; }
#niT8sd7PzFGTDJmCHM3JHMZ0CGN0QNJ6 { color:#293268;display:block;width:34.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:99.744140625rem;left:8.4375rem;height:1.51285625rem;display:block; }
#ihRhXBMkaA0JTk6AnCyaEgqtryzTLngz { color:#293268;display:block;width:34.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:103.056640625rem;left:8.4375rem;height:1.51285625rem;display:block; }
#rrGnGrExU1DbkxHECTV8EPyWCFTbIWCq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:99.5rem;left:4.0625rem; }
#N5lv8k1oAZspRLvGNF8cpoVKKTJ0yiPr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:102.8125rem;left:4.0625rem; }
#OzW3EvrSt8TFaFakutLNvVNUlPHv0rKQ { color:#293268;display:block;width:34.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:105.431640625rem;left:13.375rem;height:1.51285625rem;display:block; }
#PSm7yTtKKroSi0pGoXgwTXcJbNrKQ0AC { color:#293268;display:block;width:34.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:107.66796875rem;left:13.375rem;height:1.51285625rem;display:block; }
#NuIO0f9lh3TBbhHn10WtsETnLNk0uMWk { color:#293268;display:block;width:34.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:109.85546875rem;left:13.3125rem;height:1.51285625rem;display:block; }
#ZKxt0DonWHQ8glqDo47cqCtZilfhVoTy { color:#293268;display:block;width:34.625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:111.85546875rem;left:13.34375rem;height:1.51285625rem;display:block; }
#Ck6OIbL50VUyl0zWdb1gqtUq3Cfb0mQ8 { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:115.80859375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqkdAxzexCBivnkB4ePmaRPC0F9ZkEnd { position:absolute;display:block;z-index:15003;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;height:19.875rem;width:29.8125rem;top:119.931640625rem;left:0rem;overflow:hidden;display:block; }
#blMaEtG0oTCe1KzBGyN0m84rRWDNC3E7 { box-sizing:content-box;height:19.75rem;width:28.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.19921875rem;left:4.9013671875rem;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; }
#d7hvuDLVqVpPsttsDELcRZZNZlTxtpgy { color:#293268;display:block;width:39.5625rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:128.357421875rem;left:33.53125rem;height:3.02571875rem;text-align:justify;text-align-last:initial;display:block; }
#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container { background-color: transparent; background-image: none; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container > .video-iframe-container { display: none; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row > .video-iframe-container { display: none; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .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); }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container { border-width: 0; border-radius: 0; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container { font-size:0.875rem;font-family:oswald;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#U0Vsu4t09hanGtZ7TMaTmaaobFIhu5lD { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:0.15625rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cA0K5ab6emazyzCGkZ2W1MhxvN2A07Kb { color:rgba(var(--color-secondary-4),1);display:block;width:37.875rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:19.875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wImNpUIQlwP4Wv4DQLkm0yJLaPxqVs4i { color:rgba(var(--color-secondary-4),1);display:block;width:43.875rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:19.875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kr3mhpc65fEsZsUTuPx7MRJPfa9piNtT { box-sizing:content-box;height:22.9375rem;width:68.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:3.125rem;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; }
#wZQliNhOsX7RRhe5rXuFw4nTTO6WXx2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.3125rem;left:16.625rem; }
#lKebixMIOqwsnOCWBf3qce9Zl3vv6qea { color:rgba(var(--color-secondary-4),1);display:block;width:44.75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.25rem;left:19.875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQVVZxeXibIar5GglmEA71s0b2T5k0Dh { color:rgba(var(--color-secondary-4),1);display:block;width:41.375rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.25rem;left:19.875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rk94CdyX4fuOiswJfqb9VqrRXATEdH9x { color:rgba(var(--color-secondary-4),1);display:block;width:50.0625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.1875rem;left:19.875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C1v1IPvL4FsQLS9yRs3005qF8ZtMSb5S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.125rem;left:16.625rem; }
#UgGZ2OIoQOQQF7in2Lyo5TJEZO4LTtUC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.25rem;left:16.625rem; }
#l3zbp8bGg78z1KvTCmlQXVao676yeXWL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.25rem;left:16.625rem; }
#ragnal4ZZfqIKgmLXdvn8LETAk8QMRXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22.1875rem;left:16.625rem; }
#hgip9E4hyTMHTCWBaJrkTLyPuQSLcArV { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNk2PrTxxO55g2e9Rv6MlkQ5GfDUsHw3 { color:rgba(var(--color-secondary-4),1);display:block;width:50.0625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.1875rem;left:19.875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rXThC7wyvT9bgkRzAN6dhB4rVADOelcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.125rem;left:16.625rem; }
#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg { background-color:#2a988b;background-image:none;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; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container { background-color: transparent; background-image: none; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container > .video-iframe-container { display: none; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row > .video-iframe-container { display: none; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .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); }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container { border-width: 0; border-radius: 0; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container { font-size:0.875rem;font-family:oswald;height:30.625rem;width:75rem;overflow:visible;position:relative;display:block; }#L0JpmvK11fv6xrbcqDtFULw2XpXmK6zs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.875rem;left:0.125rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHx3Xo6s0xUSBQoK4n8mNEmaWJfnJpT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1QtUsD83pMAL5DaXhqXo0Ii8IsCp0pB { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5625rem;left:31.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HfwSciHO7xxdU08dkB8PnHOcJp1TzUwI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.3125rem;left:27.75rem; }
#vrQLx7vCCaNn7roUP1crpCruDsXm6rqv { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5rem;left:31.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FFJbLkAXCTdsm6tyuqgcukvA8ggRMBnT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:31.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pcFMhpMr4no0yiKWx3IIPW0MlXxRkMiE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.28125rem;left:27.75rem; }
#yANTWeQ0sTWdUXqAsDTMk4N9zrrCNDCH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:17.53125rem;left:27.75rem; }
#mRoMe0QHlGXCD7zdV6D35172TOtqDktB { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:31.125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sZH0TcE1JaOUFSO0oE6DkAZgVJhk49Zz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:20.6552734375rem;left:27.75rem; }
#WReLnh42omnrBpMK3VJEpp1iJS4qspwB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.75rem;left:0rem;height:3.57494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container { background-color: transparent; background-image: none; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container > .video-iframe-container { display: none; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row > .video-iframe-container { display: none; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .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); }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container { border-width: 0; border-radius: 0; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container { font-size:0.875rem;font-family:oswald;height:37.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Tv9eFQ6lPRW0dZ6MUbPhiARgcddJqlPw { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.75rem;left:0.15625rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lV8NFCTGGPo1iRM0Hg4BTBn4JdWClbfy { color:rgba(var(--color-secondary-4),1);display:block;width:32rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UVHT6DuAaeTklL3MHM77CnpT581F0PU9 { color:rgba(var(--color-secondary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.25rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xXd3d3gzREJlBJoTuPytG7fFD9vsDAQJ { box-sizing:content-box;height:26.5rem;width:53.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:11.0625rem;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; }
#JB65iccFeWtfnUrSC8Lt1GQy26tTX5QC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.4375rem;left:22.1875rem; }
#pUQnm44H9f2TCcSwhpkZBacWNpUxs6nP { color:rgba(var(--color-secondary-4),1);display:block;width:31.75rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.375rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KRpe9ovIATNyryiVaZDd1uDrm6IgaVqv { color:rgba(var(--color-secondary-4),1);display:block;width:35.0625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.375rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HWTRpodqwV81MlU5yoDR1r8OESqQoewK { color:rgba(var(--color-secondary-4),1);display:block;width:36.625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.3125rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQE7ArN29vlqtCwClmmkbVfkiDcuODyb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.25rem;left:22.1875rem; }
#ERb7HQFC97CNSG9EGBmN68h97g2td8dn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.375rem;left:22.1875rem; }
#RF2fULcPsaZfWg1BhTq4taJl07Grm3p2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.375rem;left:22.1875rem; }
#CHASg145oLhrxu2DqtUNB0ydthR6IL7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22.3125rem;left:22.1875rem; }
#Cy931RTFMXMlq1BvMRkRtX00P15vTi79 { color:rgba(var(--color-secondary-4),1);display:block;width:34.6875rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.3125rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AJVDblvzwXWoWfL4ZqhI8TAKIT9W8loE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.25rem;left:22.1875rem; }
#EOZONwnnAETXUa98bDWQzeF8umXfiRm1 { color:rgba(var(--color-secondary-4),1);display:block;width:34.5rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:28.25rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PbWBbbyfVTRGUX8HIoP61DXwETWnKT8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:28.25rem;left:22.1875rem; }
#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs { background-color:#2a988b;background-image:none;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; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container { background-color: transparent; background-image: none; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container > .video-iframe-container { display: none; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row > .video-iframe-container { display: none; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .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); }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container { border-width: 0; border-radius: 0; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container { font-size:0.875rem;font-family:oswald;height:19.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TlJAi2NuHU2WkGMcvQT1NqKm2UTgO8DH { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.875rem;left:0.125rem;height:4.40031875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXb7s2haHpw0wTTDhLctKpvqVNy0dVvT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:20.875rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ELksk5HiqBVsVHRzxFRtBOoUPB7N0k0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.125rem;left:17.5rem; }
#fcFatT1ekyk8NmIhkHCc0Uznk293l3bz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.1875rem;left:20.875rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ranptiBW6l7XwQAPTz7gTSwfyt2GT6qi { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.4375rem;left:20.875rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABS4ts4sWxxeATvyFazTJVdFhQlgSO5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.125rem;left:17.5rem; }
#vzezsTOBpu3AeTQXuozq0mI0vDneyxnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:15.375rem;left:17.5rem; }
#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container { background-color: transparent; background-image: none; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container > .video-iframe-container { display: none; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row > .video-iframe-container { display: none; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .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); }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container { border-width: 0; border-radius: 0; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container { font-size:0.875rem;font-family:oswald;height:40.25rem;width:75rem;overflow:visible;position:relative;display:block; }#QdTfiT2VBIUw4b2K3bthEfKbpXOSE3sD { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.75rem;left:0.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3210WW5GoyiTxP0qIQJKVGWKL5Xibk3 { color:rgba(var(--color-secondary-4),1);display:block;width:32rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zdhHPywkhuxnAQGWTwy4STQGtOPB4ACM { color:rgba(var(--color-secondary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.25rem;left:25.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Op6aZyTUgBxPqdCVs11aodT3KiUV3xqR { color:rgba(var(--color-secondary-4),1);display:block;width:50.4375rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.375rem;left:15.9375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gT4WEnu7lKAuaitJIg1lo8KkHZFzeTap { color:rgba(var(--color-secondary-4),1);display:block;width:35.0625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:23.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZATs3ubCO4OhiEUzZuTZec9rUoi3TkZ { color:rgba(var(--color-secondary-4),1);display:block;width:36.625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.25rem;left:23.4375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5CQZrRKy6DCWPvsgrMcJ7e0cwd0ftgJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.3125rem;left:20.1875rem; }
#flrkDiibXPAdwnNw5le0DRVxbwdTPpG0 { color:rgba(var(--color-secondary-4),1);display:block;width:34.562375rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.1875rem;left:23.6875rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GOI4dkzlN1RtXF3FdXgorEu5kGDBiNLJ { color:rgba(var(--color-secondary-4),1);display:block;width:38.4996875rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.307873487472rem;left:15.061487197876rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rX6E4P2Xszwpp0zZ0A4nSHMiea5WKaw9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:23.25rem;left:20.1875rem; }
#hhrlGpveP3EtDKkoLifEH2fRuEncUOTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.1875rem;left:20.25rem; }
#iFe07AbV0t3xL5UXyb14ClzyXxRyamEP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:26.1875rem;left:20.1875rem; }
#IQDlbhvbcMmNGT0Hbcag348c7FT7iCBU { color:rgba(var(--color-secondary-4),1);display:block;width:36.625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.1875rem;left:23.375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnP1JCzLTSqJqVRaNw76WUL7iBUMg0QK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:29.125rem;left:20.1875rem; }
#Kpl5tJpU6lfSVQfcOtXDWVHts3kDcVP0 { color:rgba(var(--color-secondary-4),1);display:block;width:36.625rem;position:absolute;font-family:"kulim park";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:29.125rem;left:23.375rem;height:1.95023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W6MdVzFWDgwtD509iG3Sc3Dccb1iPk9E { box-sizing:content-box;height:32.4375rem;width:53.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9365220069888rem;left:8.4056720733644rem;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; }
#x3FDRfucWrFSm7oIbehswS37ypxup753 { background-color:#2a988b;background-image:none;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; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container { background-color: transparent; background-image: none; }#x3FDRfucWrFSm7oIbehswS37ypxup753::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container > .video-iframe-container { display: none; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row > .video-iframe-container { display: none; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .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); }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container { border-width: 0; border-radius: 0; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container { font-size:0.875rem;font-family:oswald;height:33.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#mW5VlDP89bwJysEKylIAw1vV4GSET1nT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.875rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXWqI0WQ4X0726iQw45y08p6GDht3epT { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8rem;left:13.625rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oP9CFvafm5NmICSyCGV8It8BSCeypnqB { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:24.8125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ynOLoPtG4TaefDL3OSs0tI8FzsUHgFJg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11rem;left:21.9375rem; }
#ohfB5IT6kEyiyTmvC40xnZb2uG82L2Mq { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8125rem;left:24.8125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#evdJJIlu8FDdToZcvSDcmeDQoiOrwQ6x { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:24.8125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kWAkC08NUCTJOiq0D27f8HXJnwNzRaas { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20rem;left:24.8125rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iEcOsVTCK1dNE5h9EZmxSIguE8nTGBbF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.9375rem;left:21.9375rem; }
#vbiIM4vCrDhTfGthspSZHd2wO9U3QcLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.9375rem;left:21.9375rem; }
#IEiZyrlLLXX0ZsGCSw88ueIeNnTW570J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.875rem;left:21.9375rem; }
#hBo9qpoKxKOP3IXWGUzSK4amAcI1JmOy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pU7TTm5kIDcfzvV7tTPZK1qeBTidOfnP { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:13.875rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEnFwPtq87ctpaf3MFwpZ5lUxl3WMfxl { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4375rem;position:absolute;font-family:"kulim park";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.375rem;left:13.875rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container { background-color: transparent; background-image: none; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container > .video-iframe-container { display: none; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row > .video-iframe-container { display: none; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .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); }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container { border-width: 0; border-radius: 0; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container { font-size:0.875rem;font-family:oswald;height:34.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#FGKTXJwLdzMzCnCdflEdAbfvIKoBQC8p { color:#293268;display:block;width:75rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1985092163086rem;left:0rem;height:4.80035rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uJIex5A8F54HhVPBAWxfKl4KtvTyDozM { color:#db1f1e;display:block;width:45.686875rem;position:absolute;font-family:"kulim park";font-size:1.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6.5087890625rem;left:3.6246738433838rem;height:2.35605rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H3JlktTWuBip7HoZqOU86MLXeJ10puuH { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6860625rem;position:absolute;font-family:"kulim park";font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.380207061767rem;left:29.313150405884rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UuStXVaCWPTM4oSCtsiF5lTIdXOpg3nc { z-index:15004;top:16.748046875rem;left:36.530759811401rem;background-color:#db1f1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #293268 ;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:lobster;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#boWibwvLSQW2ziOLEbQQ3X3t0JqF6Iq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-form-header {  }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-regular-label { height:auto;display:block;font-family:"kulim park";font-size:1.25rem;font-weight:bold;color:#062b31;width:23.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:23.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:23.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#db1f1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:400;color:#f2f9ff;width:23.0625rem;height:3.9375rem;font-family:lobster;overflow:hidden;font-style:normal; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.1875rem; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.1875rem; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.1875rem; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.1875rem; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .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; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-container:first-of-type{padding-top:0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-container:last-of-type{padding-bottom:0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:5.154296875rem;top:9.990234375rem;z-index:15004;position:absolute; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.0625rem;display:block;vertical-align:top; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk {display:block;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:5.154296875rem;top:9.990234375rem;z-index:15004;position:absolute; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #vD4pu5ou1vf6rJ33TCFC4fLtcfeEcMqF { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #f462W4HnEgDQJw6exWhNO9l4anCU1reG { position:relative;display:block; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #GKZQ9O8QBFf48q3QsymyBx5ytJyPw6bD { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #uguH3RFX3lnLTu8teZ8B98JKFL7W1dV3 { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #slH5m4ooQCG36okuTWwgCEb4qyZLeQrV { position:relative;display:block; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #f3xTGDPdNRDy54CCie9P4m3Ct10vn1Lh { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #OLB5IV1HRC86bukOWlSRbQDF2gbfmGps { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #mgvT4D7T9yTSRMl8bNQxs7BcvoIirXPt { position:relative;display:block; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #pCvbfuUre2WKhQewIlHxeGUUeUyodMF9 { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #rx5cdFfaiZd8BezlUhuqwI7rsS1G7K0i { position:relative; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #desSMEwqyrUuPG5X60evk9P9iEL8EVkx { position:relative; }
#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { background-color: transparent; background-image: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .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); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { border-width: 0; border-radius: 0; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { font-size:0.875rem;font-family:oswald;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { color:#293268;display:block;width:46.0625rem;position:absolute;font-family:"kulim park";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.321174621582rem;left:11.375rem;height:5.06075625rem;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; }
#kQpQ01pwglWRaUwsRckiLGTcmdTCGeN4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#293268;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kulim park";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:2rem;left:60rem;display:block; }
#m5BaIe50uUQ8eVADtDXAcoegHSELBvhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OeJRz4KyIclkMImXL5dl76agcr6sA72G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10rem;top:0.680549621582rem;left:0.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT { display:block; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upGso2hO30LUVFWWVvTKgcTZ4PE4QvTc { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSkIMROlvEisMTlCTclxuVFeuibB1LuM { display:block; }
 }@media only screen and (max-width: 763px) { #AOp7W8FQeXnzZFThR98OEIIMFTlboLrT { top:1.625rem;left:0rem;width:14.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP6BSviaWJaCdbWoDlgqIE4Vlf3NVXa0 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlhBnzyuGHZ2tJZ6TLTeyFx9pc64sB6G { display:block; }
 }@media only screen and (max-width: 763px) { #bhi06EsV8AbEvqcdNBwOUrTd1PTJyx3S { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCkoiEN27DCL92P7iGU8bf232d57WSQh { display:block; }
 }@media only screen and (max-width: 763px) { #OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB { display:block; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPVE7nV7xNFL80s24i2KoJFVqsQsrEmf { top:11.6875rem;left:0rem;width:30.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTro5QmdVJ34Zx1ILk07HuCh06coOCy { top:0.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl9dOkMBoSlWVzkTx9DCTCVoQZiExLTE { top:11.6875rem;left:10.125rem;width:37.5625rem;height:20.778113584755rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqlx6eBHr8Aziy9S2wZpLcTzBszrtya6 { top:6.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQcCB0aw9rJATNeegnKJ4JzS9l4xJgw5 { top:15.125rem;left:0rem;width:36.5625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMnwfxtZ6t1GcSlr6weJo1PFTmaa4KkB { top:21.125rem;left:0rem;width:17.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9JoUhNohsZQRJ86TTp8LaQ5GZmM04qQ { top:27.0625rem;left:0rem;width:25.9375rem;height:19.390696552843rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfnkT367dPoe7xGPQdvokg1dpLgmtnF8 { top:23.3125rem;left:0rem;width:30.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkx3FRRpdAAZg3U0IT84NHeLDt69xS2F { top:33.5625rem;left:17.5rem;width:30.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhxISJvD6Eq93tAmHFQGm2Me6QTTohIK { top:23.3125rem;left:0rem;width:21.125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is24xlD40Qmo0BJeFHfhiAyhxzuBgVP9 { top:15.0625rem;left:11.875rem;width:35.8125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOdbXnTNobFa6glHrEHuAlkc8xHdTDls { top:35.9375rem;left:17.5rem;width:30.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOXDMx6b7JwdxcyyR9A1Q9T21McRq3Ro { top:38.5rem;left:17.5rem;width:30.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoAA3gzqZDTalpBCbT9rDmTpJGq7PriF { top:41.3125rem;left:15.4375rem;width:30.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCmUKNwVQBuvg8J2S4kKSDyhh6shNnsO { top:43.25rem;left:15.4375rem;width:30.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNboif7PeAh4zUFpMUnF3kTTfSe7q9x { top:45.3125rem;left:1.5rem;width:46.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3uP1zg3tABTkReewO1VlgFosVZ70uy3 { top:9.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO { display:block; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dleJiWqqm7CHaOfEDZW6sxarkz6m7HbJ { top:1.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4bpJVCcUXkG1i72sNOptPzLZzaSezMK { top:7.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipd9lxx0fuE6CamG8zOMwqlFymw569s7 { top:9.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQW8xf8bc4GXf5s6NkJqoEilMrOxSDc { top:12rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeZPDFwvCxneZhFFuSb29isVDfecHDOs { top:14.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb3g7PGENqPTv1Tru2VktP1GkSfXBtPx { top:16.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGBFZURQCSvzkJFZ8Zs7Q6mTAE9ZxTJn { top:18.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0tmbDxtHLhqOFFaFXlC13OhN92UvQJ { top:21.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbriqSxbFIpsOoeUdbgwVWTU47DXTgFn { top:26.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD { display:block; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9uCa5CgZCMTytbGFOIVvfbpbumQhm9v { top:1.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQHDhvTRN97FnJUG6or4fpw7Gythl4i { top:6.875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcglKR5eoeHTS98fruAWD7Wd09O1Oggp { top:9.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8nvmTJFVRzSsBsbBxaO4hbETroT6Gin { top:11.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsvBSou0E8pafdo7bDu1iDDZZRT8E25b { top:14.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaHSlIB0BMUyeDGdKd8GttfhNbe2dxQH { top:16.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgNXhfJc1hE2fcATL8aAWlxq37xxCTma { top:19.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2bswZN86v09aPJSXt9DcC3GFrBU9Wfy { top:21.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik7cXToROg1KUmHwSNsCmrLF8xsoAQvk { top:23.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpPrUx3zF5EnV7mBTTlLfrw4E20HRJQo { top:0.875rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna { display:block; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un2F9zZ1WldT4oHit5RBSHXGXqeMKJyM { top:0rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiXaFXTAWw3DkmplkoJPvTZt4noTAbef { top:7.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqDAGNnSb8epNIeShCnCNguNsXq5z4s2 { top:12.9375rem;left:2.75rem;width:27.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZwvSfePxEm1NBn1BqctPWkCJkIMp75 { top:16.5625rem;left:8.4375rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPbm2MBpsczfFcRUEFecmr0bdyJ6DDi { top:9.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku2c0Fsdx1Plos6OwbErrxUfhKIpfhT5 { top:16.4375rem;left:5.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkQzmBuCkfKLiCuTmbTl5iVquJGwOHd { top:19.375rem;left:8.5rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8kiEDoGQDdw4TiZTmg2PUZHNEBICHB4 { top:22.375rem;left:8.5rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmlDg1JG7BPn4uoTLlDhFv24SCAG70Ey { top:25.1875rem;left:8.4366321563719rem;width:39rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDhZvFFcRGAsq8UNbi9mNx2J9KUJy3aQ { top:28.0625rem;left:8.625rem;width:39.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVMNrmtSII34NgISZD5l9Cs4Zb8gFauo { top:19.25rem;left:5.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH6VDU2Tmuo7tQdTpy2irTPFmH5IIi5z { top:22.25rem;left:5.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBFDqIgkmvJTvUWElrZ9K0t9NdNupCUh { top:25.0625rem;left:5.8744220733642rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn6E9NbhwxElryD2LKkxOZBopwWoBmUk { top:28.0625rem;left:5.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhrqBQ9VL5VZqyDxq3CrENuucK4TfuIH { top:32.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6JDaL4JZkHnXFPuUmgKUTTrexEoSD7N { top:35.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf { display:block; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTkfpLCkHVAxBBSNzgQlE4VbEps2UELo { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW1N65tG12K5rV4KC8rd98ywo1fFbhBX { top:8.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnJZ71EgRG9ZWTCkyk8wQlnAllv6v6Q { top:11.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giRIWc7ZLEqkLDLAEqJ8MiF9c5oXohI6 { top:5.5rem;left:0rem;width:47.75rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4WZgNz5ki2xCw5QkfERpLPa2V20pum { top:13.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvW2KCEapC2RchwvpPbvCNLBcPPgis2f { top:47.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxSaK6lSaGg6PdF8dDUddqtSNcTKZOt5 { top:49.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdx4KPoBl3avDD9d4ZUEsG0cTfALm0cg { top:19.3125rem;left:0rem;width:20.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXpAz0NP8lEcUxElqVqNQXQQpfUuTHWr { top:19.3125rem;left:22.9375rem;width:24.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVU43SZabOBWQxQVGP2BNgglxigz12Ts { top:30.8125rem;left:6.4375rem;width:32.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK { display:block; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1tF3TQPbQWkAushwHwbVXyxxNi8EPwm { top:0.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCpNzBITQNFIfrKOoNGp4NKGpXkhiX9N { top:18.375rem;left:5.8125rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn9zu3RWWL7IbP0TtmwQ2lVhrU2guCG { top:22.375rem;left:8.5rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF332ygu5tDM30sUHrTs6e5MH5zrTMn3 { top:24.9375rem;left:8.5625rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbzc6SkDEkzLps2VR6sT6K68DiDZOUf { top:28.125rem;left:8.625rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhEbiOnXGBBTd0QLultsUBsqc9x8n8oK { top:22.25rem;left:5.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzc3aRLyhI2A9zLCgfmD7u0V84Gn4TKe { top:24.8125rem;left:5.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxInzIDV02noCfPrSTO5HHZw0M8Tl5xf { top:28.0625rem;left:5.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQC60PTqaAKxz0EB4la92HCE34zBfGow { top:35.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8M5rmdyPaTXTSGTcTz6W5lt0MJ2cEVv { top:38.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUAKEatphV0SPUszmzlqV3l5HTA0rUGb { top:11.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJhV8T7p2U8ZgBfdOxHV4ATXHTS77lh { top:13.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgO9SeX1c2QdXxxGi3tNg5AXlCEMtoM6 { top:15.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VldzkmSVnX71kMX82REZV8FFuMO2QPak { top:31.4375rem;left:8.6875rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKJU5dIotATa54cn6xzPmxiF0BHyr6i { top:31.3125rem;left:5.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 { display:block; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzkNAzUdAFD9yD0FT86FAuQ0HJEfo1TD { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkT0VcIWd7IdewVMe7ngKC7931AfqVOv { top:8.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbNag4DtybfBkduPM5UvaRvSD2nTdpZr { top:11.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9lKhchEXNZBv2nVAOvu9P3WmCWRVaxM { top:13.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51p8GHcPWNblT6hyhb3DhiLxaXRiqXy { top:17.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6HktWRooJZ6GTdS73BHIw0hfFwixxp { top:20.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6bocJOuTtLRFRyOrtxtivUGJ0r9eqn { top:23.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { top:0.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5cO687SFXViGBCCzkGBcRVywsNar1hr { top:1rem;left:28.875rem;width:18.875rem;height:33.701592647845rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { top:7.125rem;left:0rem;width:13.8125rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENARuUpRn7R3ghDJG76dTR2ZDFrUNWB1 { top:10.875rem;left:1.125rem;width:46.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOTackOiVDDEpQrs6TmxS0a7kW1xu8Z { top:13.3125rem;left:1.125rem;width:46.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4XO7BKb1g0CVECx72JDwIFBIzQaLH7J { top:15.9375rem;left:1.125rem;width:46.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxECebmemGzfElSTGrbvsDPdBcJdor4 { top:18.625rem;left:1.125rem;width:46.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHleQrvIvlA85XudPJF9iZ30DZM9w0Fy { top:23.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhfwT7KagomhdDfVpfDJ5ILKhO3i505M { top:10.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5kkVGnBOMrbFTzMLRITMvKEsADAdikR { top:13.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDNVCWF5smy1XTr0ea4Np3CyGJgTRe0b { top:16rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhdezcSXLQTXy3nuTiX9L7aIBn9N4AEA { top:18.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 { display:block; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMdiV9B7HTqtF1SAGOwxJWhqgKMKzX0O { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6i5NLxxRkT4qikXefi4bffKbxbfcsP { top:12.5625rem;left:0rem;width:23.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxHnD1IK5uFZ3vWupm0w8zTKBNR94hhB { top:15.375rem;left:0rem;width:23.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubEOJK8cTfTH67oSL1Re3MnUNLXGVgCn { top:12.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAmaLJ6HQgEftiTRDCeCsZ3NxWxPLqG { top:18.5rem;left:0rem;width:25.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH238lK1apTHmTKCHd8nmdBtSvHfJepr { top:21.5rem;left:0rem;width:25.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9upMFeyOOk3elywD1aZhHZc3bGaPQ0 { top:24.4375rem;left:0rem;width:24.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCJpOThZtTCm1crnd4rn48deS5gsqg9E { top:15.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMqUzQNZN5GoG27Lm0PbgEkudAhboBO7 { top:18.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2PvTSP0qt7zliKd5rrid7LIIUqARpc { top:21.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCKeoZtqn76EbTCKs1KWuMaBeUP5KtF { top:8.5rem;left:14.875rem;width:32.875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bXVHBKEx4EDVurCgxRmpQbwrESUG08 { top:13.0625rem;left:23.9375rem;width:23.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQwGEGPT4xHPOZKbrabXRZzJzS1fR4CI { top:10rem;left:11.5rem;width:33.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf1WMfPWq9T5ScbE9MocnFFzkVgg59Iz { top:13.0625rem;left:30.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug8h7MnL6wgG4km4oxSrtgo74L67BPgI { top:15.6875rem;left:23.9375rem;width:23.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhuTFbv6Fepaw1SHGgub4AgwCUW4G3I6 { top:15.6875rem;left:30.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQCWhNnsSUTwALgIa1kMcOheCaSgQMAu { top:18.5rem;left:23.9375rem;width:23.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3BJZgBrm8NVA7T2XqU9wHilVR2sIZdb { top:21.0625rem;left:23.9375rem;width:23.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01z4VLnrR7ZZ9zS3t3Cqg4N7dKKfgWs { top:23.8125rem;left:23.9375rem;width:23.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mym9auHG71NuugldhS9ncJAURzPZiiOC { top:18.3125rem;left:30.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhVVGvLRwTEdGDHJnl7wtNZaqylipPkT { top:20.8125rem;left:30.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRVmJTSTnTMaZfncoTIh2mthbhzgPXp { top:23.8125rem;left:30.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu { display:block; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRabGlywSTU8sEAk82ydWal5LBL0bNQx { top:0.75rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT5qb56QiXmL5Kna2mJAtCmdTTL3Adu { top:29.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7tZ2EdssIa6gziMuXVhTnJtOy3Zsq95 { top:6.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHs7sB7O0aKA0S9uKNflwrPQrPGRtVwG { top:9.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPbpdSp7knlTW8AGFEr5FVu4QpKxWB3n { top:11.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkgHhSOrpQJXTsWBr7bKFbp35LsC0V4 { top:15.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMIAvtdityKW0NndbX9W0uKNsPSUaEEi { top:19.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7M4Cc7F3iSMNAIZ5PRQMDMXoM1XXAw { top:21.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfAs4yKPgbNKbuc3tOIf7TCzAhggSBlv { top:25.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2htXyDLefXfVgP8CJZMq03VRQgDPM40 { top:32.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg { display:block; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PV4W5wWeTVPMnPmT00koTGASQFVkznwR { top:3.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psm81OIpJNIl0eoorSRJGUlZUsf7LZbV { display:block; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbTezvke6BMviJCxstEyc7wqaD4mC7C1 { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur42EunVz1wX73PKDCZwpmT1OwNtK2nM { top:5.25rem;left:0rem;width:29.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTnyo2BrVIaas2dx33BUbWUi6HTgN2I { top:5.8125rem;left:4.375rem;width:43.375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-regular-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-text { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-textarea { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-select { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-button { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-checkbox-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW  { width:23.5625rem;height:auto;top:146.6875rem;left:21.6875rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .radio-container { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW {display:block;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW { width:23.5625rem;height:auto;top:146.6875rem;left:21.6875rem; }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #nhUn4wFf7Tf0GuXzM1CG65VAhJoyUFJx {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #GX7F4JHIT76laDobmqHgU4oCiux6Bzt0 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #l29IEt6WekSgD573o3DXRLkRfIbaguqU {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #A5VAJtgw70ZXkZnOqAiAGE148RRhWvF0 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #rmDTUXVwJi5oXhpStOrpb7sP6M5sF3Ze {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #QD0u5JZzFDHcmU9eXsLnxu3FmzxhpAVO {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #pKWn9kCp2QgI4x2n5pKnhcxVvnbnCFGC {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #C9q78TXMqcT2utJT7x2aFdlhCoyMqrx6 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #AtqrNuAoD8NuBAw2qVeVzedzlZeQSsRb {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #vaJmDLDyOOq91XgMbzltW5DufJVXheP8 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #SxZmTNQAxMziVQskd9qUAbCJpTHCSSTd {  }
 }@media only screen and (max-width: 763px) { #xKmGOOhVAxwiEBEgoi2uFaA3wAbGKxIL { top:153.0625rem;left:0rem;width:25.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkVagaa1U03ARyLw77qFECfQ86z1bTxT { top:33.1875rem;left:18.9375rem;width:28.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfvITQbNcgCLO3S0yRe0ZU7264FmPVuB { top:10.6875rem;left:7.5625rem;width:40.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9zrvcvPcyLHJzlcwTgvm0B19rnvIZf1 { top:14.1875rem;left:7.5625rem;width:40.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbCiQwEdW3KxctrGP8kycFSPK4eRCn9p { top:17.8125rem;left:7.5625rem;width:40.1875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMXWhd1zrriHn7RLH9A9ICdwrtiEVzU4 { top:22.375rem;left:7.5625rem;width:40.1875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgMVbT9ooVDVanTunxlSXxFVcBOWmWN7 { top:8.125rem;left:0rem;width:28.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zurdVLwNJRKw7usKT347fSxbRFwC6lKq { top:36rem;left:19.3125rem;width:28.4375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvsfcFXPB4Bp7zpchuNM6abIibvKit8h { top:10.4375rem;left:18.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu6IFpmsVFyD7NQlAfelmGwPZwCyq7eB { top:13.9375rem;left:18.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz8Mfo0EEQUJxSnfJaVHfcyuGINMEd5D { top:17.5625rem;left:18.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lngrrVPHT1T02nQQrvGeJFVSBxOT5Isx { top:28.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB9k03cC0887V42vayvbM0k5FHLezI3t { top:37.9375rem;left:0rem;width:33.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhD8rtEKr7GGkor1ROUnATHT4ivd7Lqa { top:42rem;left:0rem;width:33.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuQBF752DA9qQoIdVzlneNZpv7ThzxB4 { top:37.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d07NFqP8XSXglsLuUptLGf5fq8bOE07T { top:41.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpSH3Of54ldvpuMGbhr9Kndwl9F0k2em { top:46.3125rem;left:0rem;width:33.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHrqq8xcHeWAK4mcRIkHT1pXt4WAVl13 { top:46.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJcOHQUTuOyVPJFJxZy4a24TJi24D7Hv { top:54.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhLfaI42Utpqq9h3zvZSW6evUkbGN8t { top:61.375rem;left:0rem;width:29.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXnJ3kC5SqmAIk84vieowlS6qgRMDcKo { top:63.875rem;left:0rem;width:28.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA5digt6nU7Wx2wdFbiw6TbegtIsIkNT { top:66.5625rem;left:13.875rem;width:33.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ewaVm3FlyPPEq8wl2MW6BKUZGx8myA { top:66.3125rem;left:21.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdRlWhqcnBukAgfiA1FK3BEo5yVUiUw { top:70rem;left:13.875rem;width:33.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvanknmhpWD1ts4ptlP5RtBEmGmeafM { top:69.75rem;left:21.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIaGK2TS89bmiWXXkGXZne4uTym6SvKI { top:73.625rem;left:13.875rem;width:33.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slehtvkd8LAaOw85tvDX9PfcTtfyw1hm { top:73.4375rem;left:21.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDbwTosEWuE8D7NNlOPe2ozhXyXbzc7 { top:78.3125rem;left:8.1875rem;width:39.5625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e67R18pnFx2VORuD15B2d7r6gBEMtdzy { top:85.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy4ZoFaVEfW4csZM4H3Q3ggt6aV2NIUO { top:90.875rem;left:18.9375rem;width:23.9375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6VM21aF5CstcIJRIufhqDa3VKrRKe31 { top:94.5rem;left:19.3125rem;width:28.4375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qds5k7gB5TKhV6SbniT5kehvpoSFZXch { top:91.375rem;left:0rem;width:41.375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCawZ1VOcfVRO5TyRCRnqQOAfOtWKkpI { top:96.625rem;left:0rem;width:34.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxMEUepyvNeidP2ndSWsUkONqNdBAaIN { top:96.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT8sd7PzFGTDJmCHM3JHMZ0CGN0QNJ6 { top:99.6875rem;left:0rem;width:34.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihRhXBMkaA0JTk6AnCyaEgqtryzTLngz { top:103rem;left:0rem;width:34.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGnGrExU1DbkxHECTV8EPyWCFTbIWCq { top:99.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lv8k1oAZspRLvGNF8cpoVKKTJ0yiPr { top:102.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzW3EvrSt8TFaFakutLNvVNUlPHv0rKQ { top:105.375rem;left:0rem;width:34.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSm7yTtKKroSi0pGoXgwTXcJbNrKQ0AC { top:107.625rem;left:0rem;width:34.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuIO0f9lh3TBbhHn10WtsETnLNk0uMWk { top:109.8125rem;left:0rem;width:34.625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxt0DonWHQ8glqDo47cqCtZilfhVoTy { top:111.8125rem;left:0rem;width:34.625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck6OIbL50VUyl0zWdb1gqtUq3Cfb0mQ8 { top:115.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqkdAxzexCBivnkB4ePmaRPC0F9ZkEnd { top:119.875rem;left:0rem;width:29.8125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMaEtG0oTCe1KzBGyN0m84rRWDNC3E7 { top:123.1875rem;left:0rem;width:28.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7hvuDLVqVpPsttsDELcRZZNZlTxtpgy { top:128.3125rem;left:8.1875rem;width:39.5625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 { display:block; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0Vsu4t09hanGtZ7TMaTmaaobFIhu5lD { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA0K5ab6emazyzCGkZ2W1MhxvN2A07Kb { top:10.3125rem;left:6.25rem;width:37.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImNpUIQlwP4Wv4DQLkm0yJLaPxqVs4i { top:13.125rem;left:3.875rem;width:43.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr3mhpc65fEsZsUTuPx7MRJPfa9piNtT { top:7.625rem;left:0rem;width:47.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQliNhOsX7RRhe5rXuFw4nTTO6WXx2f { top:10.3125rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKebixMIOqwsnOCWBf3qce9Zl3vv6qea { top:16.25rem;left:3rem;width:44.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQVVZxeXibIar5GglmEA71s0b2T5k0Dh { top:19.25rem;left:6.25rem;width:41.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk94CdyX4fuOiswJfqb9VqrRXATEdH9x { top:22.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1v1IPvL4FsQLS9yRs3005qF8ZtMSb5S { top:13.125rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgGZ2OIoQOQQF7in2Lyo5TJEZO4LTtUC { top:16.25rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3zbp8bGg78z1KvTCmlQXVao676yeXWL { top:19.25rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ragnal4ZZfqIKgmLXdvn8LETAk8QMRXD { top:22.1875rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgip9E4hyTMHTCWBaJrkTLyPuQSLcArV { top:32.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNk2PrTxxO55g2e9Rv6MlkQ5GfDUsHw3 { top:25.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXThC7wyvT9bgkRzAN6dhB4rVADOelcn { top:25.125rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg { display:block; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0JpmvK11fv6xrbcqDtFULw2XpXmK6zs { top:1.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHx3Xo6s0xUSBQoK4n8mNEmaWJfnJpT9 { top:7.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1QtUsD83pMAL5DaXhqXo0Ii8IsCp0pB { top:11.5625rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfwSciHO7xxdU08dkB8PnHOcJp1TzUwI { top:11.3125rem;left:14.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQLx7vCCaNn7roUP1crpCruDsXm6rqv { top:14.5rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFJbLkAXCTdsm6tyuqgcukvA8ggRMBnT { top:17.75rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFMhpMr4no0yiKWx3IIPW0MlXxRkMiE { top:14.25rem;left:14.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yANTWeQ0sTWdUXqAsDTMk4N9zrrCNDCH { top:17.5rem;left:14.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRoMe0QHlGXCD7zdV6D35172TOtqDktB { top:20.875rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZH0TcE1JaOUFSO0oE6DkAZgVJhk49Zz { top:20.625rem;left:14.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WReLnh42omnrBpMK3VJEpp1iJS4qspwB { top:24.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T { display:block; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv9eFQ6lPRW0dZ6MUbPhiARgcddJqlPw { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV8NFCTGGPo1iRM0Hg4BTBn4JdWClbfy { top:10.4375rem;left:11.8125rem;width:32rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHT6DuAaeTklL3MHM77CnpT581F0PU9 { top:13.25rem;left:11.8125rem;width:29.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXd3d3gzREJlBJoTuPytG7fFD9vsDAQJ { top:7.8125rem;left:0rem;width:47.75rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB65iccFeWtfnUrSC8Lt1GQy26tTX5QC { top:10.4375rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUQnm44H9f2TCcSwhpkZBacWNpUxs6nP { top:16.375rem;left:11.8125rem;width:31.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpe9ovIATNyryiVaZDd1uDrm6IgaVqv { top:19.375rem;left:11.8125rem;width:35.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTRpodqwV81MlU5yoDR1r8OESqQoewK { top:22.3125rem;left:11.125rem;width:36.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQE7ArN29vlqtCwClmmkbVfkiDcuODyb { top:13.25rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERb7HQFC97CNSG9EGBmN68h97g2td8dn { top:16.375rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF2fULcPsaZfWg1BhTq4taJl07Grm3p2 { top:19.375rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHASg145oLhrxu2DqtUNB0ydthR6IL7t { top:22.3125rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy931RTFMXMlq1BvMRkRtX00P15vTi79 { top:25.3125rem;left:11.8125rem;width:34.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVDblvzwXWoWfL4ZqhI8TAKIT9W8loE { top:25.25rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZONwnnAETXUa98bDWQzeF8umXfiRm1 { top:28.25rem;left:11.8125rem;width:34.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbWBbbyfVTRGUX8HIoP61DXwETWnKT8X { top:28.25rem;left:8.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs { display:block; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlJAi2NuHU2WkGMcvQT1NqKm2UTgO8DH { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXb7s2haHpw0wTTDhLctKpvqVNy0dVvT { top:9.25rem;left:7.25rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELksk5HiqBVsVHRzxFRtBOoUPB7N0k0z { top:9.125rem;left:3.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFatT1ekyk8NmIhkHCc0Uznk293l3bz { top:12.1875rem;left:7.25rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ranptiBW6l7XwQAPTz7gTSwfyt2GT6qi { top:15.4375rem;left:7.25rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABS4ts4sWxxeATvyFazTJVdFhQlgSO5f { top:12.125rem;left:3.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzezsTOBpu3AeTQXuozq0mI0vDneyxnB { top:15.375rem;left:3.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg { display:block; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdTfiT2VBIUw4b2K3bthEfKbpXOSE3sD { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3210WW5GoyiTxP0qIQJKVGWKL5Xibk3 { top:10.375rem;left:11.811922073364rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdhHPywkhuxnAQGWTwy4STQGtOPB4ACM { top:13.25rem;left:11.8125rem;width:29.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op6aZyTUgBxPqdCVs11aodT3KiUV3xqR { top:16.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4WEnu7lKAuaitJIg1lo8KkHZFzeTap { top:20.3125rem;left:9.8125rem;width:35rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZATs3ubCO4OhiEUzZuTZec9rUoi3TkZ { top:23.25rem;left:9.8125rem;width:36.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CQZrRKy6DCWPvsgrMcJ7e0cwd0ftgJ { top:20.3125rem;left:6.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flrkDiibXPAdwnNw5le0DRVxbwdTPpG0 { top:32.125rem;left:10.062067031861rem;width:34.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOI4dkzlN1RtXF3FdXgorEu5kGDBiNLJ { top:36.25rem;left:1.436487197876rem;width:38.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX6E4P2Xszwpp0zZ0A4nSHMiea5WKaw9 { top:23.25rem;left:6.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrlGpveP3EtDKkoLifEH2fRuEncUOTr { top:32.1875rem;left:6.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFe07AbV0t3xL5UXyb14ClzyXxRyamEP { top:26.1875rem;left:6.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQDlbhvbcMmNGT0Hbcag348c7FT7iCBU { top:26.1875rem;left:9.75rem;width:36.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnP1JCzLTSqJqVRaNw76WUL7iBUMg0QK { top:29.125rem;left:6.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpl5tJpU6lfSVQfcOtXDWVHts3kDcVP0 { top:29.125rem;left:9.75rem;width:36.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6MdVzFWDgwtD509iG3Sc3Dccb1iPk9E { top:6.875rem;left:0rem;width:47.75rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FDRfucWrFSm7oIbehswS37ypxup753 { display:block; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW5VlDP89bwJysEKylIAw1vV4GSET1nT { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXWqI0WQ4X0726iQw45y08p6GDht3epT { top:8rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP9CFvafm5NmICSyCGV8It8BSCeypnqB { top:11.125rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynOLoPtG4TaefDL3OSs0tI8FzsUHgFJg { top:11rem;left:8.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohfB5IT6kEyiyTmvC40xnZb2uG82L2Mq { top:13.8125rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evdJJIlu8FDdToZcvSDcmeDQoiOrwQ6x { top:16.9375rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAkC08NUCTJOiq0D27f8HXJnwNzRaas { top:20rem;left:8.9375rem;width:38.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEcOsVTCK1dNE5h9EZmxSIguE8nTGBbF { top:13.9375rem;left:8.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbiIM4vCrDhTfGthspSZHd2wO9U3QcLx { top:16.9375rem;left:8.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEiZyrlLLXX0ZsGCSw88ueIeNnTW570J { top:19.875rem;left:8.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBo9qpoKxKOP3IXWGUzSK4amAcI1JmOy { top:23.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU7TTm5kIDcfzvV7tTPZK1qeBTidOfnP { top:26.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEnFwPtq87ctpaf3MFwpZ5lUxl3WMfxl { top:28.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 { display:block; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGKTXJwLdzMzCnCdflEdAbfvIKoBQC8p { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJIex5A8F54HhVPBAWxfKl4KtvTyDozM { top:6.5rem;left:0rem;width:45.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3JlktTWuBip7HoZqOU86MLXeJ10puuH { top:11.375rem;left:2.125rem;width:45.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuStXVaCWPTM4oSCtsiF5lTIdXOpg3nc { top:16.6875rem;left:16.5rem;width:31.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWibwvLSQW2ziOLEbQQ3X3t0JqF6Iq7 { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-regular-label { display:block;width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-text { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-textarea { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-select { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-button { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-checkbox-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk  { width:23.0625rem;height:auto;top:9.9375rem;left:0rem; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .radio-container { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk {display:block;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk { width:23.0625rem;height:auto;top:9.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #vD4pu5ou1vf6rJ33TCFC4fLtcfeEcMqF {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #f462W4HnEgDQJw6exWhNO9l4anCU1reG { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #GKZQ9O8QBFf48q3QsymyBx5ytJyPw6bD {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #uguH3RFX3lnLTu8teZ8B98JKFL7W1dV3 {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #slH5m4ooQCG36okuTWwgCEb4qyZLeQrV { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #f3xTGDPdNRDy54CCie9P4m3Ct10vn1Lh {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #OLB5IV1HRC86bukOWlSRbQDF2gbfmGps {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #mgvT4D7T9yTSRMl8bNQxs7BcvoIirXPt { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #pCvbfuUre2WKhQewIlHxeGUUeUyodMF9 {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #rx5cdFfaiZd8BezlUhuqwI7rsS1G7K0i {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #desSMEwqyrUuPG5X60evk9P9iEL8EVkx {  }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { top:1.3125rem;left:0rem;width:46.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpQ01pwglWRaUwsRckiLGTcmdTCGeN4 { width:9.375rem;height:3.75rem;top:2rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5BaIe50uUQ8eVADtDXAcoegHSELBvhI { display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:10rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT { display:block; }#zidVZXGPHyA4bvJ28qbdzGdWgV1OCJhT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upGso2hO30LUVFWWVvTKgcTZ4PE4QvTc { width:12.1875rem;height:3.75rem;top:2.75rem;left:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSkIMROlvEisMTlCTclxuVFeuibB1LuM { display:block; }
 }@media only screen and (max-width: 763px) { #AOp7W8FQeXnzZFThR98OEIIMFTlboLrT { width:10.375rem;height:4.3125rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP6BSviaWJaCdbWoDlgqIE4Vlf3NVXa0 { width:9.25rem;height:3.75rem;top:2.75rem;left:5.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlhBnzyuGHZ2tJZ6TLTeyFx9pc64sB6G { display:block; }
 }@media only screen and (max-width: 763px) { #bhi06EsV8AbEvqcdNBwOUrTd1PTJyx3S { width:13.5625rem;height:3.75rem;top:2.75rem;left:3.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCkoiEN27DCL92P7iGU8bf232d57WSQh { display:block; }
 }@media only screen and (max-width: 763px) { #OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB { display:block; }#OGuR5o5kmWWQBGIJ3aTFoLJWsQvBobIB > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPVE7nV7xNFL80s24i2KoJFVqsQsrEmf { width:19.9370625rem;height:1.6247125rem;top:22.573783874512rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #xkTro5QmdVJ34Zx1ILk07HuCh06coOCy { width:20rem;height:2.3372375rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#db1f1e;display:block; }
 }@media only screen and (max-width: 763px) { #Wl9dOkMBoSlWVzkTx9DCTCVoQZiExLTE { width:19.7496875rem;height:11.0619375rem;top:10.557725906372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqlx6eBHr8Aziy9S2wZpLcTzBszrtya6 { width:19.99925rem;height:2.9239rem;top:4.573205947876rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#2a988b;display:block; }
 }@media only screen and (max-width: 763px) { #sQcCB0aw9rJATNeegnKJ4JzS9l4xJgw5 { width:19.99925rem;height:9.74825rem;top:26.53573513031rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #QMnwfxtZ6t1GcSlr6weJo1PFTmaa4KkB { width:17.8746875rem;height:1.6247125rem;top:37.097801208496rem;left:1.0604746341706rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #s9JoUhNohsZQRJ86TTp8LaQ5GZmM04qQ { width:19.99925rem;height:14.9515625rem;top:42.847948074341rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfnkT367dPoe7xGPQdvokg1dpLgmtnF8 { width:19.99925rem;height:1.6247125rem;top:39.410446166993rem;left:0.00072342157363894rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #lkx3FRRpdAAZg3U0IT84NHeLDt69xS2F { width:19.99925rem;height:1.6247125rem;top:58.861403465271rem;left:0.00072342157363894rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #bhxISJvD6Eq93tAmHFQGm2Me6QTTohIK { width:20rem;height:19.75rem;top:68.54984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Is24xlD40Qmo0BJeFHfhiAyhxzuBgVP9 { width:20rem;height:21.125rem;top:89.54984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOdbXnTNobFa6glHrEHuAlkc8xHdTDls { width:19.99925rem;height:1.6247125rem;top:61.657989501953rem;left:0.00072342157363894rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #QOXDMx6b7JwdxcyyR9A1Q9T21McRq3Ro { width:19.99925rem;height:2.27430625rem;top:63.236404418944rem;left:0.00072342157363894rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #hoAA3gzqZDTalpBCbT9rDmTpJGq7PriF { width:19.99925rem;height:1.6247125rem;top:66.072774887088rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #UCmUKNwVQBuvg8J2S4kKSDyhh6shNnsO { width:19.99925rem;height:1.6247125rem;top:68.687068939206rem;left:0.00072342157363894rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #shNboif7PeAh4zUFpMUnF3kTTfSe7q9x { width:19.99925rem;height:4.87413125rem;top:71.249282836912rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #i3uP1zg3tABTkReewO1VlgFosVZ70uy3 { width:19.99925rem;height:1.46195rem;top:8.0591716766356rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#c81313;display:block; }
 }@media only screen and (max-width: 763px) { #WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO { display:block; }#WOhnfiZuDdvcFywfmUOVgTFm73xrbFEO > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dleJiWqqm7CHaOfEDZW6sxarkz6m7HbJ { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4bpJVCcUXkG1i72sNOptPzLZzaSezMK { width:20rem;height:3.57494375rem;top:6.8984375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ipd9lxx0fuE6CamG8zOMwqlFymw569s7 { width:20rem;height:1.78746875rem;top:11.72265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #RRQW8xf8bc4GXf5s6NkJqoEilMrOxSDc { width:20rem;height:5.3624125rem;top:15.697265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #XeZPDFwvCxneZhFFuSb29isVDfecHDOs { width:20rem;height:1.78746875rem;top:24.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kb3g7PGENqPTv1Tru2VktP1GkSfXBtPx { width:20rem;height:1.78746875rem;top:26.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #WGBFZURQCSvzkJFZ8Zs7Q6mTAE9ZxTJn { width:20rem;height:3.57494375rem;top:29.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ba0tmbDxtHLhqOFFaFXlC13OhN92UvQJ { width:20rem;height:7.149875rem;top:36.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gbriqSxbFIpsOoeUdbgwVWTU47DXTgFn { width:20rem;height:8.937375rem;top:46.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD { display:block; }#hOXLNdPF47aTuXVdyIF6JXihM3VQrZSD > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9uCa5CgZCMTytbGFOIVvfbpbumQhm9v { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ITQHDhvTRN97FnJUG6or4fpw7Gythl4i { width:20rem;height:3.57494375rem;top:6.8984375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #hcglKR5eoeHTS98fruAWD7Wd09O1Oggp { width:20rem;height:1.78746875rem;top:11.41015625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #K8nvmTJFVRzSsBsbBxaO4hbETroT6Gin { width:20rem;height:7.149875rem;top:13.509765625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #AsvBSou0E8pafdo7bDu1iDDZZRT8E25b { width:20rem;height:5.3624125rem;top:23.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KaHSlIB0BMUyeDGdKd8GttfhNbe2dxQH { width:20rem;height:1.78746875rem;top:28.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GgNXhfJc1hE2fcATL8aAWlxq37xxCTma { width:20rem;height:1.78746875rem;top:32.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #R2bswZN86v09aPJSXt9DcC3GFrBU9Wfy { width:20rem;height:3.57494375rem;top:35.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ik7cXToROg1KUmHwSNsCmrLF8xsoAQvk { width:20rem;height:3.57494375rem;top:39.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EpPrUx3zF5EnV7mBTTlLfrw4E20HRJQo { width:20rem;height:37.125rem;top:6.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna { display:block; }#AiHsJy9UaIDdG7THJDNFd7d2VQGI7Tna > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un2F9zZ1WldT4oHit5RBSHXGXqeMKJyM { width:20rem;height:2.1998rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiXaFXTAWw3DkmplkoJPvTZt4noTAbef { width:20rem;height:5.3624125rem;top:4.69921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #fqDAGNnSb8epNIeShCnCNguNsXq5z4s2 { width:20rem;height:1.78746875rem;top:16rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #WmZwvSfePxEm1NBn1BqctPWkCJkIMp75 { width:20rem;height:1.78746875rem;top:19.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NcPbm2MBpsczfFcRUEFecmr0bdyJ6DDi { width:20rem;height:1.78746875rem;top:12.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ku2c0Fsdx1Plos6OwbErrxUfhKIpfhT5 { display:flex;width:2rem;height:2rem;top:17.38379375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTkQzmBuCkfKLiCuTmbTl5iVquJGwOHd { width:20rem;height:3.57494375rem;top:22.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #d8kiEDoGQDdw4TiZTmg2PUZHNEBICHB4 { width:20rem;height:3.57494375rem;top:27.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #bmlDg1JG7BPn4uoTLlDhFv24SCAG70Ey { width:20rem;height:1.78746875rem;top:31.6943359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #xDhZvFFcRGAsq8UNbi9mNx2J9KUJy3aQ { width:20rem;height:5.3624125rem;top:36.2685546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #zVMNrmtSII34NgISZD5l9Cs4Zb8gFauo { display:flex;width:2rem;height:2rem;top:23.67090625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #WH6VDU2Tmuo7tQdTpy2irTPFmH5IIi5z { display:flex;width:2rem;height:2rem;top:31.745125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBFDqIgkmvJTvUWElrZ9K0t9NdNupCUh { display:flex;width:2rem;height:2rem;top:39.81934375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wn6E9NbhwxElryD2LKkxOZBopwWoBmUk { display:flex;width:2rem;height:2rem;top:47.8935625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhrqBQ9VL5VZqyDxq3CrENuucK4TfuIH { width:20rem;height:1.78746875rem;top:45.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #s6JDaL4JZkHnXFPuUmgKUTTrexEoSD7N { width:20rem;height:5.3624125rem;top:48.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf { display:block; }#KcUVBBuc3OMXuOWKbfJPRuKcAxHGVKtf > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTkfpLCkHVAxBBSNzgQlE4VbEps2UELo { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #IW1N65tG12K5rV4KC8rd98ywo1fFbhBX { width:20rem;height:3.57494375rem;top:6.8984375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TZnJZ71EgRG9ZWTCkyk8wQlnAllv6v6Q { width:20rem;height:3.57494375rem;top:11.72265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #giRIWc7ZLEqkLDLAEqJ8MiF9c5oXohI6 { width:20rem;height:67.8125rem;top:6.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4WZgNz5ki2xCw5QkfERpLPa2V20pum { width:20rem;height:7.149875rem;top:16.4609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #fvW2KCEapC2RchwvpPbvCNLBcPPgis2f { width:20rem;height:1.78746875rem;top:67.3662109375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OxSaK6lSaGg6PdF8dDUddqtSNcTKZOt5 { width:20rem;height:1.78746875rem;top:70.2158203125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #sdx4KPoBl3avDD9d4ZUEsG0cTfALm0cg { width:20rem;height:15.9150625rem;top:25.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXpAz0NP8lEcUxElqVqNQXQQpfUuTHWr { width:20rem;height:13.2988125rem;top:52.7548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVU43SZabOBWQxQVGP2BNgglxigz12Ts { width:20rem;height:9.418rem;top:42.0869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK { display:block; }#hsRNf9qPRwd5eoFaWPAoTs4AkzZT1zdK > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1tF3TQPbQWkAushwHwbVXyxxNi8EPwm { width:20rem;height:6.599375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCpNzBITQNFIfrKOoNGp4NKGpXkhiX9N { width:20rem;height:1.78746875rem;top:27.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JOn9zu3RWWL7IbP0TtmwQ2lVhrU2guCG { width:20rem;height:1.78746875rem;top:30.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #CF332ygu5tDM30sUHrTs6e5MH5zrTMn3 { width:20rem;height:1.78746875rem;top:33.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #WEbzc6SkDEkzLps2VR6sT6K68DiDZOUf { width:20rem;height:1.78746875rem;top:36.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dhEbiOnXGBBTd0QLultsUBsqc9x8n8oK { display:flex;width:2rem;height:2rem;top:31.745125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzc3aRLyhI2A9zLCgfmD7u0V84Gn4TKe { display:flex;width:2rem;height:2rem;top:39.81934375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxInzIDV02noCfPrSTO5HHZw0M8Tl5xf { display:flex;width:2rem;height:2rem;top:47.8935625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQC60PTqaAKxz0EB4la92HCE34zBfGow { width:20rem;height:3.57494375rem;top:47.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #q8M5rmdyPaTXTSGTcTz6W5lt0MJ2cEVv { width:20rem;height:7.149875rem;top:52.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #oUAKEatphV0SPUszmzlqV3l5HTA0rUGb { width:20rem;height:3.57494375rem;top:9.1943359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #DSJhV8T7p2U8ZgBfdOxHV4ATXHTS77lh { width:20rem;height:3.57494375rem;top:14.0068359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #DgO9SeX1c2QdXxxGi3tNg5AXlCEMtoM6 { width:20rem;height:3.57494375rem;top:19.734375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #VldzkmSVnX71kMX82REZV8FFuMO2QPak { width:20rem;height:3.57494375rem;top:39.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #IHKJU5dIotATa54cn6xzPmxiF0BHyr6i { display:flex;width:2rem;height:2rem;top:31.3125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 { display:block; }#vCU1L2eVUuAQO886fLGEKEGT3HELkNs1 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzkNAzUdAFD9yD0FT86FAuQ0HJEfo1TD { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #UkT0VcIWd7IdewVMe7ngKC7931AfqVOv { width:20rem;height:1.78746875rem;top:6.8984375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #XbNag4DtybfBkduPM5UvaRvSD2nTdpZr { width:20rem;height:1.78746875rem;top:8.685546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #f9lKhchEXNZBv2nVAOvu9P3WmCWRVaxM { width:20rem;height:7.149875rem;top:12.259765625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #H51p8GHcPWNblT6hyhb3DhiLxaXRiqXy { width:20rem;height:1.78746875rem;top:21.158203125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Tn6HktWRooJZ6GTdS73BHIw0hfFwixxp { width:20rem;height:1.78746875rem;top:23.5703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Xg6bocJOuTtLRFRyOrtxtivUGJ0r9eqn { width:20rem;height:1.78746875rem;top:26.107421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:4.80035rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5cO687SFXViGBCCzkGBcRVywsNar1hr { width:18.8745rem;height:33.702rem;top:51.6984rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { width:20rem;height:2.34375rem;top:7.359375rem;left:0rem;font-size:1.5625rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENARuUpRn7R3ghDJG76dTR2ZDFrUNWB1 { width:20rem;height:6.1875rem;top:11.2109375rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvOTackOiVDDEpQrs6TmxS0a7kW1xu8Z { width:20rem;height:4.125rem;top:18.7734375rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4XO7BKb1g0CVECx72JDwIFBIzQaLH7J { width:20rem;height:4.125rem;top:24.8359375rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuxECebmemGzfElSTGrbvsDPdBcJdor4 { width:20rem;height:4.125rem;top:29.7734375rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHleQrvIvlA85XudPJF9iZ30DZM9w0Fy { width:20rem;height:6.18706875rem;top:37.8125rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhfwT7KagomhdDfVpfDJ5ILKhO3i505M { display:flex;width:2rem;height:2rem;top:13.2109375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5kkVGnBOMrbFTzMLRITMvKEsADAdikR { display:flex;width:2rem;height:2rem;top:23.8984375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDNVCWF5smy1XTr0ea4Np3CyGJgTRe0b { display:flex;width:2rem;height:2rem;top:32.5234375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhdezcSXLQTXy3nuTiX9L7aIBn9N4AEA { display:flex;width:2rem;height:2rem;top:41.1484375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 { display:block; }#htmN2BnV03FDu6ML3sBC9giytXDm6Gb0 > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMdiV9B7HTqtF1SAGOwxJWhqgKMKzX0O { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Fr6i5NLxxRkT4qikXefi4bffKbxbfcsP { width:20rem;height:1.78746875rem;top:9.1484375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #IxHnD1IK5uFZ3vWupm0w8zTKBNR94hhB { width:20rem;height:1.78746875rem;top:11.72265625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ubEOJK8cTfTH67oSL1Re3MnUNLXGVgCn { display:flex;width:2rem;height:2rem;top:18.19726875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSAmaLJ6HQgEftiTRDCeCsZ3NxWxPLqG { width:20rem;height:1.78746875rem;top:14.572265625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #KH238lK1apTHmTKCHd8nmdBtSvHfJepr { width:20rem;height:3.57494375rem;top:17.16015625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #mg9upMFeyOOk3elywD1aZhHZc3bGaPQ0 { width:20rem;height:1.78746875rem;top:21.259765625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WCJpOThZtTCm1crnd4rn48deS5gsqg9E { display:flex;width:2rem;height:2rem;top:21.00976875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMqUzQNZN5GoG27Lm0PbgEkudAhboBO7 { display:flex;width:2rem;height:2rem;top:24.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nA2PvTSP0qt7zliKd5rrid7LIIUqARpc { display:flex;width:2rem;height:2rem;top:27.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #biCKeoZtqn76EbTCKs1KWuMaBeUP5KtF { width:19.99925rem;height:20.62425rem;top:21.259406089783rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bXVHBKEx4EDVurCgxRmpQbwrESUG08 { width:19.99925rem;height:1.78746875rem;top:24.832901954651rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rQwGEGPT4xHPOZKbrabXRZzJzS1fR4CI { width:19.99925rem;height:1.78746875rem;top:21.920575141907rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rf1WMfPWq9T5ScbE9MocnFFzkVgg59Iz { display:flex;width:2rem;height:2rem;top:45.60938125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ug8h7MnL6wgG4km4oxSrtgo74L67BPgI { width:19.99925rem;height:1.78746875rem;top:27.457322120666rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FhuTFbv6Fepaw1SHGgub4AgwCUW4G3I6 { display:flex;width:2rem;height:2rem;top:48.26563125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQCWhNnsSUTwALgIa1kMcOheCaSgQMAu { width:19.99925rem;height:1.78746875rem;top:29.932003974914rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #L3BJZgBrm8NVA7T2XqU9wHilVR2sIZdb { width:19.99925rem;height:1.78746875rem;top:32.321328163147rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #l01z4VLnrR7ZZ9zS3t3Cqg4N7dKKfgWs { width:19.99925rem;height:3.57494375rem;top:37.358220100403rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #mym9auHG71NuugldhS9ncJAURzPZiiOC { display:flex;width:2rem;height:2rem;top:50.8711rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhVVGvLRwTEdGDHJnl7wtNZaqylipPkT { display:flex;width:2rem;height:2rem;top:53.396490625rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiRVmJTSTnTMaZfncoTIh2mthbhzgPXp { display:flex;width:2rem;height:2rem;top:56.35938125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu { display:block; }#AE05hK3wJRLa1dSqsx1mx3Vluiit9Ivu > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRabGlywSTU8sEAk82ydWal5LBL0bNQx { width:20rem;height:2.1998rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPT5qb56QiXmL5Kna2mJAtCmdTTL3Adu { width:20rem;height:1.78746875rem;top:32.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #y7tZ2EdssIa6gziMuXVhTnJtOy3Zsq95 { width:20rem;height:1.78746875rem;top:4.6943359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qHs7sB7O0aKA0S9uKNflwrPQrPGRtVwG { width:20rem;height:1.78746875rem;top:6.4814453125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pPbpdSp7knlTW8AGFEr5FVu4QpKxWB3n { width:20rem;height:1.78746875rem;top:8.2685546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dqkgHhSOrpQJXTsWBr7bKFbp35LsC0V4 { width:20rem;height:3.57494375rem;top:12.224609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #QMIAvtdityKW0NndbX9W0uKNsPSUaEEi { width:20rem;height:1.78746875rem;top:20.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #LT7M4Cc7F3iSMNAIZ5PRQMDMXoM1XXAw { width:19.99925rem;height:3.57494375rem;top:22.911609649658rem;left:0.00072342157363894rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dfAs4yKPgbNKbuc3tOIf7TCzAhggSBlv { width:20rem;height:2.2744125rem;top:28.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #P2htXyDLefXfVgP8CJZMq03VRQgDPM40 { width:20rem;height:6.8229375rem;top:36.49609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg { display:block; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg { background-color: transparent; background-image: none; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container > .video-iframe-container { display: none; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row > .video-iframe-container { display: none; }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .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); }#Kle6R4TrLGmwHlz0x7ptkAdDwOruk9Mg > .row .container { width:20rem;height:7.4375rem;background-color:#212956;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PV4W5wWeTVPMnPmT00koTGASQFVkznwR { width:20rem;height:4.80035rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psm81OIpJNIl0eoorSRJGUlZUsf7LZbV { display:block; }#psm81OIpJNIl0eoorSRJGUlZUsf7LZbV > .row .container { width:20rem;height:220.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbTezvke6BMviJCxstEyc7wqaD4mC7C1 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ur42EunVz1wX73PKDCZwpmT1OwNtK2nM { width:20rem;height:13.125rem;top:10.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTnyo2BrVIaas2dx33BUbWUi6HTgN2I { width:20rem;height:4.1232625rem;top:4.79296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW  { width:17.5rem;height:auto;top:197.3125rem;left:0rem; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW {display:block;}#nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW { width:17.5rem;height:auto;top:197.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #nhUn4wFf7Tf0GuXzM1CG65VAhJoyUFJx {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #GX7F4JHIT76laDobmqHgU4oCiux6Bzt0 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #l29IEt6WekSgD573o3DXRLkRfIbaguqU {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #A5VAJtgw70ZXkZnOqAiAGE148RRhWvF0 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #rmDTUXVwJi5oXhpStOrpb7sP6M5sF3Ze {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #QD0u5JZzFDHcmU9eXsLnxu3FmzxhpAVO {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #pKWn9kCp2QgI4x2n5pKnhcxVvnbnCFGC {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #C9q78TXMqcT2utJT7x2aFdlhCoyMqrx6 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #AtqrNuAoD8NuBAw2qVeVzedzlZeQSsRb {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #vaJmDLDyOOq91XgMbzltW5DufJVXheP8 {  }
 }@media only screen and (max-width: 763px) { #nXzTp72bAiprPPn2A9xb2b2tJ9w3rMaW #SxZmTNQAxMziVQskd9qUAbCJpTHCSSTd {  }
 }@media only screen and (max-width: 763px) { #xKmGOOhVAxwiEBEgoi2uFaA3wAbGKxIL { width:20rem;height:4.0625rem;top:191.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkVagaa1U03ARyLw77qFECfQ86z1bTxT { width:20rem;height:11.125rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfvITQbNcgCLO3S0yRe0ZU7264FmPVuB { width:20rem;height:2.74884375rem;top:24.60546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9zrvcvPcyLHJzlcwTgvm0B19rnvIZf1 { width:20rem;height:2.74884375rem;top:28.75390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbCiQwEdW3KxctrGP8kycFSPK4eRCn9p { width:20rem;height:4.1232625rem;top:32.96484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMXWhd1zrriHn7RLH9A9ICdwrtiEVzU4 { width:20rem;height:4.1232625rem;top:38.3203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgMVbT9ooVDVanTunxlSXxFVcBOWmWN7 { width:20rem;height:19.75rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zurdVLwNJRKw7usKT347fSxbRFwC6lKq { width:20rem;height:16.0625rem;top:36rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvsfcFXPB4Bp7zpchuNM6abIibvKit8h { display:flex;width:2rem;height:2rem;top:10.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu6IFpmsVFyD7NQlAfelmGwPZwCyq7eB { display:flex;width:2rem;height:2rem;top:13.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uz8Mfo0EEQUJxSnfJaVHfcyuGINMEd5D { display:flex;width:2rem;height:2rem;top:17.5625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #lngrrVPHT1T02nQQrvGeJFVSBxOT5Isx { width:20rem;height:2.03125rem;top:44.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FB9k03cC0887V42vayvbM0k5FHLezI3t { width:20rem;height:2.74884375rem;top:61rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhD8rtEKr7GGkor1ROUnATHT4ivd7Lqa { width:20rem;height:4.1232625rem;top:65rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuQBF752DA9qQoIdVzlneNZpv7ThzxB4 { display:flex;width:2rem;height:2rem;top:37.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #d07NFqP8XSXglsLuUptLGf5fq8bOE07T { display:flex;width:2rem;height:2rem;top:41.8125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpSH3Of54ldvpuMGbhr9Kndwl9F0k2em { width:20rem;height:4.1232625rem;top:70.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHrqq8xcHeWAK4mcRIkHT1pXt4WAVl13 { display:flex;width:2rem;height:2rem;top:46.3125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJcOHQUTuOyVPJFJxZy4a24TJi24D7Hv { width:20rem;height:1.8684875rem;top:76.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMhLfaI42Utpqq9h3zvZSW6evUkbGN8t { width:20rem;height:12.609603340292rem;top:80.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXnJ3kC5SqmAIk84vieowlS6qgRMDcKo { width:20rem;height:19.75rem;top:63.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LA5digt6nU7Wx2wdFbiw6TbegtIsIkNT { width:20rem;height:2.74884375rem;top:94.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3ewaVm3FlyPPEq8wl2MW6BKUZGx8myA { display:flex;width:2rem;height:2rem;top:66.3125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGdRlWhqcnBukAgfiA1FK3BEo5yVUiUw { width:20rem;height:2.74884375rem;top:98.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqvanknmhpWD1ts4ptlP5RtBEmGmeafM { display:flex;width:2rem;height:2rem;top:69.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIaGK2TS89bmiWXXkGXZne4uTym6SvKI { width:20rem;height:4.1232625rem;top:101.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Slehtvkd8LAaOw85tvDX9PfcTtfyw1hm { display:flex;width:2rem;height:2rem;top:73.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrDbwTosEWuE8D7NNlOPe2ozhXyXbzc7 { width:20rem;height:5.4976875rem;top:109rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e67R18pnFx2VORuD15B2d7r6gBEMtdzy { width:20rem;height:1.8684875rem;top:116.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iy4ZoFaVEfW4csZM4H3Q3ggt6aV2NIUO { width:20rem;height:15.97911227154rem;top:120.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6VM21aF5CstcIJRIufhqDa3VKrRKe31 { width:20rem;height:19.75rem;top:94.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qds5k7gB5TKhV6SbniT5kehvpoSFZXch { width:20rem;height:4.1232625rem;top:137.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCawZ1VOcfVRO5TyRCRnqQOAfOtWKkpI { width:20rem;height:2.74884375rem;top:142.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxMEUepyvNeidP2ndSWsUkONqNdBAaIN { display:flex;width:2rem;height:2rem;top:96.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #niT8sd7PzFGTDJmCHM3JHMZ0CGN0QNJ6 { width:20rem;height:2.74884375rem;top:146.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihRhXBMkaA0JTk6AnCyaEgqtryzTLngz { width:20rem;height:1.375rem;top:150.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrGnGrExU1DbkxHECTV8EPyWCFTbIWCq { display:flex;width:2rem;height:2rem;top:99.5rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5lv8k1oAZspRLvGNF8cpoVKKTJ0yiPr { display:flex;width:2rem;height:2rem;top:102.8125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzW3EvrSt8TFaFakutLNvVNUlPHv0rKQ { width:20rem;height:1.375rem;top:153.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PSm7yTtKKroSi0pGoXgwTXcJbNrKQ0AC { width:20rem;height:1.375rem;top:156.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NuIO0f9lh3TBbhHn10WtsETnLNk0uMWk { width:20rem;height:1.375rem;top:159.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxt0DonWHQ8glqDo47cqCtZilfhVoTy { width:20rem;height:1.375rem;top:161.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ck6OIbL50VUyl0zWdb1gqtUq3Cfb0mQ8 { width:20rem;height:1.8684875rem;top:165.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqkdAxzexCBivnkB4ePmaRPC0F9ZkEnd { width:20rem;height:13.333333333333rem;top:168.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMaEtG0oTCe1KzBGyN0m84rRWDNC3E7 { width:20rem;height:19.75rem;top:123.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7hvuDLVqVpPsttsDELcRZZNZlTxtpgy { width:20rem;height:4.1232625rem;top:183.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 { display:block; }#sAi57P55Ebzm3rPtnnAkOsDpTuWQmcT3 > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0Vsu4t09hanGtZ7TMaTmaaobFIhu5lD { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #cA0K5ab6emazyzCGkZ2W1MhxvN2A07Kb { width:20rem;height:3.57494375rem;top:6.9609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #wImNpUIQlwP4Wv4DQLkm0yJLaPxqVs4i { width:20rem;height:5.3624125rem;top:11.72265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Kr3mhpc65fEsZsUTuPx7MRJPfa9piNtT { width:20rem;height:29.5625rem;top:6.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQliNhOsX7RRhe5rXuFw4nTTO6WXx2f { display:flex;width:2rem;height:2rem;top:18.19726875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKebixMIOqwsnOCWBf3qce9Zl3vv6qea { width:20rem;height:3.57494375rem;top:18.634765625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TQVVZxeXibIar5GglmEA71s0b2T5k0Dh { width:20rem;height:3.57494375rem;top:23.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rk94CdyX4fuOiswJfqb9VqrRXATEdH9x { width:20rem;height:3.57494375rem;top:28.087890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #C1v1IPvL4FsQLS9yRs3005qF8ZtMSb5S { display:flex;width:2rem;height:2rem;top:21.00976875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgGZ2OIoQOQQF7in2Lyo5TJEZO4LTtUC { display:flex;width:2rem;height:2rem;top:24.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3zbp8bGg78z1KvTCmlQXVao676yeXWL { display:flex;width:2rem;height:2rem;top:27.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ragnal4ZZfqIKgmLXdvn8LETAk8QMRXD { display:flex;width:2rem;height:2rem;top:30.07226875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgip9E4hyTMHTCWBaJrkTLyPuQSLcArV { width:20rem;height:5.3624125rem;top:36.984375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #mNk2PrTxxO55g2e9Rv6MlkQ5GfDUsHw3 { width:20rem;height:1.78746875rem;top:32.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rXThC7wyvT9bgkRzAN6dhB4rVADOelcn { display:flex;width:2rem;height:2rem;top:25.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg { display:block; }#MTSmbPXnKxmAqsCaHIsle7nfwQvCoNcg > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0JpmvK11fv6xrbcqDtFULw2XpXmK6zs { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHx3Xo6s0xUSBQoK4n8mNEmaWJfnJpT9 { width:20rem;height:5.3624125rem;top:7.0068359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #n1QtUsD83pMAL5DaXhqXo0Ii8IsCp0pB { width:20rem;height:1.78746875rem;top:14.099609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HfwSciHO7xxdU08dkB8PnHOcJp1TzUwI { display:flex;width:2rem;height:2rem;top:11.3125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrQLx7vCCaNn7roUP1crpCruDsXm6rqv { width:20rem;height:1.78746875rem;top:16.63671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FFJbLkAXCTdsm6tyuqgcukvA8ggRMBnT { width:20rem;height:3.57494375rem;top:19.173828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pcFMhpMr4no0yiKWx3IIPW0MlXxRkMiE { display:flex;width:2rem;height:2rem;top:14.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #yANTWeQ0sTWdUXqAsDTMk4N9zrrCNDCH { display:flex;width:2rem;height:2rem;top:17.5rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRoMe0QHlGXCD7zdV6D35172TOtqDktB { width:20rem;height:3.57494375rem;top:23.748046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #sZH0TcE1JaOUFSO0oE6DkAZgVJhk49Zz { display:flex;width:2rem;height:2rem;top:20.625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #WReLnh42omnrBpMK3VJEpp1iJS4qspwB { width:20rem;height:8.937375rem;top:29.447265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T { display:block; }#LD6kJFWbiQz5nJo783JEJeMLMnnUQO2T > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv9eFQ6lPRW0dZ6MUbPhiARgcddJqlPw { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #lV8NFCTGGPo1iRM0Hg4BTBn4JdWClbfy { width:20rem;height:3.57494375rem;top:7.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #UVHT6DuAaeTklL3MHM77CnpT581F0PU9 { width:20rem;height:3.57494375rem;top:12.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #xXd3d3gzREJlBJoTuPytG7fFD9vsDAQJ { width:20rem;height:30.3125rem;top:6.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB65iccFeWtfnUrSC8Lt1GQy26tTX5QC { display:flex;width:2rem;height:2rem;top:18.19726875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUQnm44H9f2TCcSwhpkZBacWNpUxs6nP { width:20rem;height:1.78746875rem;top:17.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #KRpe9ovIATNyryiVaZDd1uDrm6IgaVqv { width:20rem;height:1.78746875rem;top:20.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HWTRpodqwV81MlU5yoDR1r8OESqQoewK { width:20rem;height:1.78746875rem;top:24.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #aQE7ArN29vlqtCwClmmkbVfkiDcuODyb { display:flex;width:2rem;height:2rem;top:21.00976875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERb7HQFC97CNSG9EGBmN68h97g2td8dn { display:flex;width:2rem;height:2rem;top:24.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF2fULcPsaZfWg1BhTq4taJl07Grm3p2 { display:flex;width:2rem;height:2rem;top:27.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHASg145oLhrxu2DqtUNB0ydthR6IL7t { display:flex;width:2rem;height:2rem;top:30.07226875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cy931RTFMXMlq1BvMRkRtX00P15vTi79 { width:20rem;height:3.57494375rem;top:27.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #AJVDblvzwXWoWfL4ZqhI8TAKIT9W8loE { display:flex;width:2rem;height:2rem;top:25.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOZONwnnAETXUa98bDWQzeF8umXfiRm1 { width:20rem;height:1.78746875rem;top:32.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #PbWBbbyfVTRGUX8HIoP61DXwETWnKT8X { display:flex;width:2rem;height:2rem;top:28.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs { display:block; }#kSIS4I8sBb39hRaRUOZ4RaPfRPGF3TJs > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlJAi2NuHU2WkGMcvQT1NqKm2UTgO8DH { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXb7s2haHpw0wTTDhLctKpvqVNy0dVvT { width:20rem;height:3.57494375rem;top:6.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ELksk5HiqBVsVHRzxFRtBOoUPB7N0k0z { display:flex;width:2rem;height:2rem;top:9.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcFatT1ekyk8NmIhkHCc0Uznk293l3bz { width:20rem;height:3.57494375rem;top:11.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ranptiBW6l7XwQAPTz7gTSwfyt2GT6qi { width:20rem;height:3.57494375rem;top:16.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ABS4ts4sWxxeATvyFazTJVdFhQlgSO5f { display:flex;width:2rem;height:2rem;top:12.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzezsTOBpu3AeTQXuozq0mI0vDneyxnB { display:flex;width:2rem;height:2rem;top:15.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg { display:block; }#kKL3tGqHBnf6XVVb0rPiKecwNozm3Bfg > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdTfiT2VBIUw4b2K3bthEfKbpXOSE3sD { width:20rem;height:4.39959375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #v3210WW5GoyiTxP0qIQJKVGWKL5Xibk3 { width:20rem;height:1.78746875rem;top:7.5859375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zdhHPywkhuxnAQGWTwy4STQGtOPB4ACM { width:20rem;height:1.78746875rem;top:9.78515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Op6aZyTUgBxPqdCVs11aodT3KiUV3xqR { width:20rem;height:3.57494375rem;top:13.322265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #gT4WEnu7lKAuaitJIg1lo8KkHZFzeTap { width:19.99925rem;height:3.57494375rem;top:18.936667442322rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #bZATs3ubCO4OhiEUzZuTZec9rUoi3TkZ { width:19.99925rem;height:3.57494375rem;top:23.573496818542rem;left:0.00072342157363894rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #k5CQZrRKy6DCWPvsgrMcJ7e0cwd0ftgJ { display:flex;width:2rem;height:2rem;top:27.13476875rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #flrkDiibXPAdwnNw5le0DRVxbwdTPpG0 { width:19.99925rem;height:3.57494375rem;top:39.998555183411rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GOI4dkzlN1RtXF3FdXgorEu5kGDBiNLJ { width:19.99925rem;height:3.57494375rem;top:45.696618080139rem;left:0.00072342157363894rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rX6E4P2Xszwpp0zZ0A4nSHMiea5WKaw9 { display:flex;width:1.9375rem;height:1.9375rem;top:23.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhrlGpveP3EtDKkoLifEH2fRuEncUOTr { display:flex;width:1.9375rem;height:1.9375rem;top:32.1875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFe07AbV0t3xL5UXyb14ClzyXxRyamEP { display:flex;width:1.9375rem;height:1.9375rem;top:26.1875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQDlbhvbcMmNGT0Hbcag348c7FT7iCBU { width:19.99925rem;height:3.57494375rem;top:28.980036735534rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #AnP1JCzLTSqJqVRaNw76WUL7iBUMg0QK { display:flex;width:1.9375rem;height:1.9375rem;top:29.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpl5tJpU6lfSVQfcOtXDWVHts3kDcVP0 { width:19.99925rem;height:3.57494375rem;top:34.333046913147rem;left:0.00072342157363894rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #W6MdVzFWDgwtD509iG3Sc3Dccb1iPk9E { width:20rem;height:38.5rem;top:6.3216552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FDRfucWrFSm7oIbehswS37ypxup753 { display:block; }#x3FDRfucWrFSm7oIbehswS37ypxup753 > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW5VlDP89bwJysEKylIAw1vV4GSET1nT { width:20rem;height:2.1998rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXWqI0WQ4X0726iQw45y08p6GDht3epT { width:20rem;height:1.78746875rem;top:5.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #oP9CFvafm5NmICSyCGV8It8BSCeypnqB { width:20rem;height:1.78746875rem;top:8.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ynOLoPtG4TaefDL3OSs0tI8FzsUHgFJg { display:flex;width:2rem;height:2rem;top:11rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohfB5IT6kEyiyTmvC40xnZb2uG82L2Mq { width:20rem;height:1.78746875rem;top:11.125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #evdJJIlu8FDdToZcvSDcmeDQoiOrwQ6x { width:20rem;height:3.57494375rem;top:13.5625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kWAkC08NUCTJOiq0D27f8HXJnwNzRaas { width:20rem;height:3.57494375rem;top:17.875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #iEcOsVTCK1dNE5h9EZmxSIguE8nTGBbF { display:flex;width:2rem;height:2rem;top:13.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbiIM4vCrDhTfGthspSZHd2wO9U3QcLx { display:flex;width:2rem;height:2rem;top:16.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEiZyrlLLXX0ZsGCSw88ueIeNnTW570J { display:flex;width:2rem;height:2rem;top:19.875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBo9qpoKxKOP3IXWGUzSK4amAcI1JmOy { width:20rem;height:4.548825rem;top:23rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pU7TTm5kIDcfzvV7tTPZK1qeBTidOfnP { width:20rem;height:3.57494375rem;top:28.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #eEnFwPtq87ctpaf3MFwpZ5lUxl3WMfxl { width:20rem;height:5.3624125rem;top:33.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 { display:block; }#kkqzIfz5kxk7AgzpFq1KhNos9IWPtPG7 > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGKTXJwLdzMzCnCdflEdAbfvIKoBQC8p { width:20rem;height:4.80035rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJIex5A8F54HhVPBAWxfKl4KtvTyDozM { width:20rem;height:1.54369375rem;top:6.7985019683837rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3JlktTWuBip7HoZqOU86MLXeJ10puuH { width:20rem;height:3.0873875rem;top:32.091470718384rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuStXVaCWPTM4oSCtsiF5lTIdXOpg3nc { top:35.927734375rem;left:0.50130212306976rem;width:18.99575rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWibwvLSQW2ziOLEbQQ3X3t0JqF6Iq7 { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk  { width:17.5rem;height:auto;top:8.9908847808837rem;left:0rem; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk {display:block;}#WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk { width:17.5rem;height:auto;top:8.9908847808837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #vD4pu5ou1vf6rJ33TCFC4fLtcfeEcMqF {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #f462W4HnEgDQJw6exWhNO9l4anCU1reG { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #GKZQ9O8QBFf48q3QsymyBx5ytJyPw6bD {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #uguH3RFX3lnLTu8teZ8B98JKFL7W1dV3 {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #slH5m4ooQCG36okuTWwgCEb4qyZLeQrV { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #f3xTGDPdNRDy54CCie9P4m3Ct10vn1Lh {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #OLB5IV1HRC86bukOWlSRbQDF2gbfmGps {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #mgvT4D7T9yTSRMl8bNQxs7BcvoIirXPt { display:block; }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #pCvbfuUre2WKhQewIlHxeGUUeUyodMF9 {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #rx5cdFfaiZd8BezlUhuqwI7rsS1G7K0i {  }
 }@media only screen and (max-width: 763px) { #WnSTyPpR1ME9MAqKeq5wfqR9nts1pZFk #desSMEwqyrUuPG5X60evk9P9iEL8EVkx {  }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { width:18.55925rem;height:7.49783125rem;top:5.875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQpQ01pwglWRaUwsRckiLGTcmdTCGeN4 { width:9.375rem;height:3.125rem;top:13.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5BaIe50uUQ8eVADtDXAcoegHSELBvhI { display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:8.1875rem;height:3.375rem;top:1.25rem;left:5.875rem;display:block; }
 }