.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:215,214,242;--color-primary-1:136,133,217;--color-primary-2:57,51,192;--color-primary-3:7,0,176;--color-primary-4:0,1,49;--color-secondary-0:252,247,220;--color-secondary-1:244,229,138;--color-secondary-2:232,202,21;--color-secondary-3:116,101,11;--color-secondary-4:35,30,3;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:LINE Seed Sans TH;--paragraphs-font-family:LINE Seed Sans TH; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1912dc;background-image:url("https://images.assets-landingi.com/uc/b23022cc-eec8-47c5-abeb-6f3974eeaacb/asdfghj01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9962997d-ab14-497b-900f-4b46df5e17f9/KVAwardResize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.adaptive-delivery-prevent-bg, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.lazyload, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.lazyloading { background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { background-color: transparent; background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { border-width: 0; border-radius: 0; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;position:relative;display:block; }#u9sHt5osCr9bxWKBFDpLUdJXPpR2ZTdd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.25rem;height:4.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.693359375rem;left:12.375rem;display:block; }
#mBh2WtK9pkPeQnpcDudMldEkF6OrJqKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZZnC6RmLT4xTkDpRterFNIMDXi3a5kF { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8715625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.1875rem;left:7.0634765625rem;height:5.44375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#quNTVp8acombKLPQ1ZxvxcLkxt5bAyXn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:16.75rem;top:2.875rem;left:21.625rem;overflow:hidden;display:block; }
#BPzCS8xn9zLQyQNXm8FUb3wsN778LyD0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.75rem;top:15.625rem;left:19.625rem;overflow:hidden;display:block; }
#aDvexifzuB98Bsq19OnDfgKcwSicXz4N { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:32.3125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#BeSFMH44aicenShUzT9poxFSza9C1qGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(187deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(187deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(187deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(187deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container { background-color: transparent; background-image: none; }#BeSFMH44aicenShUzT9poxFSza9C1qGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container > .video-iframe-container { display: none; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row > .video-iframe-container { display: none; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .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); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container { border-width: 0; border-radius: 0; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container { font-size:0.875rem;font-family:arial;height:87.1875rem;width:60rem;position:relative;display:block; }#aW0kiaVyBFxL219QIHgJUC4IQLU9zenA { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:3.75rem;left:3.21875rem;height:8.799475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2tPUpQ55yERKVymJyhP9xS8d7ZTv1bC { color:#fffd00;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.500001907349rem;left:1.84375rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#FkoGpH2JpKP0SxtUTHu11b598Op1dWVw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.5rem;left:45.8125rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#U0v4ZZuc7DTbhg7CZ9Tb08dkCxSnfrEo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;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:28.5rem;left:31.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#GGX1GxThIGhB2M2vNrVf74nWJXpDHGnq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5rem;left:16.093750953674rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#UpWisP0mtXuM8e0zxQ6BV2SqPGFz5L10 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:45.3125rem;left:45.000000953674rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#XbCbBoq5tVMRaLDhrOcMZ3JeVy9x9rKp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.3125rem;left:31.5625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#FaBPCsvm85AGEOUevcxCbphcympSB2qJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:45.111979007721rem;left:16.093750953674rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#yFxAbDaJ3LAmmLI7atcBsnJCiCvTcNMM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.3125rem;left:2.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Lw298zK0TaT4DcwDfZvScnmN2FMqnWFM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:62.518230438231rem;left:44.531250953674rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#TIClwT62xXfJ3tBcPLwFtArdi9tKM0O3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:62.518753051756rem;left:29.4375rem;height:2.4375rem;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; }
#KGlKMMp4UMxwTAHCX4vkSlFc3KtIosrm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:62.437503814698rem;left:16.84375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#MVzW5TOQha6CLUqn0Tfy40xb1OXu64iP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:62.437501907349rem;left:1.5625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#sfbQbrkuRCxar3MPz3X58x1KQaoACSmz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:79.1875rem;left:37.906250953674rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#OJUwrqLPp0mpuT21CvoK0uyw0h4Gqh0i { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:79.1875rem;left:24.281250953674rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#B5EKgCScJ2DooPAz8OEO0dzkNngSw3d1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:79.1875rem;left:8.5937509536744rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#xtuCRyorZ32yW67LLFqDCd5QtLaFxpBn { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:11.923177242279rem;left:0rem;overflow:hidden;display:block; }
#vDNhkeu6PKJKWruGTVDX1mOe6PuzpfrQ { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:12.548177719116rem;left:14.031250953674rem;overflow:hidden;display:block; }
#TFM2gBdFIhr8WncVo8a8eiDdD55H0KD6 { position:absolute;display:block;z-index:15034;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:18.25rem;width:18.25rem;top:12.548177719116rem;left:28.125000953674rem;overflow:hidden;display:block; }
#R96Od36vN5BJ49wORZoPkfXdF5oncGkw { position:absolute;display:block;z-index:15035;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:18.25rem;width:18.25rem;top:12.548177719116rem;left:41.749348640442rem;overflow:hidden;display:block; }
#QD7hZBOd0Ti6LTLhpKamf4zTcKVoxT11 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:29.622395992279rem;left:0rem;overflow:hidden;display:block; }
#T22xXWmHyzTgJGOfLoyrgK077MbXQrm8 { position:absolute;display:block;z-index:14996;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:18.25rem;width:18.25rem;top:29.622395992279rem;left:14.031250953674rem;overflow:hidden;display:block; }
#FTDG1xFx1uGmmWoXvPDqq2TttucLKRsa { position:absolute;display:block;z-index:15035;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:18.25rem;width:18.25rem;top:29.702475547791rem;left:28.125000953674rem;overflow:hidden;display:block; }
#fTrXWCG8LOAKiiFUe3l82ENnWMNKsH0I { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:29.622395992279rem;left:41.749348640442rem;overflow:hidden;display:block; }
#D8nRTPJz5iVqTXxim6TWc3XMaGVEWm9x { position:absolute;display:block;z-index:15034;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:18.25rem;width:18.25rem;top:46.908852577209rem;left:0rem;overflow:hidden;display:block; }
#tJbDPEzdicswOTpJaR726fnbo6lnIfE5 { position:absolute;display:block;z-index:15035;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:17.75rem;width:17.75rem;top:47.408205032349rem;left:14.281250953674rem;overflow:hidden;display:block; }
#gm7lmCr5Am8zsFN6VJAxkIhiMPz8WQt2 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:46.908854484558rem;left:28.125000953674rem;overflow:hidden;display:block; }
#nku63qTclrMT77VTg5g4mre9ZCDQC8SS { 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:18.25rem;width:18.25rem;top:46.908854484558rem;left:41.749348640442rem;overflow:hidden;display:block; }
#BEegPMGJt027dps591Fyni45iCMlDV5x { position:absolute;display:block;z-index:15035;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:18.25rem;width:18.25rem;top:63.578127861025rem;left:6.7187509536744rem;overflow:hidden;display:block; }
#VrMSzkVhIPAFmsShL9Sxq4hMexrwemE2 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:63.578127861025rem;left:20.875000953674rem;overflow:hidden;display:block; }
#OC4XcaNQ6O8rTgW1vi963DF7cBwBUNG0 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:63.578127861025rem;left:35.343750953674rem;overflow:hidden;display:block; }
#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(238deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(238deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(238deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(238deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container { background-color: transparent; background-image: none; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container > .video-iframe-container { display: none; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row > .video-iframe-container { display: none; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .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); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container { border-width: 0; border-radius: 0; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:60rem;position:relative;display:block; }#hSSTpEuZ0bIIErsbTiLAlo0q6kZFv1u6 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.18) ;height:43.375rem;width:33.375rem;top:3.96875rem;left:25.8125rem;display:block; }
#ZfqI2ZKvryJqLBOkCni94ZSFD8x4uavl { color:rgba(var(--color-secondary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.96875rem;left:0.78125rem;height:10.9668125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s0x4WXqQCGRJ2CiOWVB6IIJik8hgW4Le { 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:15009;opacity:1;top:16.561841011047rem;left:0.78125rem; }
#s0x4WXqQCGRJ2CiOWVB6IIJik8hgW4Le > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lFwUPeJivafCoo0ITkWObfI6Fb0TSdxe { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.311190605164rem;left:4.5rem;height:1.625rem;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-form-header {  }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.625rem;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; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:28.625rem;box-sizing:border-box;height:2.5625rem;color:#0e0f10;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-text {padding-top: 0; padding-bottom: 0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:28.625rem;box-sizing:border-box;height:4.375rem;color:#0e0f10;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .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 #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:28.625rem;box-sizing:border-box;height:2.5rem;color:#031149;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-select {padding-top: 0; padding-bottom: 0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-button { 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:#f9c847;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:400;color:#031149;vertical-align:top;width:27.375rem;overflow:hidden;font-style:normal;float:none; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-container:first-of-type{padding-top:0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-container:last-of-type{padding-bottom:0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.259765625rem;left:26.97900390625rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.625rem;display:block;vertical-align:top; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH {display:block;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.259765625rem;left:26.97900390625rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #har3eI7Hks9M8Fh9rxMHg2GKlC7IREWT { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #CbECyf3HhQkywJvhFdr1lN0TPCOHnMXC { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #MQALsmqaZyklLSO8DlVbbMczoBEpPckc { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #C5kL5zCWw6zPCG5vNVl37yFvW72PyPSm { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #rcip8HxGaqetCpN9DwLIaOzbHFeXuITD { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #f832bqdMRXBRADqZyMPkMydpJgBR6Q3D { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #N1QsMA0oee8BpDgoNbNbl5wvewZXyaTD { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #R3arQa0TJqWmZ3e1bkDWOSyuNmckLJx0 { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #RnbGPucSgdB5GC9UFZE0Bbe2tSnnQtst { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #MAKk1MtQAViU8ztK8TKO16XgcToSiAxz { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #UgNpW95WfQkE3gTg6RqNJDu3VSwdg7IX { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #ZLFvRuaJSaGmI0i9nnGCGTpPfXbcsMny { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #uLUtAXqWe39hDBoOfCTb6wDX2VM3Lk3y { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Ke5STqKFltA3K5JaLwpGCgQmGwpbwRac { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #iidhUoVPwFORq9zGClZuWCyddnFvAk6X { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Q78V69Qx3feAykKHi3vUZb4iclNFfgPP { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #ii1ikcmrZlWxV4IPRo5krRLKUM7NBkOl { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Jw1za2Hd2erZMVMbeTC923OgEVhizJC8 { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #h92F1L0I2pftHh8Kh2De5AsikArsFyyx { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #B2OdkrMXlTq7NQuU7r4mW1IST9rLlzTT { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #F5V703y1FwlOVSLLGx6SRKdSGfm6VBqX { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #xAfcV7IKWCOiSqbrA4h06vPVnTqtQKIw { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #pftvtcqgE8XUqOZgGf0rAAc71xsU3vbF { position:relative;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #vfLlX4WDAKCKIg32CQqZ6SOSIoEuKRIP { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #utRF8SEergKQQ7aLe5EseWeUGZT0Zo5k { position:relative; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #FdQoFqBQRODnHql5POP1dDTLsHe8FW3M { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9sHt5osCr9bxWKBFDpLUdJXPpR2ZTdd { width:35.25rem;height:4.625rem;top:42.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBh2WtK9pkPeQnpcDudMldEkF6OrJqKg { display:block; }
 }@media only screen and (max-width: 763px) { #DZZnC6RmLT4xTkDpRterFNIMDXi3a5kF { top:26.1875rem;left:0.9384765625rem;width:45.8125rem;height:5.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quNTVp8acombKLPQ1ZxvxcLkxt5bAyXn { top:2.875rem;left:15.5rem;width:16.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPzCS8xn9zLQyQNXm8FUb3wsN778LyD0 { top:15.625rem;left:13.5rem;width:20.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDvexifzuB98Bsq19OnDfgKcwSicXz4N { top:32.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeSFMH44aicenShUzT9poxFSza9C1qGd { display:block; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW0kiaVyBFxL219QIHgJUC4IQLU9zenA { top:3.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2tPUpQ55yERKVymJyhP9xS8d7ZTv1bC { top:28.5rem;left:0rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkoGpH2JpKP0SxtUTHu11b598Op1dWVw { top:28.5rem;left:36.1875rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0v4ZZuc7DTbhg7CZ9Tb08dkCxSnfrEo { top:28.5rem;left:25.375000953674rem;width:11.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGX1GxThIGhB2M2vNrVf74nWJXpDHGnq { top:28.5rem;left:9.9687509536744rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpWisP0mtXuM8e0zxQ6BV2SqPGFz5L10 { top:45.3125rem;left:34.5625rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCbBoq5tVMRaLDhrOcMZ3JeVy9x9rKp { top:45.3125rem;left:25.437500953674rem;width:11.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaBPCsvm85AGEOUevcxCbphcympSB2qJ { top:45.0625rem;left:9.9687509536744rem;width:13.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxAbDaJ3LAmmLI7atcBsnJCiCvTcNMM { top:45.3125rem;left:0rem;width:13.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw298zK0TaT4DcwDfZvScnmN2FMqnWFM { top:62.5rem;left:33.6875rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIClwT62xXfJ3tBcPLwFtArdi9tKM0O3 { top:62.5rem;left:23.312500953674rem;width:15.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlKMMp4UMxwTAHCX4vkSlFc3KtIosrm { top:62.4375rem;left:10.718750953674rem;width:12.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVzW5TOQha6CLUqn0Tfy40xb1OXu64iP { top:62.4375rem;left:0rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfbQbrkuRCxar3MPz3X58x1KQaoACSmz { top:79.1875rem;left:31.781250953674rem;width:13.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUwrqLPp0mpuT21CvoK0uyw0h4Gqh0i { top:79.1875rem;left:18.156250953674rem;width:11.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5EKgCScJ2DooPAz8OEO0dzkNngSw3d1 { top:79.1875rem;left:2.4687509536743rem;width:14.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtuCRyorZ32yW67LLFqDCd5QtLaFxpBn { top:11.875rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDNhkeu6PKJKWruGTVDX1mOe6PuzpfrQ { top:12.5rem;left:7.9062509536744rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFM2gBdFIhr8WncVo8a8eiDdD55H0KD6 { top:12.5rem;left:22.000000953674rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96Od36vN5BJ49wORZoPkfXdF5oncGkw { top:12.5rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD7hZBOd0Ti6LTLhpKamf4zTcKVoxT11 { top:29.5625rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22xXWmHyzTgJGOfLoyrgK077MbXQrm8 { top:29.5625rem;left:7.9062509536744rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTDG1xFx1uGmmWoXvPDqq2TttucLKRsa { top:29.6875rem;left:22.000000953674rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrXWCG8LOAKiiFUe3l82ENnWMNKsH0I { top:29.5625rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nRTPJz5iVqTXxim6TWc3XMaGVEWm9x { top:46.875rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJbDPEzdicswOTpJaR726fnbo6lnIfE5 { top:47.375rem;left:8.1562509536744rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm7lmCr5Am8zsFN6VJAxkIhiMPz8WQt2 { top:46.875rem;left:22.000000953674rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nku63qTclrMT77VTg5g4mre9ZCDQC8SS { top:46.875rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEegPMGJt027dps591Fyni45iCMlDV5x { top:63.5625rem;left:0.59375095367432rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMSzkVhIPAFmsShL9Sxq4hMexrwemE2 { top:63.5625rem;left:14.750000953674rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC4XcaNQ6O8rTgW1vi963DF7cBwBUNG0 { top:63.5625rem;left:29.218750953674rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC { display:block; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSSTpEuZ0bIIErsbTiLAlo0q6kZFv1u6 { top:3.9375rem;left:14.25rem;width:33.375rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfqI2ZKvryJqLBOkCni94ZSFD8x4uavl { top:3.9375rem;left:0rem;width:24.375rem;height:10.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0x4WXqQCGRJ2CiOWVB6IIJik8hgW4Le { top:16.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#s0x4WXqQCGRJ2CiOWVB6IIJik8hgW4Le > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lFwUPeJivafCoo0ITkWObfI6Fb0TSdxe { top:17.25rem;left:0rem;width:24.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-regular-label { width:28.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-text { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-text {padding-top: 0; padding-bottom: 0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-textarea { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-select { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-select {padding-top: 0; padding-bottom: 0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-button { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-checkbox-label { width:27.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH  { width:28.625rem;height:auto;top:4.25rem;left:16.625rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .radio-container { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH {display:block;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH { width:28.625rem;height:auto;top:4.25rem;left:16.625rem; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #har3eI7Hks9M8Fh9rxMHg2GKlC7IREWT {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #CbECyf3HhQkywJvhFdr1lN0TPCOHnMXC { display:none; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #MQALsmqaZyklLSO8DlVbbMczoBEpPckc {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #C5kL5zCWw6zPCG5vNVl37yFvW72PyPSm {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #rcip8HxGaqetCpN9DwLIaOzbHFeXuITD { display:none; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #f832bqdMRXBRADqZyMPkMydpJgBR6Q3D {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #N1QsMA0oee8BpDgoNbNbl5wvewZXyaTD {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #R3arQa0TJqWmZ3e1bkDWOSyuNmckLJx0 {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #RnbGPucSgdB5GC9UFZE0Bbe2tSnnQtst {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #MAKk1MtQAViU8ztK8TKO16XgcToSiAxz {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #UgNpW95WfQkE3gTg6RqNJDu3VSwdg7IX {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #ZLFvRuaJSaGmI0i9nnGCGTpPfXbcsMny {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #uLUtAXqWe39hDBoOfCTb6wDX2VM3Lk3y {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Ke5STqKFltA3K5JaLwpGCgQmGwpbwRac {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #iidhUoVPwFORq9zGClZuWCyddnFvAk6X {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Q78V69Qx3feAykKHi3vUZb4iclNFfgPP {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #ii1ikcmrZlWxV4IPRo5krRLKUM7NBkOl {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Jw1za2Hd2erZMVMbeTC923OgEVhizJC8 {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #h92F1L0I2pftHh8Kh2De5AsikArsFyyx {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #B2OdkrMXlTq7NQuU7r4mW1IST9rLlzTT {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #F5V703y1FwlOVSLLGx6SRKdSGfm6VBqX {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #xAfcV7IKWCOiSqbrA4h06vPVnTqtQKIw {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #pftvtcqgE8XUqOZgGf0rAAc71xsU3vbF {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #vfLlX4WDAKCKIg32CQqZ6SOSIoEuKRIP {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #utRF8SEergKQQ7aLe5EseWeUGZT0Zo5k {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #FdQoFqBQRODnHql5POP1dDTLsHe8FW3M {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6bcacb1a-8bfb-4202-8791-722b25d122d2/FTAwards2025KV01.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.adaptive-delivery-prevent-bg, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.lazyload, #rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O.lazyloading { background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { background-color: transparent; background-image: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { display: none; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { border-width: 0; border-radius: 0; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzFTTPtPI06D6ghQf49T1vpDrLL3kk4O > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9sHt5osCr9bxWKBFDpLUdJXPpR2ZTdd { width:18.1875rem;height:3rem;top:18.0947265625rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBh2WtK9pkPeQnpcDudMldEkF6OrJqKg { display:block; }
 }@media only screen and (max-width: 763px) { #DZZnC6RmLT4xTkDpRterFNIMDXi3a5kF { width:20rem;height:2.35546875rem;top:12.3515625rem;left:0rem;font-size:1.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #quNTVp8acombKLPQ1ZxvxcLkxt5bAyXn { width:20rem;height:12.75rem;top:24.532814025879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPzCS8xn9zLQyQNXm8FUb3wsN778LyD0 { width:20rem;height:5.7228915662651rem;top:27.7822265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDvexifzuB98Bsq19OnDfgKcwSicXz4N { width:20rem;height:1.29948125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeSFMH44aicenShUzT9poxFSza9C1qGd { background-color:transparent;background-image: -webkit-linear-gradient(96deg, #000131, #00229d);background-image: -moz-linear-gradient(96deg, #000131, #00229d);background-image: -ms-linear-gradient(96deg, #000131, #00229d);background-image: -o-linear-gradient(96deg, #000131, #00229d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#00229d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#00229d' );";background-image: linear-gradient(96deg, #000131, #00229d);background-size:auto !important;display:block; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container { background-color: transparent; background-image: none; }#BeSFMH44aicenShUzT9poxFSza9C1qGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container > .video-iframe-container { display: none; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row > .video-iframe-container { display: none; }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .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); }#BeSFMH44aicenShUzT9poxFSza9C1qGd > .row .container { width:20rem;height:310.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW0kiaVyBFxL219QIHgJUC4IQLU9zenA { width:19rem;height:4.3997375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2tPUpQ55yERKVymJyhP9xS8d7ZTv1bC { width:11.75rem;height:3.89844375rem;top:21.267579078674rem;left:4.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkoGpH2JpKP0SxtUTHu11b598Op1dWVw { width:11.6875rem;height:2.5989625rem;top:78.42577934265rem;left:3.6562502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0v4ZZuc7DTbhg7CZ9Tb08dkCxSnfrEo { width:11.5625rem;height:2.5989625rem;top:59.539714813233rem;left:4.2187502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGX1GxThIGhB2M2vNrVf74nWJXpDHGnq { width:11.5625rem;height:2.5989625rem;top:40.231121063233rem;left:4.2187502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpWisP0mtXuM8e0zxQ6BV2SqPGFz5L10 { width:11.625rem;height:3.8984375rem;top:157.58660507202rem;left:4.1875002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbCbBoq5tVMRaLDhrOcMZ3JeVy9x9rKp { width:11.75rem;height:2.5989625rem;top:138.4043006897rem;left:4.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaBPCsvm85AGEOUevcxCbphcympSB2qJ { width:11.625rem;height:3.89844375rem;top:117.23307037354rem;left:4.1875002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFxAbDaJ3LAmmLI7atcBsnJCiCvTcNMM { width:11.5rem;height:2.5989625rem;top:97.15625rem;left:4.2500002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lw298zK0TaT4DcwDfZvScnmN2FMqnWFM { width:13.1875rem;height:2.5989625rem;top:237.857421875rem;left:3.4062502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIClwT62xXfJ3tBcPLwFtArdi9tKM0O3 { width:13.9375rem;height:2.5989625rem;top:218.83658981323rem;left:3.0312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGlKMMp4UMxwTAHCX4vkSlFc3KtIosrm { width:11.625rem;height:2.5989625rem;top:199.42839622497rem;left:4.1875002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVzW5TOQha6CLUqn0Tfy40xb1OXu64iP { width:12.0625rem;height:2.5989625rem;top:178.79493331909rem;left:3.9687502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfbQbrkuRCxar3MPz3X58x1KQaoACSmz { width:14.75rem;height:3.8984375rem;top:294.90951538086rem;left:2.6250000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJUwrqLPp0mpuT21CvoK0uyw0h4Gqh0i { width:11.625rem;height:2.5989625rem;top:276.08658981323rem;left:4.1875002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5EKgCScJ2DooPAz8OEO0dzkNngSw3d1 { width:12.0625rem;height:2.5989625rem;top:256.75065231323rem;left:4.2187502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtuCRyorZ32yW67LLFqDCd5QtLaFxpBn { width:18.25rem;height:18.25rem;top:4.6875002384186rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDNhkeu6PKJKWruGTVDX1mOe6PuzpfrQ { width:18.25rem;height:18.25rem;top:24.538411617279rem;left:0.87500005960463rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TFM2gBdFIhr8WncVo8a8eiDdD55H0KD6 { width:18.25rem;height:18.25rem;top:42.830079555511rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96Od36vN5BJ49wORZoPkfXdF5oncGkw { width:18.25rem;height:18.25rem;top:62.8164100647rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD7hZBOd0Ti6LTLhpKamf4zTcKVoxT11 { width:18.25rem;height:18.25rem;top:80.983724117281rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22xXWmHyzTgJGOfLoyrgK077MbXQrm8 { width:18.25rem;height:18.25rem;top:100.27669763565rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTDG1xFx1uGmmWoXvPDqq2TttucLKRsa { width:18.25rem;height:18.25rem;top:121.09049734473rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrXWCG8LOAKiiFUe3l82ENnWMNKsH0I { width:18.25rem;height:18.25rem;top:140.96158885956rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nRTPJz5iVqTXxim6TWc3XMaGVEWm9x { width:18.25rem;height:18.25rem;top:161.48436999321rem;left:0.87500005960463rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #tJbDPEzdicswOTpJaR726fnbo6lnIfE5 { width:18.25rem;height:18.25rem;top:182.28191184997rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm7lmCr5Am8zsFN6VJAxkIhiMPz8WQt2 { width:18.25rem;height:18.25rem;top:202.00327110291rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #nku63qTclrMT77VTg5g4mre9ZCDQC8SS { width:18.25rem;height:18.25rem;top:221.435546875rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEegPMGJt027dps591Fyni45iCMlDV5x { width:18.25rem;height:18.25rem;top:240.45638036728rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMSzkVhIPAFmsShL9Sxq4hMexrwemE2 { width:18.25rem;height:18.25rem;top:259.349609375rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC4XcaNQ6O8rTgW1vi963DF7cBwBUNG0 { width:18.25rem;height:18.25rem;top:278.685557127rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #00229d);background-image: -moz-linear-gradient(180deg, #000131, #00229d);background-image: -ms-linear-gradient(180deg, #000131, #00229d);background-image: -o-linear-gradient(180deg, #000131, #00229d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#00229d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#00229d' );";background-image: linear-gradient(180deg, #000131, #00229d);background-size:auto !important;display:block; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container { background-color: transparent; background-image: none; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container > .video-iframe-container { display: none; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row > .video-iframe-container { display: none; }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .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); }#qoeqewU7wlKtIcC1UhJB9FB6pv6fJoiC > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSSTpEuZ0bIIErsbTiLAlo0q6kZFv1u6 { width:19.875rem;height:45.0625rem;top:23.64323125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfqI2ZKvryJqLBOkCni94ZSFD8x4uavl { width:20rem;height:14.21875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0x4WXqQCGRJ2CiOWVB6IIJik8hgW4Le { display:flex;width:3.125rem;height:3.125rem;top:16.71875rem;left:8.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#s0x4WXqQCGRJ2CiOWVB6IIJik8hgW4Le > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lFwUPeJivafCoo0ITkWObfI6Fb0TSdxe { width:16.125rem;height:1.29948125rem;top:21.09375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-text {padding-top: 0; padding-bottom: 0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"line seed sans th"; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-select {padding-top: 0; padding-bottom: 0;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH  { width:17.5rem;height:41.25rem;top:23.725912905884rem;left:0rem; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH {display:block;}#IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH { width:17.5rem;height:41.25rem;top:23.725912905884rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #har3eI7Hks9M8Fh9rxMHg2GKlC7IREWT {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #CbECyf3HhQkywJvhFdr1lN0TPCOHnMXC { display:block; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #MQALsmqaZyklLSO8DlVbbMczoBEpPckc {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #C5kL5zCWw6zPCG5vNVl37yFvW72PyPSm {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #rcip8HxGaqetCpN9DwLIaOzbHFeXuITD { display:block; }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #f832bqdMRXBRADqZyMPkMydpJgBR6Q3D {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #N1QsMA0oee8BpDgoNbNbl5wvewZXyaTD {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #R3arQa0TJqWmZ3e1bkDWOSyuNmckLJx0 {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #RnbGPucSgdB5GC9UFZE0Bbe2tSnnQtst {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #MAKk1MtQAViU8ztK8TKO16XgcToSiAxz {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #UgNpW95WfQkE3gTg6RqNJDu3VSwdg7IX {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #ZLFvRuaJSaGmI0i9nnGCGTpPfXbcsMny {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #uLUtAXqWe39hDBoOfCTb6wDX2VM3Lk3y {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Ke5STqKFltA3K5JaLwpGCgQmGwpbwRac {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #iidhUoVPwFORq9zGClZuWCyddnFvAk6X {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Q78V69Qx3feAykKHi3vUZb4iclNFfgPP {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #ii1ikcmrZlWxV4IPRo5krRLKUM7NBkOl {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #Jw1za2Hd2erZMVMbeTC923OgEVhizJC8 {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #h92F1L0I2pftHh8Kh2De5AsikArsFyyx {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #B2OdkrMXlTq7NQuU7r4mW1IST9rLlzTT {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #F5V703y1FwlOVSLLGx6SRKdSGfm6VBqX {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #xAfcV7IKWCOiSqbrA4h06vPVnTqtQKIw {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #pftvtcqgE8XUqOZgGf0rAAc71xsU3vbF {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #vfLlX4WDAKCKIg32CQqZ6SOSIoEuKRIP {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #utRF8SEergKQQ7aLe5EseWeUGZT0Zo5k {  }
 }@media only screen and (max-width: 763px) { #IbQ2KmSOvB7fEi46LCvQrmETzu6r59iH #FdQoFqBQRODnHql5POP1dDTLsHe8FW3M {  }
 }