.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,200,0;--color-primary-1:255,211,0;--color-primary-2:255,173,0;--color-primary-3:248,246,0;--color-primary-4:102,36,0;--color-secondary-0:133,45,213;--color-secondary-1:73,0,242;--color-secondary-2:141,0,209;--color-secondary-3:56,0,144;--color-secondary-4:72,14,128;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:19,19,19;--color-tertiary-3:14,14,14;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f3e9d5;background-image:none;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); }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W { position:relative;display:block; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W { background-color: transparent; background-image: none; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row .container > .video-iframe-container { display: none; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row > .video-iframe-container { display: none; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .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); }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W { border-width: 0; border-radius: 0; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .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; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e9d5;background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ga81ii2ekQWncIciPAJFwzLK5kw2hzST { 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:3.1875rem;width:13.8125rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#VXOC4d6gQ8PuOWqyKqEzt7zLaKog8E6n { background-color:#b7203e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:0.75rem;left:55.1875rem;display:block; }
#tgCrFQT2JGUND9JpALXVTbc8VTV0VMQB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcwGcmgOXbptMb5tTlbClo2LUgEdcoBJ { background-color:#ffc800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;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:8.5rem;height:3rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:0.75rem;left:65.125rem;display:block; }
#b4wLGI3SOvnrC8CqVtQLKhhCiBw7xuCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { z-index:;position:relative;display:block; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { background-color: transparent; background-image: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .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); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { border-width: 0; border-radius: 0; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .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; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oSJXsTHsp7mvAOg7E34sOVtQV91wsqqR { color:#383634;display:block;width:62.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:7.3125rem;left:6.375rem;height:10.3994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Za3xMz6xu3JMESEWeXKNyuTwerzdklhx { color:#383634;display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:20.75rem;left:5.40625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBpkKXn2qlFcJ0RbvU1HHENDCErct6il { z-index:15004;top:1.6875rem;left:23.34423828125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#333333;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3110625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DZSmmmSR0TUGTSUWPSxMLuqTFoCSHECl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfhyE5JeTprlTELcnWJm7GThAxyEAfnR { z-index:15004;top:27.5625rem;left:23.28125rem;background-color:#333333;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #b7203e;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f5f2e9;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4365rem;height:4.0620125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EaPKElmGiIvHqKNfpx7Q42JwfgnDGu7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z { position:relative;display:block; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z { background-color: transparent; background-image: none; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row .container > .video-iframe-container { display: none; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row > .video-iframe-container { display: none; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .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); }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z { border-width: 0; border-radius: 0; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .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; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KNXPuKeIJfNeMz7kIQt6Pw1vu7R9HH7k { color:#383634;display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:0.625rem;left:14.6875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frT7AakKuTcVhnEePfEs5x43k54Ie0XG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(255,255,255,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:4.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#EyR0kqntpPUhMM7QxKso7dPtTiAvlnWT { color:#b7203e;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.4375rem;left:4.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#OH8aWTG7n3x646k8eEOgfPdd2UZAGW7X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.2;top:7.9375rem;left:5.0625rem; }
#F9uouqKbU04g4V1tMJFeOZFBIM1PGTnv { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15045;background-color:rgba(255,255,255,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:27.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uk9DGQ4q2bWRKWbukt7OZR4ellp3cQFL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:.2;top:7.9375rem;left:28.125rem; }
#R8UdgR0m7Dkftbvu2cHL34249GOMRfSL { box-sizing:content-box;height:14.375rem;width:21.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(222,220,209,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #b7203e;border-left:0.0625rem solid #b7203e;border-right:0.0625rem solid #b7203e;border-bottom:0.0625rem solid #b7203e;top:6.0625rem;left:50.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#aui63u31rOoVU3B0P7P0IP1mdFZ24lzU { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15050;background-color:rgba(255,255,255,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:51.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#dif9e3mbvAfIFNzuPrr4rVKtoKGRdoLv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:.2;top:7.875rem;left:51.625rem; }
#FhtTHaETyHF9yUOf7mblATq5ZIUcLUKU { color:#b7203e;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.5rem;left:27.875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#HiCyO0Fo2cHC6pvPOsrwBx0ffswUc8WN { color:#b7203e;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.4375rem;left:50.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Zp2weBkurAoW2hM1whrCdo1Am6q4ZAc2 { color:#383634;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:15.1875rem;left:27.875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#nlBLJTMRvzJusK3h5QEU2CtgWXv0cNqo { color:#383634;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:15.125rem;left:51.125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#VTCx9TVUtDQCDb5kW3a10FH6RLV2tXMX { color:#383634;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.8125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#Zq8XNv72WIzGByhUHzVeNeVbM7qhUn7M { box-sizing:content-box;height:14.375rem;width:21.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(222,220,209,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #b7203e;border-left:0.0625rem solid #b7203e;border-right:0.0625rem solid #b7203e;border-bottom:0.0625rem solid #b7203e;top:6.0625rem;left:3.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Tmpd2LPFmM3PlgZ5Q1T3F35HhDcFwtKM { box-sizing:content-box;height:14.375rem;width:21.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(222,220,209,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #b7203e;border-left:0.0625rem solid #b7203e;border-right:0.0625rem solid #b7203e;border-bottom:0.0625rem solid #b7203e;top:6.125rem;left:26.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn { position:relative;display:block; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn { background-color: transparent; background-image: none; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row .container > .video-iframe-container { display: none; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row > .video-iframe-container { display: none; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .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); }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn { border-width: 0; border-radius: 0; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .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; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vNqLxWTfnLGOiuOluF8WaBTMKkD2PUs1 { color:#383634;display:block;width:49.6875rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.025390625rem;left:13.34375rem;height:4.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXJaekASHfKeubHWWcFElCrtHwNAmu1U { color:#383634;display:block;width:49.0625rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.212890625rem;left:13.65625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUgMXAxOLw23xykVDDnomDiPVNs3B5Ab { color:#383634;display:block;width:43.8125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:34.0625rem;left:21.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hy65JaLsJNRNMpiG44Nw25lU7SRyuTHN { color:#383634;display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:35.75rem;left:21.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXTHTa7GIecZFKHOqrLTa4PrX2JuxqgP { color:#383634;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:37.375rem;left:21.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#INrKrESFGoUUpZ5FMk1fhChxtrQ1am0C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.25rem;left:20.3125rem; }
#JPMnC8CPp7ZAR3NsKLpyBNGq22qyS24q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.875rem;left:20.3125rem; }
#EqoAgVSn0e5ELo279XDUuXqIP834Tl0f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.5rem;left:20.3125rem; }
#cAIZ1xKi0HemWAPJV92UTLueRcsbBBtS { color:#383634;display:block;width:61.125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.3251953125rem;left:6.9375rem;height:3.07470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAIlT6AKpIBl0GioTJ3y62y1umkLTeuz { color:#383634;display:block;width:16.6875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:17.125rem;left:20.875rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWQpiqPTL0HA1ls1w67dcD4lq28UaEJZ { color:#383634;display:block;width:16.6875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:17.125rem;left:38.125rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRWTV73STE76Hd1KI3Mdgor25G6bw5LD { color:#383634;display:block;width:16.6875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:17.125rem;left:55.125rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLGFzF4tZg4HEyNpPO94961TiTTpeXCs { color:#383634;display:block;width:20.75rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:17.125rem;left:2.75rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LzmzkDAXHutlS148cu62d6rpH5lbeL4q { position:absolute;display:block;z-index:15046;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:8.625rem;width:10.9375rem;top:19.5rem;left:6.9375rem;overflow:hidden;display:block; }
#vpFTv15WwQC5V2mgZutHJ32ixKXkXBhp { 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:6.8125rem;width:6.5rem;top:20.4375rem;left:26.875rem;overflow:hidden;display:block; }
#Nps0oACKiQtM1tNXbvqO2euL6xviOHTg { position:absolute;display:block;z-index:15048;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.25rem;width:7.375rem;top:20.4375rem;left:43rem;overflow:hidden;display:block; }
#V5glgHh4pOTl1vn1zMgJvyerBiVnD4sp { position:absolute;display:block;z-index:15049;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:7.875rem;top:20.4375rem;left:59.5625rem;overflow:hidden;display:block; }
#QegikTTsqcviLquyXUIDR0awHufJdy7k { color:#383634;display:block;width:14.375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:28.875rem;left:5rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6m8BpVhipqxZfmRcIXB2iV5HIgm3DOL { color:#383634;display:block;width:17.75rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:28.875rem;left:20.875rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFPJUtvRK0TIyuN00D6TbiOHmNayL2i4 { color:#383634;display:block;width:17.75rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:28.875rem;left:37.5625rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7QUCcX8OylAGlnBattHLP1FWRLovTGT { color:#383634;display:block;width:17.75rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:28.875rem;left:54.5625rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t999Hx8qPN29Gp8VK44QvTACcrICTtcl { z-index:15005;top:40.125rem;left:23.28173828125rem;background-color:#333333;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #b7203e;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f5f2e9;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4360625rem;height:4.0620125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UG9ktFQH6z1noyZUzlVI5Sr2XyS6EFU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq { position:relative;display:block; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq { background-color: transparent; background-image: none; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row .container > .video-iframe-container { display: none; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row > .video-iframe-container { display: none; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .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); }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq { border-width: 0; border-radius: 0; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .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; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e9d5;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AzmBnP40tulmFT0bnfxenGJBJcuX1irG { color:#383634;display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:2.34375rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 { position:relative;display:block; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 { background-color: transparent; background-image: none; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row .container > .video-iframe-container { display: none; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row > .video-iframe-container { display: none; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .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); }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 { border-width: 0; border-radius: 0; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .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; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZhCSG0eZaK8XqrCz4phZ5EeuykW3hQph { color:#b7203e;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.60595703125rem;left:2.09375rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#k9ENQ0we73lfgn5X8GCuXR1XDLxHu6ho { box-sizing:content-box;height:0.125rem;width:8rem;position:absolute;display:block;z-index:15032;background-color:#f5bdd2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6875rem;left:33.5rem;display:block; }
#tbKy6oEqbC5TaEO6AmhC0wDRLRh67l5w { box-sizing:content-box;height:14.375rem;width:21.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(222,220,209,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #b7203e;border-left:0.0625rem solid #b7203e;border-right:0.0625rem solid #b7203e;border-bottom:0.0625rem solid #b7203e;top:8.9375rem;left:3rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wOtJMzHifpJHU7g1wTeL6lTa1513acR0 { box-sizing:content-box;height:14.375rem;width:21.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(222,220,209,0.13);background-image:none;box-shadow: none;border-top:0.0625rem solid #b7203e;border-left:0.0625rem solid #b7203e;border-right:0.0625rem solid #b7203e;border-bottom:0.0625rem solid #b7203e;top:8.9375rem;left:26.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BIWUWFMDbhmBZhs7srI8UPqFQV5RB3G7 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(215,31,31,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:4.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#lFmtF9Jt4exgM747MGGkSgVDCpqFhQll { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(250,204,108,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:27.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uScN5eGQt67Sw8M1SxWCw91Kx4gF1OVN { box-sizing:content-box;height:14.375rem;width:21.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(222,220,209,0.13);background-image:none;box-shadow: none;border-top:0.0625rem solid #b7203e;border-left:0.0625rem solid #b7203e;border-right:0.0625rem solid #b7203e;border-bottom:0.0625rem solid #b7203e;top:8.9375rem;left:50.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#mVtscqtW193OcTSQwMhJt7rc7EvgHDTe { color:#00086f;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:15.416015625rem;left:2.25rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Tmv0LqJgvXnuXzF1LWsJTZdGlq69cLab { color:#00086f;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:15.416015625rem;left:25.75rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#dxEJCn6tsVAdMZ9HvHwseVQT7bxBo8M7 { color:#00086f;display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.09375rem;left:50.375rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#LTmCZUgTf6txRw83tQfXzA9ZPsuZ2Nxy { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(21,181,250,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:51.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#qC50v9LKAVZW8bqoiZs5gmuBRKGlMFNc { color:#00086f;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.3125rem;left:4.28125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#ZnLR711PREbDTnNnydEqP2e8AH9KilSd { color:#00086f;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.3125rem;left:27.875rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#SVs0ivNswhzPsXnJG7xVUlmwa9hm9sNQ { color:#00086f;display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:17.3125rem;left:51.4375rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#lnTIBhyyqZa0IoZzOCBT6GipfxTCiJTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:.05;top:10.21875rem;left:19.6875rem; }
#W9C2xoQMae0xpVMs1E8WfFfDkZSwSZfT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:10.8125rem;left:4.625rem; }
#tV9PiE8mewTWPP7RlTqxmDOHQek7k8c0 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:10.78125rem;left:28.21875rem; }
#ETw8o3AO7Fy4pB1VT4zgB8loLmkIvCel { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:.05;top:10.21875rem;left:43.8125rem; }
#QpfT7VR9JhX3dZxOXoLMWEJHlZwdeOyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.05;top:10.21875rem;left:67.25rem; }
#JerQPJVZ2IBhn3GeArex15CdKMqSWvo8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.78125rem;left:51.78125rem; }
#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 { position:relative;display:block; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 { background-color: transparent; background-image: none; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row .container > .video-iframe-container { display: none; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row > .video-iframe-container { display: none; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .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); }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 { border-width: 0; border-radius: 0; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .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; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JT0BUZbCt1tztPPMlytPQBpqQVkWAtde { color:#b7203e;display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.130859375rem;left:17.28125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nAnrx26Ev3S8xb8xHcTNe6KS8NEIuFAU { color:#383634;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.0625rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTUUhvIM9qXSkU1MbS9UPONtmZaUAruG { color:#383634;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.6875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUwKlelN5e9mX9zJnI4s8MRbOaw6Ldzo { color:#383634;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:20.75rem;left:17.375rem;height:10.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgqNvfkVJ7paPhaecccG1pUeKyO1BTXa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.375rem;left:15.6875rem; }
#WqQ4KgyJ5vDL2qxAVq1DmAFA8yPXqJrt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.4375rem;left:15.75rem; }
#UNZqiCUgVFXvSwpT2J7KaaRqOBRTFoam { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.375rem;left:15.8125rem; }
#d7TS942qMDqbpwVTfKMLpwNF7cm2ibPa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.3125rem;left:15.75rem; }
#VwU95HbB9OacT4Fdwm5PfcRJdUgPFxd3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.375rem;left:15.875rem; }
#cBGAq0RHkFi32OAmCRAXdWybhl0qwoL9 { color:#383634;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WKiNmZ97u8SNJnHMUyJAF31oZk2GmfpC { color:#383634;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.6875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#s73EOkptNtv9P64exfHEUVc9QGOG5ach { position:relative;display:block; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach { background-color: transparent; background-image: none; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row .container > .video-iframe-container { display: none; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row > .video-iframe-container { display: none; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .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); }#s73EOkptNtv9P64exfHEUVc9QGOG5ach { border-width: 0; border-radius: 0; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .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; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E1nASau9cUkSdUMzfEb8tC9T39qFU7ml { box-sizing:content-box;height:0.125rem;width:8rem;position:absolute;display:block;z-index:15032;background-color:#f5bdd2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:46.75rem;display:block; }
#SpEt4TsTVLCgWf97VhZ73WcoIn015ic3 { color:#383634;display:block;width:33.25rem;position:absolute;font-family:kanit;font-size:3.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.11328125rem;left:34.125rem;height:3.82470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c92ZvOokLIT7zbomAlmaTTvsR0O5FE7m { position:absolute;display:block;z-index:15053;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.75rem;width:10.3125rem;top:1.125rem;left:0.625rem;overflow:hidden;display:block; }
#x8z7J0vuxLkZdudngzAT25cXAt1esTx3 { color:#383634;display:block;width:40.4375rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.875rem;left:30.5625rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FhFLJo2Dcl9kMUUFzobK8TBoussHKnqN { color:#383634;display:block;width:36.125rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:16.375rem;left:32.6875rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VzoqySz2ZDcXkIEynlXFCDHy6bZZqtX3 { color:#383634;display:block;width:49.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.8125rem;left:25.8125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvZsRIuxSoxnZDRkVqVEvd2vwKeESaBz { position:absolute;display:block;z-index:15054;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:29.875rem;width:28.875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#ZgGLaWb4IToORAO8qOK0sOBanzDbFK79 { color:#383634;display:block;width:36.125rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:16.375rem;left:32.6875rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NIRJu3LC45mrUMs9BmA89T2TaVck8bSA { color:#383634;display:block;width:49.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.8125rem;left:25.8125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC { position:relative;display:block; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC { background-color: transparent; background-image: none; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row .container > .video-iframe-container { display: none; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row > .video-iframe-container { display: none; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .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); }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC { border-width: 0; border-radius: 0; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .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; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#blr5MxE7fIGsD6Tp9MJg8tVHX57DmFH4 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:59.625rem;top:4.0625rem;left:7.6875rem;overflow:hidden;display:block; }
#yfXDRfw2Bzpm9I3eViCQJX7PUumstMWD { color:#383634;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:0rem;left:1rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm { position:relative;display:block; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm { background-color: transparent; background-image: none; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row .container > .video-iframe-container { display: none; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row > .video-iframe-container { display: none; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .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); }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm { border-width: 0; border-radius: 0; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .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; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#C4A3WyFkba4rTGcsB0kpD9nXTLD477hR { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31rem;width:17.25rem;top:1.5rem;left:5.3125rem;display:block; }
#bewmlNFzZfsolzgQ2XD6ggzrsHvM12vv { color:#383634;display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15127;line-height:1.6;letter-spacing:0;top:1.5rem;left:23.1875rem;height:8.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLVqkMLpTSxiR3HJxCqRTQR5DJcTUq5P { color:#383634;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:13.8125rem;left:29.6875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#knc6wV6nIa5otMDef5x0s8Th6aHslSsd { color:#383634;display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15131;line-height:1.6;letter-spacing:0;top:23.26416015625rem;left:27.53125rem;height:9.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhSXl88DrTDq151Aix7m2tHTKxoLyRUb { box-sizing:content-box;height:2.5rem;width:33.625rem;position:absolute;display:block;z-index:15000;background-color:#f5bdd2;background-image:none;top:23.45166015625rem;left:31.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Vxcg0XblksGhlkufiSBqKlTZ2W7N63O0 { color:#383634;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:13.8125rem;left:29.6875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH { position:relative;display:block; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH { background-color: transparent; background-image: none; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row .container > .video-iframe-container { display: none; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row > .video-iframe-container { display: none; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .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); }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH { border-width: 0; border-radius: 0; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .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; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ey1ITQFk3f3iII9SJdydz9tF9V4oMgF3 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31rem;width:17.3125rem;top:3.9375rem;left:51.5rem;display:block; }
#ZpcJWpAXehH455SJSnWmz6TlTWm163J8 { color:#383634;display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:3.9375rem;left:0rem;height:4.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmAeKZDv9kZtxN6uuQyRgJd96kWOoH2O { color:#383634;display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:26.900390625rem;left:1.8125rem;height:8.6996875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kftyto5Ri0w76coApLwK4A7yeNALnZPD { color:#383634;display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15130;line-height:1.6;letter-spacing:0;top:9.962890625rem;left:0rem;height:6.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VOrvhJHepSi8iZobzokQlFtmXKFUy1NU { color:#383634;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15131;line-height:1.6;letter-spacing:0;top:18.056640625rem;left:14.96875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC { position:relative;display:block; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC { background-color: transparent; background-image: none; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row .container > .video-iframe-container { display: none; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row > .video-iframe-container { display: none; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .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); }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC { border-width: 0; border-radius: 0; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .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; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MVXEEHOMLiAg5ubSydR4IM3Z6vgQ09xT { color:#383634;display:block;width:46.75rem;position:absolute;font-family:kanit;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.42578125rem;left:14.125rem;height:3.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JScX8CcDHT9Z4pZ71MEP4w3pUhKI3Q5M { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:57.3125rem;top:10.5625rem;left:8.84375rem;overflow:hidden;display:block; }
#xnPzbLEZWskfx87drCSZp0CMotFSRcin { position:absolute;display:block;z-index:15048;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.3125rem;width:7.8125rem;top:0rem;left:67.1875rem;overflow:hidden;display:block; }
#NJr9W3ovm0lVlqv3JxyasRvgfb0O3Oym { color:#383634;display:block;width:61.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.54345703125rem;left:6.71875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w { position:relative;display:block; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w { background-color: transparent; background-image: none; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row .container > .video-iframe-container { display: none; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row > .video-iframe-container { display: none; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .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); }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w { border-width: 0; border-radius: 0; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .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; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e9d5;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ssr6DtdCFhSNzAzQaGkNUG1QAQHGlDmg { color:#b7203e;display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2998046875rem;left:9.9375rem;height:7.9619375rem;text-align:center;text-align-last:center;display:block; }
#Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5bdd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 > .row .container { border-width: 0; border-radius: 0; }#Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:none; }#l7O2xp6IUqhvoD4qM1pcUzBlU8SpeIv1 { color:#b7203e;display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.64990234375rem;left:14.65625rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { position:relative;display:block; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { background-color: transparent; background-image: none; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container > .video-iframe-container { display: none; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row > .video-iframe-container { display: none; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .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); }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { border-width: 0; border-radius: 0; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .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; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VOf6PrPMDwSIrqaIVxiK1BmxBwCFzFOD { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:16.875rem;top:2.0625rem;left:58.125rem;overflow:hidden;display:none; }
#I0ngQWrxtNRJcsmh5LlnINXFoX2nmr8M { color:#383634;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.25rem;left:21.875rem;height:3.0058625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFLToIysaF3WOmroZCUR6QZxxhGkCkcq { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.203125rem;left:13.28125rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rt3agQpcBoS3CKpy8QDrBLnaTqsw11QP { color:#383634;display:block;width:46.75rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0625rem;left:13.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWlTzrWxbDG2O05UnlMFFpf385iGloiI { color:#383634;display:block;width:46.75rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.9375rem;left:14.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehdfVKKtLmFbPz2sTxgPMJLHLUsr7EVh { 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:20.5625rem;width:18rem;top:9.88671875rem;left:55.875rem;overflow:hidden;display:block; }
#hJQB5pWXz0DwB67HbgsuvlybcfFZiWyG { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5rem;left:13.28125rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQiCGNPMzlNX5MPUZxHXLAxOhN08vgOk { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:19.75rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn { position:relative;display:block; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn { background-color: transparent; background-image: none; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row .container > .video-iframe-container { display: none; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row > .video-iframe-container { display: none; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .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); }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn { border-width: 0; border-radius: 0; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .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; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Bz4bNh4mDPgCPeI2TMb4VoXl2VOTFhoU { color:#383634;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.349609375rem;left:17.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Ddb9FegX39VUVPInJkZtPdFIwKrInF3n { 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:21.25rem;width:61.6875rem;top:5.349609375rem;left:6.65625rem;overflow:hidden;display:block; }
#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { position:relative;display:block; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { background-color: transparent; background-image: none; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container > .video-iframe-container { display: none; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row > .video-iframe-container { display: none; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .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); }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { border-width: 0; border-radius: 0; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .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; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e9d5;background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ewM2b84aQDTcZ2g4TnClGbuXZUGyunMc { color:#383634;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.25rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#JVTBBqsFPZacDKp3pqBhNwRH9oAXSpLQ { color:#383634;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.7373046875rem;left:4.09375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OqEgr6gD1RpivxFx8R3PDbNrTcG4174g { color:#383634;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:26.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#pMi8qAishowVlGSskP2V6VEmoDNJX4RH { color:#383634;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.7373046875rem;left:25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XD1oykWf1acQ1k4caRzlnbLeiD7cgpfw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;display:none; }
#r1GRSp3IuDPgz85IWemn0OPVuq9gKqDk { color:#383634;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:54.78125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#oXraw6TXo55yotEvKz0TJPbILNRdVHIL { color:#383634;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:54.46875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GNZB3E9GpJcIm2mc4lKPd95Jkzrle3SL { color:#383634;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:54.34375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#t89983FB75ThOg5KddoWA0tCk4wd963T { color:#383634;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1748046875rem;left:4.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#nAvkX59Ni0ffXvBtKm5Z4Z94B9lMfrNN { color:#383634;display:block;width:16.25rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.212890625rem;left:54.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#QQBTm48RTts68otDRrRq2um02y0W4xPE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.3623046875rem;left:9.46875rem; }
#VKmUr1rWEoLCom1Qr5fPMbW7oPXmoMrm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.3623046875rem;left:34.5625rem; }
#nMh2T3J50Z7QOoeHKP35BdXcxWEbFyIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:60.25rem; }
#yx85pNehwep1UTbFxmkmPJe13S5GhAg3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;display:none; }
#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { position:relative;display:block; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { background-color: transparent; background-image: none; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container > .video-iframe-container { display: none; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row > .video-iframe-container { display: none; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .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); }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { border-width: 0; border-radius: 0; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .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; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Jdfg7VgEiFdmOZcyogEikgU1uIAhJIs6 { color:#383634;display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.66162109375rem;left:12.46875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#NPR5d6UP19nmzRQKcDWz7d04pgrRRZoT { color:#383634;display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:1.0625rem;left:13.34375rem;height:3.91845625rem;font-style:normal;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;display:block; }
#O2Pc3bf0us8ZvWcbOE6K2GOQzelQ6Z7p { box-sizing:content-box;height:2.1875rem;width:49.9375rem;position:absolute;display:block;z-index:14999;background-color:#f5bdd2;background-image:none;top:5.49951171875rem;left:12.40625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#UTQgrHFghbLhyvVRBhGSW8mHstUvN5TB { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15044;background-color:#e5d1b9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:29.3125rem;display:block; }
#th85QGGsUbXbTxTNOZnP16tEDGqp2inz { position:relative;display:block; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz { background-color: transparent; background-image: none; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row .container > .video-iframe-container { display: none; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row > .video-iframe-container { display: none; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .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); }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz { border-width: 0; border-radius: 0; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .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; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e9d5;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ywfARlxCXuVxBBJllQmEXKtENd4gmZCx { color:#000000;display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.869140625rem;left:9.3125rem;height:6.01171875rem;text-align:center;text-align-last:center;display:block; }
#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv { position:relative;display:block; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv { background-color: transparent; background-image: none; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row .container > .video-iframe-container { display: none; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row > .video-iframe-container { display: none; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .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); }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv { border-width: 0; border-radius: 0; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .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; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:65.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#e5htTudFgpJQZL0OiyFJzWqf4HcszUWg { box-sizing:content-box;height:17.75rem;width:50.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid #1a74ff;border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:1.125rem;left:12.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PGhOkooESes4Jph2Kcr1cHbwUkksKkoJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.1875rem;left:14.1875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ASd49Aysvrt6tAuvqMeC4yD4TzbwOQdO { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5.625rem;left:14.1875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qw11L0rCwdhlFbkaAUrQoq25Gr6HOcGK { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:7.75rem;left:17.5625rem;height:8.0976625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bN2FsicJzmFVzyrfEKTygucca8zE6fPm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.9375rem;left:58.125rem; }
#tFsIvkdcoZA4WSxoeb3Gr6fI1JkoEBKd { box-sizing:content-box;height:17.75rem;width:50.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid #ff3c3e;border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:20.1875rem;left:12.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hBWeKiobmX5wnBRTAe4AVtUg7gqmr28P { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:24.875rem;left:14.5rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cICV033npDMxCRqbp2SqkMHHbVTITrfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:27.1875rem;left:17.5625rem;height:5.39844375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jr1V6omG6slLeN3UT5Omskp2FBd0GRAl { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:22.375rem;left:14.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k6wucZ0By0iP2gz7EcDgb8Dv5OlcUdEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.0625rem;left:57.6875rem; }
#sQoZFeN8lP1i4Dtx27sbXzvzL7sT6ThT { box-sizing:content-box;height:17.75rem;width:50.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:39rem;left:12.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K9cleikp1GgRlNLlnp7EdFe4pAba1av1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:43.3125rem;left:14.1875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h7XIFxZ6QdDJHc73VbQs4UDPAK2r6XWP { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:46.375rem;left:17.5625rem;height:8.09765625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DveyfzN9cwSU1sdOD4pEEAUxc1wTrW65 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:41.375rem;left:14.1875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MnMXm3gTTVrfuzA48QAuTvApNUEwlPsE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:40.5rem;left:57.75rem; }
#Lpqg6oiB2rgiySMsMKi4TJttfFuC3HdW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.0625rem;left:15.6875rem; }
#HasNKdA6qvee6bX4TtK1FEpySbmHaXSq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.75rem;left:15.6875rem; }
#vqLRsSpnf5g6yD9trv1Uvhd9lW1BTMkf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.4375rem;left:15.6875rem; }
#CpCF6U3XSIvaMeAbNQbXk1XviDp3he48 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:27.5rem;left:15.6875rem; }
#I4dHmra5x5x4Dz9kKDMp0qGV7JoRuDV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28.75rem;left:15.6875rem; }
#hBZJFfh36wgwlGKfOXr8gLegp6BseSGw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:30.0625rem;left:15.6875rem; }
#KFzTmTWq8r5qhGQwmQ6VyM4k71pzWeKS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:46.6875rem;left:15.6875rem; }
#uXVbUJDMW5ewQIFnHh9bTpMItZorTKX5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:49.25rem;left:15.6875rem; }
#JoHfIay7PEKAKqlG5zJVlXpgRZuGDQMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:52.0625rem;left:15.6875rem; }
#RLucWJWGUCpFQNkVsn6a7RUASrBFfZ7p { position:absolute;display:block;z-index:15048;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:11.6875rem;width:14.8125rem;top:7.75rem;left:0.9375rem;overflow:hidden;display:block; }
#lpvhHcmb4ek959wR5D8ee28zUa55uyyP { position:absolute;display:block;z-index:15049;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:20.0625rem;width:17.5rem;top:20.5rem;left:57.5rem;overflow:hidden;display:block; }
#LeHN4WhOLl6R4Drf9Qgy60pFulMTNzGF { position:absolute;display:block;z-index:15050;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:9.1875rem;width:15.8125rem;top:54.47216796875rem;left:1.8125rem;overflow:hidden;display:block; }
#X6UTi9rRayRzVUv7cECETWz64q7lQUhB { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5.625rem;left:14.1875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zPg9luEh3hXVDOtxfdGxLq2Q0QdH2uS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:24.875rem;left:14.5rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yLRz0egEnhp5SRzGmtAByOk2p1F4O2eh { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:43.3125rem;left:14.1875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#czOoa129wRRqKXO11NleGTiCJaqDtU3b { z-index:15006;top:59.34375rem;left:23.28173828125rem;background-color:#333333;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #b7203e;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f5f2e9;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4360625rem;height:4.0620125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Le9KEen9ebAMRgnqZsl86IFLPTGz3Ths { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grUT3ngLQNfPACEUqNGP8Hq72KQETB4s { position:relative;display:none; }#grUT3ngLQNfPACEUqNGP8Hq72KQETB4s { border-width: 0; border-radius: 0; }#grUT3ngLQNfPACEUqNGP8Hq72KQETB4s > .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; }#grUT3ngLQNfPACEUqNGP8Hq72KQETB4s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#UUrbeJgbxO31a6IUa8ePOAR1UnOPkf9S { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:22.68798828125rem;left:26.8759765625rem;display:block; }
#D30CdDO10Z3ARIODfl0wMlsP97nuCqbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XF5sFfg1bW4o8TvBnMBBe8s3HGED43Ts { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b7203e, #ff544d);background-image: -moz-linear-gradient(90deg, #b7203e, #ff544d);background-image: -ms-linear-gradient(90deg, #b7203e, #ff544d);background-image: -o-linear-gradient(90deg, #b7203e, #ff544d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7203e', endColorstr='#ff544d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7203e', endColorstr='#ff544d' );";background-image: linear-gradient(90deg, #b7203e, #ff544d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.4375rem;width:54.125rem;top:1.875rem;left:10.8125rem;display:block; }
#B1udzvdnPDeSlacGPIPJG2WdMlZVrFkR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:3.25634765625rem;left:9.90673828125rem;height:2.7749rem;font-style:normal;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;display:block; }
#I3fTZflJIgh9x4EZVLAsKqqpCFR2dCDG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.4306640625rem;left:15.75rem;height:1.79980625rem;font-style:normal;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;display:block; }
#DJDEkvDS3bpGvqDZPk1a9sXFJlLNTwBF { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.29296875rem;left:7.5rem;height:4.3496125rem;font-style:normal;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;display:block; }
#cAVMvhcZJxVB6RwqUs29fLfm8gr1WoBe { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:17.53076171875rem;left:7.5rem;height:3.75rem;font-style:normal;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;display:block; }
#KePZUq57VQ30PizxNI9G7BGycUqJQPWK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15.41796875rem;left:18.25rem;height:1.3496125rem;font-style:normal;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;display:block; }
#OQuaXbfJFndpnJyGBlnT1yEkvvty7HyQ { position:absolute;display:block;z-index:15086;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: 0.6875rem 0.6875rem 1.125rem rgba(var(--color-tertiary-2),0.2) ;height:11.25rem;width:21.4375rem;top:7.46875rem;left:44.6875rem;overflow:hidden;display:block; }
#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm { z-index:;position:relative;display:block; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm { background-color: transparent; background-image: none; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row .container > .video-iframe-container { display: none; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row > .video-iframe-container { display: none; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .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); }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm { border-width: 0; border-radius: 0; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .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; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row .container { background-color:#f3e9d5;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PgUxmAZbGGmxTFTZ1g68whNRM4mHTiqq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:15.5625rem;width:29.625rem;top:14.21875rem;left:4.3125rem;overflow:hidden;display:block; }
#Nxn7n3bfkPAfWFbW8TIuccsNQDGKaeXG { color:#383634;display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:6.3125rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#ct9T2FiQm0BAnJ6sXpQoJbTSTEzhvNsC { position:absolute;display:block;z-index:15001;background-color:#f3e9d5;background-image:none;border-top:0.1875rem solid rgba(0,0,0,0.8);border-left:0.1875rem solid rgba(0,0,0,0.8);border-right:0.1875rem solid rgba(0,0,0,0.8);border-bottom:0.1875rem solid rgba(0,0,0,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:14.5rem;width:33.5625rem;top:14.75rem;left:38.4375rem;display:block; }
#Ga1QzWDZetwJsCAf0Mc64517lZIL46h2 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:38.5rem;height:4.5498rem;text-align:center;text-align-last:center;display:block; }
#JHihkOivXSh2VClNZDU8VRxfKlPJcZlv { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.375rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#MfL4mnu4e4WvM1PnWtIOr0iL7lUi2W8I { color:#383634;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:52.78125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OeTsqFFUX1W3rpKLb3VdXawEgH80FAmp { color:#383634;display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.375rem;left:11.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#br38yLvE1EtEbTq7FL9aqbovn8eMUnlH { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22rem;left:37.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#nKHfXJLLJqFER3w92wN3TehblcecgTrT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.9375rem;left:29.0625rem;display:block; }
#Ckwo6TcJCkPIyULltJCeT2Rk64sTJfT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWuVMpJmXilE7lIe0qtoFWrvTomDV6Uz { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:11.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#BovhvdpTAtMcKQWmtfTMywC563qRz7XN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:38.5rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#TQr5ggnuHmLEsGH1Vn3T5rLK9PBUGk1y { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:37.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#t3llwKal2OHInbp3kcGpZxpWcEqK3Mxr { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24rem;left:37.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#HWDkkyChczrW042bpGcaCHJHZEvik7sm { position:relative;display:none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm { border-width: 0; border-radius: 0; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .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; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#atnCTAbcMCXyvOG7co6pT2zd7SsHB2ll { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.34375rem;left:44.375rem;height:0;font-style:normal;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;display:none; }
#W3phQNcM37XASCbltfZSE2XoG2pk6aNp { 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:7.75rem;width:13.75rem;top:16.3125rem;left:51.46875rem;overflow:hidden;display:none; }
#VslfD87AcXSRGC23LLibE9DLTTtKZvr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.28125rem;left:45.8125rem;height:0;font-style:normal;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;display:none; }
#be0ClVTtEC9TXKZTAimzVG9bMtHhCpuH { color:#383634;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.56787109375rem;left:26.3125rem;height:6.9873rem;text-align:center;text-align-last:center;display:block; }
#E5kn7Sw0BKfm1DyN7FHPc9TeTTD4MA3X { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #fefbf2, #f5bdd2);background-image: -moz-linear-gradient(183deg, #fefbf2, #f5bdd2);background-image: -ms-linear-gradient(183deg, #fefbf2, #f5bdd2);background-image: -o-linear-gradient(183deg, #fefbf2, #f5bdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );";background-image: linear-gradient(183deg, #fefbf2, #f5bdd2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:12.125rem;width:21.4375rem;top:3.0625rem;left:8.5rem;display:block; }
#QxHywfbV7lOu4bm3i0DI6D7iBDP0SOtf { 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:12.562375rem;width:17.7495625rem;top:1rem;left:10.3125rem;overflow:hidden;display:block; }
#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 { position:relative;display:none; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 { border-width: 0; border-radius: 0; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .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; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/92afa63b-f3c2-473b-8d20-f92045dcacb4/wppp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .row .container.adaptive-delivery-prevent-bg, #wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .row .container.lazyload, #wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .row .container.lazyloading { background-image: none; }#ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ > .row .container { border-width: 0; border-radius: 0; }#ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:none; }#XiZ9oOPfdhesIDOomZ5kTWvrS1AmoLBM { 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:25.4375rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#FAOwZpsBm6XTinKh4aU9JxVwnQCIoV1F { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.1875rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nr8ftkxXSS1KkWoCiRKXiQ6hB7E44QHt { 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:80.5rem;width:40.4375rem;display:none; }
#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container { background-color: transparent; background-image: none; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container > .video-iframe-container { display: none; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row > .video-iframe-container { display: none; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .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); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container { border-width: 0; border-radius: 0; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#AM37WaE6V4LW0ny8UEeUKrHn0SxID6IF { 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:25.625rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#OaWVwTUSrK4prNlFlz8cznT1q31gTUvR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.5rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMbfppfZ2CSbmxl3J24JDG1mIKFF7fTa { 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:80.5rem;width:40.4375rem;display:none; }
#JzwHe5baxPUOs3ftTaAobFPwqq561TXE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#c6CUtTwMduy7IbNTNwbxCMGxgTvwkVMS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lvhfVWmNcVaIAGnb9ZLBvvGOBw1Qg2GJ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:5.75rem;top:17.625rem;left:14.5625rem;overflow:hidden;display:none; }
#BSOQ5W7eMngfdcMshDTIsbqF2hct4d3n { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cfrdRyfkVWBwtfTMdNIJDgg1T66KcEMr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.125rem;left:10.875rem;display:none; }
#Jg0Vatdii7wUCT6OxtuSXRuw1RkzUPWs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:23.125rem;left:10.875rem;display:none; }
#MG0a50frrKOOwTVfW4GoT3ZWzxe1ycef { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:31.875rem;left:10.875rem;display:none; }
#b5K59PTd2qrRiApxOKhEqVSrUkTKNxfR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aM3QX9GsxlvEX0GKOKRhRc7gTQsiGUQE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:32.5rem;left:11.5rem;display:none; }
#Tax6JhlHTsoULgc3W3AHTrTM3B8qzLke { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:5.75rem;top:17.625rem;left:14.5625rem;overflow:hidden;display:none; }
#A4QwUJcS9nN6DkJ27rO1vJ4Fm9MaCB8v { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.4375rem;width:13.25rem;top:16.0625rem;left:13.6875rem;overflow:hidden;display:block; }
#uyS50IKbTfaIsG23syU9wgmk24yKUL4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { background-color: transparent; background-image: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .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); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { border-width: 0; border-radius: 0; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#nCty6TvadSU9XfuhpJx9pRhqS2AIm7V1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5bdd2, #fefbf2);background-image: -moz-linear-gradient(180deg, #f5bdd2, #fefbf2);background-image: -ms-linear-gradient(180deg, #f5bdd2, #fefbf2);background-image: -o-linear-gradient(180deg, #f5bdd2, #fefbf2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bdd2', endColorstr='#fefbf2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bdd2', endColorstr='#fefbf2' );";background-image: linear-gradient(180deg, #f5bdd2, #fefbf2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:27.375rem;width:21.25rem;top:2.125rem;left:50.875rem;display:block; }
#DPqUPTf2WbnF3bpbEUFMc19mNlPgO4sC { color:#383634;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0.90625rem;height:4.5rem;font-style:normal;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;display:block; }
#JhSFpMFr0TV6JQGvbQibGg3WDanpiTop { color:#ff9023;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:12.8125rem;left:3rem;height:6.5625rem;font-style:italic;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;display:block; }
#EdLG5eg9ye5rT9DouDQ5GCVWrzDgz3qQ { color:#ff1919;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:9.6875rem;left:5.71875rem;height:3.75rem;font-style:normal;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;display:block; }
#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs { color:#383634;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:20.43896484375rem;left:2.0625rem;height:6.4355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:before{  }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-form-header {  }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:18rem;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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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:18rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:16.9375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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;float:none; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-container:first-of-type{padding-top:0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-container:last-of-type{padding-bottom:0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.25rem;top:2.8125rem;z-index:15023;position:absolute; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 {display:block;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.25rem;top:2.8125rem;z-index:15023;position:absolute; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #EALOf16NUG9HbebIqe9S65N8JTvRtIsm { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #FDtT0sV7q4Fqi00UUyHTUUS2KMdAWFIL { position:relative;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #uFZnCoN3OwpWyrGyghhMVU0stpEEesTz { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #QSqgBewEE1VKXQhVCIbzJhDyRxM7qFFE { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #CtTFI60TR2F4O9xOHB0TSCWH6UIgZuvJ { position:relative;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dJqrSAPFy5yHnadfWMxUQOFoDqb8GfJs { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dMLu0leTV9cK3tB3TX61Pc7CZWFyec1f { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #VKqmkwp9xalTsrX6A7kTqLX9fW07mlIz { position:relative;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #Aodsu0qTzwxLBKqSVqF2lqBzGAWWyq4w { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vEmRq5UQGbFkGpEwG9NNZaQvxw74hVFR { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #MAVQxLDapB7FpcgAmf1CpTtdEUQkQNC7 { position:relative;z-index:2; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #ezn5ZrGb1lCp0n09dodDBc8957UQ6bPJ { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #aeRCiwZZIR0iRDTXcgTbvUpPmhLrOfdw { position:relative;display:block;z-index:15000; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #B5k4F3LvF3D3SuhtsypfseSPgK3HZaQa { position:relative;display:block;z-index:15000; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vhR7DmTVbKlAb3B5TAzP6ipxpHGbsO6n { position:relative; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #AROSmxoLc5Is2oBwJTURVZzBi4Irkx2g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S45lKKhUsFH9oKHx55yO4H8taCb5pLxv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RmH0TcREWXLfzXVOxC7pEkZJxkXTSQiQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tC58TNE9vesamPydOOVcA38ytqe8Mwgi { position:relative; }
#BOnXJ9mm256zx3LgvCst0GM1wyfwS12v { position:relative;display:block; }
#ylzATSyTRkdGmDP7aVaTi2CeecCcIOi8 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lMZ2Ihg0fOLSZsW7B1F6132oElrHlQEz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQdp3f0kwGmJX0X6gGBcRZTlaIKTwBfD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTWTqnzxFfXuTkCgIOFDTy44o1bRXL9S { position:relative; }
#cZqoh4pGv1yeW97J9w2IybDaVGe0GF7Q { position:relative;display:block; }
#MEt6TukKHbBFk6HErGe7KhNeUN4IRrGO { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I99BLGbizLILM3TuH0FVJ60xcSqyBT2A { position:relative; }
#LGDzAlIxZoobOwd9vphhkqoanrNCKZc5 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmK2iM1EWalFEUMHEdJ08TZUszkl3vv9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCfuFlCNnf1vDCJb2T9krB18q4Rr8v30 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNbAxX8TZ0eidEJE93VykFTaAdnaw8tW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AErLTcMqSXqZtBs5fg2fUditTqqkT9ip { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ahqcQZovdrTwLVZCZo4TzDqTsdX7imAM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vW8tkR2dTAtPRpl426UxtZytCOBsh2ik { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #N2JlHvJC88EvLlTPv7MCpEKfC9O4wXlo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVGU57k1XbtpmKRLxhiGMa0ex4RvyC0i { position:relative; }
#SHXGw7SR5StEytXRU3RTkrqtPAZa85zI { position:relative;display:block; }
#erG5GM6fHdygG8UqpWO0IXy5KmQwJhPb { position:relative;display:block; }
#To6ZXJZD83lpbXADxHexZDcvn7aeSfx2 { position:relative;display:block; }
#P8QLvIOGdSSIP3Ue1OLTmQbkxgy1ZixO { position:relative;display:block; }
#wZyplKb6h58LtA6Z5mHCEQwk878TUgiE { position:relative;display:block; }
#xKRleyosxEJ3UqCRQGWacCsLL0q8qtdw { position:relative;display:block; }
#tvHZcwwrqG8SUOuTXAUfOx3yprnf40NT { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XkTAdv7snX9svcFpTq9lgz5bX5639oKV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lZUAUDqkwpAT2fzBmzJOUlql0vnHZZyq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #idVll3UiHBII5PMBscTA2BJPgScREBgV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yINmHBV2uN9swNUhg3UCr2CP3g0N7Tvy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lOZfwIvvx8iR6tXMlysTOmZyrvZ5Uggf { position:relative; }
#MTRHzB9mpntMtHSBI4XQezuibDMhH44S { position:relative;display:block; }
#rIceOLqlR2JyrbiwxcPpAmDR7ZFDROhV { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.9375rem;left:4.96875rem;display:block; }
#D646Fer6WTGn4li2fTlmCRm2nnaRTJEN { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:15072;background-color:#bf242a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:27.125rem;display:block; }
#Iv1VgpJ4RfwqWN8AwbXreuGJGhqUTxfX { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:15073;background-color:#bf242a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:48.8125rem;display:block; }
#TEp8Uh9sx8K08udeyS6wL5SRoVaVmD0i { color:#3c3cff;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:11.5625rem;left:27.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZVcfziknNQWUPr0l5cdQ8WM0DWBEoowX { color:#383634;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:24.7880859375rem;left:29.84375rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohTdFBv4TRqAT1ntkra4stb1AUqe7WvN { color:#383634;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:15.6875rem;left:27.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.795625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.3125rem;left:32.75rem;z-index:15046; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #srlxQfbItDtn7TiVZNFSIeI69Rzwv041 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #BcxAwGyMM51UqmfS7y9amqNVLnIlWhWA { width:auto; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #xAcViFWfWnNQhvZVVQAQHdrT4q4crqwl {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #vOPo1ZnXTAWHvAuxy18NkUmqxU0JPXTp { display:flex;position:relative;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #VarlR1DkqSMdx0ZoRps2LoPrl2f8wf6B {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #mHszdrO9dn9JmFhxmgSzf5tfM4sD0Oxc {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #Iz5OwP1LvDRRuo8bJ9PifHnMCtTHFDp9 { display:flex;position:relative;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #nQAp5CdtA1xwyyhVg30SUKyGT33meCS4 {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #zfbInDw8Bk60GHLLd5wh7C1NJxOkoXB9 {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #IfWmRCNDmL2f93oDLgbCznNEIqJMvfc2 { display:flex;position:relative;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #gsC7q3HyFuGSZgE2H2AybQcK1Up2xcEA {  }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #eC3ZMFmxkTeCMrr60yZiWiAwFG9Ng0Ai {  }
#GvaMi7qB97VEJmbPeA4XiTThuMXnRmBf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:0.8125rem;left:35.1875rem; }
#LRcSO6Pkibrv4ZIHmJe2lPKAABzuwN7l { color:#3c3cff;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:7.3125rem;left:26.5625rem;height:3.8183625rem;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; }
#X13pCKTaEdW6Lwd2iKCrJDh0MJhB2VBU { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.0625rem;left:4.9375rem;display:none; }
#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { background-color: transparent; background-image: none; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container > .video-iframe-container { display: none; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row > .video-iframe-container { display: none; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .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); }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { border-width: 0; border-radius: 0; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#FBAFNGsqhEM3ZJABEW7OL6tRa0w1BV1N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.375rem;left:14.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLSDsAEuCbMAUMEA5B6miUw36Cpxwd9x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5rem;left:14.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPEttlmhmXEas6O3e4L2xSOrnZZiNJIM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5rem;left:31.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dh6TxqK5QNSGObU7ZcuTD3hMomDTcZ40 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5rem;left:48.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATAKAg0GKTSoCV9U90ViRuq2O76rqeBx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCL5MSyR1GQ5d4ENMDzoCfRnfqWnBeWF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.375rem;left:48.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hASZgu5nXcW6rATCqO7b24N8UmycF7qP { color:#bf242a;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.9375rem;left:16.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bF9Z13C359QT2akRWckNgTLMk5azBOPa { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:4.9375rem;left:13.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GzaVDemAqwazET6osckKAVKSo5tries1 { 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:12.5rem;width:12.5rem;top:5.5625rem;left:14.25rem;overflow:hidden;display:block; }
#m00BmI3k2PTaIucqoi6bJuOe5OyNvxJN { 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:12.5rem;width:12.5rem;top:5.5625rem;left:31.25rem;overflow:hidden;display:block; }
#SPJNIf4rGQ8SMH8sWP7W69CuL30ZHfuX { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:4.9375rem;left:30.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Wa875vgFULGvVZ00TOaV3SsGHohL1RbN { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:4.9375rem;left:47.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pLPeusuZbavrOTRzo2cz3IG5JJ23HviS { 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:12.5rem;width:12.5rem;top:5.5625rem;left:48.25rem;overflow:hidden;display:block; }
#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefbf2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { background-color: transparent; background-image: none; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container > .video-iframe-container { display: none; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row > .video-iframe-container { display: none; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .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); }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { border-width: 0; border-radius: 0; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.0625rem;width:75rem;position:relative;display:block; }#JWZmTInu9QQxHQLxSsepStdbQhhaCXPx { color:rgba(var(--color-tertiary-1),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:2.5996125rem;display:block; }
#affxxBbKd5Zd6WkzEMCkKT9ybPqTtSna { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#RTh9U8EF3OKZRMTpCHzTRocS6ZvsOG6T { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#UWA7ZaVr6z9VvmkPnmSaOJOIptcNuRuq { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;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:9.8125rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#dftAe3euN1gIv6rb8iA22yZ1oOtPc5nA { 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:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#MgKvII1D17RE0Kv9BMPPceuwrLo7p25g { 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:1.75rem;width:11.5rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W { display:block; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ga81ii2ekQWncIciPAJFwzLK5kw2hzST { top:0.625rem;left:0rem;width:13.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXOC4d6gQ8PuOWqyKqEzt7zLaKog8E6n { width:9.1875rem;height:3rem;top:0.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgCrFQT2JGUND9JpALXVTbc8VTV0VMQB { display:block; }
 }@media only screen and (max-width: 763px) { #EcwGcmgOXbptMb5tTlbClo2LUgEdcoBJ { width:8.5rem;height:3rem;top:0.75rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wLGI3SOvnrC8CqVtQLKhhCiBw7xuCW { display:block; }
 }@media only screen and (max-width: 763px) { #FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { display:block; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSJXsTHsp7mvAOg7E34sOVtQV91wsqqR { top:7.3125rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za3xMz6xu3JMESEWeXKNyuTwerzdklhx { top:20.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBpkKXn2qlFcJ0RbvU1HHENDCErct6il { top:1.6875rem;left:9.71923828125rem;width:28.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZSmmmSR0TUGTSUWPSxMLuqTFoCSHECl { display:block; }
 }@media only screen and (max-width: 763px) { #ZfhyE5JeTprlTELcnWJm7GThAxyEAfnR { top:27.5625rem;left:9.65625rem;width:28.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPKElmGiIvHqKNfpx7Q42JwfgnDGu7P { display:block; }
 }@media only screen and (max-width: 763px) { #gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z { display:block; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNXPuKeIJfNeMz7kIQt6Pw1vu7R9HH7k { top:0.625rem;left:1.0625rem;width:45.625rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frT7AakKuTcVhnEePfEs5x43k54Ie0XG { top:7.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyR0kqntpPUhMM7QxKso7dPtTiAvlnWT { top:12.4375rem;left:0rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH8aWTG7n3x646k8eEOgfPdd2UZAGW7X { top:7.9375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9uouqKbU04g4V1tMJFeOZFBIM1PGTnv { top:7.8125rem;left:14.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9DGQ4q2bWRKWbukt7OZR4ellp3cQFL { top:7.9375rem;left:14.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8UdgR0m7Dkftbvu2cHL34249GOMRfSL { top:6.0625rem;left:26.25rem;width:21.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aui63u31rOoVU3B0P7P0IP1mdFZ24lzU { top:7.75rem;left:37.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dif9e3mbvAfIFNzuPrr4rVKtoKGRdoLv { top:7.875rem;left:38rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhtTHaETyHF9yUOf7mblATq5ZIUcLUKU { top:12.5rem;left:14.25rem;width:19.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiCyO0Fo2cHC6pvPOsrwBx0ffswUc8WN { top:12.4375rem;left:30.6875rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp2weBkurAoW2hM1whrCdo1Am6q4ZAc2 { top:15.1875rem;left:14.25rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlBLJTMRvzJusK3h5QEU2CtgWXv0cNqo { top:15.125rem;left:27.8125rem;width:19.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCx9TVUtDQCDb5kW3a10FH6RLV2tXMX { top:15.125rem;left:0rem;width:18.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8XNv72WIzGByhUHzVeNeVbM7qhUn7M { top:6.0625rem;left:0rem;width:21.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmpd2LPFmM3PlgZ5Q1T3F35HhDcFwtKM { top:6.125rem;left:13.1875rem;width:21.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn { display:block; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNqLxWTfnLGOiuOluF8WaBTMKkD2PUs1 { top:1rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJaekASHfKeubHWWcFElCrtHwNAmu1U { top:10.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUgMXAxOLw23xykVDDnomDiPVNs3B5Ab { top:34.0625rem;left:3.9375rem;width:43.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy65JaLsJNRNMpiG44Nw25lU7SRyuTHN { top:35.75rem;left:8.3125rem;width:32.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXTHTa7GIecZFKHOqrLTa4PrX2JuxqgP { top:37.375rem;left:8.3125rem;width:33.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INrKrESFGoUUpZ5FMk1fhChxtrQ1am0C { top:34.25rem;left:6.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMnC8CPp7ZAR3NsKLpyBNGq22qyS24q { top:35.875rem;left:6.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqoAgVSn0e5ELo279XDUuXqIP834Tl0f { top:37.5rem;left:6.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAIZ1xKi0HemWAPJV92UTLueRcsbBBtS { top:6.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAIlT6AKpIBl0GioTJ3y62y1umkLTeuz { top:17.125rem;left:7.25rem;width:16.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWQpiqPTL0HA1ls1w67dcD4lq28UaEJZ { top:17.125rem;left:24.5rem;width:16.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWTV73STE76Hd1KI3Mdgor25G6bw5LD { top:17.125rem;left:31.0625rem;width:16.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLGFzF4tZg4HEyNpPO94961TiTTpeXCs { top:17.125rem;left:0rem;width:20.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzmzkDAXHutlS148cu62d6rpH5lbeL4q { top:19.5rem;left:0rem;width:10.9375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFTv15WwQC5V2mgZutHJ32ixKXkXBhp { top:20.4375rem;left:13.25rem;width:6.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nps0oACKiQtM1tNXbvqO2euL6xviOHTg { top:20.4375rem;left:29.375rem;width:7.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5glgHh4pOTl1vn1zMgJvyerBiVnD4sp { top:20.4375rem;left:39.875rem;width:7.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QegikTTsqcviLquyXUIDR0awHufJdy7k { top:28.875rem;left:0rem;width:14.375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6m8BpVhipqxZfmRcIXB2iV5HIgm3DOL { top:28.875rem;left:7.25rem;width:17.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPJUtvRK0TIyuN00D6TbiOHmNayL2i4 { top:28.875rem;left:23.9375rem;width:17.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7QUCcX8OylAGlnBattHLP1FWRLovTGT { top:28.875rem;left:30rem;width:17.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t999Hx8qPN29Gp8VK44QvTACcrICTtcl { top:40.125rem;left:9.65673828125rem;width:28.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9ktFQH6z1noyZUzlVI5Sr2XyS6EFU4 { display:block; }
 }@media only screen and (max-width: 763px) { #U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq { display:block; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzmBnP40tulmFT0bnfxenGJBJcuX1irG { top:0.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 { display:block; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhCSG0eZaK8XqrCz4phZ5EeuykW3hQph { top:1.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ENQ0we73lfgn5X8GCuXR1XDLxHu6ho { top:5.6875rem;left:19.875rem;width:8rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKy6oEqbC5TaEO6AmhC0wDRLRh67l5w { top:8.9375rem;left:0rem;width:21.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtJMzHifpJHU7g1wTeL6lTa1513acR0 { top:8.9375rem;left:13.125rem;width:21.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIWUWFMDbhmBZhs7srI8UPqFQV5RB3G7 { top:10.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmtF9Jt4exgM747MGGkSgVDCpqFhQll { top:10.4375rem;left:14.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uScN5eGQt67Sw8M1SxWCw91Kx4gF1OVN { top:8.9375rem;left:26.25rem;width:21.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVtscqtW193OcTSQwMhJt7rc7EvgHDTe { top:15.375rem;left:0rem;width:21rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmv0LqJgvXnuXzF1LWsJTZdGlq69cLab { top:15.375rem;left:12.125rem;width:19.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxEJCn6tsVAdMZ9HvHwseVQT7bxBo8M7 { top:15.0625rem;left:33.875rem;width:13.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmCZUgTf6txRw83tQfXzA9ZPsuZ2Nxy { top:10.4375rem;left:37.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC50v9LKAVZW8bqoiZs5gmuBRKGlMFNc { top:17.3125rem;left:0rem;width:18.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLR711PREbDTnNnydEqP2e8AH9KilSd { top:17.3125rem;left:14.25rem;width:18.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVs0ivNswhzPsXnJG7xVUlmwa9hm9sNQ { top:17.3125rem;left:28.4375rem;width:19.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTIBhyyqZa0IoZzOCBT6GipfxTCiJTt { top:10.1875rem;left:6.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9C2xoQMae0xpVMs1E8WfFfDkZSwSZfT { top:10.8125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV9PiE8mewTWPP7RlTqxmDOHQek7k8c0 { top:10.75rem;left:14.59375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETw8o3AO7Fy4pB1VT4zgB8loLmkIvCel { top:10.1875rem;left:30.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpfT7VR9JhX3dZxOXoLMWEJHlZwdeOyT { top:10.1875rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerQPJVZ2IBhn3GeArex15CdKMqSWvo8 { top:10.75rem;left:38.15625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 { display:block; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT0BUZbCt1tztPPMlytPQBpqQVkWAtde { top:15.125rem;left:3.65625rem;width:40.4375rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAnrx26Ev3S8xb8xHcTNe6KS8NEIuFAU { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUUhvIM9qXSkU1MbS9UPONtmZaUAruG { top:10.125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUwKlelN5e9mX9zJnI4s8MRbOaw6Ldzo { top:20.75rem;left:3.75rem;width:42rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqNvfkVJ7paPhaecccG1pUeKyO1BTXa { top:21.375rem;left:2.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqQ4KgyJ5vDL2qxAVq1DmAFA8yPXqJrt { top:23.4375rem;left:2.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNZqiCUgVFXvSwpT2J7KaaRqOBRTFoam { top:27.375rem;left:2.1875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TS942qMDqbpwVTfKMLpwNF7cm2ibPa { top:25.3125rem;left:2.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwU95HbB9OacT4Fdwm5PfcRJdUgPFxd3 { top:29.375rem;left:2.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGAq0RHkFi32OAmCRAXdWybhl0qwoL9 { top:1.375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKiNmZ97u8SNJnHMUyJAF31oZk2GmfpC { top:9.3125rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s73EOkptNtv9P64exfHEUVc9QGOG5ach { display:block; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1nASau9cUkSdUMzfEb8tC9T39qFU7ml { top:8.4375rem;left:33.125rem;width:8rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpEt4TsTVLCgWf97VhZ73WcoIn015ic3 { top:3.0625rem;left:14.5rem;width:33.25rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c92ZvOokLIT7zbomAlmaTTvsR0O5FE7m { top:1.125rem;left:0rem;width:10.3125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8z7J0vuxLkZdudngzAT25cXAt1esTx3 { top:10.875rem;left:7.3125rem;width:40.4375rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFLJo2Dcl9kMUUFzobK8TBoussHKnqN { top:16.375rem;left:11.625rem;width:36.125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzoqySz2ZDcXkIEynlXFCDHy6bZZqtX3 { top:22.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZsRIuxSoxnZDRkVqVEvd2vwKeESaBz { top:1.125rem;left:0rem;width:28.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgGLaWb4IToORAO8qOK0sOBanzDbFK79 { top:37.75rem;left:0rem;width:20rem;height:4.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIRJu3LC45mrUMs9BmA89T2TaVck8bSA { top:44.0625rem;left:0rem;width:20rem;height:8.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC { display:block; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blr5MxE7fIGsD6Tp9MJg8tVHX57DmFH4 { top:4.0625rem;left:0rem;width:47.75rem;height:19.970911949686rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfXDRfw2Bzpm9I3eViCQJX7PUumstMWD { top:0rem;left:0rem;width:27.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm { display:block; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4A3WyFkba4rTGcsB0kpD9nXTLD477hR { top:1.5rem;left:0rem;width:17.25rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #bewmlNFzZfsolzgQ2XD6ggzrsHvM12vv { top:1.5rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLVqkMLpTSxiR3HJxCqRTQR5DJcTUq5P { top:13.8125rem;left:10.5625rem;width:37.1875rem;height:5.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knc6wV6nIa5otMDef5x0s8Th6aHslSsd { top:23.25rem;left:6.25rem;width:41.5rem;height:9.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhSXl88DrTDq151Aix7m2tHTKxoLyRUb { top:23.4375rem;left:13.875rem;width:33.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxcg0XblksGhlkufiSBqKlTZ2W7N63O0 { top:42.0625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH { display:block; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey1ITQFk3f3iII9SJdydz9tF9V4oMgF3 { top:3.9375rem;left:30.4375rem;width:17.3125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpcJWpAXehH455SJSnWmz6TlTWm163J8 { top:3.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmAeKZDv9kZtxN6uuQyRgJd96kWOoH2O { top:26.875rem;left:0rem;width:46.5625rem;height:8.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kftyto5Ri0w76coApLwK4A7yeNALnZPD { top:9.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOrvhJHepSi8iZobzokQlFtmXKFUy1NU { top:18rem;left:1.34375rem;width:20.25rem;height:5.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC { display:block; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVXEEHOMLiAg5ubSydR4IM3Z6vgQ09xT { top:1.375rem;left:0.5rem;width:46.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JScX8CcDHT9Z4pZ71MEP4w3pUhKI3Q5M { top:10.5625rem;left:0rem;width:47.75rem;height:23.744820065431rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPzbLEZWskfx87drCSZp0CMotFSRcin { top:0rem;left:39.9375rem;width:7.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJr9W3ovm0lVlqv3JxyasRvgfb0O3Oym { top:5.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w { display:block; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssr6DtdCFhSNzAzQaGkNUG1QAQHGlDmg { top:1.25rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 { display:block; }#Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7O2xp6IUqhvoD4qM1pcUzBlU8SpeIv1 { top:1.625rem;left:1.03125rem;width:45.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { display:block; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOf6PrPMDwSIrqaIVxiK1BmxBwCFzFOD { top:2.0625rem;left:30.875rem;width:16.875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ngQWrxtNRJcsmh5LlnINXFoX2nmr8M { width:31.25rem;height:3rem;top:9.25rem;left:8.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLToIysaF3WOmroZCUR6QZxxhGkCkcq { width:47.75rem;height:6.0625rem;top:14.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt3agQpcBoS3CKpy8QDrBLnaTqsw11QP { top:2.0625rem;left:0.1875rem;width:46.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWlTzrWxbDG2O05UnlMFFpf385iGloiI { top:5.9375rem;left:0.5rem;width:46.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdfVKKtLmFbPz2sTxgPMJLHLUsr7EVh { top:9.875rem;left:29.75rem;width:18rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJQB5pWXz0DwB67HbgsuvlybcfFZiWyG { width:47.75rem;height:3.875rem;top:23.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQiCGNPMzlNX5MPUZxHXLAxOhN08vgOk { top:2rem;left:0rem;width:19.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn { display:block; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bz4bNh4mDPgCPeI2TMb4VoXl2VOTFhoU { top:1.3125rem;left:4.25rem;width:39.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddb9FegX39VUVPInJkZtPdFIwKrInF3n { top:5.3125rem;left:0rem;width:47.75rem;height:16.44883485309rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { display:block; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewM2b84aQDTcZ2g4TnClGbuXZUGyunMc { top:1.25rem;left:1.6875rem;width:12.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTBBqsFPZacDKp3pqBhNwRH9oAXSpLQ { top:9.6875rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEgr6gD1RpivxFx8R3PDbNrTcG4174g { top:1.25rem;left:9.5rem;width:22.25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMi8qAishowVlGSskP2V6VEmoDNJX4RH { top:9.6875rem;left:6.5625rem;width:25.1875rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1oykWf1acQ1k4caRzlnbLeiD7cgpfw { display:none; }
 }@media only screen and (max-width: 763px) { #r1GRSp3IuDPgz85IWemn0OPVuq9gKqDk { top:1.25rem;left:31.96875rem;width:15.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXraw6TXo55yotEvKz0TJPbILNRdVHIL { top:8.5rem;left:31.5625rem;width:16.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZB3E9GpJcIm2mc4lKPd95Jkzrle3SL { top:10.5rem;left:31.3125rem;width:16.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89983FB75ThOg5KddoWA0tCk4wd963T { top:12.125rem;left:0rem;width:16.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvkX59Ni0ffXvBtKm5Z4Z94B9lMfrNN { top:13.1875rem;left:31.375rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBTm48RTts68otDRrRq2um02y0W4xPE { top:3.3125rem;left:4.90625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKmUr1rWEoLCom1Qr5fPMbW7oPXmoMrm { top:3.3125rem;left:20.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMh2T3J50Z7QOoeHKP35BdXcxWEbFyIV { top:3.625rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx85pNehwep1UTbFxmkmPJe13S5GhAg3 { display:none; }
 }@media only screen and (max-width: 763px) { #in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { display:block; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jdfg7VgEiFdmOZcyogEikgU1uIAhJIs6 { top:5.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPR5d6UP19nmzRQKcDWz7d04pgrRRZoT { top:1.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Pc3bf0us8ZvWcbOE6K2GOQzelQ6Z7p { top:5.4375rem;left:0rem;width:47.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQgrHFghbLhyvVRBhGSW8mHstUvN5TB { top:8.4375rem;left:15.6875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th85QGGsUbXbTxTNOZnP16tEDGqp2inz { display:block; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywfARlxCXuVxBBJllQmEXKtENd4gmZCx { top:0.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv { display:block; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5htTudFgpJQZL0OiyFJzWqf4HcszUWg { top:1.125rem;left:0rem;width:47.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGhOkooESes4Jph2Kcr1cHbwUkksKkoJ { top:3.1875rem;left:0.5625rem;width:38.125rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASd49Aysvrt6tAuvqMeC4yD4TzbwOQdO { top:5.625rem;left:0.5625rem;width:39.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw11L0rCwdhlFbkaAUrQoq25Gr6HOcGK { top:7.75rem;left:3.9375rem;width:39.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN2FsicJzmFVzyrfEKTygucca8zE6fPm { top:2.9375rem;left:44.5rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFsIvkdcoZA4WSxoeb3Gr6fI1JkoEBKd { top:20.1875rem;left:0rem;width:47.375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBWeKiobmX5wnBRTAe4AVtUg7gqmr28P { top:24.875rem;left:0.875rem;width:41.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cICV033npDMxCRqbp2SqkMHHbVTITrfJ { top:27.1875rem;left:3.9375rem;width:37.6875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr1V6omG6slLeN3UT5Omskp2FBd0GRAl { top:22.375rem;left:0.875rem;width:34.625rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6wucZ0By0iP2gz7EcDgb8Dv5OlcUdEo { top:22.0625rem;left:44.0625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQoZFeN8lP1i4Dtx27sbXzvzL7sT6ThT { top:39rem;left:0rem;width:47.375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9cleikp1GgRlNLlnp7EdFe4pAba1av1 { top:43.3125rem;left:0.5625rem;width:35.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7XIFxZ6QdDJHc73VbQs4UDPAK2r6XWP { top:46.375rem;left:3.9375rem;width:41.8125rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DveyfzN9cwSU1sdOD4pEEAUxc1wTrW65 { top:41.375rem;left:0.5625rem;width:39.125rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnMXm3gTTVrfuzA48QAuTvApNUEwlPsE { top:40.5rem;left:44.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpqg6oiB2rgiySMsMKi4TJttfFuC3HdW { top:8.0625rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HasNKdA6qvee6bX4TtK1FEpySbmHaXSq { top:10.75rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqLRsSpnf5g6yD9trv1Uvhd9lW1BTMkf { top:13.4375rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpCF6U3XSIvaMeAbNQbXk1XviDp3he48 { top:27.5rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4dHmra5x5x4Dz9kKDMp0qGV7JoRuDV6 { top:28.75rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBZJFfh36wgwlGKfOXr8gLegp6BseSGw { top:30.0625rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFzTmTWq8r5qhGQwmQ6VyM4k71pzWeKS { top:46.6875rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVbUJDMW5ewQIFnHh9bTpMItZorTKX5 { top:49.25rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoHfIay7PEKAKqlG5zJVlXpgRZuGDQMS { top:52.0625rem;left:2.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLucWJWGUCpFQNkVsn6a7RUASrBFfZ7p { top:7.75rem;left:0rem;width:14.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvhHcmb4ek959wR5D8ee28zUa55uyyP { top:20.5rem;left:30.25rem;width:17.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHN4WhOLl6R4Drf9Qgy60pFulMTNzGF { top:54.4375rem;left:0rem;width:15.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6UTi9rRayRzVUv7cECETWz64q7lQUhB { top:15.25rem;left:0rem;width:18.4375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPg9luEh3hXVDOtxfdGxLq2Q0QdH2uS8 { top:24.875rem;left:0.875rem;width:41.125rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLRz0egEnhp5SRzGmtAByOk2p1F4O2eh { top:65.5625rem;left:0rem;width:16.6875rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #czOoa129wRRqKXO11NleGTiCJaqDtU3b { top:59.3125rem;left:9.65673828125rem;width:28.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le9KEen9ebAMRgnqZsl86IFLPTGz3Ths { display:block; }
 }@media only screen and (max-width: 763px) { #grUT3ngLQNfPACEUqNGP8Hq72KQETB4s { display:block; }#grUT3ngLQNfPACEUqNGP8Hq72KQETB4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUrbeJgbxO31a6IUa8ePOAR1UnOPkf9S { width:22.8125rem;height:3rem;top:22.6875rem;left:13.2509765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D30CdDO10Z3ARIODfl0wMlsP97nuCqbD { display:block; }
 }@media only screen and (max-width: 763px) { #XF5sFfg1bW4o8TvBnMBBe8s3HGED43Ts { top:1.875rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1udzvdnPDeSlacGPIPJG2WdMlZVrFkR { width:37.3125rem;height:2.75rem;top:3.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3fTZflJIgh9x4EZVLAsKqqpCFR2dCDG { width:27.375rem;height:1.75rem;top:7.375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJDEkvDS3bpGvqDZPk1a9sXFJlLNTwBF { width:43.375rem;height:4.3125rem;top:10.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAVMvhcZJxVB6RwqUs29fLfm8gr1WoBe { width:42.1875rem;height:3.75rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePZUq57VQ30PizxNI9G7BGycUqJQPWK { width:20.875rem;height:1.3125rem;top:15.375rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuaXbfJFndpnJyGBlnT1yEkvvty7HyQ { top:7.4375rem;left:26.3125rem;width:21.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmFfML24BifnPOQB6WCX7WbfzIdwHTm { display:block; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgUxmAZbGGmxTFTZ1g68whNRM4mHTiqq { top:14.1875rem;left:0rem;width:29.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxn7n3bfkPAfWFbW8TIuccsNQDGKaeXG { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct9T2FiQm0BAnJ6sXpQoJbTSTEzhvNsC { top:14.75rem;left:14.1875rem;width:33.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga1QzWDZetwJsCAf0Mc64517lZIL46h2 { top:16.25rem;left:14.25rem;width:33.5rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHihkOivXSh2VClNZDU8VRxfKlPJcZlv { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfL4mnu4e4WvM1PnWtIOr0iL7lUi2W8I { top:9.25rem;left:36.5rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTsqFFUX1W3rpKLb3VdXawEgH80FAmp { top:37.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br38yLvE1EtEbTq7FL9aqbovn8eMUnlH { top:22rem;left:12.6875rem;width:35.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHfXJLLJqFER3w92wN3TehblcecgTrT { width:16.875rem;height:4.375rem;top:31.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckwo6TcJCkPIyULltJCeT2Rk64sTJfT0 { display:block; }
 }@media only screen and (max-width: 763px) { #EWuVMpJmXilE7lIe0qtoFWrvTomDV6Uz { top:41.6875rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BovhvdpTAtMcKQWmtfTMywC563qRz7XN { top:16.25rem;left:14.25rem;width:33.5rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQr5ggnuHmLEsGH1Vn3T5rLK9PBUGk1y { top:26.4375rem;left:12.6875rem;width:35.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3llwKal2OHInbp3kcGpZxpWcEqK3Mxr { top:24rem;left:12.6875rem;width:35.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWDkkyChczrW042bpGcaCHJHZEvik7sm { display:block; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atnCTAbcMCXyvOG7co6pT2zd7SsHB2ll { top:6.3125rem;left:19.8125rem;width:27.9375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3phQNcM37XASCbltfZSE2XoG2pk6aNp { top:16.3125rem;left:34rem;width:13.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VslfD87AcXSRGC23LLibE9DLTTtKZvr0 { top:25.25rem;left:19.8125rem;width:27.9375rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be0ClVTtEC9TXKZTAimzVG9bMtHhCpuH { top:4.5625rem;left:0.625rem;width:47.125rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5kn7Sw0BKfm1DyN7FHPc9TeTTD4MA3X { top:3.0625rem;left:0rem;width:21.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHywfbV7lOu4bm3i0DI6D7iBDP0SOtf { top:1rem;left:0rem;width:17.6875rem;height:12.518120228739rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 { display:block; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ { display:block; }#ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiZ9oOPfdhesIDOomZ5kTWvrS1AmoLBM { top:0rem;left:0rem;width:47.75rem;height:20.244010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAOwZpsBm6XTinKh4aU9JxVwnQCIoV1F { top:24.1875rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr8ftkxXSS1KkWoCiRKXiQ6hB7E44QHt { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 { display:block; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AM37WaE6V4LW0ny8UEeUKrHn0SxID6IF { top:0rem;left:0rem;width:47.75rem;height:20.393229166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaWVwTUSrK4prNlFlz8cznT1q31gTUvR { top:24.5rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbfppfZ2CSbmxl3J24JDG1mIKFF7fTa { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzwHe5baxPUOs3ftTaAobFPwqq561TXE { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #c6CUtTwMduy7IbNTNwbxCMGxgTvwkVMS { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lvhfVWmNcVaIAGnb9ZLBvvGOBw1Qg2GJ { top:17.625rem;left:0.9375rem;width:11.625rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSOQ5W7eMngfdcMshDTIsbqF2hct4d3n { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cfrdRyfkVWBwtfTMdNIJDgg1T66KcEMr { top:17.125rem;left:0rem;width:12.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jg0Vatdii7wUCT6OxtuSXRuw1RkzUPWs { top:23.125rem;left:0rem;width:6.1875rem;height:5.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG0a50frrKOOwTVfW4GoT3ZWzxe1ycef { top:31.875rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5K59PTd2qrRiApxOKhEqVSrUkTKNxfR { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aM3QX9GsxlvEX0GKOKRhRc7gTQsiGUQE { top:32.5rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tax6JhlHTsoULgc3W3AHTrTM3B8qzLke { top:17.625rem;left:0.9375rem;width:11.625rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4QwUJcS9nN6DkJ27rO1vJ4Fm9MaCB8v { top:16.0625rem;left:0.0625rem;width:13.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyS50IKbTfaIsG23syU9wgmk24yKUL4G { display:block; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCty6TvadSU9XfuhpJx9pRhqS2AIm7V1 { top:2.125rem;left:26.5rem;width:21.25rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPqUPTf2WbnF3bpbEUFMc19mNlPgO4sC { top:2.8125rem;left:0rem;width:26.875rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhSFpMFr0TV6JQGvbQibGg3WDanpiTop { top:12.8125rem;left:0rem;width:22.6875rem;height:6.5625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLG5eg9ye5rT9DouDQ5GCVWrzDgz3qQ { top:9.6875rem;left:0rem;width:17.25rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs { top:20.4375rem;left:0rem;width:18.875rem;height:6.375rem;font-size:1rem;display:block; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:before{  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-regular-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-textarea { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-button { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-checkbox-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0  { width:18rem;height:auto;top:2.8125rem;left:27.25rem; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .radio-container { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 {display:block;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 { width:18rem;height:auto;top:2.8125rem;left:27.25rem; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #EALOf16NUG9HbebIqe9S65N8JTvRtIsm {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #FDtT0sV7q4Fqi00UUyHTUUS2KMdAWFIL { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #uFZnCoN3OwpWyrGyghhMVU0stpEEesTz {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #QSqgBewEE1VKXQhVCIbzJhDyRxM7qFFE {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #CtTFI60TR2F4O9xOHB0TSCWH6UIgZuvJ { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dJqrSAPFy5yHnadfWMxUQOFoDqb8GfJs {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dMLu0leTV9cK3tB3TX61Pc7CZWFyec1f {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #VKqmkwp9xalTsrX6A7kTqLX9fW07mlIz { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #Aodsu0qTzwxLBKqSVqF2lqBzGAWWyq4w {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vEmRq5UQGbFkGpEwG9NNZaQvxw74hVFR {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #MAVQxLDapB7FpcgAmf1CpTtdEUQkQNC7 {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #ezn5ZrGb1lCp0n09dodDBc8957UQ6bPJ {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #aeRCiwZZIR0iRDTXcgTbvUpPmhLrOfdw {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #B5k4F3LvF3D3SuhtsypfseSPgK3HZaQa {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vhR7DmTVbKlAb3B5TAzP6ipxpHGbsO6n {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #AROSmxoLc5Is2oBwJTURVZzBi4Irkx2g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S45lKKhUsFH9oKHx55yO4H8taCb5pLxv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RmH0TcREWXLfzXVOxC7pEkZJxkXTSQiQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tC58TNE9vesamPydOOVcA38ytqe8Mwgi {  }
 }@media only screen and (max-width: 763px) { #BOnXJ9mm256zx3LgvCst0GM1wyfwS12v { display:block; }
 }@media only screen and (max-width: 763px) { #ylzATSyTRkdGmDP7aVaTi2CeecCcIOi8 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lMZ2Ihg0fOLSZsW7B1F6132oElrHlQEz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQdp3f0kwGmJX0X6gGBcRZTlaIKTwBfD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTWTqnzxFfXuTkCgIOFDTy44o1bRXL9S {  }
 }@media only screen and (max-width: 763px) { #cZqoh4pGv1yeW97J9w2IybDaVGe0GF7Q { display:block; }
 }@media only screen and (max-width: 763px) { #MEt6TukKHbBFk6HErGe7KhNeUN4IRrGO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I99BLGbizLILM3TuH0FVJ60xcSqyBT2A {  }
 }@media only screen and (max-width: 763px) { #LGDzAlIxZoobOwd9vphhkqoanrNCKZc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmK2iM1EWalFEUMHEdJ08TZUszkl3vv9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCfuFlCNnf1vDCJb2T9krB18q4Rr8v30 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNbAxX8TZ0eidEJE93VykFTaAdnaw8tW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AErLTcMqSXqZtBs5fg2fUditTqqkT9ip {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ahqcQZovdrTwLVZCZo4TzDqTsdX7imAM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vW8tkR2dTAtPRpl426UxtZytCOBsh2ik {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #N2JlHvJC88EvLlTPv7MCpEKfC9O4wXlo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVGU57k1XbtpmKRLxhiGMa0ex4RvyC0i {  }
 }@media only screen and (max-width: 763px) { #SHXGw7SR5StEytXRU3RTkrqtPAZa85zI { display:block; }
 }@media only screen and (max-width: 763px) { #erG5GM6fHdygG8UqpWO0IXy5KmQwJhPb { display:block; }
 }@media only screen and (max-width: 763px) { #To6ZXJZD83lpbXADxHexZDcvn7aeSfx2 { display:block; }
 }@media only screen and (max-width: 763px) { #P8QLvIOGdSSIP3Ue1OLTmQbkxgy1ZixO { display:block; }
 }@media only screen and (max-width: 763px) { #wZyplKb6h58LtA6Z5mHCEQwk878TUgiE { display:block; }
 }@media only screen and (max-width: 763px) { #xKRleyosxEJ3UqCRQGWacCsLL0q8qtdw { display:block; }
 }@media only screen and (max-width: 763px) { #tvHZcwwrqG8SUOuTXAUfOx3yprnf40NT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XkTAdv7snX9svcFpTq9lgz5bX5639oKV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lZUAUDqkwpAT2fzBmzJOUlql0vnHZZyq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #idVll3UiHBII5PMBscTA2BJPgScREBgV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yINmHBV2uN9swNUhg3UCr2CP3g0N7Tvy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lOZfwIvvx8iR6tXMlysTOmZyrvZ5Uggf {  }
 }@media only screen and (max-width: 763px) { #MTRHzB9mpntMtHSBI4XQezuibDMhH44S { display:block; }
 }@media only screen and (max-width: 763px) { #rIceOLqlR2JyrbiwxcPpAmDR7ZFDROhV { top:7.9375rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D646Fer6WTGn4li2fTlmCRm2nnaRTJEN { top:8.0625rem;left:13.5rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv1VgpJ4RfwqWN8AwbXreuGJGhqUTxfX { top:8.0625rem;left:35.1875rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEp8Uh9sx8K08udeyS6wL5SRoVaVmD0i { width:23.1875rem;height:;top:11.5625rem;left:13.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcfziknNQWUPr0l5cdQ8WM0DWBEoowX { width:17.125rem;height:1.375rem;top:24.75rem;left:16.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohTdFBv4TRqAT1ntkra4stb1AUqe7WvN { width:22.3125rem;height:2.25rem;top:15.6875rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #srlxQfbItDtn7TiVZNFSIeI69Rzwv041 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #BcxAwGyMM51UqmfS7y9amqNVLnIlWhWA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #xAcViFWfWnNQhvZVVQAQHdrT4q4crqwl {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #vOPo1ZnXTAWHvAuxy18NkUmqxU0JPXTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #VarlR1DkqSMdx0ZoRps2LoPrl2f8wf6B {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #mHszdrO9dn9JmFhxmgSzf5tfM4sD0Oxc {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #Iz5OwP1LvDRRuo8bJ9PifHnMCtTHFDp9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #nQAp5CdtA1xwyyhVg30SUKyGT33meCS4 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #zfbInDw8Bk60GHLLd5wh7C1NJxOkoXB9 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #IfWmRCNDmL2f93oDLgbCznNEIqJMvfc2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #gsC7q3HyFuGSZgE2H2AybQcK1Up2xcEA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #eC3ZMFmxkTeCMrr60yZiWiAwFG9Ng0Ai {  }
 }@media only screen and (max-width: 763px) { #GvaMi7qB97VEJmbPeA4XiTThuMXnRmBf { top:0.8125rem;left:21.5625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRcSO6Pkibrv4ZIHmJe2lPKAABzuwN7l { width:23.1875rem;height:3.8125rem;top:7.3125rem;left:12.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13pCKTaEdW6Lwd2iKCrJDh0MJhB2VBU { top:7.0625rem;left:0rem;width:18.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 { display:block; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAFNGsqhEM3ZJABEW7OL6tRa0w1BV1N { top:20.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLSDsAEuCbMAUMEA5B6miUw36Cpxwd9x { top:18.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPEttlmhmXEas6O3e4L2xSOrnZZiNJIM { top:18.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6TxqK5QNSGObU7ZcuTD3hMomDTcZ40 { top:18.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAKAg0GKTSoCV9U90ViRuq2O76rqeBx { top:20.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCL5MSyR1GQ5d4ENMDzoCfRnfqWnBeWF { top:20.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASZgu5nXcW6rATCqO7b24N8UmycF7qP { top:0.9375rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF9Z13C359QT2akRWckNgTLMk5azBOPa { top:4.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzaVDemAqwazET6osckKAVKSo5tries1 { top:5.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00BmI3k2PTaIucqoi6bJuOe5OyNvxJN { top:5.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJNIf4rGQ8SMH8sWP7W69CuL30ZHfuX { top:4.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa875vgFULGvVZ00TOaV3SsGHohL1RbN { top:4.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPeusuZbavrOTRzo2cz3IG5JJ23HviS { top:5.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x { display:block; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWZmTInu9QQxHQLxSsepStdbQhhaCXPx { top:6.875rem;left:0rem;width:29rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #affxxBbKd5Zd6WkzEMCkKT9ybPqTtSna { top:11.3125rem;left:0rem;width:37.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTh9U8EF3OKZRMTpCHzTRocS6ZvsOG6T { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWA7ZaVr6z9VvmkPnmSaOJOIptcNuRuq { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dftAe3euN1gIv6rb8iA22yZ1oOtPc5nA { top:3.875rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKvII1D17RE0Kv9BMPPceuwrLo7p25g { top:4.125rem;left:0rem;width:11.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f3e9d5;background-image:none;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); } }@media only screen and (max-width: 763px) { #J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W { display:block; }#J1uHytIIhaAQdLNv2tcbZLOrNpRpBn9W > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ga81ii2ekQWncIciPAJFwzLK5kw2hzST { width:11.1875rem;height:2.5rem;top:0.875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXOC4d6gQ8PuOWqyKqEzt7zLaKog8E6n { width:13.8125rem;height:3rem;top:7.1875rem;left:3.09375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgCrFQT2JGUND9JpALXVTbc8VTV0VMQB { display:block; }
 }@media only screen and (max-width: 763px) { #EcwGcmgOXbptMb5tTlbClo2LUgEdcoBJ { width:8.5625rem;height:2.75rem;top:4.125rem;left:5.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wLGI3SOvnrC8CqVtQLKhhCiBw7xuCW { display:block; }
 }@media only screen and (max-width: 763px) { #FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { display:block; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { background-color: transparent; background-image: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row > .video-iframe-container { display: none; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .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); }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K { border-width: 0; border-radius: 0; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .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; }#FKWQ4roTOhXUNDOJ10XOlN3PqvrUG86K > .row .container { width:20rem;height:23.375rem;background-color:#fefbf2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSJXsTHsp7mvAOg7E34sOVtQV91wsqqR { width:20rem;height:7.067875rem;top:3.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za3xMz6xu3JMESEWeXKNyuTwerzdklhx { width:20rem;height:4.673825rem;top:12.1875rem;left:0rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UBpkKXn2qlFcJ0RbvU1HHENDCErct6il { top:1.2109375rem;left:0.5625rem;width:18.875rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZSmmmSR0TUGTSUWPSxMLuqTFoCSHECl { display:block; }
 }@media only screen and (max-width: 763px) { #ZfhyE5JeTprlTELcnWJm7GThAxyEAfnR { top:18.3984375rem;left:1.25rem;width:17.5rem;height:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPKElmGiIvHqKNfpx7Q42JwfgnDGu7P { display:block; }
 }@media only screen and (max-width: 763px) { #gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z { display:block; }#gkU3CwTpcOvdKTTiyVqGlridC8ZCG41Z > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNXPuKeIJfNeMz7kIQt6Pw1vu7R9HH7k { width:20rem;height:2.5996125rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #frT7AakKuTcVhnEePfEs5x43k54Ie0XG { width:3.75rem;height:3.75rem;top:7rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyR0kqntpPUhMM7QxKso7dPtTiAvlnWT { width:13.875rem;height:1.4624rem;top:10.9375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH8aWTG7n3x646k8eEOgfPdd2UZAGW7X { display:flex;width:3.5rem;height:3.5rem;top:7.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #F9uouqKbU04g4V1tMJFeOZFBIM1PGTnv { width:3.75rem;height:3.75rem;top:23.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9DGQ4q2bWRKWbukt7OZR4ellp3cQFL { display:flex;width:3.5rem;height:3.5rem;top:23.4375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #R8UdgR0m7Dkftbvu2cHL34249GOMRfSL { width:17.1875rem;height:14.375rem;top:38.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aui63u31rOoVU3B0P7P0IP1mdFZ24lzU { width:3.75rem;height:3.75rem;top:39.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dif9e3mbvAfIFNzuPrr4rVKtoKGRdoLv { display:flex;width:3.5rem;height:3.5rem;top:39.875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #FhtTHaETyHF9yUOf7mblATq5ZIUcLUKU { width:15rem;height:1.4624rem;top:27.2685546875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiCyO0Fo2cHC6pvPOsrwBx0ffswUc8WN { width:12.875rem;height:1.4624rem;top:44.15625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp2weBkurAoW2hM1whrCdo1Am6q4ZAc2 { width:13.875rem;height:3.65625rem;top:29.25rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlBLJTMRvzJusK3h5QEU2CtgWXv0cNqo { width:13.875rem;height:3.65625rem;top:46.53125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCx9TVUtDQCDb5kW3a10FH6RLV2tXMX { width:16rem;height:3.65625rem;top:12.6875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8XNv72WIzGByhUHzVeNeVbM7qhUn7M { width:17.1875rem;height:14.375rem;top:5.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmpd2LPFmM3PlgZ5Q1T3F35HhDcFwtKM { width:17.1875rem;height:14.375rem;top:21.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn { display:block; }#G4Ckx10g4QrdtlEum7AfsXqWMLKm0ZTn > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNqLxWTfnLGOiuOluF8WaBTMKkD2PUs1 { width:20rem;height:2.0996125rem;top:0.7763671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJaekASHfKeubHWWcFElCrtHwNAmu1U { width:20rem;height:auto;top:10.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GUgMXAxOLw23xykVDDnomDiPVNs3B5Ab { width:14.9375rem;height:2.25rem;top:70.0625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy65JaLsJNRNMpiG44Nw25lU7SRyuTHN { width:17.3125rem;height:2.25rem;top:73rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXTHTa7GIecZFKHOqrLTa4PrX2JuxqgP { width:16rem;height:2.25rem;top:76.3125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INrKrESFGoUUpZ5FMk1fhChxtrQ1am0C { display:flex;width:0.9375rem;height:0.9375rem;top:70.3125rem;left:0.625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #JPMnC8CPp7ZAR3NsKLpyBNGq22qyS24q { display:flex;width:0.9375rem;height:0.9375rem;top:73.25rem;left:0.625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #EqoAgVSn0e5ELo279XDUuXqIP834Tl0f { display:flex;width:0.9375rem;height:0.9375rem;top:76.375rem;left:0.625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #cAIZ1xKi0HemWAPJV92UTLueRcsbBBtS { width:20rem;height:3.44921875rem;top:3.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAIlT6AKpIBl0GioTJ3y62y1umkLTeuz { width:16.6875rem;height:3.2998rem;top:24.4375rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWQpiqPTL0HA1ls1w67dcD4lq28UaEJZ { width:16.6875rem;height:3.2998rem;top:38.5625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWTV73STE76Hd1KI3Mdgor25G6bw5LD { width:16.6875rem;height:3.2998rem;top:53.5625rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLGFzF4tZg4HEyNpPO94961TiTTpeXCs { width:20rem;height:3.2998rem;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzmzkDAXHutlS148cu62d6rpH5lbeL4q { width:10.9375rem;height:8.625rem;top:11.4375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFTv15WwQC5V2mgZutHJ32ixKXkXBhp { width:6.5rem;height:6.8125rem;top:27.73681640625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nps0oACKiQtM1tNXbvqO2euL6xviOHTg { width:7.375rem;height:7.25rem;top:42.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5glgHh4pOTl1vn1zMgJvyerBiVnD4sp { width:7.875rem;height:7rem;top:57.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QegikTTsqcviLquyXUIDR0awHufJdy7k { width:12.5rem;height:2.25rem;top:20.75rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6m8BpVhipqxZfmRcIXB2iV5HIgm3DOL { width:17.75rem;height:2.25rem;top:35.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPJUtvRK0TIyuN00D6TbiOHmNayL2i4 { width:17.75rem;height:2.25rem;top:50.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7QUCcX8OylAGlnBattHLP1FWRLovTGT { width:15.5625rem;height:2.25rem;top:65.6875rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t999Hx8qPN29Gp8VK44QvTACcrICTtcl { top:79.8125rem;left:0.5625rem;width:18.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9ktFQH6z1noyZUzlVI5Sr2XyS6EFU4 { display:block; }
 }@media only screen and (max-width: 763px) { #U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq { display:block; }#U1WbBeqyyLhcPRfSoI9PrE3MM9y9Q1wq > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzmBnP40tulmFT0bnfxenGJBJcuX1irG { width:20rem;height:4.0625rem;top:1.724609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 { display:block; }#rbPWcKl5BqzalWMnpzLLhcTG28gAlq35 > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhCSG0eZaK8XqrCz4phZ5EeuykW3hQph { width:17.25rem;height:3.8994125rem;top:1.1875rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ENQ0we73lfgn5X8GCuXR1XDLxHu6ho { width:8rem;height:0.1875rem;top:5.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKy6oEqbC5TaEO6AmhC0wDRLRh67l5w { width:17.1875rem;height:14.375rem;top:7.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtJMzHifpJHU7g1wTeL6lTa1513acR0 { width:17.1875rem;height:14.375rem;top:23.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIWUWFMDbhmBZhs7srI8UPqFQV5RB3G7 { width:3.0625rem;height:3.0625rem;top:9.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmtF9Jt4exgM747MGGkSgVDCpqFhQll { width:3.0625rem;height:3.0625rem;top:24.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uScN5eGQt67Sw8M1SxWCw91Kx4gF1OVN { width:17.1875rem;height:14.375rem;top:39.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVtscqtW193OcTSQwMhJt7rc7EvgHDTe { width:16.6875rem;height:1.3808625rem;top:13.4130859375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmv0LqJgvXnuXzF1LWsJTZdGlq69cLab { width:15.6875rem;height:1.4624rem;top:28.5625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxEJCn6tsVAdMZ9HvHwseVQT7bxBo8M7 { width:13.875rem;height:1.4624rem;top:44.4375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmCZUgTf6txRw83tQfXzA9ZPsuZ2Nxy { width:3.0625rem;height:3.0625rem;top:40.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC50v9LKAVZW8bqoiZs5gmuBRKGlMFNc { width:14.9375rem;height:4.142575rem;top:15.5rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLR711PREbDTnNnydEqP2e8AH9KilSd { width:15.0625rem;height:4.142575rem;top:30.5625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVs0ivNswhzPsXnJG7xVUlmwa9hm9sNQ { width:15.5rem;height:5.5234375rem;top:46.4375rem;left:2.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTIBhyyqZa0IoZzOCBT6GipfxTCiJTt { display:flex;width:3.5rem;height:3.5rem;top:9.09375rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #W9C2xoQMae0xpVMs1E8WfFfDkZSwSZfT { display:flex;width:1.6875rem;height:1.6875rem;top:10rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #tV9PiE8mewTWPP7RlTqxmDOHQek7k8c0 { display:flex;width:2.125rem;height:2.125rem;top:25.40625rem;left:2.90625rem; }
 }@media only screen and (max-width: 763px) { #ETw8o3AO7Fy4pB1VT4zgB8loLmkIvCel { display:flex;width:3.5rem;height:3.5rem;top:24.71875rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #QpfT7VR9JhX3dZxOXoLMWEJHlZwdeOyT { display:flex;width:3.5rem;height:3.5rem;top:40.25rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #JerQPJVZ2IBhn3GeArex15CdKMqSWvo8 { display:flex;width:2.375rem;height:2.375rem;top:40.90625rem;left:2.71875rem; }
 }@media only screen and (max-width: 763px) { #HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 { display:block; }#HVcTFPvlm8TsV3K0wgAH2MMD7xKTAHS1 > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT0BUZbCt1tztPPMlytPQBpqQVkWAtde { width:20rem;height:1.54345625rem;top:13.81689453125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAnrx26Ev3S8xb8xHcTNe6KS8NEIuFAU { width:20rem;height:0;top:1.849609375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTUUhvIM9qXSkU1MbS9UPONtmZaUAruG { width:20rem;height:0;top:8.736328125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUwKlelN5e9mX9zJnI4s8MRbOaw6Ldzo { width:17.875rem;height:7.7988375rem;top:16.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqNvfkVJ7paPhaecccG1pUeKyO1BTXa { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #WqQ4KgyJ5vDL2qxAVq1DmAFA8yPXqJrt { display:flex;width:0.9375rem;height:0.9375rem;top:18.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #UNZqiCUgVFXvSwpT2J7KaaRqOBRTFoam { display:flex;width:0.9375rem;height:0.9375rem;top:20.875rem;left:0.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #d7TS942qMDqbpwVTfKMLpwNF7cm2ibPa { display:flex;width:0.9375rem;height:0.9375rem;top:19.5625rem;left:0.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #VwU95HbB9OacT4Fdwm5PfcRJdUgPFxd3 { display:flex;width:0.9375rem;height:0.9375rem;top:23.375rem;left:0.375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #cBGAq0RHkFi32OAmCRAXdWybhl0qwoL9 { width:20rem;height:5.1181625rem;top:1.412109375rem;left:0rem;font-size:1.3125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #WKiNmZ97u8SNJnHMUyJAF31oZk2GmfpC { width:20rem;height:3.4121125rem;top:9.111328125rem;left:0rem;font-size:1.3125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #s73EOkptNtv9P64exfHEUVc9QGOG5ach { display:block; }#s73EOkptNtv9P64exfHEUVc9QGOG5ach > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1nASau9cUkSdUMzfEb8tC9T39qFU7ml { width:8rem;height:0.1875rem;top:5.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpEt4TsTVLCgWf97VhZ73WcoIn015ic3 { width:20rem;height:2.3999rem;top:3.1005859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c92ZvOokLIT7zbomAlmaTTvsR0O5FE7m { width:4.75rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8z7J0vuxLkZdudngzAT25cXAt1esTx3 { width:20rem;height:2.8496125rem;top:28.27880859375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFLJo2Dcl9kMUUFzobK8TBoussHKnqN { width:20rem;height:0;top:34.6396484375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzoqySz2ZDcXkIEynlXFCDHy6bZZqtX3 { width:20rem;height:0;top:43.83935546875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvZsRIuxSoxnZDRkVqVEvd2vwKeESaBz { width:20rem;height:20.691875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgGLaWb4IToORAO8qOK0sOBanzDbFK79 { width:20rem;height:4.27441875rem;top:34.0146484375rem;left:0rem;font-size:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NIRJu3LC45mrUMs9BmA89T2TaVck8bSA { width:20rem;height:8.5488375rem;top:41.40185546875rem;left:0rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC { display:block; }#XlqIeCFLQc8nSaVWhHLGNG0AsczLWaaC > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blr5MxE7fIGsD6Tp9MJg8tVHX57DmFH4 { width:20rem;height:8.3955rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfXDRfw2Bzpm9I3eViCQJX7PUumstMWD { width:20rem;height:1.86865rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm { display:block; }#AFRTMFXTkow5wIUWlwUQ0Wv2fxLBwnRm > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4A3WyFkba4rTGcsB0kpD9nXTLD477hR { width:18.875rem;height:34.25rem;top:6.849609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bewmlNFzZfsolzgQ2XD6ggzrsHvM12vv { width:20rem;height:4.5996125rem;top:1.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLVqkMLpTSxiR3HJxCqRTQR5DJcTUq5P { width:20rem;height:0;top:41.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #knc6wV6nIa5otMDef5x0s8Th6aHslSsd { width:20rem;height:5.69970625rem;top:49.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhSXl88DrTDq151Aix7m2tHTKxoLyRUb { width:19.75rem;height:2.1875rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxcg0XblksGhlkufiSBqKlTZ2W7N63O0 { width:20rem;height:;top:42.0625rem;left:0rem;font-size:1.1875rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH { display:block; }#sNDXk9pZn9Exq1Mf9VrVwMrIbC0CuTnH > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey1ITQFk3f3iII9SJdydz9tF9V4oMgF3 { width:17.3125rem;height:31rem;top:16.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpcJWpAXehH455SJSnWmz6TlTWm163J8 { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmAeKZDv9kZtxN6uuQyRgJd96kWOoH2O { width:20rem;height:7.599625rem;top:49rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kftyto5Ri0w76coApLwK4A7yeNALnZPD { width:20rem;height:3.79980625rem;top:4.8994140625rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VOrvhJHepSi8iZobzokQlFtmXKFUy1NU { width:20rem;height:3.79980625rem;top:10.5869140625rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC { display:block; }#w0i1BfiHUrW5lTmDqHpglhETCTdhW0EC > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVXEEHOMLiAg5ubSydR4IM3Z6vgQ09xT { width:20rem;height:1.6499rem;top:2.56201171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JScX8CcDHT9Z4pZ71MEP4w3pUhKI3Q5M { width:20rem;height:9.964875rem;top:9.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPzbLEZWskfx87drCSZp0CMotFSRcin { width:4.5rem;height:2.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJr9W3ovm0lVlqv3JxyasRvgfb0O3Oym { width:20rem;height:3.8994125rem;top:4.5859375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w { display:block; }#H4mCtt6Zd6tdSDsdnibn8bBASJiSQW6w > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssr6DtdCFhSNzAzQaGkNUG1QAQHGlDmg { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 { display:none; }#Jq29y8QUGSNMloC0nmRtSx0K8vDhD394 > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l7O2xp6IUqhvoD4qM1pcUzBlU8SpeIv1 { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUhCvosNecABAL5UdCfIAoN4oeOLQTx { display:block; }#KzUhCvosNecABAL5UdCfIAoN4oeOLQTx > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOf6PrPMDwSIrqaIVxiK1BmxBwCFzFOD { width:9.25rem;height:16.3125rem;top:7.125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0ngQWrxtNRJcsmh5LlnINXFoX2nmr8M { width:20rem;height:1.625rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KFLToIysaF3WOmroZCUR6QZxxhGkCkcq { width:20rem;height:3.41161875rem;top:33.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rt3agQpcBoS3CKpy8QDrBLnaTqsw11QP { width:20rem;height:1.94970625rem;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWlTzrWxbDG2O05UnlMFFpf385iGloiI { width:20rem;height:3.8994125rem;top:4rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdfVKKtLmFbPz2sTxgPMJLHLUsr7EVh { width:6.8125rem;height:7.8125rem;top:24.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJQB5pWXz0DwB67HbgsuvlybcfFZiWyG { width:20rem;height:2.2744125rem;top:39.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lQiCGNPMzlNX5MPUZxHXLAxOhN08vgOk { width:14.25rem;height:22.0625rem;top:9.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn { display:block; }#MWa8Idziqp0ppX3ASd43gvzVfPyTJHDn > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bz4bNh4mDPgCPeI2TMb4VoXl2VOTFhoU { width:20rem;height:1.86865rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ddb9FegX39VUVPInJkZtPdFIwKrInF3n { width:20rem;height:6.9184375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa { display:block; }#KNZcu12DmuEOD46QUd0Z8lH1wkOWTDMa > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewM2b84aQDTcZ2g4TnClGbuXZUGyunMc { width:12.5rem;height:1.94970625rem;top:1.75rem;left:3.75rem;font-size:1.5rem;color:#383634;display:block; }
 }@media only screen and (max-width: 763px) { #JVTBBqsFPZacDKp3pqBhNwRH9oAXSpLQ { width:15.875rem;height:2.4375rem;top:9.3125rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEgr6gD1RpivxFx8R3PDbNrTcG4174g { width:16.3125rem;height:3.8994125rem;top:16.9375rem;left:1.84375rem;font-size:1.5rem;color:#383634;display:block; }
 }@media only screen and (max-width: 763px) { #pMi8qAishowVlGSskP2V6VEmoDNJX4RH { width:18.0625rem;height:3.4121125rem;top:27.0625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1oykWf1acQ1k4caRzlnbLeiD7cgpfw { top:11.75rem;left:6.53125rem;width:6.9375rem;height:6.9375rem;z-index:15004;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1GRSp3IuDPgz85IWemn0OPVuq9gKqDk { width:15.4375rem;height:1.94970625rem;top:33.5625rem;left:2.25rem;font-size:1.5rem;color:#383634;display:block; }
 }@media only screen and (max-width: 763px) { #oXraw6TXo55yotEvKz0TJPbILNRdVHIL { width:16.3125rem;height:2.4375rem;top:42.625rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZB3E9GpJcIm2mc4lKPd95Jkzrle3SL { width:16.3125rem;height:2.4375rem;top:44.5rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89983FB75ThOg5KddoWA0tCk4wd963T { width:14.0625rem;height:1.13720625rem;top:12.5rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvkX59Ni0ffXvBtKm5Z4Z94B9lMfrNN { width:16.25rem;height:1.4624rem;top:46.9375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBTm48RTts68otDRrRq2um02y0W4xPE { display:flex;width:4.4375rem;height:4.4375rem;top:4.375rem;left:7.78125rem; }
 }@media only screen and (max-width: 763px) { #VKmUr1rWEoLCom1Qr5fPMbW7oPXmoMrm { display:flex;width:5.875rem;height:5.875rem;top:21.25rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #nMh2T3J50Z7QOoeHKP35BdXcxWEbFyIV { display:flex;width:5.5rem;height:5.5rem;top:36.1875rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #yx85pNehwep1UTbFxmkmPJe13S5GhAg3 { top:28.375rem;left:6.53125rem;width:6.9375rem;height:6.9375rem;z-index:15005;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl { display:block; }#in9TGT3k0VBG98rWrPAPPLwiQLeDmKLl > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jdfg7VgEiFdmOZcyogEikgU1uIAhJIs6 { width:18.4375rem;height:2.76171875rem;top:4.125rem;left:0.8125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NPR5d6UP19nmzRQKcDWz7d04pgrRRZoT { width:20rem;height:1.7871125rem;top:1.2490234375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Pc3bf0us8ZvWcbOE6K2GOQzelQ6Z7p { width:19.75rem;height:3.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQgrHFghbLhyvVRBhGSW8mHstUvN5TB { width:18.75rem;height:0.125rem;top:7.9580078125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #th85QGGsUbXbTxTNOZnP16tEDGqp2inz { display:none; }#th85QGGsUbXbTxTNOZnP16tEDGqp2inz > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ywfARlxCXuVxBBJllQmEXKtENd4gmZCx { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv { display:block; }#g2PcIuEPPKdoQECLk2RNQ33QL2TB7wgv > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5htTudFgpJQZL0OiyFJzWqf4HcszUWg { width:19.875rem;height:19.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGhOkooESes4Jph2Kcr1cHbwUkksKkoJ { width:18.875rem;height:3.29980625rem;top:2.875rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASd49Aysvrt6tAuvqMeC4yD4TzbwOQdO { width:18.4375rem;height:0;top:14.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Qw11L0rCwdhlFbkaAUrQoq25Gr6HOcGK { width:18.4375rem;height:9.44824375rem;top:10.4375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bN2FsicJzmFVzyrfEKTygucca8zE6fPm { display:flex;width:2.3125rem;height:2.3125rem;top:3.375rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #tFsIvkdcoZA4WSxoeb3Gr6fI1JkoEBKd { width:19.875rem;height:17.125rem;top:23.5rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hBWeKiobmX5wnBRTAe4AVtUg7gqmr28P { width:16.6875rem;height:0;top:35.3125rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cICV033npDMxCRqbp2SqkMHHbVTITrfJ { width:17.5rem;height:8.39844375rem;top:31.375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jr1V6omG6slLeN3UT5Omskp2FBd0GRAl { width:15.6875rem;height:3.29980625rem;top:24.625rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6wucZ0By0iP2gz7EcDgb8Dv5OlcUdEo { display:flex;width:2.25rem;height:2.25rem;top:24.6875rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #sQoZFeN8lP1i4Dtx27sbXzvzL7sT6ThT { width:19.875rem;height:17.375rem;top:42.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K9cleikp1GgRlNLlnp7EdFe4pAba1av1 { width:16.6875rem;height:0;top:64.9375rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h7XIFxZ6QdDJHc73VbQs4UDPAK2r6XWP { width:18.0625rem;height:8.39844375rem;top:50.125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DveyfzN9cwSU1sdOD4pEEAUxc1wTrW65 { width:15.9375rem;height:3.29980625rem;top:43.5rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnMXm3gTTVrfuzA48QAuTvApNUEwlPsE { display:flex;width:1.8125rem;height:1.8125rem;top:43.5rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #Lpqg6oiB2rgiySMsMKi4TJttfFuC3HdW { display:flex;width:0.875rem;height:0.875rem;top:10.625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #HasNKdA6qvee6bX4TtK1FEpySbmHaXSq { display:flex;width:0.875rem;height:0.875rem;top:13.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #vqLRsSpnf5g6yD9trv1Uvhd9lW1BTMkf { display:flex;width:0.875rem;height:0.875rem;top:16.9375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #CpCF6U3XSIvaMeAbNQbXk1XviDp3he48 { display:flex;width:0.875rem;height:0.875rem;top:31.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #I4dHmra5x5x4Dz9kKDMp0qGV7JoRuDV6 { display:flex;width:0.875rem;height:0.875rem;top:33.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #hBZJFfh36wgwlGKfOXr8gLegp6BseSGw { display:flex;width:0.875rem;height:0.875rem;top:35.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #KFzTmTWq8r5qhGQwmQ6VyM4k71pzWeKS { display:flex;width:0.875rem;height:0.875rem;top:50.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #uXVbUJDMW5ewQIFnHh9bTpMItZorTKX5 { display:flex;width:0.875rem;height:0.875rem;top:52.375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #JoHfIay7PEKAKqlG5zJVlXpgRZuGDQMS { display:flex;width:0.875rem;height:0.875rem;top:54.4375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #RLucWJWGUCpFQNkVsn6a7RUASrBFfZ7p { width:7.0625rem;height:5.5625rem;top:6.1748046875rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpvhHcmb4ek959wR5D8ee28zUa55uyyP { width:7.375rem;height:8.4375rem;top:28.3125rem;left:12.521943573667rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeHN4WhOLl6R4Drf9Qgy60pFulMTNzGF { width:16.5rem;height:9.6875rem;top:50.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6UTi9rRayRzVUv7cECETWz64q7lQUhB { width:18.4375rem;height:2.25rem;top:6.875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zPg9luEh3hXVDOtxfdGxLq2Q0QdH2uS8 { width:18.75rem;height:2.25rem;top:27.875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #yLRz0egEnhp5SRzGmtAByOk2p1F4O2eh { width:16.6875rem;height:2.25rem;top:46.8125rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #czOoa129wRRqKXO11NleGTiCJaqDtU3b { top:60.9375rem;left:1.71875rem;width:16.8125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le9KEen9ebAMRgnqZsl86IFLPTGz3Ths { display:block; }
 }@media only screen and (max-width: 763px) { #grUT3ngLQNfPACEUqNGP8Hq72KQETB4s { display:none; }#grUT3ngLQNfPACEUqNGP8Hq72KQETB4s > .row .container { width:20rem;height:28.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UUrbeJgbxO31a6IUa8ePOAR1UnOPkf9S { width:17.999rem;height:2.686525rem;top:24.375rem;left:1.00048828125rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D30CdDO10Z3ARIODfl0wMlsP97nuCqbD { display:block; }
 }@media only screen and (max-width: 763px) { #XF5sFfg1bW4o8TvBnMBBe8s3HGED43Ts { width:20rem;height:24.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1udzvdnPDeSlacGPIPJG2WdMlZVrFkR { width:20rem;height:1.625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I3fTZflJIgh9x4EZVLAsKqqpCFR2dCDG { width:20rem;height:1.29980625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DJDEkvDS3bpGvqDZPk1a9sXFJlLNTwBF { width:20rem;height:2.8496125rem;top:6.72412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cAVMvhcZJxVB6RwqUs29fLfm8gr1WoBe { width:20rem;height:2.9248rem;top:19.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KePZUq57VQ30PizxNI9G7BGycUqJQPWK { width:20rem;height:0.9746125rem;top:10.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OQuaXbfJFndpnJyGBlnT1yEkvvty7HyQ { width:13.25rem;height:6.9375rem;top:11.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmFfML24BifnPOQB6WCX7WbfzIdwHTm { display:block; }#zhmFfML24BifnPOQB6WCX7WbfzIdwHTm > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgUxmAZbGGmxTFTZ1g68whNRM4mHTiqq { width:18.0625rem;height:9.3125rem;top:12.2109375rem;left:0.96875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #Nxn7n3bfkPAfWFbW8TIuccsNQDGKaeXG { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;color:#383634;display:block; }
 }@media only screen and (max-width: 763px) { #ct9T2FiQm0BAnJ6sXpQoJbTSTEzhvNsC { width:19.625rem;height:12.8125rem;top:23.625rem;left:0.02734375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;background-color:#f3e9d5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0.8);border-left:0.125rem solid rgba(0,0,0,0.8);border-right:0.125rem solid rgba(0,0,0,0.8);border-bottom:0.125rem solid rgba(0,0,0,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Ga1QzWDZetwJsCAf0Mc64517lZIL46h2 { width:20rem;height:2.9248rem;top:25.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHihkOivXSh2VClNZDU8VRxfKlPJcZlv { width:20rem;height:2.35595625rem;top:6.26171875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfL4mnu4e4WvM1PnWtIOr0iL7lUi2W8I { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTsqFFUX1W3rpKLb3VdXawEgH80FAmp { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #br38yLvE1EtEbTq7FL9aqbovn8eMUnlH { width:20rem;height:1.3808625rem;top:29.34033203125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHfXJLLJqFER3w92wN3TehblcecgTrT { width:11.8125rem;height:2.5rem;top:38rem;left:4.09375rem;font-size:1.5rem;z-index:15128;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckwo6TcJCkPIyULltJCeT2Rk64sTJfT0 { display:block; }
 }@media only screen and (max-width: 763px) { #EWuVMpJmXilE7lIe0qtoFWrvTomDV6Uz { width:20rem;height:2.1123rem;top:41.6875rem;left:0rem;font-size:0.8125rem;z-index:15006;color:#383634;display:block; }
 }@media only screen and (max-width: 763px) { #BovhvdpTAtMcKQWmtfTMywC563qRz7XN { width:20rem;height:0;top:52.79931640625rem;left:0rem;font-size:1.25rem;color:#2e1f1f;display:none; }
 }@media only screen and (max-width: 763px) { #TQr5ggnuHmLEsGH1Vn3T5rLK9PBUGk1y { width:20rem;height:1.21875rem;top:33.3017578125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3llwKal2OHInbp3kcGpZxpWcEqK3Mxr { width:20rem;height:1.29980625rem;top:30.72119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWDkkyChczrW042bpGcaCHJHZEvik7sm { background-color:#fefbf2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { border-width: 0; border-radius: 0; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWDkkyChczrW042bpGcaCHJHZEvik7sm > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #atnCTAbcMCXyvOG7co6pT2zd7SsHB2ll { width:20rem;height:2.4375rem;top:16.875rem;left:0rem;font-size:0.9375rem;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;color:#1c1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #W3phQNcM37XASCbltfZSE2XoG2pk6aNp { width:13.75rem;height:7.75rem;top:21.28125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VslfD87AcXSRGC23LLibE9DLTTtKZvr0 { width:20rem;height:1.625rem;top:29.96875rem;left:0rem;font-size:0.625rem;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;color:#1c1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #be0ClVTtEC9TXKZTAimzVG9bMtHhCpuH { width:20rem;height:6.82470625rem;top:0.75rem;left:0rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #E5kn7Sw0BKfm1DyN7FHPc9TeTTD4MA3X { width:15.0625rem;height:7rem;top:9.8466796875rem;left:2.59375rem;z-index:14991;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -moz-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -ms-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -o-linear-gradient(180deg, #fefbf2, #f5bdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );";background-image: linear-gradient(180deg, #fefbf2, #f5bdd2);background-size:auto !important;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QxHywfbV7lOu4bm3i0DI6D7iBDP0SOtf { width:10.9375rem;height:7.7495625rem;top:8.3458117246625rem;left:4.5312504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/16de6f5f-546d-4e08-a45d-db5fc88218d4/mbbb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3.adaptive-delivery-prevent-bg, #wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3.lazyload, #wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3.lazyloading { background-image: none; }#wdHTmQsrMQZR15hvlNpJzMoyAvHVWKo3 > .row .container { width:20rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ { background-color:#11002c;background-image:none;display:none; }#ycMFaqgmseB69QLS0G6hhD1NBpfnDyhJ > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XiZ9oOPfdhesIDOomZ5kTWvrS1AmoLBM { width:20rem;height:8.4791666666667rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAOwZpsBm6XTinKh4aU9JxVwnQCIoV1F { width:20rem;height:0.73095625rem;top:40.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr8ftkxXSS1KkWoCiRKXiQ6hB7E44QHt { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 { background-color:#11002c;background-image:none;display:block; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container { background-color: transparent; background-image: none; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container > .video-iframe-container { display: none; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row > .video-iframe-container { display: none; }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .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); }#p7oKwRM0SENAR3G4pL5HXU1XnwKmBBc3 > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AM37WaE6V4LW0ny8UEeUKrHn0SxID6IF { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaWVwTUSrK4prNlFlz8cznT1q31gTUvR { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbfppfZ2CSbmxl3J24JDG1mIKFF7fTa { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JzwHe5baxPUOs3ftTaAobFPwqq561TXE { top:17.25rem;left:3.375rem;width:15.3125rem;height:4.8125rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c6CUtTwMduy7IbNTNwbxCMGxgTvwkVMS { top:23.125rem;left:3.375rem;width:12.5rem;height:1.375rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lvhfVWmNcVaIAGnb9ZLBvvGOBw1Qg2GJ { width:6.75rem;height:6.75rem;top:23.5rem;left:11.30517578125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BSOQ5W7eMngfdcMshDTIsbqF2hct4d3n { top:24.5rem;left:8.8125rem;width:7.5rem;height:5rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cfrdRyfkVWBwtfTMdNIJDgg1T66KcEMr { top:17.306640625rem;left:3.375rem;width:6.1875rem;height:1.05615rem;z-index:15005;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0Vatdii7wUCT6OxtuSXRuw1RkzUPWs { top:23.16259765625rem;left:3.375rem;width:9rem;height:1.94921875rem;z-index:15006;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;line-height:1.2;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0a50frrKOOwTVfW4GoT3ZWzxe1ycef { top:31.875rem;left:3.375rem;width:6.1875rem;height:3.16845rem;z-index:15007;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5K59PTd2qrRiApxOKhEqVSrUkTKNxfR { top:31.5498046875rem;left:3.25rem;width:15rem;height:6.625rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aM3QX9GsxlvEX0GKOKRhRc7gTQsiGUQE { top:35.79296875rem;left:2.71875rem;width:7.5rem;height:1.7871125rem;z-index:15008;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tax6JhlHTsoULgc3W3AHTrTM3B8qzLke { width:7.5625rem;height:7.5625rem;top:31.0810546875rem;left:10.80517578125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A4QwUJcS9nN6DkJ27rO1vJ4Fm9MaCB8v { width:7.25rem;height:4.0625rem;top:17.75rem;left:10.21875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uyS50IKbTfaIsG23syU9wgmk24yKUL4G { background-color:#fefbf2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { background-color: transparent; background-image: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { display: none; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .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); }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { border-width: 0; border-radius: 0; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyS50IKbTfaIsG23syU9wgmk24yKUL4G > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCty6TvadSU9XfuhpJx9pRhqS2AIm7V1 { width:20rem;height:26.4375rem;top:42.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5bdd2, #fefbf2);background-image: -moz-linear-gradient(180deg, #f5bdd2, #fefbf2);background-image: -ms-linear-gradient(180deg, #f5bdd2, #fefbf2);background-image: -o-linear-gradient(180deg, #f5bdd2, #fefbf2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bdd2', endColorstr='#fefbf2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bdd2', endColorstr='#fefbf2' );";background-image: linear-gradient(180deg, #f5bdd2, #fefbf2);background-size:auto !important;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #DPqUPTf2WbnF3bpbEUFMc19mNlPgO4sC { width:20rem;height:3.5625rem;top:1.4375rem;left:0rem;font-size:1.1875rem;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;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JhSFpMFr0TV6JQGvbQibGg3WDanpiTop { width:20rem;height:5.71875rem;top:9rem;left:0rem;font-size:3.8125rem;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;color:#ff9023;display:block; }
 }@media only screen and (max-width: 763px) { #EdLG5eg9ye5rT9DouDQ5GCVWrzDgz3qQ { width:16.375rem;height:3.1875rem;top:6.5rem;left:1.8125rem;font-size:1.0625rem;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;color:#ff1919;display:block; }
 }@media only screen and (max-width: 763px) { #IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs { width:19.125rem;height:5.15625rem;top:15.40625rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IR3bJqfPffAmqkxfBiiBgCIEUetpwPPs li:before{  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .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; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0  { width:17.5rem;height:auto;top:43.125rem;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:15015; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 {display:block;}#bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 { width:17.5rem;height:auto;top:43.125rem;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:15015; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #EALOf16NUG9HbebIqe9S65N8JTvRtIsm {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #FDtT0sV7q4Fqi00UUyHTUUS2KMdAWFIL { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #uFZnCoN3OwpWyrGyghhMVU0stpEEesTz {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #QSqgBewEE1VKXQhVCIbzJhDyRxM7qFFE {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #CtTFI60TR2F4O9xOHB0TSCWH6UIgZuvJ { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dJqrSAPFy5yHnadfWMxUQOFoDqb8GfJs {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #dMLu0leTV9cK3tB3TX61Pc7CZWFyec1f {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #VKqmkwp9xalTsrX6A7kTqLX9fW07mlIz { display:block; }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #Aodsu0qTzwxLBKqSVqF2lqBzGAWWyq4w {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vEmRq5UQGbFkGpEwG9NNZaQvxw74hVFR {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #MAVQxLDapB7FpcgAmf1CpTtdEUQkQNC7 {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #ezn5ZrGb1lCp0n09dodDBc8957UQ6bPJ {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #aeRCiwZZIR0iRDTXcgTbvUpPmhLrOfdw {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #B5k4F3LvF3D3SuhtsypfseSPgK3HZaQa {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #vhR7DmTVbKlAb3B5TAzP6ipxpHGbsO6n {  }
 }@media only screen and (max-width: 763px) { #bqCB9brM7BuqNb4By9M4ewpeg3X5EuH0 #AROSmxoLc5Is2oBwJTURVZzBi4Irkx2g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S45lKKhUsFH9oKHx55yO4H8taCb5pLxv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RmH0TcREWXLfzXVOxC7pEkZJxkXTSQiQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tC58TNE9vesamPydOOVcA38ytqe8Mwgi {  }
 }@media only screen and (max-width: 763px) { #BOnXJ9mm256zx3LgvCst0GM1wyfwS12v { display:block; }
 }@media only screen and (max-width: 763px) { #ylzATSyTRkdGmDP7aVaTi2CeecCcIOi8 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lMZ2Ihg0fOLSZsW7B1F6132oElrHlQEz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQdp3f0kwGmJX0X6gGBcRZTlaIKTwBfD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTWTqnzxFfXuTkCgIOFDTy44o1bRXL9S {  }
 }@media only screen and (max-width: 763px) { #cZqoh4pGv1yeW97J9w2IybDaVGe0GF7Q { display:block; }
 }@media only screen and (max-width: 763px) { #MEt6TukKHbBFk6HErGe7KhNeUN4IRrGO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I99BLGbizLILM3TuH0FVJ60xcSqyBT2A {  }
 }@media only screen and (max-width: 763px) { #LGDzAlIxZoobOwd9vphhkqoanrNCKZc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmK2iM1EWalFEUMHEdJ08TZUszkl3vv9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCfuFlCNnf1vDCJb2T9krB18q4Rr8v30 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNbAxX8TZ0eidEJE93VykFTaAdnaw8tW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AErLTcMqSXqZtBs5fg2fUditTqqkT9ip {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ahqcQZovdrTwLVZCZo4TzDqTsdX7imAM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vW8tkR2dTAtPRpl426UxtZytCOBsh2ik {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #N2JlHvJC88EvLlTPv7MCpEKfC9O4wXlo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVGU57k1XbtpmKRLxhiGMa0ex4RvyC0i {  }
 }@media only screen and (max-width: 763px) { #SHXGw7SR5StEytXRU3RTkrqtPAZa85zI { display:block; }
 }@media only screen and (max-width: 763px) { #erG5GM6fHdygG8UqpWO0IXy5KmQwJhPb { display:block; }
 }@media only screen and (max-width: 763px) { #To6ZXJZD83lpbXADxHexZDcvn7aeSfx2 { display:block; }
 }@media only screen and (max-width: 763px) { #P8QLvIOGdSSIP3Ue1OLTmQbkxgy1ZixO { display:block; }
 }@media only screen and (max-width: 763px) { #wZyplKb6h58LtA6Z5mHCEQwk878TUgiE { display:block; }
 }@media only screen and (max-width: 763px) { #xKRleyosxEJ3UqCRQGWacCsLL0q8qtdw { display:block; }
 }@media only screen and (max-width: 763px) { #tvHZcwwrqG8SUOuTXAUfOx3yprnf40NT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XkTAdv7snX9svcFpTq9lgz5bX5639oKV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lZUAUDqkwpAT2fzBmzJOUlql0vnHZZyq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #idVll3UiHBII5PMBscTA2BJPgScREBgV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yINmHBV2uN9swNUhg3UCr2CP3g0N7Tvy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lOZfwIvvx8iR6tXMlysTOmZyrvZ5Uggf {  }
 }@media only screen and (max-width: 763px) { #MTRHzB9mpntMtHSBI4XQezuibDMhH44S { display:block; }
 }@media only screen and (max-width: 763px) { #rIceOLqlR2JyrbiwxcPpAmDR7ZFDROhV { width:18.75rem;height:0.1875rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D646Fer6WTGn4li2fTlmCRm2nnaRTJEN { width:0.125rem;height:18.75rem;top:83.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv1VgpJ4RfwqWN8AwbXreuGJGhqUTxfX { width:0.125rem;height:18.75rem;top:103.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEp8Uh9sx8K08udeyS6wL5SRoVaVmD0i { width:20rem;height:2.5996125rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcfziknNQWUPr0l5cdQ8WM0DWBEoowX { width:17.125rem;height:1.3999rem;top:39.875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ohTdFBv4TRqAT1ntkra4stb1AUqe7WvN { width:20rem;height:2.79980625rem;top:32.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#b9N3Du4xngbyzEaompDcV6hFAa8tIPAD { width:9.3125rem;height:3.1630875rem;display:flex;top:36.375rem;left:5.375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #srlxQfbItDtn7TiVZNFSIeI69Rzwv041 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #BcxAwGyMM51UqmfS7y9amqNVLnIlWhWA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #xAcViFWfWnNQhvZVVQAQHdrT4q4crqwl {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #vOPo1ZnXTAWHvAuxy18NkUmqxU0JPXTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #VarlR1DkqSMdx0ZoRps2LoPrl2f8wf6B {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #mHszdrO9dn9JmFhxmgSzf5tfM4sD0Oxc {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #Iz5OwP1LvDRRuo8bJ9PifHnMCtTHFDp9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #nQAp5CdtA1xwyyhVg30SUKyGT33meCS4 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #zfbInDw8Bk60GHLLd5wh7C1NJxOkoXB9 {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #IfWmRCNDmL2f93oDLgbCznNEIqJMvfc2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #gsC7q3HyFuGSZgE2H2AybQcK1Up2xcEA {  }
 }@media only screen and (max-width: 763px) { #b9N3Du4xngbyzEaompDcV6hFAa8tIPAD #eC3ZMFmxkTeCMrr60yZiWiAwFG9Ng0Ai {  }
 }@media only screen and (max-width: 763px) { #GvaMi7qB97VEJmbPeA4XiTThuMXnRmBf { display:flex;width:4.1875rem;height:4.1875rem;top:23.1875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #LRcSO6Pkibrv4ZIHmJe2lPKAABzuwN7l { width:20rem;height:2.5996125rem;top:27.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X13pCKTaEdW6Lwd2iKCrJDh0MJhB2VBU { width:9.375rem;height:0.125rem;top:22.25rem;left:5.3125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 { display:block; }#tgupLQtrZTi8nH5Jnhws4i045bnnEIU6 > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAFNGsqhEM3ZJABEW7OL6tRa0w1BV1N { width:12.5rem;height:1.625rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLSDsAEuCbMAUMEA5B6miUw36Cpxwd9x { width:12.5rem;height:1.29980625rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPEttlmhmXEas6O3e4L2xSOrnZZiNJIM { width:12.5rem;height:1.29980625rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6TxqK5QNSGObU7ZcuTD3hMomDTcZ40 { width:12.5rem;height:1.29980625rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAKAg0GKTSoCV9U90ViRuq2O76rqeBx { width:12.5rem;height:1.625rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCL5MSyR1GQ5d4ENMDzoCfRnfqWnBeWF { width:12.5rem;height:1.625rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASZgu5nXcW6rATCqO7b24N8UmycF7qP { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bF9Z13C359QT2akRWckNgTLMk5azBOPa { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -moz-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -ms-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -o-linear-gradient(180deg, #fefbf2, #f5bdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );";background-image: linear-gradient(180deg, #fefbf2, #f5bdd2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GzaVDemAqwazET6osckKAVKSo5tries1 { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00BmI3k2PTaIucqoi6bJuOe5OyNvxJN { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJNIf4rGQ8SMH8sWP7W69CuL30ZHfuX { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -moz-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -ms-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -o-linear-gradient(180deg, #fefbf2, #f5bdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );";background-image: linear-gradient(180deg, #fefbf2, #f5bdd2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Wa875vgFULGvVZ00TOaV3SsGHohL1RbN { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -moz-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -ms-linear-gradient(180deg, #fefbf2, #f5bdd2);background-image: -o-linear-gradient(180deg, #fefbf2, #f5bdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf2', endColorstr='#f5bdd2' );";background-image: linear-gradient(180deg, #fefbf2, #f5bdd2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pLPeusuZbavrOTRzo2cz3IG5JJ23HviS { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x { display:block; }#ZTuF6uHlKU2fBtGTbiCC2U9MycbaG54x > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWZmTInu9QQxHQLxSsepStdbQhhaCXPx { width:19.0625rem;height:3.8994125rem;top:4.875rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #affxxBbKd5Zd6WkzEMCkKT9ybPqTtSna { width:20rem;height:2.92383125rem;top:9.9619140625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTh9U8EF3OKZRMTpCHzTRocS6ZvsOG6T { width:20rem;height:0.9746125rem;top:24.5240875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWA7ZaVr6z9VvmkPnmSaOJOIptcNuRuq { width:14.9375rem;height:2.2744125rem;top:21.07421875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dftAe3euN1gIv6rb8iA22yZ1oOtPc5nA { width:5.6875rem;height:5.6875rem;top:14.13671875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKvII1D17RE0Kv9BMPPceuwrLo7p25g { width:9.1875rem;height:1.3125rem;top:2.18603515625rem;left:5.40625rem;display:block; }
 }