.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM.adaptive-delivery-prevent-bg, #ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM.lazyload, #ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM.lazyloading { background-image: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container { background-color: transparent; background-image: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container > .video-iframe-container { display: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row > .video-iframe-container { display: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .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); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container { border-width: 0; border-radius: 0; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#i4sLbEUH1w4azKRbqNLTwanNLvcl7McT { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:15rem;left:37.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F58UL8ipIrAp2NDWFJdhJWmXicvKMxQL { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6458339691163rem;left:4.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAsxFNHxoNwnCI9iP0UTS5HztRSQetdz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#IcPSxFLCRRmdnCWyhpFqkfyxMCPxDoHJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:12.625rem;top:39.9375rem;left:39.21875rem;overflow:hidden;display:block; }
#yNN1Qf781uwDWykTlQLE0BX2kWANuv3V { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:14.0625rem;left:38.1875rem;display:block; }
#cAbVRtteDFxCurCbZRl2MM63eaVWioNg { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:46.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#SGRLRsBqZC436K51W5DyVBTnaJzbkHkE { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:46.6875rem;left:28.125rem;overflow:hidden;display:block; }
#W6daw9EFZ5DcgrZRw5fAsne0CIJwSUWU { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:50.0869140625rem;left:23.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-form-header {  }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-text {padding-top: 0; padding-bottom: 0;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-select {padding-top: 0; padding-bottom: 0;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .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; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-button { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:15rem;height:4.0625rem;font-family:lato;overflow:hidden; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k [class*="-text"]:-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k [class*="-text"]::-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .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; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-container:first-of-type{padding-top:0;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-container:last-of-type{padding-bottom:0;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.375rem;top:18.7490234375rem;z-index:100038;position:absolute; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k {display:block;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.375rem;top:18.7490234375rem;z-index:100038;position:absolute; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #W4Ts8Dp8pPlbMhwydBLHpWThoNsTRErv { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #vAdSWtOxCDTHNKWSgeAbk0vMyVR8o7mN { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #HrgqgoTs3vMkgRFdTw2NELDHf9y390Si { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #nWEMvOdXOgokExpzLNRnLNmczLSidlnd { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #iPCr40yHy1euMfNdQ1KVvsLHmXohneGo { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #Gv8NSEbzOmhh6cCOR1HCsDx4XmTEFHdH { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #SiIGBi7DUZXMAscgmyFRm1tfJvLyCSot { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #T5ldu3xaumhQeMvqXg0uVe87T3pLrLwn { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #bVbq6DNoPs5TMmiRgDPJkHBJrr545U5k { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #wBuhXrdGCOv3XrcWEE0roM9qOO82F7Sq { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #lSQgkKHicnGfnif4KOllNITZPPX8drT2 { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #hxnaI2RPPRDX7wmLCA7V8P0EgHhr7TGy { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PAUbTsxNx60orf3MMZRcJ80QoITfHJ0p { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PAUbTsxNx60orf3MMZRcJ80QoITfHJ0p .container-column{width:50%;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #zT5Q6pkR3SXhC4KdEJRqLQJpCzdXF11T { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PZ2TUlLzbTEmA3hbI3xMa046r0Fvf2gd { position:relative;z-index:2; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #AhzFaAkN4ZJLDZk0D5TO2QH7AAMWTUr3 { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #xZZ2Cow4xKzdvynTxt73NXRNzvlupHq8 { position:relative;z-index:2; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #iIH0TQuOKCk4QJUqsBA8wqWC4vvBXF9V { position:relative; }
#Rb7c5un6FSgN8ONUGSCZUkp1lycBVOKm { position:relative;display:block; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #fzboB9ixlumd7XwVB1LILH6nWvNMmm2C { position:relative; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #RiRylLgISiDVXn1saLTzPW9mDheK8BTN { position:relative; }
#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ { position:relative;display:block; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ { background-color: transparent; background-image: none; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container > .video-iframe-container { display: none; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row > .video-iframe-container { display: none; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .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); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ { border-width: 0; border-radius: 0; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#zExabR0co5X2WkxdMWttISxwzCReAKJ8 { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:9.8125rem;left:35.0625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VL691lteD1cFM9AvFtTJUU3lJdeBrQ7s { color:#ef4b15;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:20.6875rem;left:33rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRivaPlRZFJ16dnzLCyPi1ZtllqVKEDD { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:15.4375rem;left:6.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#irREAUiv2vsC0geN13QhttP1gnAZJ9ow { color:#0f86a9;display:block;width:15.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:9.8125rem;left:12.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8ZdskmoDf5S6ICRcuvDFV2Mld8AQUIa { color:#052956;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:20.6875rem;left:13.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbfXaL5Qhzfy8kDwEcm11qdQxAtW0BKi { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:6.8125rem;left:32.5rem;overflow:hidden;display:block; }
#miMi2Hrdl08drIwQ7CsTnzKbOATE7NaF { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:6.8125rem;left:11.1875rem;overflow:hidden;display:block; }
#NQ12GDdHNGGeFT7Ah1rK0InOT1D7cP0e { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlaREExaq634Doyit8xgbiqrkVktEqlD { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:21.5654296875rem;left:11.1875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a8I0yuLK7S4mPndzrUque2kPOT1F7dZ5 { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#WZN3KcqkeEIgJwLTax7eT04HTxpIXadx { z-index:100090;top:24.5rem;left:13.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vqdeUxFLovRHNumTyC1wBu00vMT6ge44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MNsZ47mm9It7tAnkGt7AqrpftfXdxGVZ { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:24rem;left:36.125rem;overflow:hidden;display:block; }
#FEq1lyf50a5ITQrBuN9zmVBRP1yOadwx { z-index:100088;top:24.5625rem;left:35.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UZD8CkZmbtOTuXGM8OnuFiCdhvE5JlOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fg1QZyOPOvWT0F2FrbEQ099dIMrTvevS { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:33.375rem;left:42.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTEnX4aMfLLIIzMBvapCKT8iNqBnKUi8 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.8125rem;left:40.75rem;overflow:hidden;display:block; }
#Nf7ipDCxhMSbMH4PaUN2r4XlznXmRRLz { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100056;line-height:1.6;letter-spacing:0;top:43.1875rem;left:48.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEkzncqricTkvCQ03fhCPuOgZ4aToWJn { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100069;line-height:1.6;letter-spacing:0;top:36.4375rem;left:43.75rem;height:6.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LbPINIoIunmaeWLmWpNJ6P7FT3JmZLxR { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:44rem;left:40.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3rwJf8tCezg7nwn1TQaNFw1qDHoHRww { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:46.3125rem;left:43.6875rem;overflow:hidden;display:block; }
#iOPHpgEQ4xkJm7cJD4V981o6KQAQRi5B { z-index:100086;top:46.875rem;left:42.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Koksbzox5SsVnfQtIccyT0iS4omBlF1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fLVRnJNcOcF6ZES4BD4aEvkMSByXS3cB { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.8125rem;left:22.1875rem;overflow:hidden;display:block; }
#a8vMk3Sdt7gMOOBg8rZQmdPs4tzGXqdT { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:33.5625rem;left:23.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qm812LsXeiR68Gks0KIkUJCCrwfaqkbn { color:#b33e16;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:42.6875rem;left:23.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXuQA53wW0K5GDKmSDSH3uQNINf8MvSE { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.5rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSgK0GudZXxg3TQwJkzovR9RzJai49DO { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:45.5rem;left:25.1875rem;overflow:hidden;display:block; }
#soBIEwXHxFgegmaLru6uHDeB6Qd4Jv1K { z-index:100084;top:46.0625rem;left:24.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tk5Qy10ygQKiTDDn6JaWnXeyEye4sVH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CsTcb2gnEpBuoUTBBTvyJbDwXo2RhKVq { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:13.4375rem;left:14.375rem;height:7.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#H6srVTqESJe7IZWiHET1zs5scCiyuDus { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100070;line-height:1.6;letter-spacing:0;top:36.3125rem;left:25.4375rem;height:6.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRUBT3Iwv7VaUeeu0u4OMvt2JmNvuZBO { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.8125rem;left:3.625rem;overflow:hidden;display:block; }
#I3wWTP3ByRqzwwI1R4OeHR8370TMtx5u { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:33.5625rem;left:5.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QeyS1V7iKwNnCwbIZ9ZTJTDhIneCX1xL { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100077;line-height:1.6;letter-spacing:0;top:37.6875rem;left:6.84375rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOSc2nJ9TmJoSz8xuXgQCWcAbr0tkOJM { color:#b33e16;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:42.6875rem;left:4.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlTJPAfpxqC1zvPEtoJPw9caxzXT9FIT { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:43.625rem;left:2.9375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUMDdiNNq3v0p51iodMqTu3IaowPaZdH { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:45.5rem;left:6.625rem;overflow:hidden;display:block; }
#Z45zaNuuvFBCK5Xu6NlSOU8dRiEkRwZU { z-index:100091;top:46.0625rem;left:5.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hoF9wwqxoriCS3HI5HufzL1T987T5oTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0.adaptive-delivery-prevent-bg, #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0.lazyload, #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0.lazyloading { background-image: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { background-color: transparent; background-image: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .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); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { border-width: 0; border-radius: 0; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#hkcGBpAU9XuLbsnb1LB40IQq8yu7mr2x { color:#fab419;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#I6axcXShMccRHAu3HHDPcNOhBrAHEarN { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#lhyMyREFdPwdsgBJTJoLv6f2x8d8qeWy { color:#707b8b;display:block;width:24.0625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:33.9375rem;height:3.82324375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BCXoaOJHlF6RCZuFmV7raOageHxr8BPE { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#T6kCGn1LNT6HMviw4BIBZ5Ci7qkXQJZK { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#PaTal2mn8H6g4Df8LHe9TBv4bMKxPzlh { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:56rem;display:block; }
#ZNptSK8gtETomkhKnxJLudxHSDsammHd { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:16.55078125rem;left:29.3125rem;height:2.69965rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NdeMvDnZlS09E1FZ22re2AuFi9aHSWJG { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZB3JTIC1UXf4TUtn3NenIC4MSZAgQZVn { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:56.0625rem;display:block; }
#XFqUJRKVJeBQDWBiSZG6hx88BHvu2MDF { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#lK4WQO0IK0Op2e09ytuvx9IHeaH21qus { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:56.0625rem;display:block; }
#Zp0ZNlf0xxF6VMAAq3hBbFat8Vkbw3SP { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#gk4E3fEvsJ84rpfTpP6LrHJ4wiFkWkTk { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RKyg48W7WEAIIl7zMQwU5GTn97SzrQSE { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KkiGCA5pDB8ZRTTgCkLM8raqBssTLKun { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:56.0625rem;display:block; }
#DGKSuxETegKmusdP2r2o7CvtCiCdgf1K { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#xsbustk5UkuTLSykWVBd0xWggieToWvI { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-size:initial !important;position:relative;display:block; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { background-color: transparent; background-image: none; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container > .video-iframe-container { display: none; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row > .video-iframe-container { display: none; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .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); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { border-width: 0; border-radius: 0; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#hA4Ny4Ed35OOV87nTJxyVfNkmJf1EXPT { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#HMQrdy3IgiITekR466TKxCWGf4FByySb { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#gr3ilCMBAClhuoUWOu5PviSe1iVX0ecy { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J7TAHzUgVomJi0ThQ7DHANm6eVmS04gW { box-sizing:content-box;color:#434343;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:100004;top:18.125rem;left:6rem;display:none; }
#x3VOyp7FrA9ikfJ3aev9i0gAJpFdEPWq { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#hdVlpa68G1irmenOlI1v8oBmIAGlnLuv { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I7yq3Ih9LJya3szurbRmyASkRRgpFMsD { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tCJSDHPTe1tZfxJvArvZJaSTTbhEE0cA { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#n2fPiTm3kNeAehiZuP4xvNWrHHPXATVE { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IG3soJnrdCCU4pSFkx0Ln0FnmXXrJytZ { position:absolute;display:block;z-index:99999;background-color:#ececec;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#gtBXNDTVQPFgvU9k71tRHhtW9k49pZxU { box-sizing:content-box;color:#1178d1;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:100012;top:13.1875rem;left:26.1875rem;display:block; }
#Ksmc6G5JRZuT7T3JvhFMk6xvtuXeGuAW { box-sizing:content-box;color:#1178d1;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:100013;top:13.1875rem;left:22.1875rem;display:block; }
#vfsplncRw8DPZXTg9bk75mq0eP1f66wm { box-sizing:content-box;color:#1178d1;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:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM { display:block; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4sLbEUH1w4azKRbqNLTwanNLvcl7McT { width:15.375rem;height:1.9375rem;top:15rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F58UL8ipIrAp2NDWFJdhJWmXicvKMxQL { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsxFNHxoNwnCI9iP0UTS5HztRSQetdz { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcPSxFLCRRmdnCWyhpFqkfyxMCPxDoHJ { top:39.9375rem;left:33.09375rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNN1Qf781uwDWykTlQLE0BX2kWANuv3V { top:14.0625rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbVRtteDFxCurCbZRl2MM63eaVWioNg { top:46.9375rem;left:15.5625rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRLRsBqZC436K51W5DyVBTnaJzbkHkE { top:46.6875rem;left:22rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6daw9EFZ5DcgrZRw5fAsne0CIJwSUWU { top:50.0625rem;left:17.625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k  { width:15rem;height:auto; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k {display:block;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #W4Ts8Dp8pPlbMhwydBLHpWThoNsTRErv {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #vAdSWtOxCDTHNKWSgeAbk0vMyVR8o7mN {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #HrgqgoTs3vMkgRFdTw2NELDHf9y390Si {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #nWEMvOdXOgokExpzLNRnLNmczLSidlnd {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #iPCr40yHy1euMfNdQ1KVvsLHmXohneGo {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #Gv8NSEbzOmhh6cCOR1HCsDx4XmTEFHdH {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #SiIGBi7DUZXMAscgmyFRm1tfJvLyCSot {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #T5ldu3xaumhQeMvqXg0uVe87T3pLrLwn {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #bVbq6DNoPs5TMmiRgDPJkHBJrr545U5k {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #wBuhXrdGCOv3XrcWEE0roM9qOO82F7Sq {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #lSQgkKHicnGfnif4KOllNITZPPX8drT2 {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #hxnaI2RPPRDX7wmLCA7V8P0EgHhr7TGy {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PAUbTsxNx60orf3MMZRcJ80QoITfHJ0p {  }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PAUbTsxNx60orf3MMZRcJ80QoITfHJ0p .container-column{width:50%;} }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #zT5Q6pkR3SXhC4KdEJRqLQJpCzdXF11T {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PZ2TUlLzbTEmA3hbI3xMa046r0Fvf2gd { z-index:2; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #AhzFaAkN4ZJLDZk0D5TO2QH7AAMWTUr3 {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #xZZ2Cow4xKzdvynTxt73NXRNzvlupHq8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #iIH0TQuOKCk4QJUqsBA8wqWC4vvBXF9V {  }
 }@media only screen and (max-width: 763px) { #Rb7c5un6FSgN8ONUGSCZUkp1lycBVOKm { display:block; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #fzboB9ixlumd7XwVB1LILH6nWvNMmm2C {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #RiRylLgISiDVXn1saLTzPW9mDheK8BTN {  }
 }@media only screen and (max-width: 763px) { #R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ { display:block; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zExabR0co5X2WkxdMWttISxwzCReAKJ8 { width:12.625rem;height:5.8125rem;top:9.8125rem;left:28.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL691lteD1cFM9AvFtTJUU3lJdeBrQ7s { width:15.1875rem;height:3.25rem;top:20.6875rem;left:26.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRivaPlRZFJ16dnzLCyPi1ZtllqVKEDD { top:15.4375rem;left:0.5rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irREAUiv2vsC0geN13QhttP1gnAZJ9ow { width:15.0625rem;height:;top:9.8125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZdskmoDf5S6ICRcuvDFV2Mld8AQUIa { width:15.5rem;height:3.25rem;top:20.6875rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbfXaL5Qhzfy8kDwEcm11qdQxAtW0BKi { top:6.8125rem;left:26.375rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMi2Hrdl08drIwQ7CsTnzKbOATE7NaF { top:6.8125rem;left:5.0625rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ12GDdHNGGeFT7Ah1rK0InOT1D7cP0e { width:12.625rem;height:1.5rem;top:21.6875rem;left:25.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlaREExaq634Doyit8xgbiqrkVktEqlD { width:12.625rem;height:1.5rem;top:21.5625rem;left:5.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8I0yuLK7S4mPndzrUque2kPOT1F7dZ5 { top:23.9375rem;left:8.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZN3KcqkeEIgJwLTax7eT04HTxpIXadx { top:24.5rem;left:7.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqdeUxFLovRHNumTyC1wBu00vMT6ge44 { display:block; }
 }@media only screen and (max-width: 763px) { #MNsZ47mm9It7tAnkGt7AqrpftfXdxGVZ { top:24rem;left:30rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEq1lyf50a5ITQrBuN9zmVBRP1yOadwx { top:24.5625rem;left:29.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZD8CkZmbtOTuXGM8OnuFiCdhvE5JlOI { display:block; }
 }@media only screen and (max-width: 763px) { #fg1QZyOPOvWT0F2FrbEQ099dIMrTvevS { width:12.625rem;height:2.875rem;top:33.375rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEnX4aMfLLIIzMBvapCKT8iNqBnKUi8 { top:31.8125rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7ipDCxhMSbMH4PaUN2r4XlznXmRRLz { width:3.75rem;height:3.25rem;top:43.1875rem;left:42.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEkzncqricTkvCQ03fhCPuOgZ4aToWJn { top:36.4375rem;left:37.625rem;width:9.1875rem;height:6.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPINIoIunmaeWLmWpNJ6P7FT3JmZLxR { width:12.625rem;height:1.5rem;top:44rem;left:34.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3rwJf8tCezg7nwn1TQaNFw1qDHoHRww { top:46.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPHpgEQ4xkJm7cJD4V981o6KQAQRi5B { top:46.875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koksbzox5SsVnfQtIccyT0iS4omBlF1X { display:block; }
 }@media only screen and (max-width: 763px) { #fLVRnJNcOcF6ZES4BD4aEvkMSByXS3cB { top:31.8125rem;left:16.0625rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8vMk3Sdt7gMOOBg8rZQmdPs4tzGXqdT { width:12.5625rem;height:2.875rem;top:33.5625rem;left:17.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm812LsXeiR68Gks0KIkUJCCrwfaqkbn { width:15.1875rem;height:3.25rem;top:42.6875rem;left:17.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXuQA53wW0K5GDKmSDSH3uQNINf8MvSE { width:12.625rem;height:1.5rem;top:43.625rem;left:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgK0GudZXxg3TQwJkzovR9RzJai49DO { top:45.5rem;left:19.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #soBIEwXHxFgegmaLru6uHDeB6Qd4Jv1K { top:46.0625rem;left:18.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5Qy10ygQKiTDDn6JaWnXeyEye4sVH3 { display:block; }
 }@media only screen and (max-width: 763px) { #CsTcb2gnEpBuoUTBBTvyJbDwXo2RhKVq { top:13.4375rem;left:8.25rem;width:10.9375rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6srVTqESJe7IZWiHET1zs5scCiyuDus { top:36.3125rem;left:19.3125rem;width:9.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRUBT3Iwv7VaUeeu0u4OMvt2JmNvuZBO { top:31.8125rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3wWTP3ByRqzwwI1R4OeHR8370TMtx5u { width:12.5625rem;height:;top:33.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeyS1V7iKwNnCwbIZ9ZTJTDhIneCX1xL { top:37.6875rem;left:0.71875rem;width:9.1875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOSc2nJ9TmJoSz8xuXgQCWcAbr0tkOJM { width:15.1875rem;height:3.25rem;top:42.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTJPAfpxqC1zvPEtoJPw9caxzXT9FIT { width:12.625rem;height:1.5rem;top:43.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUMDdiNNq3v0p51iodMqTu3IaowPaZdH { top:45.5rem;left:0.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z45zaNuuvFBCK5Xu6NlSOU8dRiEkRwZU { top:46.0625rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoF9wwqxoriCS3HI5HufzL1T987T5oTO { display:block; }
 }@media only screen and (max-width: 763px) { #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 { display:block; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkcGBpAU9XuLbsnb1LB40IQq8yu7mr2x { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6axcXShMccRHAu3HHDPcNOhBrAHEarN { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhyMyREFdPwdsgBJTJoLv6f2x8d8qeWy { width:24.0625rem;height:6.375rem;top:7.9375rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCXoaOJHlF6RCZuFmV7raOageHxr8BPE { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kCGn1LNT6HMviw4BIBZ5Ci7qkXQJZK { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTal2mn8H6g4Df8LHe9TBv4bMKxPzlh { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNptSK8gtETomkhKnxJLudxHSDsammHd { width:28.5625rem;height:2.6875rem;top:16.5rem;left:19.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdeMvDnZlS09E1FZ22re2AuFi9aHSWJG { width:20.75rem;height:2rem;top:19.1875rem;left:27rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3JTIC1UXf4TUtn3NenIC4MSZAgQZVn { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFqUJRKVJeBQDWBiSZG6hx88BHvu2MDF { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4WQO0IK0Op2e09ytuvx9IHeaH21qus { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0ZNlf0xxF6VMAAq3hBbFat8Vkbw3SP { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk4E3fEvsJ84rpfTpP6LrHJ4wiFkWkTk { width:11.375rem;height:2rem;top:21.5rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKyg48W7WEAIIl7zMQwU5GTn97SzrQSE { width:11.375rem;height:2rem;top:26rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkiGCA5pDB8ZRTTgCkLM8raqBssTLKun { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGKSuxETegKmusdP2r2o7CvtCiCdgf1K { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbustk5UkuTLSykWVBd0xWggieToWvI { width:11.375rem;height:2rem;top:23.8125rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t { display:block; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA4Ny4Ed35OOV87nTJxyVfNkmJf1EXPT { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQrdy3IgiITekR466TKxCWGf4FByySb { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3ilCMBAClhuoUWOu5PviSe1iVX0ecy { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TAHzUgVomJi0ThQ7DHANm6eVmS04gW { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3VOyp7FrA9ikfJ3aev9i0gAJpFdEPWq { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdVlpa68G1irmenOlI1v8oBmIAGlnLuv { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7yq3Ih9LJya3szurbRmyASkRRgpFMsD { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCJSDHPTe1tZfxJvArvZJaSTTbhEE0cA { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fPiTm3kNeAehiZuP4xvNWrHHPXATVE { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3soJnrdCCU4pSFkx0Ln0FnmXXrJytZ { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtBXNDTVQPFgvU9k71tRHhtW9k49pZxU { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksmc6G5JRZuT7T3JvhFMk6xvtuXeGuAW { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsplncRw8DPZXTg9bk75mq0eP1f66wm { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM { display:block; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM { background-color: transparent; background-image: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container > .video-iframe-container { display: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row > .video-iframe-container { display: none; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .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); }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM { border-width: 0; border-radius: 0; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container { width:20rem;height:68.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container.adaptive-delivery-prevent-bg, #ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container.lazyload, #ZfAJoqCaF0IsilGRFksI7nAIl1CvOLmM > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #i4sLbEUH1w4azKRbqNLTwanNLvcl7McT { width:10.7470625rem;height:1.8056625rem;top:33.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #F58UL8ipIrAp2NDWFJdhJWmXicvKMxQL { width:17.3125rem;height:1.0556625rem;top:10.0625rem;left:1.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsxFNHxoNwnCI9iP0UTS5HztRSQetdz { width:20rem;height:5.3333333333333rem;top:74.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcPSxFLCRRmdnCWyhpFqkfyxMCPxDoHJ { width:10.375rem;height:3.875rem;top:57.625rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yNN1Qf781uwDWykTlQLE0BX2kWANuv3V { width:10.125rem;height:2.1875rem;top:32.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbVRtteDFxCurCbZRl2MM63eaVWioNg { width:6.625rem;height:2.6875rem;top:63.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRLRsBqZC436K51W5DyVBTnaJzbkHkE { width:9.375rem;height:3.5rem;top:63.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6daw9EFZ5DcgrZRw5fAsne0CIJwSUWU { width:10.5625rem;height:0.9746125rem;top:67.25rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-text {padding-top: 0; padding-bottom: 0;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-select {padding-top: 0; padding-bottom: 0;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k  { width:15rem;height:auto;top:36.0625rem;left:1.25rem; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k {display:block;}#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k { width:15rem;height:auto;top:36.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #W4Ts8Dp8pPlbMhwydBLHpWThoNsTRErv {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #vAdSWtOxCDTHNKWSgeAbk0vMyVR8o7mN {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #HrgqgoTs3vMkgRFdTw2NELDHf9y390Si {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #nWEMvOdXOgokExpzLNRnLNmczLSidlnd {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #iPCr40yHy1euMfNdQ1KVvsLHmXohneGo {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #Gv8NSEbzOmhh6cCOR1HCsDx4XmTEFHdH {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #SiIGBi7DUZXMAscgmyFRm1tfJvLyCSot {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #T5ldu3xaumhQeMvqXg0uVe87T3pLrLwn {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #bVbq6DNoPs5TMmiRgDPJkHBJrr545U5k {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #wBuhXrdGCOv3XrcWEE0roM9qOO82F7Sq {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #lSQgkKHicnGfnif4KOllNITZPPX8drT2 {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #hxnaI2RPPRDX7wmLCA7V8P0EgHhr7TGy {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PAUbTsxNx60orf3MMZRcJ80QoITfHJ0p {  }
#RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PAUbTsxNx60orf3MMZRcJ80QoITfHJ0p .container-column{width:50%;} }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #zT5Q6pkR3SXhC4KdEJRqLQJpCzdXF11T {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #PZ2TUlLzbTEmA3hbI3xMa046r0Fvf2gd { z-index:2; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #AhzFaAkN4ZJLDZk0D5TO2QH7AAMWTUr3 {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #xZZ2Cow4xKzdvynTxt73NXRNzvlupHq8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #iIH0TQuOKCk4QJUqsBA8wqWC4vvBXF9V {  }
 }@media only screen and (max-width: 763px) { #Rb7c5un6FSgN8ONUGSCZUkp1lycBVOKm { display:block; }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #fzboB9ixlumd7XwVB1LILH6nWvNMmm2C {  }
 }@media only screen and (max-width: 763px) { #RsWfTnChWo6AFyykW0D8BtUTbv7xEr8k #RiRylLgISiDVXn1saLTzPW9mDheK8BTN {  }
 }@media only screen and (max-width: 763px) { #R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2818b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2818b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-size:auto !important;display:block; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container { background-color: transparent; background-image: none; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container > .video-iframe-container { display: none; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row > .video-iframe-container { display: none; }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .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); }#R7v0IUb4g6BJBe64g0GCyHoLrRsibVWZ > .row .container { width:20rem;height:113.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zExabR0co5X2WkxdMWttISxwzCReAKJ8 { width:12.625rem;height:6.5rem;top:26.75rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VL691lteD1cFM9AvFtTJUU3lJdeBrQ7s { width:7.375rem;height:2.0996125rem;top:35.3564453125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRivaPlRZFJ16dnzLCyPi1ZtllqVKEDD { width:10.9375rem;height:0;top:139.625rem;left:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #irREAUiv2vsC0geN13QhttP1gnAZJ9ow { width:12.625rem;height:3.25rem;top:2.6874904632568rem;left:3.6875002980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZdskmoDf5S6ICRcuvDFV2Mld8AQUIa { width:15.5rem;height:2.0996125rem;top:15.375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbfXaL5Qhzfy8kDwEcm11qdQxAtW0BKi { width:17.6875rem;height:21.875rem;top:24.25rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMi2Hrdl08drIwQ7CsTnzKbOATE7NaF { width:17.6875rem;height:21.875rem;top:1.25rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ12GDdHNGGeFT7Ah1rK0InOT1D7cP0e { width:12.625rem;height:1.54296875rem;top:15.6533203125rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #MlaREExaq634Doyit8xgbiqrkVktEqlD { width:12.625rem;height:1.54296875rem;top:35.634765625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #a8I0yuLK7S4mPndzrUque2kPOT1F7dZ5 { width:10.3125rem;height:3.75rem;top:18.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZN3KcqkeEIgJwLTax7eT04HTxpIXadx { top:39rem;left:4.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqdeUxFLovRHNumTyC1wBu00vMT6ge44 { display:block; }
 }@media only screen and (max-width: 763px) { #MNsZ47mm9It7tAnkGt7AqrpftfXdxGVZ { width:10.3125rem;height:3.75rem;top:38.375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEq1lyf50a5ITQrBuN9zmVBRP1yOadwx { top:18.8125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZD8CkZmbtOTuXGM8OnuFiCdhvE5JlOI { display:block; }
 }@media only screen and (max-width: 763px) { #fg1QZyOPOvWT0F2FrbEQ099dIMrTvevS { width:12.625rem;height:3.25rem;top:49.3125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #BTEnX4aMfLLIIzMBvapCKT8iNqBnKUi8 { width:17.6875rem;height:21.75rem;top:69.708984375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7ipDCxhMSbMH4PaUN2r4XlznXmRRLz { width:15.1845625rem;height:2.0996125rem;top:60.333984375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEkzncqricTkvCQ03fhCPuOgZ4aToWJn { width:13.8095625rem;height:6.499rem;top:53.1875rem;left:3.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPINIoIunmaeWLmWpNJ6P7FT3JmZLxR { width:12.625rem;height:1.54296875rem;top:84.021484375rem;left:1.15625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #q3rwJf8tCezg7nwn1TQaNFw1qDHoHRww { width:10.3125rem;height:3.75rem;top:63.125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPHpgEQ4xkJm7cJD4V981o6KQAQRi5B { top:63.875rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koksbzox5SsVnfQtIccyT0iS4omBlF1X { display:block; }
 }@media only screen and (max-width: 763px) { #fLVRnJNcOcF6ZES4BD4aEvkMSByXS3cB { width:17.6875rem;height:21.75rem;top:47.375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8vMk3Sdt7gMOOBg8rZQmdPs4tzGXqdT { width:12.5625rem;height:4.62890625rem;top:70.8125rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Qm812LsXeiR68Gks0KIkUJCCrwfaqkbn { width:15.125rem;height:2rem;top:83.79296875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXuQA53wW0K5GDKmSDSH3uQNINf8MvSE { width:12.625rem;height:1.54296875rem;top:60.6123046875rem;left:1.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #vSgK0GudZXxg3TQwJkzovR9RzJai49DO { width:10.3125rem;height:3.75rem;top:85.9375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soBIEwXHxFgegmaLru6uHDeB6Qd4Jv1K { top:86.5625rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5Qy10ygQKiTDDn6JaWnXeyEye4sVH3 { display:block; }
 }@media only screen and (max-width: 763px) { #CsTcb2gnEpBuoUTBBTvyJbDwXo2RhKVq { width:10.9375rem;height:6.8203125rem;top:7.0625rem;left:4.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6srVTqESJe7IZWiHET1zs5scCiyuDus { width:9.1875rem;height:8.3945rem;top:75.44140625rem;left:5.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRUBT3Iwv7VaUeeu0u4OMvt2JmNvuZBO { width:17.6875rem;height:21.75rem;top:91.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3wWTP3ByRqzwwI1R4OeHR8370TMtx5u { width:12.5625rem;height:3.57421875rem;top:94.4375rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #QeyS1V7iKwNnCwbIZ9ZTJTDhIneCX1xL { width:9.1875rem;height:4.5rem;top:99.1875rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOSc2nJ9TmJoSz8xuXgQCWcAbr0tkOJM { width:15.1875rem;height:2.0996125rem;top:104.5625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTJPAfpxqC1zvPEtoJPw9caxzXT9FIT { width:12.625rem;height:1.54296875rem;top:104.75rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #lUMDdiNNq3v0p51iodMqTu3IaowPaZdH { width:10.3125rem;height:3.75rem;top:106.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z45zaNuuvFBCK5Xu6NlSOU8dRiEkRwZU { top:107.3125rem;left:4.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoF9wwqxoriCS3HI5HufzL1T987T5oTO { display:block; }
 }@media only screen and (max-width: 763px) { #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 { background-color:transparent;background-image:none;display:block; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { background-color: transparent; background-image: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .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); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkcGBpAU9XuLbsnb1LB40IQq8yu7mr2x { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #I6axcXShMccRHAu3HHDPcNOhBrAHEarN { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhyMyREFdPwdsgBJTJoLv6f2x8d8qeWy { width:17.625rem;height:4.6875rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BCXoaOJHlF6RCZuFmV7raOageHxr8BPE { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kCGn1LNT6HMviw4BIBZ5Ci7qkXQJZK { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTal2mn8H6g4Df8LHe9TBv4bMKxPzlh { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNptSK8gtETomkhKnxJLudxHSDsammHd { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #NdeMvDnZlS09E1FZ22re2AuFi9aHSWJG { width:16.8125rem;height:1.94921875rem;top:13.1875rem;left:0.1875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3JTIC1UXf4TUtn3NenIC4MSZAgQZVn { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFqUJRKVJeBQDWBiSZG6hx88BHvu2MDF { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4WQO0IK0Op2e09ytuvx9IHeaH21qus { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0ZNlf0xxF6VMAAq3hBbFat8Vkbw3SP { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk4E3fEvsJ84rpfTpP6LrHJ4wiFkWkTk { width:10.0625rem;height:1.94921875rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RKyg48W7WEAIIl7zMQwU5GTn97SzrQSE { width:10.0625rem;height:1.94921875rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KkiGCA5pDB8ZRTTgCkLM8raqBssTLKun { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGKSuxETegKmusdP2r2o7CvtCiCdgf1K { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbustk5UkuTLSykWVBd0xWggieToWvI { width:11.375rem;height:1.94921875rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -moz-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -ms-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -o-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );";background-image: linear-gradient(to bottom, #ffffff, rgba(17,120,209,0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { background-color: transparent; background-image: none; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container > .video-iframe-container { display: none; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row > .video-iframe-container { display: none; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .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); }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { border-width: 0; border-radius: 0; }#wGsS0itEGqlsXtvTtpkQBC4cqmabkT1t > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA4Ny4Ed35OOV87nTJxyVfNkmJf1EXPT { width:16.6875rem;height:1.5125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQrdy3IgiITekR466TKxCWGf4FByySb { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr3ilCMBAClhuoUWOu5PviSe1iVX0ecy { width:13.0625rem;height:4.798825rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TAHzUgVomJi0ThQ7DHANm6eVmS04gW { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3VOyp7FrA9ikfJ3aev9i0gAJpFdEPWq { width:3.125rem;height:3.125rem;top:3.4516611099243rem;left:15.873579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdVlpa68G1irmenOlI1v8oBmIAGlnLuv { width:19.4375rem;height:1.3rem;top:25.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I7yq3Ih9LJya3szurbRmyASkRRgpFMsD { width:14.875rem;height:6.3984375rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCJSDHPTe1tZfxJvArvZJaSTTbhEE0cA { width:3.125rem;height:3.125rem;top:8.8077054023744rem;left:16.498579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fPiTm3kNeAehiZuP4xvNWrHHPXATVE { width:18.812125rem;height:1.70010625rem;top:21.875rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3soJnrdCCU4pSFkx0Ln0FnmXXrJytZ { width:17.9375rem;height:2.9375rem;top:21.25rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gtBXNDTVQPFgvU9k71tRHhtW9k49pZxU { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksmc6G5JRZuT7T3JvhFMk6xvtuXeGuAW { width:3.125rem;height:3.125rem;top:17.013483047486rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsplncRw8DPZXTg9bk75mq0eP1f66wm { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }