.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,204,204;--color-primary-1:255,102,102;--color-primary-2:255,0,0;--color-primary-3:153,0,0;--color-primary-4:134,11,11;--color-secondary-0:204,237,255;--color-secondary-1:102,201,255;--color-secondary-2:0,165,255;--color-secondary-3:10,99,239;--color-secondary-4:12,18,39;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"LINE Seed Sans TH";--paragraphs-font-family:"LINE Seed Sans TH"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(314deg, #000002, #0f0d79);background-image: -moz-linear-gradient(314deg, #000002, #0f0d79);background-image: -ms-linear-gradient(314deg, #000002, #0f0d79);background-image: -o-linear-gradient(314deg, #000002, #0f0d79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000002', endColorstr='#0f0d79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000002', endColorstr='#0f0d79' );";background-image: linear-gradient(314deg, #000002, #0f0d79);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { position:relative;display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { background-color: transparent; background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .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); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { border-width: 0; border-radius: 0; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .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; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/92ff4073-74a0-4dff-ae4a-02f9fbe5286e/xlC99196C2F9D241B197028ED636E756B4jpg.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container.adaptive-delivery-prevent-bg, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container.lazyload, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container.lazyloading { background-image: none; }#RtpkhM7XuvlvGyd62b4CuQ4pOX902GIk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:19.6875rem;left:15.34375rem;height:1.29980625rem;font-style:normal;display:block; }
#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001448;background-image:url("https://images.assets-landingi.com/uc/291be6da-acb5-4519-87f3-31653d60bb58/D58737FE03034D90916E6496614FE15F.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu.adaptive-delivery-prevent-bg, #KKWnu327RWOmTtldqFd3rGQQoO1U6Odu.lazyload, #KKWnu327RWOmTtldqFd3rGQQoO1U6Odu.lazyloading { background-image: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container { background-color: transparent; background-image: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container > .video-iframe-container { display: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row > .video-iframe-container { display: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .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); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container { border-width: 0; border-radius: 0; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:60rem;position:relative;display:block; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e86000;background-image:url("https://images.assets-landingi.com/uc/158e1239-88f9-4ff7-a49b-7231bea5f9e4/56FDB7688DF5455782B3516C6627501C.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp.adaptive-delivery-prevent-bg, #gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp.lazyload, #gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp.lazyloading { background-image: none; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container { background-color: transparent; background-image: none; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container > .video-iframe-container { display: none; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row > .video-iframe-container { display: none; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .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); }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container { border-width: 0; border-radius: 0; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#090795' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#090795' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container { background-color: transparent; background-image: none; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container > .video-iframe-container { display: none; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row > .video-iframe-container { display: none; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .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); }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container { border-width: 0; border-radius: 0; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:60rem;position:relative;display:block; }#qn3ZmJd2omOQvy3dvHlSVOa5hz5rLAMI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:9.4375rem;left:3.75rem;overflow:hidden;display:block; }
#a9hKD1XLoePdsozysff3sW8qW64nstZJ { 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:10rem;width:15rem;top:9.4375rem;left:3.75rem;overflow:hidden;display:block; }
#K8O9N6fVLuNQs8vcIG3vVEIq0nIixpDG { position:absolute;display:block;z-index:15002;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:9.4375rem;width:15rem;top:9.6875rem;left:18.75rem;overflow:hidden;display:block; }
#gINJfU95gbPumrlyrS0p7orNwzQDpWk3 { position:absolute;display:block;z-index:15003;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:10rem;width:15rem;top:29.4375rem;left:33.75rem;overflow:hidden;display:block; }
#P9QRSglioAda9A1hmvZGLIVtEZ53x7Hi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:9.4375rem;left:41.25rem;overflow:hidden;display:block; }
#k5TrkGgcT4zqop3kLg4Fl9xC5IypxbFd { position:absolute;display:block;z-index:15005;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:10rem;width:15rem;top:29.4375rem;left:18.75rem;overflow:hidden;display:block; }
#FWOnSXo7lko64N34P1CXiiF5Jx3STR6l { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:19.4375rem;left:3.75rem;overflow:hidden;display:block; }
#BpHcPIu4ebIXS9vWblD14eUXhV5hwFag { position:absolute;display:block;z-index:15007;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:10rem;width:15rem;top:19.4375rem;left:3.75rem;overflow:hidden;display:block; }
#gtaSTZlFODLlxAWIR2Eq0M5nmIkdQqMc { position:absolute;display:block;z-index:15008;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:10rem;width:15rem;top:19.4375rem;left:33.75rem;overflow:hidden;display:block; }
#MiO4aBWHPVh0APtxF0RhUVKii81grTp0 { position:absolute;display:block;z-index:15009;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:10rem;width:15rem;top:19.4375rem;left:18.75rem;overflow:hidden;display:block; }
#k4czaGLAbWl0gSSEGZ4OfQJcd4uOqLdx { 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:10rem;width:15rem;top:29.4375rem;left:41.25rem;overflow:hidden;display:block; }
#cTyVa1S9OXxDV3AMk9CNlyeErUCsfT74 { position:absolute;display:block;z-index:15011;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:10rem;width:15rem;top:29.4375rem;left:3.75rem;overflow:hidden;display:block; }
#uBZz5PghVxkK4I8wgyZ945dzCuc8wEkh { position:absolute;display:block;z-index:15012;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:10rem;width:15rem;top:19.4375rem;left:41.25rem;overflow:hidden;display:block; }
#GfhOKGFOXRodHG6BFUnJWE8QwZ7Mctve { position:absolute;display:block;z-index:15013;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:10rem;width:15rem;top:29.4375rem;left:3.75rem;overflow:hidden;display:block; }
#WzdHeXVNH48NPuniRkkyap2XiCgg6Qqt { position:absolute;display:block;z-index:15014;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:10rem;width:15rem;top:9.4375rem;left:33.75rem;overflow:hidden;display:block; }
#PUcOx6IGa56F3wn9lyyfWIuUxdKqkSXb { position:absolute;display:block;z-index:15015;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:10rem;width:15rem;top:39.4375rem;left:3.75rem;overflow:hidden;display:block; }
#VqVoUAopwalc01hBQuQNVorc4qlkdT3L { position:absolute;display:block;z-index:15016;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:10rem;width:15rem;top:39.4375rem;left:3.75rem;overflow:hidden;display:block; }
#wMdpVdGbof79cuJriecgCfCfNBuKkvG3 { position:absolute;display:block;z-index:15017;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:10rem;width:15rem;top:39.4375rem;left:18.75rem;overflow:hidden;display:block; }
#RoFzvsTItIl0oQ6WOod5U5uy0z0RcgWb { position:absolute;display:block;z-index:15018;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:10rem;width:15rem;top:39.4375rem;left:33.75rem;overflow:hidden;display:block; }
#E3pHf9ftWTPB4to14Pb9T32fpKK0Pm3m { position:absolute;display:block;z-index:15019;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:10rem;width:15rem;top:39.4375rem;left:41.25rem;overflow:hidden;display:block; }
#Dp5xSstca9WE28mmDNCDTkMM352AgF1O { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:8.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/cbc12920-a0a2-4b01-be8a-e5ee48df946c/LandingPage_BookPartnersBG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU.adaptive-delivery-prevent-bg, #LKQUzhGE9J0TxoQtW44wenODPstoPMvU.lazyload, #LKQUzhGE9J0TxoQtW44wenODPstoPMvU.lazyloading { background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:60rem;position:relative;display:block; }#UlNtVubpOxsaTNMuAf0yHVWplAit8u68 { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.0625rem;left:1rem;height:4.5498rem;text-align:center;text-align-last:center;display:block; }
#qUn3OEOATyNAqnrQFobMZez4GabhvJk7 { position:absolute;display:block;z-index:15046;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.1875rem;width:51.5rem;top:3.875rem;left:4.25rem;overflow:hidden;display:block; }
#esV37Q7duGKPGVOwSdE8pn8bwVVqrMX2 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.1875rem;width:41rem;top:21.5625rem;left:9.5rem;overflow:hidden;display:block; }
#cw6VOiegq73IrDnPfqyfoTR7rPMC1Me1 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:51.75rem;top:3.79931640625rem;left:0rem;overflow:hidden;display:block; }
#u9sHt5osCr9bxWKBFDpLUdJXPpR2ZTdd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:70.125rem;left:17.34375rem;display:block; }
#mBh2WtK9pkPeQnpcDudMldEkF6OrJqKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JfZmT9dgmN4TmTIvTsteTs2IgUTwg0dL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.0625rem;width:60rem;display:none; }
#NslFKtRUbnHSe1biFVTCTDVMnPAT7L8x { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.1875rem;left:19.46875rem;display:none; }
#B3gfk0owqtnnMzeSEJv49pOK2asWcvFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGC4LTsBblFM8WeqRrF5VGlDr7VGFIcD { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:40.4375rem;top:30.9375rem;left:11.0732421875rem;overflow:hidden;display:block; }
#TarHIEAgPeiwZi2KN0Oi6lH5zVOXpVRF { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.375rem;top:12.6416015625rem;left:49.6875rem;overflow:hidden;display:block; }
#RcH3lmivSFdtXD8E8zoTQTMT81ru8qB7 { box-sizing:content-box;height:6.1875rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6416015625rem;left:50.6875rem;display:block; }
#GGhPf6vsyn90zfX81V6KnrIW2ENFWqkw { box-sizing:content-box;height:6.1875rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.7041015625rem;left:50.8125rem;display:block; }
#R9PeBHFQSQhN5xmTcTNeURbIQWA0TcTJ { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:18.8916015625rem;left:51.0107421875rem;overflow:hidden;display:block; }
#rEAilLE6HXLK0kNDw9MI9fBy17rBtAr1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#CvVE0B35OCJJchIqiKTkIDF0cRuscogU { box-sizing:content-box;height:6.1875rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6416015625rem;left:50.6875rem;display:none; }
#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c532bd1c-8166-47e9-abfe-3226e1a55205/Artboard1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2.adaptive-delivery-prevent-bg, #AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2.lazyload, #AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2.lazyloading { background-image: none; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container { background-color: transparent; background-image: none; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container > .video-iframe-container { display: none; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row > .video-iframe-container { display: none; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .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); }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container { border-width: 0; border-radius: 0; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#TXE4th2d5PloytEc1wM1ggi164TIERFE { position:absolute;display:block;z-index:15028;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:6.25rem;width:12.5rem;top:10.6875rem;left:10.625rem;overflow:hidden;display:block; }
#iyc3c0IAbZcZedCct7gHT7LeHmG8Tcrr { position:absolute;display:block;z-index:15030;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:6.25rem;width:12.625rem;top:10.6875rem;left:-2.5rem;overflow:hidden;display:block; }
#m1mwrDf46cRlNF9RLLnrJ4sP5gPe1uwk { color:#f0f6a8;display:block;width:33.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.9375rem;left:14.5625rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQo1L5O8Q7epxfBTV6Watqb0elPmAhVw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.75rem;left:21.8125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INxyyNR3rVQ7COyZb3CwTzJ2DVC9lTxV { position:absolute;display:block;z-index:15036;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:6.25rem;width:12.5rem;top:10.6875rem;left:23.6875rem;overflow:hidden;display:block; }
#XeOhrouVhGx7e4uTb324bCbqupuKbkvu { position:absolute;display:block;z-index:15027;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:6.25rem;width:12.5rem;top:17.625rem;left:10.6875rem;overflow:hidden;display:block; }
#eLMlRTUrTAsiKzPg9L5TpM57QeOQIIeL { position:absolute;display:block;z-index:15029;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:6.75rem;width:12.5rem;top:17.625rem;left:-2.4375rem;overflow:hidden;display:block; }
#H9L7yBhzUm4KSH5NI51qOUgN7acNEpQD { position:absolute;display:block;z-index:15034;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:6.25rem;width:12.5rem;top:17.5rem;left:23.6875rem;overflow:hidden;display:block; }
#Wekd0tTTUuSbVWfLlld22axnz2xvuqpW { position:absolute;display:block;z-index:15026;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:6.5625rem;width:12.5rem;top:24.5rem;left:23.6875rem;overflow:hidden;display:block; }
#UL1ddsiaVLFKXRuydf6uEWPolHpB3By1 { position:absolute;display:block;z-index:15032;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:6.25rem;width:12.5rem;top:24.5625rem;left:-2.375rem;overflow:hidden;display:block; }
#xEqT1E61Dz9HRrop7vpGXJHvqaZsyEqZ { position:absolute;display:block;z-index:15033;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:6.25rem;width:12.5rem;top:24.5rem;left:10.6875rem;overflow:hidden;display:block; }
#gTpVmaVR6uiVFVzt32CRDqpCKzcpvUnD { position:absolute;display:block;z-index:15037;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:6.25rem;width:12.5rem;top:31.625rem;left:18.125rem;overflow:hidden;display:block; }
#JEoyH0FikdSkaR6D9d7FAADxWNIk3Mex { position:absolute;display:block;z-index:15041;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:6.25rem;width:12.5rem;top:31.625rem;left:5rem;overflow:hidden;display:block; }
#Xo8G0x0U3XrdcqRvqzfByJVVtB8fRawR { position:absolute;display:block;z-index:15042;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:6.25rem;width:12.5rem;top:31.625rem;left:31.1875rem;overflow:hidden;display:block; }
#ZWBrS395HF9hofcOpny3zOgRvyBaKLRm { position:absolute;display:block;z-index:15031;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:6.25rem;width:12.5rem;top:10.6875rem;left:36.75rem;overflow:hidden;display:block; }
#DXvPC8sUSUe0m2xD8yDZ7fq4ui7a8yrQ { position:absolute;display:block;z-index:15043;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:6.25rem;width:12.5rem;top:24.625rem;left:36.75rem;overflow:hidden;display:block; }
#aPbccIsPDgs3urZkb0VmRIVxWTKaXZht { position:absolute;display:block;z-index:15044;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:6.25rem;width:12.5rem;top:17.625rem;left:36.75rem;overflow:hidden;display:block; }
#IxOgCsCxTb0E1kARieMXoACQg169ZFo7 { position:absolute;display:block;z-index:15038;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:6.25rem;width:12.5rem;top:31.625rem;left:44.1875rem;overflow:hidden;display:block; }
#oSnVdTsETl9gX7yTmRf6CG7OBqkZ62xJ { position:absolute;display:block;z-index:15035;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:6.25rem;width:12.625rem;top:10.6875rem;left:49.9375rem;overflow:hidden;display:block; }
#S1Pu5UvTQzXqMIxpuQldLwTh5B44DM97 { position:absolute;display:block;z-index:15039;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:8rem;width:12.5rem;top:17.8125rem;left:50rem;overflow:hidden;display:block; }
#E8qzsCWE4DMOWNSfbCh7Zn2rw0MpRUcJ { position:absolute;display:block;z-index:15040;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:6.25rem;width:12.5rem;top:24.625rem;left:49.75rem;overflow:hidden;display:block; }
#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c532bd1c-8166-47e9-abfe-3226e1a55205/Artboard1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur.adaptive-delivery-prevent-bg, #JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur.lazyload, #JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur.lazyloading { background-image: none; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur > .row .container { border-width: 0; border-radius: 0; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:none; }#eEtzTfnrTVqrePOckBb860IVuOTywo72 { position:absolute;display:block;z-index:15003;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:6.125rem;width:15.375rem;top:21.9375rem;left:0rem;overflow:hidden;display:none; }
#Qw6RU7T5f3eHWn09h3HUUTBbVvDpemoB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.25rem;top:28.9375rem;left:0rem;overflow:hidden;display:none; }
#QwBJ47kUfklmKFSUUub4uTcMQpr8Gibt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.1875rem;left:0rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qBTHA8M9NDOvK44voF2k5TaavbIR463T { position:absolute;display:block;z-index:15005;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:6.5625rem;width:12.5rem;top:25.125rem;left:23.0625rem;overflow:hidden;display:block; }
#AEnJdZuPHAphmUmbEf6DFwUhkLaaxChu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:18.25rem;left:10.0625rem;overflow:hidden;display:block; }
#g0oN2pttdT4HUPuERb501NlTJWJnoVxo { position:absolute;display:block;z-index:15007;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:6.25rem;width:12.5rem;top:11.3125rem;left:10rem;overflow:hidden;display:block; }
#c4m04QI9LWWyUz2U8sh1BwEZwuIbJITb { position:absolute;display:block;z-index:15008;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:6.75rem;width:12.5rem;top:18.25rem;left:0rem;overflow:hidden;display:block; }
#MMsS6ziFTHxLcRMBL8TkZc9ZqpG6maxZ { position:absolute;display:block;z-index:15009;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:6.25rem;width:12.625rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#DINf0XPiv21MSeUoIWrFx4UKJAMHsLby { 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:6.25rem;width:12.5rem;top:11.3125rem;left:36.125rem;overflow:hidden;display:block; }
#oq00GKOtT1ENEiTGSUCU2QUcsCg3Bqlv { position:absolute;display:block;z-index:15011;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:6.25rem;width:12.5rem;top:25.1875rem;left:0rem;overflow:hidden;display:block; }
#qkwFLBoTqEIJ0BFXcdkV9J0Bg8Np5aFA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:21.1875rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U18ymnIFX2LgLSJeyTM7ex5erqSBO72r { color:#f0f6a8;display:block;width:33.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:13.9375rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAst9VWJ39GQDcF5V8sr5L1EApV23W6I { position:absolute;display:block;z-index:15012;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:6.25rem;width:12.5rem;top:25.125rem;left:10.0625rem;overflow:hidden;display:block; }
#SteIT9gV32BrAFNtNhtPdQvBKoLFJnC5 { position:absolute;display:block;z-index:15013;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:6.25rem;width:12.5rem;top:18.125rem;left:23.0625rem;overflow:hidden;display:block; }
#k7Rte70TbEIiNQ3cvUFQhhmG98uCsu26 { position:absolute;display:block;z-index:15014;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:6.25rem;width:12.625rem;top:11.3125rem;left:47.375rem;overflow:hidden;display:block; }
#D0MJOQS2PHhSkebiEakccswOHgTtRbak { position:absolute;display:block;z-index:15015;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:6.25rem;width:12.5rem;top:11.3125rem;left:23.0625rem;overflow:hidden;display:block; }
#li6fTX8NRqvPClv2asQ3vLZXFtT6p0m6 { position:absolute;display:block;z-index:15016;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:6.25rem;width:12.5rem;top:32.25rem;left:17.5rem;overflow:hidden;display:block; }
#J7ov6lsMFSLCTldWwMk4iUZ74pzfPou6 { position:absolute;display:block;z-index:15017;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:6.25rem;width:12.5rem;top:32.25rem;left:43.5625rem;overflow:hidden;display:block; }
#MLIEmQ2uHWJIEk8VUEKTggxhO0Nk1cfa { position:absolute;display:block;z-index:15018;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:8rem;width:12.5rem;top:18.4375rem;left:47.5rem;overflow:hidden;display:block; }
#ON0FrE81LaGTK1Ikx2by11zaASWT1xR6 { position:absolute;display:block;z-index:15019;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:6.25rem;width:12.5rem;top:25.25rem;left:47.5rem;overflow:hidden;display:block; }
#gOmDNZp7aPVZV0siw0yMGavmVVRfvnXM { position:absolute;display:block;z-index:15020;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:6.25rem;width:12.5rem;top:32.25rem;left:4.375rem;overflow:hidden;display:block; }
#CJhiuT5QSahTUlQJwXCyQ0Z26F5be3Hr { position:absolute;display:block;z-index:15021;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:6.25rem;width:12.5rem;top:32.25rem;left:30.5625rem;overflow:hidden;display:block; }
#svhV4ZoGIWlMVxF0ooFBUSK7PqIltmS1 { position:absolute;display:block;z-index:15022;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:6.25rem;width:12.5rem;top:25.25rem;left:36.125rem;overflow:hidden;display:block; }
#m9D7kuyQpPFlNcFlCiWPba746zJ4Sttp { position:absolute;display:block;z-index:15023;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:6.25rem;width:12.5rem;top:18.25rem;left:36.125rem;overflow:hidden;display:block; }
#UIwdZ7TWTL6ScHqcCiGeayv3TuMX4Qb6 { position:absolute;display:block;z-index:15030;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:35.9375rem;width:37.75rem;top:24.1875rem;left:82.25rem;overflow:hidden;display:block; }
#m2GxPPsFI50NO84iTdrdUqXQRdTAGDT0 { position:absolute;display:block;z-index:15040;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.8125rem;width:8.625rem;top:55.125rem;left:111.375rem;overflow:hidden;display:block; }
#fdNTlWI4sDdxJOz9FKFitOUchaAFQcie { position:absolute;display:block;z-index:15031;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:36.0625rem;width:36.4375rem;top:24.0625rem;left:126.75rem;overflow:hidden;display:block; }
#z2VwJhHUpLv76EDgy22nPky7gmd8MdNW { position:absolute;display:block;z-index:15033;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:7.125rem;width:9.9375rem;top:52.875rem;left:140rem;overflow:hidden;display:block; }
#bgEKIR1aQSlborkehHyfeiJIPROV20Hs { box-sizing:content-box;height:6.875rem;width:17.8125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-size:auto !important;top:53.25rem;left:102.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#CAtBEJTlZImCRAM6cDqlhGr7DTiteWDB { box-sizing:content-box;height:6.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-size:auto !important;top:53.3125rem;left:136.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#B7oMrkNH8EgM9A1dBZ3puvveIAUpgDhm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:56.1875rem;left:138.6875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uiBqgf097fwfubXScvC0egRfHhBLT2ER { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:56.1875rem;left:107.5rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZNUk9lasafA88MfRg99TbXBDbDSS5Ck { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:58.8125rem;left:107.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#feb4pAn4O36qcnGzuO3GThnP4SMt3IMU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:58.8125rem;left:138.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#T5AUPtHevgS83fFvuuhrqdi0Wb5SWwrg { box-sizing:content-box;height:17.7495rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-image: -moz-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-image: -ms-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-image: -o-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),0.52)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),0.52)' );";background-image: linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#vKFgTsS14fkRFGlUHv7MeIt42lFR5yoi { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:51.75rem;top:38.875rem;left:4.875rem;overflow:hidden;display:block; }
#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.34);background-image:url("https://images.assets-landingi.com/uc/c532bd1c-8166-47e9-abfe-3226e1a55205/Artboard1100.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal.adaptive-delivery-prevent-bg, #DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal.lazyload, #DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal.lazyloading { background-image: none; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container { background-color: transparent; background-image: none; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container > .video-iframe-container { display: none; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row > .video-iframe-container { display: none; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .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); }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container { border-width: 0; border-radius: 0; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:60rem;position:relative;display:block; }#cXtBKoTqAEbOvWnKWtTztuazEPUxPQ23 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oMCgDcL1WiNppOiK8KmED035cSw2QJJu { color:#f0f6a8;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHDokgLZDQfF4XklXnNuSFFBFToI116o { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:15.8125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#OIX7xhZf98WaDaq3oiifwrATGx9qVSo2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.25rem;top:12.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#Vh2Qrn06PhlwdNSyUQ7FtuH4gHb42tgs { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.375rem;top:20.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#TXMzgTDFSz2NJ8skn7EkRBvm0CExG43V { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:12.1875rem;left:15.5rem;overflow:hidden;display:block; }
#pWh9pKaxKiuWlsTXEfip4HX2Rnx2gXw6 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:20.1875rem;left:15.5rem;overflow:hidden;display:block; }
#KeTd4NNqaQyxIQR9xXALLtumvfeEMBgF { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:36.4375rem;left:16.0625rem;overflow:hidden;display:block; }
#uCGhLLF4qBSaWqUwBxa7l1HNbFKQnc9X { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.374875rem;width:13.2495rem;top:36.5rem;left:2.125rem;overflow:hidden;display:block; }
#XTLWzAkfzDp4wHl1USi9ytoJFzOf6qoz { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:28.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#xzWtmFCBikBFLIMnuC4qkL0RsOdCGEbo { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.6875rem;top:28.0625rem;left:15.5rem;overflow:hidden;display:block; }
#LHFuqXg4wNrBBnCFAasTNhw2cOTPtZQk { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:44.6875rem;left:24.625rem;overflow:hidden;display:block; }
#RBJRfhxHTQ7IJByBfkSXSfKsw1Gl7Eyz { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:20.125rem;left:29.75rem;overflow:hidden;display:block; }
#ULSFtucDksdoiPCkUb0gyOA4ok4xKxJM { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.375rem;top:12.1875rem;left:29.75rem;overflow:hidden;display:block; }
#xPmXDed2TZs9S6fAHPtILRFc8k7zLrUh { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:13.25rem;top:44.75rem;left:38.5rem;overflow:hidden;display:block; }
#Wkz82DHI7TT9l4EbGJ9W1QOUu3L5KwVc { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:11.9375rem;left:44.125rem;overflow:hidden;display:block; }
#AsLInA8xeITcz79xbSSm7T5Uak2PvDxR { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:36.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#SGzcD57rGlrMQ1fzAlkg1gTnTr10pfeT { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:13.5625rem;top:28.0625rem;left:29.875rem;overflow:hidden;display:block; }
#ZS2gNm6nTH7g580X6IW2h6mfeJCJOxIy { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:44.6875rem;left:10.625rem;overflow:hidden;display:block; }
#W2iviDnTfMMSvoRBT1MTlwhAowam3BJI { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.875rem;top:20.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#ru0vCRS6WVvfTV6oPvBrk0OxvdLEhMOO { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:13.125rem;top:36.3125rem;left:43.875rem;overflow:hidden;display:block; }
#KQcMrSrddz6UV10fOxmssB5prBpKtIJx { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:13.25rem;top:28.3125rem;left:44.125rem;overflow:hidden;display:block; }
#iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu > .row .container { border-width: 0; border-radius: 0; }#iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:none; }#D85tdpP8q5dKpkxEtnlsX27n6OmcXcbn { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:1.4375rem;left:11.09375rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qvi4iBUIQv5641CNdih4dIUDFyh5fTKQ { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #340a6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.68) ;height:23.375rem;width:19.0625rem;top:7.4375rem;left:1.125rem;display:block; }
#rf5Rb9ypzBxz5dT3LgnpXWg2KI5v3zDa { color:#e80000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qlv7nQlIRW5gtXuv5bHKa1ovSlHDsJBn { color:#300c4a;display:block;width:14.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:20.5rem;left:3.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6EPiaziHu3dbwtNuXbDn7vzukvXx1Ih { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.5625rem;left:7.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IoIvpLaHrDTNMWnEpJrlT3q35UOxuPtn { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.12402375rem;width:6.25rem;top:12.375rem;left:7.375rem;display:block; }
#VATtt1cowxrTfOWLGevdt9Ofx6728ckO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.6875rem;height:6.7431875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WaJkoLrbNTqlTsw6PHDuozPdJUGGT6qT { z-index:15087;top:23.5625rem;left:3.625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-image: -moz-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-image: -ms-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-image: -o-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#30007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#30007f' );";background-image: linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #180000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WVxNdq4evHodUKZ7gWK8gUSSiAKh15ik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p49wJZt20JSxeX6FlaGWsEcQbK6dUAwR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:28.3125rem;left:4.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhC87ZwUhebwxMZzaWD7W9TsIB900HUa { z-index:15095;top:23.5625rem;left:21.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #180000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mo6DOMNcbIvGu5rkeC0VKMvJsVIzTAH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),0.55));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),0.55));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),0.55));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),0.55)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),0.55)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),0.55));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container { background-color: transparent; background-image: none; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container > .video-iframe-container { display: none; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row > .video-iframe-container { display: none; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .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); }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container { border-width: 0; border-radius: 0; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:60rem;position:relative;display:block; }#T0DJBKrVlGJOZ94wvqROoosHheb7T0z7 { color:#ff2000;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:4.625rem;left:11.125rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cqzTcStRBf8nxxHliSKwsXDJgVrfwbb1 { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #340a6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.68) ;height:19.6875rem;width:19.0625rem;top:17.5rem;left:1.625rem;display:none; }
#wNmVEvMxnBXvQ1c3DCLIdfExWWOxMbEo { color:#e80000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:19rem;left:1.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yEVqQGeHn7Xc04NK9sey6EGaWyvs9IGE { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:21.625rem;left:8.1875rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#V5Mv5woFyeswU1tCDLxADxzHnTV2UV8u { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.12402375rem;width:6.25rem;top:22.4375rem;left:7.875rem;display:none; }
#aAAdTa9PJw0TXCMz2TiJkZQLLLKaXU0J { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:23.875rem;left:2.1875rem;height:6.743625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#FsH1X8HlP2gfkbmTwsbFT9IKpv1r9sTF { z-index:15087;top:31.5rem;left:4.125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-image: -moz-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-image: -ms-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-image: -o-linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#30007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#30007f' );";background-image: linear-gradient(173deg, rgba(var(--color-secondary-2),1), #30007f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #180000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RhHcZGFl4K0yNUE01tIiOstKrcCOTlGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGicgoUBnkkXB3dxBiBcNkrGH5QF56hL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:13.9375rem;left:26.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#TWEXxmzRzBmOXVGCMLHvDHVg5lczcGf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:8.8125rem;left:11.125rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBODkVtMuzOxMKTiM5vu3fesgcliaxwp { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #340a6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.68) ;height:30.3125rem;width:19.0625rem;top:18.375rem;left:0rem;display:block; }
#l1m5CJQBwiknSMREi27X2xNdJWkeWdvs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:46.25rem;left:3.28125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WT0AXKRoidgks9MRgUoN7Lhglym8Dv9l { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:26.91845703125rem;left:0.59375rem;height:6.662125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IAHL9bxTVcc4O8V542mpaspAmhpTZzrc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.60595703125rem;left:6.59423828125rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w5xMPQAbkxw1T1QnvJBT3PJV7Iw8ZqP6 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.125rem;width:6.25rem;top:22.396484375rem;left:6.40625rem;display:block; }
#zKlFMkTzcMROMqc4hCyZUfSo9AELQOFg { color:#e80000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:19.875rem;left:0.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbzZU6A5TeoXuyg0m598TrXfXcg78zgm { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #340a6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.68) ;height:30.1875rem;width:19.0625rem;top:18.375rem;left:40.9375rem;display:block; }
#xXHeygnbOmntPKNJ3cupE7I7610mHqcr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:46.25rem;left:44.21875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yf68KpnSQLrANBlWOv8dSePihdO7mE2d { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:26.91845703125rem;left:41.53125rem;height:6.662125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VAUV4xEzoxkzFRKJxI6mp0NzB4mRkLI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:21.60595703125rem;left:47.5322265625rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t99r5K9XDUqDiXh90W6icEHc7qTScvvZ { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.125rem;width:6.25rem;top:22.396484375rem;left:47.34375rem;display:block; }
#yD5VHNNTTgQm7bsTrSoK9Tsl8NKxe5xQ { color:#e80000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXM3gWx7bO7iEM4yCwBPAbsJ1nzdffLL { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #340a6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.68) ;height:30.25rem;width:19.0625rem;top:18.4375rem;left:20.5rem;display:block; }
#c8rKXzqz5cHHTaRmKhA4yMdOGNPR6ZQA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:46.25rem;left:23.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sP5oTTi018M3Ikkrd6tm15lLHLnVPDzU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:26.91845703125rem;left:21.0625rem;height:6.662125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i3hBHSWLIzbtzVnMZ3LKpTU08ymqlbDg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:21.60595703125rem;left:27.06298828125rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hqr1CqgGKdvPQgE91DRgbanoo7StgyCi { position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.125rem;width:6.25rem;top:22.396484375rem;left:26.875rem;display:block; }
#Tl9GyHFsRgNLTiyUXVL9asi6VKZOH65q { color:#e80000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:19.9375rem;left:20.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t98aleF0T2TAVqGsG9M0PLNH94SUep6P { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.375rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.625rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:41.4375rem;left:2.84375rem;display:block; }
#c152Ssu0ByuoeUcCg2K2CacTwPQwk5KV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlGlMdoSM7IOZZSCnUbQAuObLdixZE3L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:23.31201171875rem;left:7.3125rem; }
#a69a171nMKp8flVsEah7C9y95I59zU6M { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:34.349609375rem;left:3.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QA8kEbE2xMsvzkbwEOmcedn9Fi0Sz5Lx { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:37.4375rem;left:45.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cyc07fwE4D3uGOzBp9IcH1R7lTxB2mnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:22.98095703125rem;left:43.5322265625rem; }
#kTNgkxGDTcLeQDPBmkqaJgebR43dWb5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:23.31201171875rem;left:49.0625rem; }
#clIXEnoSI5OJwvGkPholenb3cmr9xUUW { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:24.34326171875rem;left:47.2197265625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xwg7B8XU66p9bcVX2VpVFqDLuxp2kJ2v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:23.16845703125rem;left:53.71875rem; }
#JAsb1kCkTPQ5Q4P8LBKiG0tLMKXdAOXU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:22.74951171875rem;left:24.62646484375rem; }
#eogSfA7VRiIeOtUN2U9CvfUpRTUxl703 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:24.2587890625rem;left:28.6875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pd0RzP43vG6bRu7tkVBQrmXO2Pg1aFPU { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:24.34326171875rem;left:52rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSEGlc4epFeukE3cKdWhDDVlt0BKWR4n { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:34.349609375rem;left:24.62646484375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Owpt0kVDKDq8RQTOBtIcxLV97Drmpd9i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:23.24951171875rem;left:30.4375rem; }
#OsXobQfRh4bCTfO3k29VE5MmOkptHV23 { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15129;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.287109375rem;left:2rem;display:block; }
#kAQSzDZ8ReTIvtWL7JINkAcX90zDRgvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:34.09375rem;left:2.125rem; }
#OHqRTLhArRETUH96xz9JZ6HxfzaUKKlv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:34.162109375rem;left:22.5625rem; }
#V5w8B4MIEEJuwryHapBJswaEPBqLgIJL { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15130;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.287109375rem;left:22.4375rem;display:block; }
#KLtCXWdT4AE533XgNzlVwMr0e8aBq3DM { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15131;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.943359375rem;left:22.4375rem;display:block; }
#PhTTLP0DaRmucVV29lJ3NarhT6G1pBZw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:35.818359375rem;left:22.5625rem; }
#LvbP5oAF0eCd10BEvkdCDrXy2q1fN4Jt { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:36.021484375rem;left:24.50146484375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNIdhDBGDBfD0c1E9TqZzzuLEAmNDPHf { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:35.75rem;left:45.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KivKDsAaWfJ3BSGQ142MnHgvhb59TuDx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:35.4375rem;left:43.1875rem; }
#qLtV6zeJGG6kt2soW07wcxWwBKL1pNBX { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15139;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:43.0625rem;display:block; }
#Op83E9Z1qdXa1OdXbp6FzNNXT9vLPFi5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:33.8125rem;left:43.1875rem; }
#t6oNIGOzTFksmLQAyg5GZ2BBAIWhIysn { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.0625rem;left:45.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PO9UMiyoua4IywxbMfgbUfEMSx9FLcKT { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15138;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:43.0625rem;display:block; }
#F4wHU1Bh50sptuQvZb2WaMgbHsgiwdRb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:37.1875rem;left:43.1875rem; }
#ggN6NvSddWEQw0tfu1k2gf8UMxJySRpR { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15141;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.3125rem;left:43.0625rem;display:block; }
#x3vPpL9pIIzcPoFtoX3QXhG1w3hSCe3E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.375rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.625rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:41.4375rem;left:23.3125rem;display:block; }
#moXsZrL9KfV3ogZi64TLu7UmRZPaLOt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOwItWm3WKbXTE4T01SsXdSILTsB6xUO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.375rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.625rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:41.4375rem;left:43.78125rem;display:block; }
#EOyv9aTOuTxShEfbOpRemw32tpFylOE3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTe1VeBDZoWWQMF9mKyzoIJnhQlvEapp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:34.09375rem;left:2.125rem;display:none; }
#GLGdByiFikRTTsFxwJgkFnEU1mphuCVL { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15129;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.287109375rem;left:2rem;display:none; }
#WuRTTIHr56qvpfiDGsTKg0iwGFyxllEK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:34.162109375rem;left:22.5625rem;display:none; }
#z3oM8v5zBl2hmeRwCfNiol0uS9lAZxGR { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15130;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.287109375rem;left:22.4375rem;display:none; }
#WDS9vca6J28uaessHZaJwZRPZTg9bMdD { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:35.75rem;left:45.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wAhaFzgNb8kaZB4XmFZD3BrGcQ8T0NI6 { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.0625rem;left:45.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p6TmfMx9PmQO2Ux7VUeAO15APnUKpKqN { color:#300c4a;display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.0625rem;left:45.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U7fqwevQsgJIfNSgry9M9OLUF7ooz70K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:34.09375rem;left:2.125rem;display:none; }
#uHk9v1L25FfpOTdaSvNHTc9n0pur3BHg { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15129;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62ff65, #0bb507);background-image: -moz-linear-gradient(180deg, #62ff65, #0bb507);background-image: -ms-linear-gradient(180deg, #62ff65, #0bb507);background-image: -o-linear-gradient(180deg, #62ff65, #0bb507);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ff65', endColorstr='#0bb507' );";background-image: linear-gradient(180deg, #62ff65, #0bb507);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.287109375rem;left:2rem;display:none; }
#II5rnKcuZ5Q5kgQAqQEuLqd6F3SgUUx5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.1875rem;left:19.46875rem;display:none; }
#ETFZXFL1M99JMiv66kkqqTz6HK5apQfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0LJLp5o5aFfMcotnCUqTgmMfTAwBm1X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.1875rem;left:19.46875rem;display:none; }
#yp6PT00GNlFrT9T2UcKzHhtVczXuLTrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oA2AG4T1C1X7EDsVBnCX97sUc9RPJu3u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.1875rem;left:19.46875rem;display:none; }
#qnLCLfEX6zo0OByb1hZHsPhoqAT84e2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #0c328b, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(360deg, #0c328b, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(360deg, #0c328b, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(360deg, #0c328b, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c328b', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c328b', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(360deg, #0c328b, rgba(var(--color-tertiary-4),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container { background-color: transparent; background-image: none; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container > .video-iframe-container { display: none; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row > .video-iframe-container { display: none; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .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); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container { border-width: 0; border-radius: 0; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container { font-size:0.875rem;font-family:arial;height:85.5rem;width:60rem;position:relative;display:block; }#mTkX140aV5WKLUTWlKeGtl0Ia5TS2GTs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.5625rem;width:58.3125rem;top:0.5rem;left:0.8125rem;display:none; }
#labixIrR9nV5FkqXKZpPHtSrELlMlifP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:20.75rem;top:21.812744140625rem;left:19.6240234375rem;overflow:hidden;display:none; }
#AN1mUClB9faurmOgpBLtFo9DAx3VDdPn { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:kanit;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9375rem;left:4.375rem;height:3.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-form-header {  }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:33.75rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.4; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .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.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.75rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-text {padding-top: 0; padding-bottom: 0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .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.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .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:33.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-select {padding-top: 0; padding-bottom: 0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ff0000, #b80404);background-image: -moz-linear-gradient(top, #ff0000, #b80404);background-image: -ms-linear-gradient(top, #ff0000, #b80404);background-image: -o-linear-gradient(top, #ff0000, #b80404);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b80404' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b80404' );";background-image: linear-gradient(to bottom, #ff0000, #b80404);background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:33.75rem;height:4.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.5; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .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:kanit;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:32.75rem;overflow:hidden;font-style:normal;line-height:1.3; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-container:first-of-type{padding-top:0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-container:last-of-type{padding-bottom:0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.875rem;top:9.27392578125rem;z-index:15021;position:absolute; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.75rem;display:block;vertical-align:top; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.4375rem;line-height:1.3;font-weight:300;color:#262626;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in {display:block;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.875rem;top:9.27392578125rem;z-index:15021;position:absolute; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #ntWE7TRSfJS3Q5Xi6HEqQxQnKxqsen8t { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #q0gL7KpIQiusL4l7HLhgkdeRfQKKEav2 { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #MuUlQQ3fk2KKJzPOMgrliJUaMNXpmPZp { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #yTMmKfTwwJZUwCSZvBSiTnnnmf82imM5 { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #AkTTxmSw7aT7HMLEVGaT71DFsna7sDkK { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #C3TPOa4XRJrNpBQf2inSEL4B36KBzg9l { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #vsXuf8Suv1IUX46GKDStLx8pal7ZcAet { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #OJhITnGAWxidNNSfkF9iIToOu8mA8DAe { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #KNraSBmOpN9M3EwNGs885xX5dc3iUlmc { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #nJTSKkgHAGNbgFLz92eSgTHUoZX2gIuM { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #xqJEGLMESP4lgoIfxvEbMqcNMdO5JIFI { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #bgkRzW79xHygwkCOXEeaFQJTJFMbXl4m { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #aCIfg6I0iGHhFIUwHLt2gucZiWDrKzhp { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #p5ADRtH0OAv7T6rkbWZA1WPGBC3STWT3 { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #dkRul3dfbKybGsyoW7AwsPqxC9nmUrTM { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #BeKDBaBWlQvDL16GNHBw7zqodE2pFn5R { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #MFBM7ExsCz15RTmdCy3wnNUB1XMZx1KG { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #OrlriXOvZ4WGiSVBx827kE224fDXV57n { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #Kf0sU7ZZAvwy8Uua2hLLvKWJCbmPMB1b { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #hJGVGOuruTJGVFv2BiNm6bLwKFOIBv2u { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #wT9EfErK4cCO4SvSmEpUrH8iozv7OtZN { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #N4QBIJFxDs7CcqR9hDnDW1rV0W715UFP { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #TmLbmt9TL2t83fFX2mLpoa6s7U8ciUkE { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #HRAS1CNztn6nFXL6MAZhVe4V2XliVp35 { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #LM0H94WOaxsTbMTFBiQ1gq9e0sO2xlkQ { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #oFdb9DlWNkAsqwZdDsBEDERuESncTvUJ { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #AQnHHHJXd58stdoOmzLryiIIz2KFXmQq { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #B9zTul4IZwGzCNtG1Pk949SKTfJM44dG { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #A1FFEPGTTSrQXtdZpTeiU4v4E3klRUTX { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #ymizV4LUzdZtmMkutPzatpXdRxgAfovo { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #Vg9ni53b7s0iqiKvED9Xq0ZLb7orsHpb { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #fPWTHxKH6G7lDNcTn25vmC55sTvMtvIq { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #srnSUJcL8tJxVU8DNlLWhW4BOp6caPu4 { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #UFH1FFlmxTSkl9oiqrhFQ36hnoFwwwiu { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #dikQTPJZBnyrnJNTGXUB4KKL1RchDXuf { position:relative;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #u3dHMO1FhlSxwZbiEg3CeIGQq8esufG5 { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #a8lSu6skK9vqVnlMpTwrstJAHhLeLOZe { position:relative; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in #IewZq5H5oJQcRyEa2DDD0z2pVgTirSSO { position:relative; }
#DRQN9m1SSiwmOT4hCWU5COZ0s9bT89qk { color:rgba(var(--color-tertiary-1),1);display:block;width:28.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:77.4375rem;left:15.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Qk9rX65TUsZQlCo6VDHeFwpkfGfptBh4 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:79.625rem;left:13.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtpkhM7XuvlvGyd62b4CuQ4pOX902GIk { top:19.6875rem;left:9.21875rem;width:29.3125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKWnu327RWOmTtldqFd3rGQQoO1U6Odu { display:block; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp { display:block; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB { display:block; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn3ZmJd2omOQvy3dvHlSVOa5hz5rLAMI { top:9.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9hKD1XLoePdsozysff3sW8qW64nstZJ { top:9.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8O9N6fVLuNQs8vcIG3vVEIq0nIixpDG { top:9.6875rem;left:12.625rem;width:15rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gINJfU95gbPumrlyrS0p7orNwzQDpWk3 { top:29.4375rem;left:27.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9QRSglioAda9A1hmvZGLIVtEZ53x7Hi { top:9.4375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TrkGgcT4zqop3kLg4Fl9xC5IypxbFd { top:29.4375rem;left:12.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWOnSXo7lko64N34P1CXiiF5Jx3STR6l { top:19.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHcPIu4ebIXS9vWblD14eUXhV5hwFag { top:19.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtaSTZlFODLlxAWIR2Eq0M5nmIkdQqMc { top:19.4375rem;left:27.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiO4aBWHPVh0APtxF0RhUVKii81grTp0 { top:19.4375rem;left:12.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4czaGLAbWl0gSSEGZ4OfQJcd4uOqLdx { top:29.4375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyVa1S9OXxDV3AMk9CNlyeErUCsfT74 { top:29.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBZz5PghVxkK4I8wgyZ945dzCuc8wEkh { top:19.4375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfhOKGFOXRodHG6BFUnJWE8QwZ7Mctve { top:29.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzdHeXVNH48NPuniRkkyap2XiCgg6Qqt { top:9.4375rem;left:27.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUcOx6IGa56F3wn9lyyfWIuUxdKqkSXb { top:39.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVoUAopwalc01hBQuQNVorc4qlkdT3L { top:39.4375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMdpVdGbof79cuJriecgCfCfNBuKkvG3 { top:39.4375rem;left:12.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoFzvsTItIl0oQ6WOod5U5uy0z0RcgWb { top:39.4375rem;left:27.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3pHf9ftWTPB4to14Pb9T32fpKK0Pm3m { top:39.4375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp5xSstca9WE28mmDNCDTkMM352AgF1O { top:4.4375rem;left:2.0625rem;width:43.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlNtVubpOxsaTNMuAf0yHVWplAit8u68 { top:28.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUn3OEOATyNAqnrQFobMZez4GabhvJk7 { top:3.875rem;left:0rem;width:47.75rem;height:4.8097694174757rem;display:block; }
 }@media only screen and (max-width: 763px) { #esV37Q7duGKPGVOwSdE8pn8bwVVqrMX2 { top:21.5625rem;left:3.375rem;width:41rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw6VOiegq73IrDnPfqyfoTR7rPMC1Me1 { top:3.75rem;left:0rem;width:47.75rem;height:26.643115942029rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9sHt5osCr9bxWKBFDpLUdJXPpR2ZTdd { width:25.3125rem;height:4.5625rem;top:70.125rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBh2WtK9pkPeQnpcDudMldEkF6OrJqKg { display:block; }
 }@media only screen and (max-width: 763px) { #JfZmT9dgmN4TmTIvTsteTs2IgUTwg0dL { width:47.75rem;height:45.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NslFKtRUbnHSe1biFVTCTDVMnPAT7L8x { width:21.0625rem;height:4.5625rem;top:50.1875rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3gfk0owqtnnMzeSEJv49pOK2asWcvFr { display:block; }
 }@media only screen and (max-width: 763px) { #zGC4LTsBblFM8WeqRrF5VGlDr7VGFIcD { top:30.9375rem;left:4.9482421875rem;width:40.4375rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarHIEAgPeiwZi2KN0Oi6lH5zVOXpVRF { top:12.625rem;left:39.375rem;width:8.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcH3lmivSFdtXD8E8zoTQTMT81ru8qB7 { top:11.625rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhPf6vsyn90zfX81V6KnrIW2ENFWqkw { top:18.6875rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9PeBHFQSQhN5xmTcTNeURbIQWA0TcTJ { top:18.875rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAilLE6HXLK0kNDw9MI9fBy17rBtAr1 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvVE0B35OCJJchIqiKTkIDF0cRuscogU { top:11.625rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 { display:block; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXE4th2d5PloytEc1wM1ggi164TIERFE { top:10.6875rem;left:4.5rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyc3c0IAbZcZedCct7gHT7LeHmG8Tcrr { top:10.6875rem;left:0rem;width:12.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1mwrDf46cRlNF9RLLnrJ4sP5gPe1uwk { top:3.9375rem;left:8.4375rem;width:33.625rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQo1L5O8Q7epxfBTV6Watqb0elPmAhVw { top:6.75rem;left:15.6875rem;width:19.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INxyyNR3rVQ7COyZb3CwTzJ2DVC9lTxV { top:10.6875rem;left:17.5625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeOhrouVhGx7e4uTb324bCbqupuKbkvu { top:17.625rem;left:4.5625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLMlRTUrTAsiKzPg9L5TpM57QeOQIIeL { top:17.625rem;left:0rem;width:12.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9L7yBhzUm4KSH5NI51qOUgN7acNEpQD { top:17.5rem;left:17.5625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wekd0tTTUuSbVWfLlld22axnz2xvuqpW { top:24.5rem;left:17.5625rem;width:12.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1ddsiaVLFKXRuydf6uEWPolHpB3By1 { top:24.5625rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEqT1E61Dz9HRrop7vpGXJHvqaZsyEqZ { top:24.5rem;left:4.5625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTpVmaVR6uiVFVzt32CRDqpCKzcpvUnD { top:31.625rem;left:12rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEoyH0FikdSkaR6D9d7FAADxWNIk3Mex { top:31.625rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8G0x0U3XrdcqRvqzfByJVVtB8fRawR { top:31.625rem;left:25.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBrS395HF9hofcOpny3zOgRvyBaKLRm { top:10.6875rem;left:30.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXvPC8sUSUe0m2xD8yDZ7fq4ui7a8yrQ { top:24.625rem;left:30.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbccIsPDgs3urZkb0VmRIVxWTKaXZht { top:17.625rem;left:30.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxOgCsCxTb0E1kARieMXoACQg169ZFo7 { top:31.625rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSnVdTsETl9gX7yTmRf6CG7OBqkZ62xJ { top:10.6875rem;left:35.125rem;width:12.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Pu5UvTQzXqMIxpuQldLwTh5B44DM97 { top:17.8125rem;left:35.25rem;width:12.5rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8qzsCWE4DMOWNSfbCh7Zn2rw0MpRUcJ { top:24.625rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur { display:none; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEtzTfnrTVqrePOckBb860IVuOTywo72 { top:21.875rem;left:0rem;width:15.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw6RU7T5f3eHWn09h3HUUTBbVvDpemoB { top:28.875rem;left:0rem;width:8.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwBJ47kUfklmKFSUUub4uTcMQpr8Gibt { top:31.125rem;left:0rem;width:16.0625rem;height:7.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTHA8M9NDOvK44voF2k5TaavbIR463T { top:25.125rem;left:16.9375rem;width:12.5rem;height:6.5322580645161rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEnJdZuPHAphmUmbEf6DFwUhkLaaxChu { top:18.25rem;left:3.9375rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0oN2pttdT4HUPuERb501NlTJWJnoVxo { top:11.3125rem;left:3.875rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4m04QI9LWWyUz2U8sh1BwEZwuIbJITb { top:18.25rem;left:0rem;width:12.5rem;height:6.6129032258065rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMsS6ziFTHxLcRMBL8TkZc9ZqpG6maxZ { top:11.3125rem;left:0rem;width:12.625rem;height:6.1903225806452rem;display:block; }
 }@media only screen and (max-width: 763px) { #DINf0XPiv21MSeUoIWrFx4UKJAMHsLby { top:11.3125rem;left:30rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq00GKOtT1ENEiTGSUCU2QUcsCg3Bqlv { top:25.1875rem;left:0rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwFLBoTqEIJ0BFXcdkV9J0Bg8Np5aFA { top:7.375rem;left:15.0625rem;width:19.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18ymnIFX2LgLSJeyTM7ex5erqSBO72r { top:4.5625rem;left:7.8125rem;width:33.625rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAst9VWJ39GQDcF5V8sr5L1EApV23W6I { top:25.125rem;left:3.9375rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #SteIT9gV32BrAFNtNhtPdQvBKoLFJnC5 { top:18.125rem;left:16.9375rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Rte70TbEIiNQ3cvUFQhhmG98uCsu26 { top:11.3125rem;left:35.125rem;width:12.625rem;height:6.1903225806452rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0MJOQS2PHhSkebiEakccswOHgTtRbak { top:11.3125rem;left:16.9375rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #li6fTX8NRqvPClv2asQ3vLZXFtT6p0m6 { top:32.25rem;left:11.375rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ov6lsMFSLCTldWwMk4iUZ74pzfPou6 { top:32.25rem;left:35.25rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLIEmQ2uHWJIEk8VUEKTggxhO0Nk1cfa { top:18.4375rem;left:35.25rem;width:12.5rem;height:7.9032258064516rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON0FrE81LaGTK1Ikx2by11zaASWT1xR6 { top:25.25rem;left:35.25rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmDNZp7aPVZV0siw0yMGavmVVRfvnXM { top:32.25rem;left:0rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJhiuT5QSahTUlQJwXCyQ0Z26F5be3Hr { top:32.25rem;left:24.4375rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhV4ZoGIWlMVxF0ooFBUSK7PqIltmS1 { top:25.25rem;left:30rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9D7kuyQpPFlNcFlCiWPba746zJ4Sttp { top:18.25rem;left:30rem;width:12.5rem;height:6.1290322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwdZ7TWTL6ScHqcCiGeayv3TuMX4Qb6 { top:24.1875rem;left:10rem;width:37.75rem;height:35.93717421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2GxPPsFI50NO84iTdrdUqXQRdTAGDT0 { top:55.125rem;left:39.125rem;width:8.625rem;height:4.8119631578947rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdNTlWI4sDdxJOz9FKFitOUchaAFQcie { top:24.0625rem;left:11.3125rem;width:36.4375rem;height:36.062241071429rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2VwJhHUpLv76EDgy22nPky7gmd8MdNW { top:52.875rem;left:37.8125rem;width:9.9375rem;height:7.12445875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEKIR1aQSlborkehHyfeiJIPROV20Hs { top:53.25rem;left:29.9375rem;width:17.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtBEJTlZImCRAM6cDqlhGr7DTiteWDB { top:53.3125rem;left:29.9375rem;width:17.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7oMrkNH8EgM9A1dBZ3puvveIAUpgDhm { top:56.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiBqgf097fwfubXScvC0egRfHhBLT2ER { top:56.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZNUk9lasafA88MfRg99TbXBDbDSS5Ck { top:58.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feb4pAn4O36qcnGzuO3GThnP4SMt3IMU { top:58.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AUPtHevgS83fFvuuhrqdi0Wb5SWwrg { top:42.5rem;left:0rem;width:47.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKFgTsS14fkRFGlUHv7MeIt42lFR5yoi { top:38.875rem;left:0rem;width:47.75rem;height:26.726962457338rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal { display:block; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXtBKoTqAEbOvWnKWtTztuazEPUxPQ23 { top:20.5rem;left:0rem;width:16.0625rem;height:7.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMCgDcL1WiNppOiK8KmED035cSw2QJJu { top:5.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHDokgLZDQfF4XklXnNuSFFBFToI116o { top:8.25rem;left:9.6875rem;width:31.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIX7xhZf98WaDaq3oiifwrATGx9qVSo2 { top:12.1875rem;left:0rem;width:13.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh2Qrn06PhlwdNSyUQ7FtuH4gHb42tgs { top:20.1875rem;left:0rem;width:13.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMzgTDFSz2NJ8skn7EkRBvm0CExG43V { top:12.1875rem;left:9.375rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWh9pKaxKiuWlsTXEfip4HX2Rnx2gXw6 { top:20.1875rem;left:9.375rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTd4NNqaQyxIQR9xXALLtumvfeEMBgF { top:36.4375rem;left:9.9375rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCGhLLF4qBSaWqUwBxa7l1HNbFKQnc9X { top:36.5rem;left:0rem;width:13.1875rem;height:7.3402686051777rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLWzAkfzDp4wHl1USi9ytoJFzOf6qoz { top:28.1875rem;left:0rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzWtmFCBikBFLIMnuC4qkL0RsOdCGEbo { top:28.0625rem;left:9.375rem;width:13.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHFuqXg4wNrBBnCFAasTNhw2cOTPtZQk { top:44.6875rem;left:18.5rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBJRfhxHTQ7IJByBfkSXSfKsw1Gl7Eyz { top:20.125rem;left:23.625rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULSFtucDksdoiPCkUb0gyOA4ok4xKxJM { top:12.1875rem;left:23.625rem;width:13.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPmXDed2TZs9S6fAHPtILRFc8k7zLrUh { top:44.75rem;left:32.375rem;width:13.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkz82DHI7TT9l4EbGJ9W1QOUu3L5KwVc { top:11.9375rem;left:34.5rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsLInA8xeITcz79xbSSm7T5Uak2PvDxR { top:36.4375rem;left:23.8125rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGzcD57rGlrMQ1fzAlkg1gTnTr10pfeT { top:28.0625rem;left:23.75rem;width:13.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2gNm6nTH7g580X6IW2h6mfeJCJOxIy { top:44.6875rem;left:4.5rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2iviDnTfMMSvoRBT1MTlwhAowam3BJI { top:20.5625rem;left:34.875rem;width:12.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru0vCRS6WVvfTV6oPvBrk0OxvdLEhMOO { top:36.3125rem;left:34.625rem;width:13.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQcMrSrddz6UV10fOxmssB5prBpKtIJx { top:28.3125rem;left:34.5rem;width:13.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu { display:block; }#iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D85tdpP8q5dKpkxEtnlsX27n6OmcXcbn { top:1.4375rem;left:4.96875rem;width:37.8125rem;height:5.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvi4iBUIQv5641CNdih4dIUDFyh5fTKQ { top:7.4375rem;left:0rem;width:19.0625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf5Rb9ypzBxz5dT3LgnpXWg2KI5v3zDa { top:8.9375rem;left:0rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlv7nQlIRW5gtXuv5bHKa1ovSlHDsJBn { top:20.5rem;left:0rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EPiaziHu3dbwtNuXbDn7vzukvXx1Ih { width:5.8125rem;height:1.6875rem;top:11.5625rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoIvpLaHrDTNMWnEpJrlT3q35UOxuPtn { top:12.375rem;left:1.25rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATtt1cowxrTfOWLGevdt9Ofx6728ckO { width:17.875rem;height:6.6875rem;top:13.8125rem;left:0rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaJkoLrbNTqlTsw6PHDuozPdJUGGT6qT { top:23.5625rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxNdq4evHodUKZ7gWK8gUSSiAKh15ik { display:block; }
 }@media only screen and (max-width: 763px) { #p49wJZt20JSxeX6FlaGWsEcQbK6dUAwR { top:28.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhC87ZwUhebwxMZzaWD7W9TsIB900HUa { top:23.5625rem;left:15.78125rem;width:19.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6DOMNcbIvGu5rkeC0VKMvJsVIzTAH5 { display:block; }
 }@media only screen and (max-width: 763px) { #cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT { display:block; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0DJBKrVlGJOZ94wvqROoosHheb7T0z7 { top:4.625rem;left:5rem;width:37.8125rem;height:5.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqzTcStRBf8nxxHliSKwsXDJgVrfwbb1 { top:17.5rem;left:0rem;width:19.0625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNmVEvMxnBXvQ1c3DCLIdfExWWOxMbEo { top:19rem;left:0rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEVqQGeHn7Xc04NK9sey6EGaWyvs9IGE { width:5.8125rem;height:1.6875rem;top:21.625rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Mv5woFyeswU1tCDLxADxzHnTV2UV8u { top:22.4375rem;left:1.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAdTa9PJw0TXCMz2TiJkZQLLLKaXU0J { width:17.875rem;height:6.6875rem;top:23.875rem;left:0rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsH1X8HlP2gfkbmTwsbFT9IKpv1r9sTF { top:31.5rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhHcZGFl4K0yNUE01tIiOstKrcCOTlGE { display:block; }
 }@media only screen and (max-width: 763px) { #BGicgoUBnkkXB3dxBiBcNkrGH5QF56hL { top:13.9375rem;left:19.9375rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEXxmzRzBmOXVGCMLHvDHVg5lczcGf6 { top:8.8125rem;left:5rem;width:37.8125rem;height:5.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBODkVtMuzOxMKTiM5vu3fesgcliaxwp { top:18.375rem;left:0rem;width:19.0625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1m5CJQBwiknSMREi27X2xNdJWkeWdvs { top:46.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0AXKRoidgks9MRgUoN7Lhglym8Dv9l { width:17.875rem;height:6.625rem;top:26.875rem;left:0rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAHL9bxTVcc4O8V542mpaspAmhpTZzrc { width:5.8125rem;height:1.6875rem;top:21.5625rem;left:0.46923828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5xMPQAbkxw1T1QnvJBT3PJV7Iw8ZqP6 { top:22.375rem;left:0.28125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKlFMkTzcMROMqc4hCyZUfSo9AELQOFg { top:19.875rem;left:0rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbzZU6A5TeoXuyg0m598TrXfXcg78zgm { top:18.375rem;left:28.6875rem;width:19.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXHeygnbOmntPKNJ3cupE7I7610mHqcr { top:46.25rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf68KpnSQLrANBlWOv8dSePihdO7mE2d { width:17.875rem;height:6.625rem;top:26.875rem;left:29.875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAUV4xEzoxkzFRKJxI6mp0NzB4mRkLI2 { width:5.8125rem;height:1.6875rem;top:21.5625rem;left:41.4072265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99r5K9XDUqDiXh90W6icEHc7qTScvvZ { top:22.375rem;left:41.21875rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5VHNNTTgQm7bsTrSoK9Tsl8NKxe5xQ { top:19.875rem;left:29rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXM3gWx7bO7iEM4yCwBPAbsJ1nzdffLL { top:18.4375rem;left:14.375rem;width:19.0625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rKXzqz5cHHTaRmKhA4yMdOGNPR6ZQA { top:46.25rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5oTTi018M3Ikkrd6tm15lLHLnVPDzU { width:17.875rem;height:6.625rem;top:26.875rem;left:14.9375rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3hBHSWLIzbtzVnMZ3LKpTU08ymqlbDg { width:5.8125rem;height:1.6875rem;top:21.5625rem;left:20.93798828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqr1CqgGKdvPQgE91DRgbanoo7StgyCi { top:22.375rem;left:20.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9GyHFsRgNLTiyUXVL9asi6VKZOH65q { top:19.9375rem;left:14.5rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t98aleF0T2TAVqGsG9M0PLNH94SUep6P { width:13.375rem;height:3.625rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c152Ssu0ByuoeUcCg2K2CacTwPQwk5KV { display:block; }
 }@media only screen and (max-width: 763px) { #HlGlMdoSM7IOZZSCnUbQAuObLdixZE3L { top:23.25rem;left:1.1875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a69a171nMKp8flVsEah7C9y95I59zU6M { top:34.3125rem;left:0rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA8kEbE2xMsvzkbwEOmcedn9Fi0Sz5Lx { top:37.4375rem;left:33rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyc07fwE4D3uGOzBp9IcH1R7lTxB2mnR { top:22.9375rem;left:37.4072265625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTNgkxGDTcLeQDPBmkqaJgebR43dWb5V { top:23.25rem;left:42.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clIXEnoSI5OJwvGkPholenb3cmr9xUUW { top:24.3125rem;left:41.0947265625rem;width:2.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwg7B8XU66p9bcVX2VpVFqDLuxp2kJ2v { top:23.125rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAsb1kCkTPQ5Q4P8LBKiG0tLMKXdAOXU { top:22.6875rem;left:18.50146484375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogSfA7VRiIeOtUN2U9CvfUpRTUxl703 { top:24.25rem;left:22.5625rem;width:2.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0RzP43vG6bRu7tkVBQrmXO2Pg1aFPU { top:24.3125rem;left:45.6875rem;width:2.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSEGlc4epFeukE3cKdWhDDVlt0BKWR4n { top:34.3125rem;left:18.50146484375rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owpt0kVDKDq8RQTOBtIcxLV97Drmpd9i { top:23.1875rem;left:24.3125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsXobQfRh4bCTfO3k29VE5MmOkptHV23 { top:34.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQSzDZ8ReTIvtWL7JINkAcX90zDRgvh { top:34.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHqRTLhArRETUH96xz9JZ6HxfzaUKKlv { top:34.125rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5w8B4MIEEJuwryHapBJswaEPBqLgIJL { top:34.25rem;left:16.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLtCXWdT4AE533XgNzlVwMr0e8aBq3DM { top:35.9375rem;left:16.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTTLP0DaRmucVV29lJ3NarhT6G1pBZw { top:35.8125rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvbP5oAF0eCd10BEvkdCDrXy2q1fN4Jt { top:36rem;left:18.37646484375rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIdhDBGDBfD0c1E9TqZzzuLEAmNDPHf { top:35.75rem;left:33rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KivKDsAaWfJ3BSGQ142MnHgvhb59TuDx { top:35.4375rem;left:37.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLtV6zeJGG6kt2soW07wcxWwBKL1pNBX { top:35.5625rem;left:36.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op83E9Z1qdXa1OdXbp6FzNNXT9vLPFi5 { top:33.8125rem;left:37.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6oNIGOzTFksmLQAyg5GZ2BBAIWhIysn { top:34.0625rem;left:33rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9UMiyoua4IywxbMfgbUfEMSx9FLcKT { top:33.9375rem;left:36.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wHU1Bh50sptuQvZb2WaMgbHsgiwdRb { top:37.1875rem;left:37.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggN6NvSddWEQw0tfu1k2gf8UMxJySRpR { top:37.3125rem;left:36.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3vPpL9pIIzcPoFtoX3QXhG1w3hSCe3E { width:13.375rem;height:3.625rem;top:41.4375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moXsZrL9KfV3ogZi64TLu7UmRZPaLOt8 { display:block; }
 }@media only screen and (max-width: 763px) { #iOwItWm3WKbXTE4T01SsXdSILTsB6xUO { width:13.375rem;height:3.625rem;top:41.4375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOyv9aTOuTxShEfbOpRemw32tpFylOE3 { display:block; }
 }@media only screen and (max-width: 763px) { #cTe1VeBDZoWWQMF9mKyzoIJnhQlvEapp { top:34.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLGdByiFikRTTsFxwJgkFnEU1mphuCVL { top:34.25rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuRTTIHr56qvpfiDGsTKg0iwGFyxllEK { top:34.125rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3oM8v5zBl2hmeRwCfNiol0uS9lAZxGR { top:34.25rem;left:16.3125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDS9vca6J28uaessHZaJwZRPZTg9bMdD { top:35.75rem;left:33rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAhaFzgNb8kaZB4XmFZD3BrGcQ8T0NI6 { top:34.0625rem;left:33rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6TmfMx9PmQO2Ux7VUeAO15APnUKpKqN { top:34.0625rem;left:33rem;width:14.75rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7fqwevQsgJIfNSgry9M9OLUF7ooz70K { top:34.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHk9v1L25FfpOTdaSvNHTc9n0pur3BHg { top:34.25rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #II5rnKcuZ5Q5kgQAqQEuLqd6F3SgUUx5 { width:21.0625rem;height:4.5625rem;top:50.1875rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETFZXFL1M99JMiv66kkqqTz6HK5apQfm { display:block; }
 }@media only screen and (max-width: 763px) { #r0LJLp5o5aFfMcotnCUqTgmMfTAwBm1X { width:21.0625rem;height:4.5625rem;top:50.1875rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yp6PT00GNlFrT9T2UcKzHhtVczXuLTrG { display:block; }
 }@media only screen and (max-width: 763px) { #oA2AG4T1C1X7EDsVBnCX97sUc9RPJu3u { width:21.0625rem;height:4.5625rem;top:50.1875rem;left:13.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnLCLfEX6zo0OByb1hZHsPhoqAT84e2F { display:block; }
 }@media only screen and (max-width: 763px) { #DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd { display:block; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTkX140aV5WKLUTWlKeGtl0Ia5TS2GTs { top:0.5rem;left:0rem;width:47.75rem;height:26.664255091104rem;display:block; }
 }@media only screen and (max-width: 763px) { #labixIrR9nV5FkqXKZpPHtSrELlMlifP { top:21.8125rem;left:13.4990234375rem;width:20.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN1mUClB9faurmOgpBLtFo9DAx3VDdPn { top:3.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-regular-label { width:33.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-text { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-text {padding-top: 0; padding-bottom: 0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-textarea { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-select { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-select {padding-top: 0; padding-bottom: 0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-button { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-checkbox-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in  { width:33.75rem;height:auto;top:9.25rem;left:5.75rem; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .radio-container { width:33.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in {display:block;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in { width:33.75rem;height:auto;top:9.25rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #ntWE7TRSfJS3Q5Xi6HEqQxQnKxqsen8t {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #q0gL7KpIQiusL4l7HLhgkdeRfQKKEav2 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #MuUlQQ3fk2KKJzPOMgrliJUaMNXpmPZp {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #yTMmKfTwwJZUwCSZvBSiTnnnmf82imM5 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #AkTTxmSw7aT7HMLEVGaT71DFsna7sDkK { display:block; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #C3TPOa4XRJrNpBQf2inSEL4B36KBzg9l {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #vsXuf8Suv1IUX46GKDStLx8pal7ZcAet {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #OJhITnGAWxidNNSfkF9iIToOu8mA8DAe { display:block; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #KNraSBmOpN9M3EwNGs885xX5dc3iUlmc {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #nJTSKkgHAGNbgFLz92eSgTHUoZX2gIuM {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #xqJEGLMESP4lgoIfxvEbMqcNMdO5JIFI {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #bgkRzW79xHygwkCOXEeaFQJTJFMbXl4m {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #aCIfg6I0iGHhFIUwHLt2gucZiWDrKzhp {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #p5ADRtH0OAv7T6rkbWZA1WPGBC3STWT3 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #dkRul3dfbKybGsyoW7AwsPqxC9nmUrTM {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #BeKDBaBWlQvDL16GNHBw7zqodE2pFn5R {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #MFBM7ExsCz15RTmdCy3wnNUB1XMZx1KG {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #OrlriXOvZ4WGiSVBx827kE224fDXV57n {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #Kf0sU7ZZAvwy8Uua2hLLvKWJCbmPMB1b {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #hJGVGOuruTJGVFv2BiNm6bLwKFOIBv2u {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #wT9EfErK4cCO4SvSmEpUrH8iozv7OtZN {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #N4QBIJFxDs7CcqR9hDnDW1rV0W715UFP {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #TmLbmt9TL2t83fFX2mLpoa6s7U8ciUkE {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #HRAS1CNztn6nFXL6MAZhVe4V2XliVp35 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #LM0H94WOaxsTbMTFBiQ1gq9e0sO2xlkQ {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #oFdb9DlWNkAsqwZdDsBEDERuESncTvUJ {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #AQnHHHJXd58stdoOmzLryiIIz2KFXmQq {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #B9zTul4IZwGzCNtG1Pk949SKTfJM44dG {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #A1FFEPGTTSrQXtdZpTeiU4v4E3klRUTX {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #ymizV4LUzdZtmMkutPzatpXdRxgAfovo {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #Vg9ni53b7s0iqiKvED9Xq0ZLb7orsHpb {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #fPWTHxKH6G7lDNcTn25vmC55sTvMtvIq {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #srnSUJcL8tJxVU8DNlLWhW4BOp6caPu4 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #UFH1FFlmxTSkl9oiqrhFQ36hnoFwwwiu {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #dikQTPJZBnyrnJNTGXUB4KKL1RchDXuf {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #u3dHMO1FhlSxwZbiEg3CeIGQq8esufG5 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #a8lSu6skK9vqVnlMpTwrstJAHhLeLOZe {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #IewZq5H5oJQcRyEa2DDD0z2pVgTirSSO {  }
 }@media only screen and (max-width: 763px) { #DRQN9m1SSiwmOT4hCWU5COZ0s9bT89qk { top:77.4375rem;left:9.75rem;width:28.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9rX65TUsZQlCo6VDHeFwpkfGfptBh4 { top:79.625rem;left:7.8125rem;width:32.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/74ddd7f0-647d-484f-af47-973f3e4bcf8e/82A5339ED2A24C69B05D3CF506E5D5CE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.adaptive-delivery-prevent-bg, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.lazyload, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.lazyloading { background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { background-color: transparent; background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .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); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { border-width: 0; border-radius: 0; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtpkhM7XuvlvGyd62b4CuQ4pOX902GIk { width:20rem;height:0.8125rem;top:28.8125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KKWnu327RWOmTtldqFd3rGQQoO1U6Odu { display:block; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu { background-color: transparent; background-image: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container > .video-iframe-container { display: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row > .video-iframe-container { display: none; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .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); }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container { width:20rem;height:22.6875rem;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/291be6da-acb5-4519-87f3-31653d60bb58/D58737FE03034D90916E6496614FE15F.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container.adaptive-delivery-prevent-bg, #KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container.lazyload, #KKWnu327RWOmTtldqFd3rGQQoO1U6Odu > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp { display:block; }#gadllwVUp5CZ7QDpU51zk4THbnbK4Gfp > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB { display:block; }#rsftypvqdFAd5b3KrmOcXEm8Lg0N3tuB > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn3ZmJd2omOQvy3dvHlSVOa5hz5rLAMI { width:10rem;height:6.625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9hKD1XLoePdsozysff3sW8qW64nstZJ { width:10rem;height:6.625rem;top:5.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8O9N6fVLuNQs8vcIG3vVEIq0nIixpDG { width:10rem;height:6.25rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gINJfU95gbPumrlyrS0p7orNwzQDpWk3 { width:10rem;height:6.625rem;top:39.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9QRSglioAda9A1hmvZGLIVtEZ53x7Hi { width:10rem;height:6.625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TrkGgcT4zqop3kLg4Fl9xC5IypxbFd { width:10rem;height:6.625rem;top:39.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWOnSXo7lko64N34P1CXiiF5Jx3STR6l { width:10rem;height:6.625rem;top:18.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHcPIu4ebIXS9vWblD14eUXhV5hwFag { width:10rem;height:6.625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtaSTZlFODLlxAWIR2Eq0M5nmIkdQqMc { width:10rem;height:6.625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiO4aBWHPVh0APtxF0RhUVKii81grTp0 { width:10rem;height:6.625rem;top:24.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4czaGLAbWl0gSSEGZ4OfQJcd4uOqLdx { width:10rem;height:6.625rem;top:46rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTyVa1S9OXxDV3AMk9CNlyeErUCsfT74 { width:10rem;height:6.625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBZz5PghVxkK4I8wgyZ945dzCuc8wEkh { width:10rem;height:6.625rem;top:37.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfhOKGFOXRodHG6BFUnJWE8QwZ7Mctve { width:10rem;height:6.625rem;top:31.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzdHeXVNH48NPuniRkkyap2XiCgg6Qqt { width:10rem;height:6.625rem;top:11.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUcOx6IGa56F3wn9lyyfWIuUxdKqkSXb { width:10rem;height:6.625rem;top:46rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqVoUAopwalc01hBQuQNVorc4qlkdT3L { width:10rem;height:6.625rem;top:52.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMdpVdGbof79cuJriecgCfCfNBuKkvG3 { width:10rem;height:6.625rem;top:52.625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoFzvsTItIl0oQ6WOod5U5uy0z0RcgWb { width:10rem;height:6.625rem;top:58.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3pHf9ftWTPB4to14Pb9T32fpKK0Pm3m { width:10rem;height:6.625rem;top:58.6875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dp5xSstca9WE28mmDNCDTkMM352AgF1O { width:20rem;height:2.03125rem;top:2.65625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #0033f6);background-image: -moz-linear-gradient(180deg, #000131, #0033f6);background-image: -ms-linear-gradient(180deg, #000131, #0033f6);background-image: -o-linear-gradient(180deg, #000131, #0033f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#0033f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#0033f6' );";background-image: linear-gradient(180deg, #000131, #0033f6);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlNtVubpOxsaTNMuAf0yHVWplAit8u68 { width:16.3125rem;height:5.8496125rem;top:11.89990234375rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUn3OEOATyNAqnrQFobMZez4GabhvJk7 { width:20rem;height:2.0145631067961rem;top:3.1220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esV37Q7duGKPGVOwSdE8pn8bwVVqrMX2 { width:19.8125rem;height:22.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw6VOiegq73IrDnPfqyfoTR7rPMC1Me1 { width:20rem;height:11.159420289855rem;top:3.75rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #u9sHt5osCr9bxWKBFDpLUdJXPpR2ZTdd { width:15.8125rem;height:3rem;top:30.87548828125rem;left:2.09375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBh2WtK9pkPeQnpcDudMldEkF6OrJqKg { display:block; }
 }@media only screen and (max-width: 763px) { #JfZmT9dgmN4TmTIvTsteTs2IgUTwg0dL { top:17.625rem;left:0.6875rem;width:19.625rem;height:18.625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NslFKtRUbnHSe1biFVTCTDVMnPAT7L8x { width:13.1875rem;height:2.625rem;top:37.6875rem;left:3.40625rem;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #B3gfk0owqtnnMzeSEJv49pOK2asWcvFr { display:block; }
 }@media only screen and (max-width: 763px) { #zGC4LTsBblFM8WeqRrF5VGlDr7VGFIcD { width:20rem;height:19.01075rem;top:56.61376953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TarHIEAgPeiwZi2KN0Oi6lH5zVOXpVRF { width:2.6875rem;height:1.375rem;top:6.26123046875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcH3lmivSFdtXD8E8zoTQTMT81ru8qB7 { width:2rem;height:2rem;top:5.88623046875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhPf6vsyn90zfX81V6KnrIW2ENFWqkw { width:6.25rem;height:6.1875rem;top:19.75rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9PeBHFQSQhN5xmTcTNeURbIQWA0TcTJ { width:1.75rem;height:1.75rem;top:8.51123046875rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAilLE6HXLK0kNDw9MI9fBy17rBtAr1 { top:3.1220703125rem;left:0rem;width:17.75rem;height:9.9375rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CvVE0B35OCJJchIqiKTkIDF0cRuscogU { width:2rem;height:2rem;top:8.38623046875rem;left:17.46875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 { display:none; }#AChSmxmi3MNTUgJf1x6Oxm8wDlCh2mV2 > .row .container { width:20rem;height:96.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TXE4th2d5PloytEc1wM1ggi164TIERFE { width:12.5rem;height:6.25rem;top:32.6796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyc3c0IAbZcZedCct7gHT7LeHmG8Tcrr { width:12.625rem;height:6.25rem;top:1.25rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1mwrDf46cRlNF9RLLnrJ4sP5gPe1uwk { width:20rem;height:4.38671875rem;top:24.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQo1L5O8Q7epxfBTV6Watqb0elPmAhVw { width:19.125rem;height:1.54345625rem;top:29.88671875rem;left:0.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #INxyyNR3rVQ7COyZb3CwTzJ2DVC9lTxV { width:12.5rem;height:6.25rem;top:40.1796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XeOhrouVhGx7e4uTb324bCbqupuKbkvu { width:12.5rem;height:6.25rem;top:62.6796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLMlRTUrTAsiKzPg9L5TpM57QeOQIIeL { width:12.5rem;height:6.75rem;top:8.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9L7yBhzUm4KSH5NI51qOUgN7acNEpQD { width:12.5rem;height:6.25rem;top:70.1796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wekd0tTTUuSbVWfLlld22axnz2xvuqpW { width:12.5rem;height:6.5625rem;top:92.6796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UL1ddsiaVLFKXRuydf6uEWPolHpB3By1 { width:12.5rem;height:6.25rem;top:16.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEqT1E61Dz9HRrop7vpGXJHvqaZsyEqZ { width:12.5rem;height:6.25rem;top:85.1796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTpVmaVR6uiVFVzt32CRDqpCKzcpvUnD { width:12.5rem;height:6.25rem;top:132.2421875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEoyH0FikdSkaR6D9d7FAADxWNIk3Mex { width:12.5rem;height:6.25rem;top:124.7421875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xo8G0x0U3XrdcqRvqzfByJVVtB8fRawR { width:12.5rem;height:6.25rem;top:139.7421875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWBrS395HF9hofcOpny3zOgRvyBaKLRm { width:12.5rem;height:6.25rem;top:47.6796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXvPC8sUSUe0m2xD8yDZ7fq4ui7a8yrQ { width:12.5rem;height:6.25rem;top:100.4921875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPbccIsPDgs3urZkb0VmRIVxWTKaXZht { width:12.5rem;height:6.25rem;top:77.6796875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxOgCsCxTb0E1kARieMXoACQg169ZFo7 { width:12.5rem;height:6.25rem;top:147.2421875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSnVdTsETl9gX7yTmRf6CG7OBqkZ62xJ { width:12.625rem;height:6.25rem;top:55.1796875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1Pu5UvTQzXqMIxpuQldLwTh5B44DM97 { width:12.5rem;height:8rem;top:115.4921875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8qzsCWE4DMOWNSfbCh7Zn2rw0MpRUcJ { width:12.5rem;height:6.25rem;top:107.9921875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur { display:block; }#JL8QQwOpmJsK0w8fQMZmohhsXxXNwiur > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEtzTfnrTVqrePOckBb860IVuOTywo72 { width:15.375rem;height:6.125rem;top:4.1875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qw6RU7T5f3eHWn09h3HUUTBbVvDpemoB { width:8.25rem;height:2.25rem;top:10.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwBJ47kUfklmKFSUUub4uTcMQpr8Gibt { width:16.0625rem;height:6.4184375rem;top:13.6875rem;left:2rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBTHA8M9NDOvK44voF2k5TaavbIR463T { width:9.6875rem;height:5.0625rem;top:25.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEnJdZuPHAphmUmbEf6DFwUhkLaaxChu { width:9.6875rem;height:4.75rem;top:47.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0oN2pttdT4HUPuERb501NlTJWJnoVxo { width:9.6875rem;height:4.75rem;top:9.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4m04QI9LWWyUz2U8sh1BwEZwuIbJITb { width:9.6875rem;height:5.125rem;top:15.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMsS6ziFTHxLcRMBL8TkZc9ZqpG6maxZ { width:9.6875rem;height:4.75rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DINf0XPiv21MSeUoIWrFx4UKJAMHsLby { width:9.6875rem;height:4.75rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq00GKOtT1ENEiTGSUCU2QUcsCg3Bqlv { width:9.6875rem;height:4.75rem;top:52.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwFLBoTqEIJ0BFXcdkV9J0Bg8Np5aFA { width:19.1875rem;height:1.54345625rem;top:1.3125rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18ymnIFX2LgLSJeyTM7ex5erqSBO72r { width:19.1875rem;height:4.38671875rem;top:3.75rem;left:0.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAst9VWJ39GQDcF5V8sr5L1EApV23W6I { width:9.6875rem;height:4.75rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SteIT9gV32BrAFNtNhtPdQvBKoLFJnC5 { width:9.6875rem;height:4.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Rte70TbEIiNQ3cvUFQhhmG98uCsu26 { width:9.6875rem;height:4.75rem;top:20.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0MJOQS2PHhSkebiEakccswOHgTtRbak { width:9.6875rem;height:4.75rem;top:41.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li6fTX8NRqvPClv2asQ3vLZXFtT6p0m6 { width:9.6875rem;height:4.75rem;top:57.9375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ov6lsMFSLCTldWwMk4iUZ74pzfPou6 { width:9.6875rem;height:4.75rem;top:36.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLIEmQ2uHWJIEk8VUEKTggxhO0Nk1cfa { width:9.6875rem;height:6.125rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON0FrE81LaGTK1Ikx2by11zaASWT1xR6 { width:9.6875rem;height:4.75rem;top:31.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmDNZp7aPVZV0siw0yMGavmVVRfvnXM { width:9.6875rem;height:4.75rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJhiuT5QSahTUlQJwXCyQ0Z26F5be3Hr { width:9.6875rem;height:4.75rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhV4ZoGIWlMVxF0ooFBUSK7PqIltmS1 { width:9.6875rem;height:4.75rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9D7kuyQpPFlNcFlCiWPba746zJ4Sttp { width:9.6875rem;height:4.75rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwdZ7TWTL6ScHqcCiGeayv3TuMX4Qb6 { width:20rem;height:19.039735099338rem;top:92.249755859375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #m2GxPPsFI50NO84iTdrdUqXQRdTAGDT0 { width:7.125rem;height:3.9755434782609rem;top:123.18725585938rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdNTlWI4sDdxJOz9FKFitOUchaAFQcie { width:19.25rem;height:19.051886792453rem;top:129.423825rem;left:0.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z2VwJhHUpLv76EDgy22nPky7gmd8MdNW { width:7.5rem;height:5.377358490566rem;top:158.23608085937rem;left:6.1248779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgEKIR1aQSlborkehHyfeiJIPROV20Hs { width:17.8125rem;height:5.625rem;top:121.31225585938rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAtBEJTlZImCRAM6cDqlhGr7DTiteWDB { width:17.8125rem;height:5.625rem;top:158.67370292969rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7oMrkNH8EgM9A1dBZ3puvveIAUpgDhm { width:12.5rem;height:2.5996125rem;top:161.54845878906rem;left:4.81201171875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiBqgf097fwfubXScvC0egRfHhBLT2ER { width:12.5rem;height:2.5996125rem;top:124.24987792969rem;left:4.7503662109375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZNUk9lasafA88MfRg99TbXBDbDSS5Ck { width:12.5rem;height:1.29980625rem;top:126.875rem;left:4.7503662109375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #feb4pAn4O36qcnGzuO3GThnP4SMt3IMU { width:12.5rem;height:1.29980625rem;top:164.17358085937rem;left:4.81201171875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5AUPtHevgS83fFvuuhrqdi0Wb5SWwrg { width:20rem;height:17.6875rem;top:68.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKFgTsS14fkRFGlUHv7MeIt42lFR5yoi { width:18.3125rem;height:10.25rem;top:65.9375rem;left:0.84375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal { display:block; }#DGbdXdTWwpf6Bb27E1x8NLP1G81kDqal > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXtBKoTqAEbOvWnKWtTztuazEPUxPQ23 { width:16.0625rem;height:6.4184375rem;top:13.6875rem;left:2rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMCgDcL1WiNppOiK8KmED035cSw2QJJu { width:20rem;height:1.4624rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHDokgLZDQfF4XklXnNuSFFBFToI116o { width:20rem;height:1.54345625rem;top:4.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIX7xhZf98WaDaq3oiifwrATGx9qVSo2 { width:9.75rem;height:5.375rem;top:7.70458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh2Qrn06PhlwdNSyUQ7FtuH4gHb42tgs { width:10rem;height:5.5rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMzgTDFSz2NJ8skn7EkRBvm0CExG43V { width:9.8125rem;height:5.125rem;top:7.73583984375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWh9pKaxKiuWlsTXEfip4HX2Rnx2gXw6 { width:9.75rem;height:5.375rem;top:19.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTd4NNqaQyxIQR9xXALLtumvfeEMBgF { width:10rem;height:5.1875rem;top:42.28125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCGhLLF4qBSaWqUwBxa7l1HNbFKQnc9X { width:9.5625rem;height:5.125rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLWzAkfzDp4wHl1USi9ytoJFzOf6qoz { width:9.6875rem;height:5.3125rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzWtmFCBikBFLIMnuC4qkL0RsOdCGEbo { width:9.875rem;height:5.125rem;top:30.90625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHFuqXg4wNrBBnCFAasTNhw2cOTPtZQk { width:9.6875rem;height:5.3125rem;top:25.03125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBJRfhxHTQ7IJByBfkSXSfKsw1Gl7Eyz { width:9.8125rem;height:5.3125rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULSFtucDksdoiPCkUb0gyOA4ok4xKxJM { width:9.875rem;height:5.4375rem;top:13.20458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPmXDed2TZs9S6fAHPtILRFc8k7zLrUh { width:9.75rem;height:5.375rem;top:13.17333984375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkz82DHI7TT9l4EbGJ9W1QOUu3L5KwVc { width:9.9375rem;height:5.375rem;top:47.78125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsLInA8xeITcz79xbSSm7T5Uak2PvDxR { width:9.5rem;height:5.1875rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGzcD57rGlrMQ1fzAlkg1gTnTr10pfeT { width:9.75rem;height:5.375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2gNm6nTH7g580X6IW2h6mfeJCJOxIy { width:9.5625rem;height:5.0625rem;top:36.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2iviDnTfMMSvoRBT1MTlwhAowam3BJI { width:9.8125rem;height:5.3125rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru0vCRS6WVvfTV6oPvBrk0OxvdLEhMOO { width:9.9375rem;height:5.75rem;top:53.46875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQcMrSrddz6UV10fOxmssB5prBpKtIJx { width:8.375rem;height:4.625rem;top:59.21875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu { display:none; }#iJEeHS9AoKtVwxTnQesoFGL4mGVTkEEu > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D85tdpP8q5dKpkxEtnlsX27n6OmcXcbn { width:20rem;height:3.3999rem;top:1.81201171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvi4iBUIQv5641CNdih4dIUDFyh5fTKQ { width:19.0625rem;height:22.875rem;top:5.8994125rem;left:0.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rf5Rb9ypzBxz5dT3LgnpXWg2KI5v3zDa { width:18.75rem;height:1.70605625rem;top:7.3994125rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlv7nQlIRW5gtXuv5bHKa1ovSlHDsJBn { width:14.75rem;height:1.13720625rem;top:18.48828125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EPiaziHu3dbwtNuXbDn7vzukvXx1Ih { width:5.8125rem;height:1.94970625rem;top:10.0244125rem;left:7.00048828125rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #IoIvpLaHrDTNMWnEpJrlT3q35UOxuPtn { width:6.25rem;height:0.0625rem;top:10.815428125rem;left:6.68603515625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #VATtt1cowxrTfOWLGevdt9Ofx6728ckO { width:17.875rem;height:6.01220625rem;top:13.0390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:4.625rem;z-index:15091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #WaJkoLrbNTqlTsw6PHDuozPdJUGGT6qT { top:20.83642578125rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxNdq4evHodUKZ7gWK8gUSSiAKh15ik { display:block; }
 }@media only screen and (max-width: 763px) { #p49wJZt20JSxeX6FlaGWsEcQbK6dUAwR { width:12.5rem;height:1.4624rem;top:25.9873046875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhC87ZwUhebwxMZzaWD7W9TsIB900HUa { top:30.39892578125rem;left:0.125rem;width:19.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6DOMNcbIvGu5rkeC0VKMvJsVIzTAH5 { display:block; }
 }@media only screen and (max-width: 763px) { #cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT { display:block; }#cqz3hIWmUnZE9vyo80sMpnw2GC7c4vnT > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0DJBKrVlGJOZ94wvqROoosHheb7T0z7 { width:20rem;height:3.3999rem;top:1.865234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqzTcStRBf8nxxHliSKwsXDJgVrfwbb1 { width:19.0625rem;height:20.25rem;top:12.5625rem;left:0.5rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wNmVEvMxnBXvQ1c3DCLIdfExWWOxMbEo { width:18.75rem;height:1.70605625rem;top:14.0625rem;left:0.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEVqQGeHn7Xc04NK9sey6EGaWyvs9IGE { width:5.8125rem;height:1.94970625rem;top:16.6875rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15089;display:none; }
 }@media only screen and (max-width: 763px) { #V5Mv5woFyeswU1tCDLxADxzHnTV2UV8u { width:6.25rem;height:0.0625rem;top:17.5rem;left:6.75rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #aAAdTa9PJw0TXCMz2TiJkZQLLLKaXU0J { width:17.875rem;height:6.01220625rem;top:19.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:4.625rem;z-index:15091;font-family:"altone trial";display:none; }
 }@media only screen and (max-width: 763px) { #FsH1X8HlP2gfkbmTwsbFT9IKpv1r9sTF { top:27.5rem;left:3.0625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhHcZGFl4K0yNUE01tIiOstKrcCOTlGE { display:block; }
 }@media only screen and (max-width: 763px) { #BGicgoUBnkkXB3dxBiBcNkrGH5QF56hL { width:7.9375rem;height:1.13720625rem;top:8.0625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEXxmzRzBmOXVGCMLHvDHVg5lczcGf6 { width:20rem;height:3.3999rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBODkVtMuzOxMKTiM5vu3fesgcliaxwp { width:19.0625rem;height:23.375rem;top:10.44921875rem;left:0.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #l1m5CJQBwiknSMREi27X2xNdJWkeWdvs { width:12.5rem;height:1.13720625rem;top:31.88671875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0AXKRoidgks9MRgUoN7Lhglym8Dv9l { width:17.875rem;height:5.60595625rem;top:19.521484375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:4.3125rem;z-index:15091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #IAHL9bxTVcc4O8V542mpaspAmhpTZzrc { width:5.8125rem;height:1.94970625rem;top:14.57421875rem;left:7rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #w5xMPQAbkxw1T1QnvJBT3PJV7Iw8ZqP6 { width:6.25rem;height:0.125rem;top:15.32421875rem;left:6.6875rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #zKlFMkTzcMROMqc4hCyZUfSo9AELQOFg { width:18.75rem;height:1.70605625rem;top:11.94921875rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbzZU6A5TeoXuyg0m598TrXfXcg78zgm { width:19.0625rem;height:29.625rem;top:70.125rem;left:0.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xXHeygnbOmntPKNJ3cupE7I7610mHqcr { width:12.5rem;height:1.13720625rem;top:97.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf68KpnSQLrANBlWOv8dSePihdO7mE2d { width:17.875rem;height:5.60595625rem;top:79.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:4.3125rem;z-index:15091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #VAUV4xEzoxkzFRKJxI6mp0NzB4mRkLI2 { width:5.8125rem;height:1.94970625rem;top:74.25rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #t99r5K9XDUqDiXh90W6icEHc7qTScvvZ { width:6.25rem;height:0.125rem;top:75rem;left:6.75rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #yD5VHNNTTgQm7bsTrSoK9Tsl8NKxe5xQ { width:18.75rem;height:1.70605625rem;top:71.625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXM3gWx7bO7iEM4yCwBPAbsJ1nzdffLL { width:19.0625rem;height:27.8125rem;top:38.125rem;left:0.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #c8rKXzqz5cHHTaRmKhA4yMdOGNPR6ZQA { width:12.5rem;height:1.13720625rem;top:63rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5oTTi018M3Ikkrd6tm15lLHLnVPDzU { width:17.875rem;height:5.60595625rem;top:47.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:4.3125rem;z-index:15091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #i3hBHSWLIzbtzVnMZ3LKpTU08ymqlbDg { width:5.8125rem;height:1.94970625rem;top:42.25rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #hqr1CqgGKdvPQgE91DRgbanoo7StgyCi { width:6.25rem;height:0.125rem;top:43rem;left:6.75rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9GyHFsRgNLTiyUXVL9asi6VKZOH65q { width:18.75rem;height:1.70605625rem;top:39.625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t98aleF0T2TAVqGsG9M0PLNH94SUep6P { width:13.375rem;height:3.625rem;top:41.4375rem;left:3.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c152Ssu0ByuoeUcCg2K2CacTwPQwk5KV { display:block; }
 }@media only screen and (max-width: 763px) { #HlGlMdoSM7IOZZSCnUbQAuObLdixZE3L { display:flex;width:2.8125rem;height:2.8125rem;top:16.94921875rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #a69a171nMKp8flVsEah7C9y95I59zU6M { width:14.75rem;height:1.13720625rem;top:26.51171875rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA8kEbE2xMsvzkbwEOmcedn9Fi0Sz5Lx { width:14.75rem;height:1.13720625rem;top:89.375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyc07fwE4D3uGOzBp9IcH1R7lTxB2mnR { display:flex;width:2.8125rem;height:2.8125rem;top:76.625rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #kTNgkxGDTcLeQDPBmkqaJgebR43dWb5V { display:flex;width:2.3125rem;height:2.3125rem;top:76.875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #clIXEnoSI5OJwvGkPholenb3cmr9xUUW { width:2.0625rem;height:1.4624rem;top:77.3125rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwg7B8XU66p9bcVX2VpVFqDLuxp2kJ2v { display:flex;width:2.4375rem;height:2.4375rem;top:76.75rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #JAsb1kCkTPQ5Q4P8LBKiG0tLMKXdAOXU { display:flex;width:2.8125rem;height:2.8125rem;top:44.6875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #eogSfA7VRiIeOtUN2U9CvfUpRTUxl703 { width:2.0625rem;height:1.4624rem;top:45.3125rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0RzP43vG6bRu7tkVBQrmXO2Pg1aFPU { width:2.0625rem;height:1.4624rem;top:77.3125rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSEGlc4epFeukE3cKdWhDDVlt0BKWR4n { width:14.75rem;height:1.13720625rem;top:51.51171875rem;left:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Owpt0kVDKDq8RQTOBtIcxLV97Drmpd9i { display:flex;width:2.3125rem;height:2.3125rem;top:44.875rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #OsXobQfRh4bCTfO3k29VE5MmOkptHV23 { width:1.375rem;height:1.375rem;top:85.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQSzDZ8ReTIvtWL7JINkAcX90zDRgvh { display:flex;width:1.5625rem;height:1.5625rem;top:85.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #OHqRTLhArRETUH96xz9JZ6HxfzaUKKlv { display:flex;width:1.5625rem;height:1.5625rem;top:87.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #V5w8B4MIEEJuwryHapBJswaEPBqLgIJL { width:1.375rem;height:1.375rem;top:87.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLtCXWdT4AE533XgNzlVwMr0e8aBq3DM { width:1.375rem;height:1.375rem;top:104.1484375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhTTLP0DaRmucVV29lJ3NarhT6G1pBZw { display:flex;width:1.5625rem;height:1.5625rem;top:104.0546875rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvbP5oAF0eCd10BEvkdCDrXy2q1fN4Jt { width:14.75rem;height:1.13720625rem;top:94.025390625rem;left:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNIdhDBGDBfD0c1E9TqZzzuLEAmNDPHf { width:14.75rem;height:1.13720625rem;top:87.625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KivKDsAaWfJ3BSGQ142MnHgvhb59TuDx { display:flex;width:1.5625rem;height:1.5625rem;top:111.87890625rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLtV6zeJGG6kt2soW07wcxWwBKL1pNBX { width:1.375rem;height:1.375rem;top:111.97265625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Op83E9Z1qdXa1OdXbp6FzNNXT9vLPFi5 { display:flex;width:1.5625rem;height:1.5625rem;top:89.1875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #t6oNIGOzTFksmLQAyg5GZ2BBAIWhIysn { width:14.75rem;height:1.13720625rem;top:85.8125rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9UMiyoua4IywxbMfgbUfEMSx9FLcKT { width:1.375rem;height:1.375rem;top:89.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wHU1Bh50sptuQvZb2WaMgbHsgiwdRb { display:flex;width:1.5625rem;height:1.5625rem;top:119.703125rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggN6NvSddWEQw0tfu1k2gf8UMxJySRpR { width:1.375rem;height:1.375rem;top:119.796875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3vPpL9pIIzcPoFtoX3QXhG1w3hSCe3E { width:13.375rem;height:3.625rem;top:41.4375rem;left:3.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #moXsZrL9KfV3ogZi64TLu7UmRZPaLOt8 { display:block; }
 }@media only screen and (max-width: 763px) { #iOwItWm3WKbXTE4T01SsXdSILTsB6xUO { width:13.375rem;height:3.625rem;top:41.4375rem;left:3.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOyv9aTOuTxShEfbOpRemw32tpFylOE3 { display:block; }
 }@media only screen and (max-width: 763px) { #cTe1VeBDZoWWQMF9mKyzoIJnhQlvEapp { display:flex;width:1.5625rem;height:1.5625rem;top:53rem;left:2.4375rem;z-index:15136; }
 }@media only screen and (max-width: 763px) { #GLGdByiFikRTTsFxwJgkFnEU1mphuCVL { width:1.375rem;height:1.375rem;top:53.0625rem;left:2.375rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #WuRTTIHr56qvpfiDGsTKg0iwGFyxllEK { display:flex;width:1.5625rem;height:1.5625rem;top:54.75rem;left:2.4375rem;z-index:15137; }
 }@media only screen and (max-width: 763px) { #z3oM8v5zBl2hmeRwCfNiol0uS9lAZxGR { width:1.375rem;height:1.375rem;top:54.8125rem;left:2.375rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #WDS9vca6J28uaessHZaJwZRPZTg9bMdD { width:14.75rem;height:1.13720625rem;top:54.9375rem;left:4.4375rem;font-size:0.875rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #wAhaFzgNb8kaZB4XmFZD3BrGcQ8T0NI6 { width:14.75rem;height:1.13720625rem;top:53.125rem;left:4.5rem;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #p6TmfMx9PmQO2Ux7VUeAO15APnUKpKqN { width:14.75rem;height:1.13720625rem;top:24.875rem;left:4.25rem;font-size:0.875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #U7fqwevQsgJIfNSgry9M9OLUF7ooz70K { display:flex;width:1.5625rem;height:1.5625rem;top:24.625rem;left:2.5rem;z-index:15138; }
 }@media only screen and (max-width: 763px) { #uHk9v1L25FfpOTdaSvNHTc9n0pur3BHg { width:1.375rem;height:1.375rem;top:24.8125rem;left:2.375rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #II5rnKcuZ5Q5kgQAqQEuLqd6F3SgUUx5 { width:13.1875rem;height:2.6875rem;top:94.3125rem;left:3.375rem;font-size:0.9375rem;z-index:15146;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFZXFL1M99JMiv66kkqqTz6HK5apQfm { display:block; }
 }@media only screen and (max-width: 763px) { #r0LJLp5o5aFfMcotnCUqTgmMfTAwBm1X { width:13.1875rem;height:2.6875rem;top:59.8125rem;left:3.4375rem;font-size:0.9375rem;z-index:15147;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp6PT00GNlFrT9T2UcKzHhtVczXuLTrG { display:block; }
 }@media only screen and (max-width: 763px) { #oA2AG4T1C1X7EDsVBnCX97sUc9RPJu3u { width:13.1875rem;height:2.6875rem;top:28.6875rem;left:3.40625rem;font-size:0.9375rem;z-index:15148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnLCLfEX6zo0OByb1hZHsPhoqAT84e2F { display:block; }
 }@media only screen and (max-width: 763px) { #DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);background-size:cover !important;display:block; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container { background-color: transparent; background-image: none; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container > .video-iframe-container { display: none; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row > .video-iframe-container { display: none; }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .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); }#DuSVT6LJN6vu5X5UKV0rvFNagHMZMTmd > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTkX140aV5WKLUTWlKeGtl0Ia5TS2GTs { height:11.1875rem;width:20rem;top:4.7683715820312E-6rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #labixIrR9nV5FkqXKZpPHtSrELlMlifP { width:11.687rem;height:3.18725625rem;top:8.43505859375rem;left:4.12353515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AN1mUClB9faurmOgpBLtFo9DAx3VDdPn { width:18.8125rem;height:1.6499rem;top:2.43701171875rem;left:0.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-text {padding-top: 0; padding-bottom: 0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-select {padding-top: 0; padding-bottom: 0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-container:first-of-type{padding-top:0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-container:last-of-type{padding-bottom:0;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in  { width:17.5rem;height:auto;top:4.02392578125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in .widget-info-text { font-size:0.375rem;overflow:hidden;height:auto; }
#ILcsZPSzzKvd3uadIrEOq0fsztC846in {display:block;}#ILcsZPSzzKvd3uadIrEOq0fsztC846in { width:17.5rem;height:auto;top:4.02392578125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #ntWE7TRSfJS3Q5Xi6HEqQxQnKxqsen8t {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #q0gL7KpIQiusL4l7HLhgkdeRfQKKEav2 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #MuUlQQ3fk2KKJzPOMgrliJUaMNXpmPZp {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #yTMmKfTwwJZUwCSZvBSiTnnnmf82imM5 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #AkTTxmSw7aT7HMLEVGaT71DFsna7sDkK { display:block; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #C3TPOa4XRJrNpBQf2inSEL4B36KBzg9l {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #vsXuf8Suv1IUX46GKDStLx8pal7ZcAet {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #OJhITnGAWxidNNSfkF9iIToOu8mA8DAe { display:block; }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #KNraSBmOpN9M3EwNGs885xX5dc3iUlmc {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #nJTSKkgHAGNbgFLz92eSgTHUoZX2gIuM {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #xqJEGLMESP4lgoIfxvEbMqcNMdO5JIFI {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #bgkRzW79xHygwkCOXEeaFQJTJFMbXl4m {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #aCIfg6I0iGHhFIUwHLt2gucZiWDrKzhp {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #p5ADRtH0OAv7T6rkbWZA1WPGBC3STWT3 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #dkRul3dfbKybGsyoW7AwsPqxC9nmUrTM {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #BeKDBaBWlQvDL16GNHBw7zqodE2pFn5R {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #MFBM7ExsCz15RTmdCy3wnNUB1XMZx1KG {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #OrlriXOvZ4WGiSVBx827kE224fDXV57n {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #Kf0sU7ZZAvwy8Uua2hLLvKWJCbmPMB1b {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #hJGVGOuruTJGVFv2BiNm6bLwKFOIBv2u {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #wT9EfErK4cCO4SvSmEpUrH8iozv7OtZN {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #N4QBIJFxDs7CcqR9hDnDW1rV0W715UFP {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #TmLbmt9TL2t83fFX2mLpoa6s7U8ciUkE {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #HRAS1CNztn6nFXL6MAZhVe4V2XliVp35 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #LM0H94WOaxsTbMTFBiQ1gq9e0sO2xlkQ {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #oFdb9DlWNkAsqwZdDsBEDERuESncTvUJ {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #AQnHHHJXd58stdoOmzLryiIIz2KFXmQq {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #B9zTul4IZwGzCNtG1Pk949SKTfJM44dG {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #A1FFEPGTTSrQXtdZpTeiU4v4E3klRUTX {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #ymizV4LUzdZtmMkutPzatpXdRxgAfovo {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #Vg9ni53b7s0iqiKvED9Xq0ZLb7orsHpb {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #fPWTHxKH6G7lDNcTn25vmC55sTvMtvIq {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #srnSUJcL8tJxVU8DNlLWhW4BOp6caPu4 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #UFH1FFlmxTSkl9oiqrhFQ36hnoFwwwiu {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #dikQTPJZBnyrnJNTGXUB4KKL1RchDXuf {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #u3dHMO1FhlSxwZbiEg3CeIGQq8esufG5 {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #a8lSu6skK9vqVnlMpTwrstJAHhLeLOZe {  }
 }@media only screen and (max-width: 763px) { #ILcsZPSzzKvd3uadIrEOq0fsztC846in #IewZq5H5oJQcRyEa2DDD0z2pVgTirSSO {  }
 }@media only screen and (max-width: 763px) { #DRQN9m1SSiwmOT4hCWU5COZ0s9bT89qk { width:20rem;height:2.5996125rem;top:72.08642578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9rX65TUsZQlCo6VDHeFwpkfGfptBh4 { width:20rem;height:2.5996125rem;top:75.42431640625rem;left:0rem;font-size:1rem;display:block; }
 }