.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.95);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container { background-color: transparent; background-image: none; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container > .video-iframe-container { display: none; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row > .video-iframe-container { display: none; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .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); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container { border-width: 0; border-radius: 0; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#VmptBE1ooRtuNwzt3ZIcwoBRrBTmlUuf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.375rem;top:0.78125rem;left:3.125rem;overflow:hidden;display:block; }
#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004797;background-image:url("https://images.assets-landingi.com/uc/0d6152ea-fc1e-4e85-b329-cdffd044606c/prenumeratagazeta15.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.adaptive-delivery-prevent-bg, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyload, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyloading { background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:19.636459350586rem;left:15.562501907349rem;height:3.5980875rem;color:#ffffff;font-style:normal;display:block; }
#RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { display:block;width:27.5rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:27.986328125rem;left:3.125rem;height:10.79426875rem;color:#fff6f6;font-style:normal;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-form-header {  }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:1rem;font-weight:300;color:#f2f9ff;width:25.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ebecf0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.5625rem;color:#003474;font-size:0.8125rem;overflow:hidden;font-family:kanit;font-weight:700;font-style:normal;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ebecf0;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;width:25.1875rem;box-sizing:border-box;height:4.375rem;color:#003474;font-size:0.8125rem;overflow:hidden;font-family:kanit;font-weight:700;font-style:normal;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.5rem;color:#6e6e6e;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .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; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f5a623;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:11.3125rem;height:3.125rem;font-family:kanit;overflow:hidden;font-style:normal;box-shadow: none; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]:-moz-placeholder { color:#bababa;font-family:kanit;font-size:0.8125rem;font-weight:300;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]::-moz-placeholder { color:#bababa;font-family:kanit;font-size:0.8125rem;font-weight:300;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]:-ms-input-placeholder { color:#bababa;font-family:kanit;font-size:0.8125rem;font-weight:300;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]::-webkit-input-placeholder { color:#bababa;font-family:kanit;font-size:0.8125rem;font-weight:300;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:first-of-type{padding-top:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:last-of-type{padding-bottom:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a  { background-color:#003474;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.5rem;top:10.625rem;z-index:15002;position:absolute;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,62,132,0.8) ; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { background-color:#003474;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.5rem;top:10.625rem;z-index:15002;position:absolute;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,62,132,0.8) ; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 { position:relative;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #Doxoxzgr4oDsPF8KTLCMb4Rw6fThkc6S { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #LJSIGQl8J04FcXbBlm9JEaig6MaTEM0L { position:relative;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #TRgpPU9NiygzE6Jc5dHRekKQXL21MHrv { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX { position:relative;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #HSIbkltaNFsrz7H7lWQR92mdtvJLhCsy { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #e3r5VJlaT7nC2RW0BlxNIf7JxZSgd5GQ { position:relative;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #WCqTlm8aFdZG4TnSfVnXsHKTp5MWuEgt { position:relative; }
#Q0aSJmzCypkbbFn3SPfgSsWm5fvi9l5a { position:relative;display:block;z-index:100000;display:block; }
#vn2QbIXwvqQcIL0RhKluKrU1t51CTuWJ { position:relative;display:block;z-index:100000;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe { position:relative; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb { position:relative; }
#drtDLTZxSnznxImZ1zHNlqua88ByJdKu { 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:3.75rem;width:10.4375rem;top:19.687501907349rem;left:2.9375rem;overflow:hidden;display:block; }
#deR0VnkyrukV9GMxNSwfXA9T06LXOSVc { color:rgba(255,255,255,0.5);display:block;width:31.25rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:42.8125rem;left:3.125rem;height:3.8984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BGmTap3rL7vTnnu2Bd5NHp7sKZOxM43T { color:#f5a623;display:block;width:28.125rem;position:absolute;font-family:kanit;font-size:4.375rem;font-weight:400;z-index:15004;line-height:.8;letter-spacing:0;top:10.1875rem;left:3.125rem;height:6.9986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yABCPPWdSTCUTWqTdVki7Qw0XnErHxm8 { position:absolute;display:block;z-index:14994;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:41.875rem;width:43.75rem;top:2.6875rem;left:12.25rem;overflow:hidden;display:block; }
#iQy93qraN1esSmr59tv36WUBLchtgwkx { position:relative;display:none; }#iQy93qraN1esSmr59tv36WUBLchtgwkx { border-width: 0; border-radius: 0; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebecf0;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; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container { background-color: transparent; background-image: none; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container > .video-iframe-container { display: none; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row > .video-iframe-container { display: none; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .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); }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container { border-width: 0; border-radius: 0; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:47.125rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.125rem;height:4.0625rem;color:#004797;font-style:normal;display:block; }
#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { display:block;width:35.375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.125rem;height:16.0894125rem;color:#898989;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JO6yT6Vi8ygle40JkpmnNFi3nPHZ2Idf { position:absolute;display:block;z-index:14999;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:23.4375rem;width:43.75rem;top:6.5625rem;left:30.625rem;overflow:hidden;display:block; }
#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004797;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; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container { background-color: transparent; background-image: none; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container > .video-iframe-container { display: none; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row > .video-iframe-container { display: none; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .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); }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container { border-width: 0; border-radius: 0; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#HAoFbruL1CzG75ZKMuxymdbwnw6KCluG { display:block;width:47.125rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:4.0625rem;color:#ffffff;font-style:normal;display:block; }
#hWHkTGBPgOSpq41RXtLTsNGF4dAOWIMh { display:block;width:52.6875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.125rem;height:2.92535rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wq1sT9Up4CEQfwKaPFKTpdXrMkD1XHfl { position:absolute;display:block;z-index:15002;background-color:#003474;background-image:none;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: 0rem 0rem 3.75rem rgba(0,52,116,0.7) ;height:25rem;width:21.875rem;top:15.625rem;left:3.125rem;display:block; }
#SbWQqeLF3mwvCghN0FmHfoXWaCbK4XQJ { display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:17.5rem;left:5rem;height:3.75rem;color:#f5a623;font-style:normal;display:block; }
#BOOn7O6dJyTpA9DREnT2DSw0AoockHTJ { display:block;width:14.5rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.912109375rem;left:5rem;height:4.38801875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHmKMcGSD7FNgGzTdJBisJwoMuFkWFiX { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:28.125rem;left:4.3125rem;display:block; }
#AzxcT1iiPmlfVSgpgCii00xA793ctPBr { color:rgba(255,255,255,0.3);display:block;width:15.4375rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.25rem;left:5rem;height:6.334625rem;font-style:normal;display:block; }
#o6raAiPtotmwWktBbJUMLvXpIqyGeXEL { display:block;width:16.375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.9375rem;left:28.4375rem;height:5.85069375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#StSyDfUTblyGwaLisT74THy3i0Ue7p6f { color:rgba(255,255,255,0.3);display:block;width:16.3125rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:28.4375rem;height:7.3904375rem;font-style:normal;display:block; }
#WB6gZ3U1XQkFPnLktt9kD7nIH3raCKvg { display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:17.5rem;left:28.4375rem;height:3.75rem;color:#f5a623;font-style:normal;display:block; }
#K5JtagfvJXor9Oz3ceR4uAxVE90lmvlZ { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:28.125rem;left:27.75rem;display:block; }
#kCi6qf1lmEV1tTnfGsl7M5T36ONQthFF { display:block;width:16.5625rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.9375rem;left:52.125rem;height:5.85069375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABQk53cpVgsL5ncTAvJVSfyc56e3W70U { color:rgba(255,255,255,0.3);display:block;width:10.75rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.25rem;left:52.125rem;height:5.2788625rem;display:block; }
#ygIDE9WZ6vUMrQaIWuu4JTcZld866Oi6 { display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:17.5rem;left:52.125rem;height:3.75rem;color:#f5a623;font-style:normal;display:block; }
#ebAqbtDmCHZnVZewhXzSR0LarIHt6pq7 { box-sizing:content-box;color:rgba(253,253,253,0.3);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:28.125rem;left:51.4375rem;display:block; }
#zuDZLPyTD89VhpCphqqWFmiDB9AkbQpZ { position:absolute;display:block;z-index:15005;background-color:#003474;background-image:none;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: 0rem 0rem 3.75rem rgba(0,52,116,0.7) ;height:25rem;width:21.875rem;top:15.625rem;left:50.25rem;display:block; }
#dxtfsWR8hWkDZLUc08FA3ecqxJC84wR1 { position:absolute;display:block;z-index:15006;background-color:#003474;background-image:none;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: 0rem 0rem 3.75rem rgba(0,52,116,0.7) ;height:25rem;width:21.875rem;top:15.625rem;left:26.5625rem;display:block; }
#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003474;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; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container { background-color: transparent; background-image: none; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container > .video-iframe-container { display: none; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row > .video-iframe-container { display: none; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .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); }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container { border-width: 0; border-radius: 0; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#HKvR3TuduVOIiG3pk3zbOdMhpGEKondH { display:block;width:21.3125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.875rem;left:3.1875rem;height:6.7480625rem;color:#ffffff;font-style:normal;display:block; }
#DyBkGgk7mtB8TmxXNy1TwEB2SKL1hD3k { display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:28.5rem;height:1.462675rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXnWJaLxPI3CDL4VH6xkO9v4C1M1D7zg { display:block;width:6.25rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:31.062501907349rem;height:1.462675rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U2IhLqcVomR401T251AnQOkyZkDhTzhD { display:block;width:9.375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5625rem;left:42.625001907349rem;height:2.92535rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UENEMUmP2AbS63TplIzX7Zc7xHh64XnX { box-sizing:content-box;color:#f5a623;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:block;z-index:15003;top:8.8101654052738rem;left:28.011720657349rem;display:block; }
#bnz0yVkzJWvXITlD2i3Xb7Rp8dIrb9Hm { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:9.5rem;left:28.699998855591rem;display:block; }
#hJK58Z1agzoxOssnhE9JFuGtFDMmTBaR { box-sizing:content-box;color:#f5a623;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:block;z-index:15005;top:8.8718719482425rem;left:39.636720657349rem;display:block; }
#RvS550zK5v85ObGfXmDEH99UyHAdTyOC { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:9.5625rem;left:40.324998855591rem;display:block; }
#TAtz47eH0TRQl6NninO8I49Sit6n0rQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebecf0;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; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container { background-color: transparent; background-image: none; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container > .video-iframe-container { display: none; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row > .video-iframe-container { display: none; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .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); }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container { border-width: 0; border-radius: 0; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#NsZtBRJq2eV76D6Oa9XVuRk8C4CHWofS { display:block;width:68.75rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.0;letter-spacing:0;top:3.8125002384186rem;left:3.125rem;height:6.25rem;color:#004797;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAev4r1wunXi99AMBmMpRANGWbag28ZA { background-color:#f5a623;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:kanit;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.1875rem;left:31.8125rem;display:block; }
#FRhQ4v1vJfgXAE7qsSETylfVw6daI7rT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004797;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; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container { background-color: transparent; background-image: none; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container > .video-iframe-container { display: none; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row > .video-iframe-container { display: none; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .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); }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container { border-width: 0; border-radius: 0; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#ror1L6hIvfxK217AfvPMg5Tg5ab2atnL { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:2.0625rem;left:38.812501907349rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GOmbT4IVh5NuHPz2lkf0kamMXpdZm5hx { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.34895324707rem;left:41.937501907349rem;height:1.3rem;font-style:normal;display:block; }
#zi9DgAf5viOBVloMrTDwufQAKUwsmHoZ { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:41.937501907349rem;height:2.6rem;font-style:normal;display:block; }
#GKLiJb3sS5NL3pkDs3vB8n16QS2Oc4Fb { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.812501907349rem;height:5.84635625rem;font-style:normal;display:block; }
#qWX54xSIukZmFDiCkNtkpQK4aPAreBLd { position:absolute;display:block;z-index:14996;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:21.875rem;width:21.875rem;top:2.375rem;left:8.5rem;overflow:hidden;display:block; }
#uRWzTIcTNNgd1X5DN4XpKyyrpILSNsc2 { 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:19.8125rem;width:31.25rem;top:3.65625rem;left:3.125rem;overflow:hidden;display:block; }
#BORNWQ5oiGRBfn1SzDwe3vf171PToheU { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.4375rem;left:41.937501907349rem;height:2.6rem;font-style:normal;display:block; }
#uCBC8yAMRxNxVbH8zSaU7MumTTwVZkiG { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:14.561447143555rem;left:38.325002670288rem;display:block; }
#V7m9hPT5JAkvP2n6mh8P7aVdIBFnKi3F { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:17.768753051757rem;left:38.312501907349rem;display:block; }
#ubvbBvqESrerLhgxWbVTOKiL6TvuKL9V { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:21.290618896484rem;left:38.325002670288rem;display:block; }
#GrMDTJE3eUinpiwnm6sTUbWZOWsiOPvy { box-sizing:content-box;color:rgba(255,255,255,0.3);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:24.598091125488rem;left:38.324653625488rem;display:block; }
#XJEzoH7z5ynKhoOFZHQmfv7bnTNHS5ap { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:25.292318344116rem;left:41.936851501465rem;height:1.2999125rem;font-style:normal;display:block; }
#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3b6f;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; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container { background-color: transparent; background-image: none; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container > .video-iframe-container { display: none; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row > .video-iframe-container { display: none; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .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); }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container { border-width: 0; border-radius: 0; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#vmJ9xWmfbPdeap9D1IzvL75xWCpMENrf { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:59.75rem;height:1.055775rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d8dSE6VXZn7bw3VSVtQsAhLh2LgTaahS { background-color:transparent;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;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:kanit;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.125rem;left:2.0625rem;display:block; }
#ofz2iVNu1F0Qt55DaQOUN2WRXktm8w60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7fXlGL5OBbF3AGCuGL1qgItbFIOLKr2 { background-color:transparent;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;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:kanit;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.125rem;left:14.84375rem;display:block; }
#uG9bWQhbbCGbfEW5AouTRpPJihwr1XcM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #QuBN1pN48ldoQTIgsstyZTUdqIy282oB { display:block; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmptBE1ooRtuNwzt3ZIcwoBRrBTmlUuf { width:4.375rem;height:2.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:26.1875rem;height:8.125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a  { width:21.3125rem;height:auto; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { width:21.3125rem;height:auto; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Doxoxzgr4oDsPF8KTLCMb4Rw6fThkc6S {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #LJSIGQl8J04FcXbBlm9JEaig6MaTEM0L { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #TRgpPU9NiygzE6Jc5dHRekKQXL21MHrv {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #HSIbkltaNFsrz7H7lWQR92mdtvJLhCsy {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #e3r5VJlaT7nC2RW0BlxNIf7JxZSgd5GQ { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #WCqTlm8aFdZG4TnSfVnXsHKTp5MWuEgt {  }
 }@media only screen and (max-width: 763px) { #Q0aSJmzCypkbbFn3SPfgSsWm5fvi9l5a { display:block; }
 }@media only screen and (max-width: 763px) { #vn2QbIXwvqQcIL0RhKluKrU1t51CTuWJ { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb {  }
 }@media only screen and (max-width: 763px) { #drtDLTZxSnznxImZ1zHNlqua88ByJdKu { width:10.4375rem;height:3.75rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deR0VnkyrukV9GMxNSwfXA9T06LXOSVc { width:31.25rem;height:3.9375rem;top:42.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGmTap3rL7vTnnu2Bd5NHp7sKZOxM43T { width:28.125rem;height:7rem;top:10.1875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABCPPWdSTCUTWqTdVki7Qw0XnErHxm8 { width:43.75rem;height:41.875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQy93qraN1esSmr59tv36WUBLchtgwkx { display:none; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ { display:block; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:47.125rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:35.375rem;height:16.0625rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO6yT6Vi8ygle40JkpmnNFi3nPHZ2Idf { width:43.75rem;height:23.4375rem;top:6.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshatXCadZ1wCz41wq1ZAlymTZX3NbTB { display:block; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAoFbruL1CzG75ZKMuxymdbwnw6KCluG { width:47.125rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWHkTGBPgOSpq41RXtLTsNGF4dAOWIMh { width:47.75rem;height:2.875rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1sT9Up4CEQfwKaPFKTpdXrMkD1XHfl { width:21.875rem;height:25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbWQqeLF3mwvCghN0FmHfoXWaCbK4XQJ { width:16.875rem;height:1.75rem;top:5.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOn7O6dJyTpA9DREnT2DSw0AoockHTJ { width:16.875rem;height:5.25rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmKMcGSD7FNgGzTdJBisJwoMuFkWFiX { width:3.4375rem;height:3.4375rem;top:28.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzxcT1iiPmlfVSgpgCii00xA793ctPBr { width:15.4375rem;height:6.3125rem;top:31.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6raAiPtotmwWktBbJUMLvXpIqyGeXEL { width:16.875rem;height:5.25rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StSyDfUTblyGwaLisT74THy3i0Ue7p6f { width:16.3125rem;height:7.375rem;top:31.25rem;left:14.812501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB6gZ3U1XQkFPnLktt9kD7nIH3raCKvg { width:16.875rem;height:1.75rem;top:5.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5JtagfvJXor9Oz3ceR4uAxVE90lmvlZ { width:3.4375rem;height:3.4375rem;top:28.125rem;left:14.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCi6qf1lmEV1tTnfGsl7M5T36ONQthFF { width:16.875rem;height:5.25rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQk53cpVgsL5ncTAvJVSfyc56e3W70U { width:10.75rem;height:5.25rem;top:31.1875rem;left:37rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygIDE9WZ6vUMrQaIWuu4JTcZld866Oi6 { width:16.875rem;height:1.75rem;top:5.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebAqbtDmCHZnVZewhXzSR0LarIHt6pq7 { width:3.4375rem;height:3.4375rem;top:28.125rem;left:37.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuDZLPyTD89VhpCphqqWFmiDB9AkbQpZ { width:21.875rem;height:25rem;top:15.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxtfsWR8hWkDZLUc08FA3ecqxJC84wR1 { width:21.875rem;height:25rem;top:15.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCSO5WRLsiMS9vz1Te6ecWato7C42NTu { display:block; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKvR3TuduVOIiG3pk3zbOdMhpGEKondH { width:21.3125rem;height:9rem;top:4.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyBkGgk7mtB8TmxXNy1TwEB2SKL1hD3k { width:18.75rem;height:1.4375rem;top:6.875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnWJaLxPI3CDL4VH6xkO9v4C1M1D7zg { width:6.25rem;height:1.4375rem;top:9.5625rem;left:17.437501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2IhLqcVomR401T251AnQOkyZkDhTzhD { width:9.375rem;height:1.4375rem;top:9.5625rem;left:29.000001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENEMUmP2AbS63TplIzX7Zc7xHh64XnX { width:3.125rem;height:3.125rem;top:8.75rem;left:14.386720657349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnz0yVkzJWvXITlD2i3Xb7Rp8dIrb9Hm { width:1.75rem;height:1.75rem;top:9.5rem;left:15.074998855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJK58Z1agzoxOssnhE9JFuGtFDMmTBaR { width:3.125rem;height:3.125rem;top:8.8125rem;left:26.011720657349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvS550zK5v85ObGfXmDEH99UyHAdTyOC { width:1.75rem;height:1.75rem;top:9.5625rem;left:26.699998855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtz47eH0TRQl6NninO8I49Sit6n0rQW { display:block; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsZtBRJq2eV76D6Oa9XVuRk8C4CHWofS { width:47.75rem;height:6.25rem;top:3.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAev4r1wunXi99AMBmMpRANGWbag28ZA { width:11.375rem;height:3.4375rem;top:12.1875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhQ4v1vJfgXAE7qsSETylfVw6daI7rT { display:block; }
 }@media only screen and (max-width: 763px) { #z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 { display:block; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ror1L6hIvfxK217AfvPMg5Tg5ab2atnL { width:31.25rem;height:4.875rem;top:2.0625rem;left:16.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOmbT4IVh5NuHPz2lkf0kamMXpdZm5hx { width:24.375rem;height:1.3125rem;top:15.3125rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi9DgAf5viOBVloMrTDwufQAKUwsmHoZ { width:24.375rem;height:2.625rem;top:17.875rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLiJb3sS5NL3pkDs3vB8n16QS2Oc4Fb { width:27.5rem;height:5.875rem;top:7.4375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWX54xSIukZmFDiCkNtkpQK4aPAreBLd { width:21.875rem;height:21.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRWzTIcTNNgd1X5DN4XpKyyrpILSNsc2 { width:31.25rem;height:19.8125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BORNWQ5oiGRBfn1SzDwe3vf171PToheU { width:24.375rem;height:2.5625rem;top:21.4375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCBC8yAMRxNxVbH8zSaU7MumTTwVZkiG { width:2.75rem;height:2.8125rem;top:14.5rem;left:24.700002670288rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9hPT5JAkvP2n6mh8P7aVdIBFnKi3F { width:2.75rem;height:2.8125rem;top:17.75rem;left:24.687501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubvbBvqESrerLhgxWbVTOKiL6TvuKL9V { width:2.75rem;height:2.8125rem;top:21.25rem;left:24.700002670288rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMDTJE3eUinpiwnm6sTUbWZOWsiOPvy { width:2.6875rem;height:2.749010640305rem;top:24.5625rem;left:24.699653625488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEzoH7z5ynKhoOFZHQmfv7bnTNHS5ap { width:27.5rem;height:1.25rem;top:25.25rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 { display:block; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmJ9xWmfbPdeap9D1IzvL75xWCpMENrf { width:12.0625rem;height:1rem;top:0.625rem;left:35.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8dSE6VXZn7bw3VSVtQsAhLh2LgTaahS { width:12.5rem;height:2.1875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofz2iVNu1F0Qt55DaQOUN2WRXktm8w60 { display:block; }
 }@media only screen and (max-width: 763px) { #h7fXlGL5OBbF3AGCuGL1qgItbFIOLKr2 { width:8.75rem;height:2.1875rem;top:0.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9bWQhbbCGbfEW5AouTRpPJihwr1XcM { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #QuBN1pN48ldoQTIgsstyZTUdqIy282oB { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container { background-color: transparent; background-image: none; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container > .video-iframe-container { display: none; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row > .video-iframe-container { display: none; }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .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); }#QuBN1pN48ldoQTIgsstyZTUdqIy282oB > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmptBE1ooRtuNwzt3ZIcwoBRrBTmlUuf { width:3.8125rem;height:2.5rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:#004797;background-image:none;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:14.9375rem;height:1.35rem;top:15.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { width:15.625rem;height:6.295575rem;top:19.037109375rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select {padding-top: 0; padding-bottom: 0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a  { width:17.5rem;height:auto;top:26.84375rem;left:0rem; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { width:17.5rem;height:auto;top:26.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Doxoxzgr4oDsPF8KTLCMb4Rw6fThkc6S {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #LJSIGQl8J04FcXbBlm9JEaig6MaTEM0L { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #TRgpPU9NiygzE6Jc5dHRekKQXL21MHrv {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #HSIbkltaNFsrz7H7lWQR92mdtvJLhCsy {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #e3r5VJlaT7nC2RW0BlxNIf7JxZSgd5GQ { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #WCqTlm8aFdZG4TnSfVnXsHKTp5MWuEgt {  }
 }@media only screen and (max-width: 763px) { #Q0aSJmzCypkbbFn3SPfgSsWm5fvi9l5a { display:block; }
 }@media only screen and (max-width: 763px) { #vn2QbIXwvqQcIL0RhKluKrU1t51CTuWJ { display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb {  }
 }@media only screen and (max-width: 763px) { #drtDLTZxSnznxImZ1zHNlqua88ByJdKu { width:5.75rem;height:2.0625rem;top:11.44921875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deR0VnkyrukV9GMxNSwfXA9T06LXOSVc { width:18.75rem;height:6.82075rem;top:63.209409713744rem;left:0.62395834922791rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGmTap3rL7vTnnu2Bd5NHp7sKZOxM43T { width:12.5rem;height:3.1987875rem;top:7rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yABCPPWdSTCUTWqTdVki7Qw0XnErHxm8 { width:20rem;height:19.1425625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQy93qraN1esSmr59tv36WUBLchtgwkx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d6152ea-fc1e-4e85-b329-cdffd044606c/prenumeratagazeta15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#iQy93qraN1esSmr59tv36WUBLchtgwkx.adaptive-delivery-prevent-bg, #iQy93qraN1esSmr59tv36WUBLchtgwkx.lazyload, #iQy93qraN1esSmr59tv36WUBLchtgwkx.lazyloading { background-image: none; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container { background-color: transparent; background-image: none; }#iQy93qraN1esSmr59tv36WUBLchtgwkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container > .video-iframe-container { display: none; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row > .video-iframe-container { display: none; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .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); }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container { border-width: 0; border-radius: 0; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQy93qraN1esSmr59tv36WUBLchtgwkx > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ { display:block; }#FTkTxLRfyknRJ5KSQb9cPcrwlMoBaXOZ > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:18rem;height:4rem;top:3.125rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:17.5rem;height:24.69835625rem;top:8.38671875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO6yT6Vi8ygle40JkpmnNFi3nPHZ2Idf { width:20rem;height:10.713875rem;top:33.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WshatXCadZ1wCz41wq1ZAlymTZX3NbTB { display:block; }#WshatXCadZ1wCz41wq1ZAlymTZX3NbTB > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAoFbruL1CzG75ZKMuxymdbwnw6KCluG { width:13.75rem;height:4.5486125rem;top:3.125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWHkTGBPgOSpq41RXtLTsNGF4dAOWIMh { width:18.125rem;height:7.8rem;top:8.38671875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1sT9Up4CEQfwKaPFKTpdXrMkD1XHfl { width:20rem;height:21.25rem;top:17.0703125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SbWQqeLF3mwvCghN0FmHfoXWaCbK4XQJ { width:20rem;height:3.2508625rem;top:18.3203125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOn7O6dJyTpA9DREnT2DSw0AoockHTJ { width:14.0625rem;height:3.9rem;top:22.107421875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmKMcGSD7FNgGzTdJBisJwoMuFkWFiX { width:3.4375rem;height:3.4375rem;top:27.5078125rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzxcT1iiPmlfVSgpgCii00xA793ctPBr { width:16.25rem;height:6.334625rem;top:30.7578125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6raAiPtotmwWktBbJUMLvXpIqyGeXEL { width:16.5rem;height:3.9rem;top:44.6328125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StSyDfUTblyGwaLisT74THy3i0Ue7p6f { width:16.25rem;height:7.3904375rem;top:52.1953125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB6gZ3U1XQkFPnLktt9kD7nIH3raCKvg { width:18.125rem;height:3.2508625rem;top:40.8203125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5JtagfvJXor9Oz3ceR4uAxVE90lmvlZ { width:3.4375rem;height:3.4375rem;top:48.9453125rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCi6qf1lmEV1tTnfGsl7M5T36ONQthFF { width:14.6875rem;height:5.2rem;top:67.1328125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQk53cpVgsL5ncTAvJVSfyc56e3W70U { width:10.0625rem;height:5.2788625rem;top:76.7578125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygIDE9WZ6vUMrQaIWuu4JTcZld866Oi6 { width:18.125rem;height:3.2508625rem;top:63.3203125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebAqbtDmCHZnVZewhXzSR0LarIHt6pq7 { width:3.4375rem;height:3.4375rem;top:73.5703125rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuDZLPyTD89VhpCphqqWFmiDB9AkbQpZ { width:20rem;height:21.25rem;top:62.0703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxtfsWR8hWkDZLUc08FA3ecqxJC84wR1 { width:20rem;height:21.25rem;top:39.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCSO5WRLsiMS9vz1Te6ecWato7C42NTu { display:block; }#HCSO5WRLsiMS9vz1Te6ecWato7C42NTu > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKvR3TuduVOIiG3pk3zbOdMhpGEKondH { width:18.125rem;height:8.3984375rem;top:3.125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyBkGgk7mtB8TmxXNy1TwEB2SKL1hD3k { width:16.25rem;height:1.3rem;top:12.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnWJaLxPI3CDL4VH6xkO9v4C1M1D7zg { width:6.25rem;height:1.462675rem;top:15.551559448243rem;left:3.2578126192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2IhLqcVomR401T251AnQOkyZkDhTzhD { width:9.375rem;height:1.462675rem;top:19.481246948243rem;left:3.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENEMUmP2AbS63TplIzX7Zc7xHh64XnX { width:3.125rem;height:3.125rem;top:14.595315933227rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnz0yVkzJWvXITlD2i3Xb7Rp8dIrb9Hm { width:1.75rem;height:1.75rem;top:15.275009155274rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJK58Z1agzoxOssnhE9JFuGtFDMmTBaR { width:3.125rem;height:3.125rem;top:18.650009155274rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvS550zK5v85ObGfXmDEH99UyHAdTyOC { width:1.75rem;height:1.75rem;top:19.337509155274rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtz47eH0TRQl6NninO8I49Sit6n0rQW { display:block; }#TAtz47eH0TRQl6NninO8I49Sit6n0rQW > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsZtBRJq2eV76D6Oa9XVuRk8C4CHWofS { width:20rem;height:6rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAev4r1wunXi99AMBmMpRANGWbag28ZA { width:11.375rem;height:3.4375rem;top:10.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhQ4v1vJfgXAE7qsSETylfVw6daI7rT { display:block; }
 }@media only screen and (max-width: 763px) { #z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 { display:block; }#z1Et95ap0hPJdtPnJ2QGetN1TfuLMgJ3 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ror1L6hIvfxK217AfvPMg5Tg5ab2atnL { width:15.625rem;height:4rem;top:3.125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GOmbT4IVh5NuHPz2lkf0kamMXpdZm5hx { width:13.75rem;height:2.6rem;top:28.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi9DgAf5viOBVloMrTDwufQAKUwsmHoZ { width:13.75rem;height:5.2rem;top:32.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLiJb3sS5NL3pkDs3vB8n16QS2Oc4Fb { width:17.6875rem;height:3.6002625rem;top:8.0625rem;left:0.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qWX54xSIukZmFDiCkNtkpQK4aPAreBLd { width:15.625rem;height:15.625rem;top:12.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRWzTIcTNNgd1X5DN4XpKyyrpILSNsc2 { width:20rem;height:12.75rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BORNWQ5oiGRBfn1SzDwe3vf171PToheU { width:12.5rem;height:3.9rem;top:39.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCBC8yAMRxNxVbH8zSaU7MumTTwVZkiG { width:2.75rem;height:2.8125rem;top:28.706247329712rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9hPT5JAkvP2n6mh8P7aVdIBFnKi3F { width:2.75rem;height:2.8125rem;top:34.131251335144rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubvbBvqESrerLhgxWbVTOKiL6TvuKL9V { width:2.75rem;height:2.8125rem;top:39.581252098084rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMDTJE3eUinpiwnm6sTUbWZOWsiOPvy { width:2.6875rem;height:2.749010640305rem;top:44.585504531861rem;left:0.62500005960463rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEzoH7z5ynKhoOFZHQmfv7bnTNHS5ap { width:16.125rem;height:2.599825rem;top:44.660375595093rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 { display:block; }#Zgrbbvvxb3OI9uPH4b8QorQkp9ipZr25 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmJ9xWmfbPdeap9D1IzvL75xWCpMENrf { width:20rem;height:1.055775rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8dSE6VXZn7bw3VSVtQsAhLh2LgTaahS { width:11.25rem;height:2.1875rem;top:0.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofz2iVNu1F0Qt55DaQOUN2WRXktm8w60 { display:block; }
 }@media only screen and (max-width: 763px) { #h7fXlGL5OBbF3AGCuGL1qgItbFIOLKr2 { width:8.125rem;height:2.1875rem;top:0.625rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9bWQhbbCGbfEW5AouTRpPJihwr1XcM { display:block; }
 }