.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,154,254;--color-primary-1:0,60,254;--color-primary-2:56,70,103;--color-primary-3:39,60,78;--color-primary-4:17,26,49;--color-secondary-0:255,202,228;--color-secondary-1:241,119,134;--color-secondary-2:231,29,54;--color-secondary-3:139,17,32;--color-secondary-4:46,6,11;--color-tertiary-0:255,255,255;--color-tertiary-1:72,72,72;--color-tertiary-2:47,47,47;--color-tertiary-3:35,35,35;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn { z-index:;position:relative;display:block; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn { background-color: transparent; background-image: none; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row .container > .video-iframe-container { display: none; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row > .video-iframe-container { display: none; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .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); }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn { border-width: 0; border-radius: 0; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qn10caQT5rC9Z64Thz4zSTHrG0mbTdrM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D2DTlQhvf9ENWqfHC30zHKRaPTNphyb5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:60.5rem;display:block; }
#wnTbwxaq8n3TZxo2yQA32cXQbr5dDrgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLo8DmsGTTWz1KCKHlFp2pbKqcPd42EI { color:#050101;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:0rem;left:-4.65625rem;height:0;font-style:normal;display:none; }
#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 { position:relative;display:none; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 { border-width: 0; border-radius: 0; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b04dc1e-97e5-48d9-9fd3-25bf235f7276/friendslaughingwithlaptopcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT.adaptive-delivery-prevent-bg, #HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT.lazyload, #HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT.lazyloading { background-image: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container { background-color: transparent; background-image: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container > .video-iframe-container { display: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row > .video-iframe-container { display: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .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); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container { border-width: 0; border-radius: 0; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-form-header {  }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.3125rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#dc6800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 [class*="-text"]:-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 [class*="-text"]::-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 [class*="-text"]:-ms-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 [class*="-text"]::-webkit-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .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; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-container:first-of-type{padding-top:0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-container:last-of-type{padding-bottom:0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.177734375rem;left:54.99267578125rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 {display:block;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.177734375rem;left:54.99267578125rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #hlGuKQ5JdV3sGGkMlFxdOQyIJm9mPQrL { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #ihF79LFDByf5S6CcRFFItiSczpyUlsRQ { position:relative;display:block; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #Ze6o4GxmoWxTvbBUJFuTPxtKbTqWOU4M { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #scRoDy8zHrfxTcCTAkuJfwPoogR5H8kz { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #HKzxJZNqf4NkHKu8fnLWFAzyM2ed6hTT { position:relative;display:block; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #xBTBPS3MUST3yLFa4S8czchaMkUps6Er { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #y9vft1DCzb21xBl5PH2vHAPOaaR9caoV { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #uGk1OGV2nqom3kKixDJ3uD5tBSTzNzEe { position:relative;display:block; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #vdCsAgFndgTOMZxtluskEVgmwtHH7bdq { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #Ed2B9DTXRKleqvAfhmTfHquZZJzic70l { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #NaiklEWwdHvr2RWdG6GMDaRTWEwt69gp { position:relative;display:block; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #xwCm4CCz86ekRf7tD1TGNEgI8aXSU7Lu { position:relative; }
#FkzSXZPmVlA7CKfJgDdWZGxTHAvmFJ1y { position:relative;display:block; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #ME8pGhRDt1q6VznHS1CPqggtveNo80VM { position:relative; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #mAh4c3ATmUIJWcmcDySCRrWERLs701Sa { position:relative; }
#fG6ubM6Jq0XqkCVv3L6uNATrQA50IQNH { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:11.75rem;left:1.625rem;height:1.375rem;font-style:normal;display:block; }
#TgKXH0Q7uag4DXQWcuAFK6WfafgLx0lo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.8125rem;width:20rem;top:1.75rem;left:55rem;display:block; }
#RUHCPZ7q2ySfn0XqyLlGdTOKHi3r3P4o { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:3.375rem;left:56.4375rem;height:1.5125875rem;display:block; }
#dMUuCTgmC3zDQPZd9dVSTJnFlEnKpucm { color:#212121;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:13.645833015442rem;left:1.625rem;height:3.574225rem;font-style:normal;display:block; }
#USXqm3uNTwMiVul8LIwToZqiuPDUpUNx { color:rgba(var(--color-primary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.9;letter-spacing:0;top:18.625rem;left:1.5625rem;height:10.09278125rem;font-style:normal;display:block; }
#tM3hrtqPXg66XSqrTzMfxa6lVTxD18DZ { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9833335876465rem;left:1.625rem;height:4.26171875rem;font-style:normal;display:block; }
#FMwfROToRTTWMOaaJr3wGZcONPt4Z8V3 { color:#00497b;display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:7.1833333969119rem;left:1.5625rem;height:2.75rem;font-style:normal;display:block; }
#TdsllBooG8xk9c84JCWgvW5BiyxrVtV9 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:16.252083778381rem;left:25rem;height:1.03125rem;font-style:normal;display:block; }
#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy { position:relative;display:block; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy { background-color: transparent; background-image: none; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row .container > .video-iframe-container { display: none; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row > .video-iframe-container { display: none; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .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); }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy { border-width: 0; border-radius: 0; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eMPyrghTWpRnrql5sG7oZSSdqTKOA9RU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:2.375rem;left:33.3125rem;overflow:hidden;display:block; }
#dvnNDTUE6xsgVonGRkmAIwemBi5KyL0T { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.25rem;left:42rem;overflow:hidden;display:block; }
#QOx0Tu2ZkRzXPt9BXTOEy3ubXiKRpGH1 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:1.125rem;left:24.75rem;overflow:hidden;display:block; }
#BDAtt8cWg8MoZeQ9TDDtOUUCTuSsZBhZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2.375rem;left:18.1875rem;overflow:hidden;display:block; }
#VeBHPwikCZ58tyEMyX4oBSMm03yWQHHw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:2.5625rem;left:9.5625rem;overflow:hidden;display:block; }
#xq56D8QX0fBUAoLIHDLTQvAZNxpPNbqk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.75rem;top:2.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#MFsy27nJi62HowfhTpMQQSISqaLuAxHw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.25rem;top:3.8125rem;left:65.5625rem;overflow:hidden;display:block; }
#qp8AwcEyt5hFM1ITeoZ7XAW3C66MtyoD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.5625rem;top:3.375rem;left:50.1875rem;overflow:hidden;display:block; }
#K5yRybzLiCQIS22alUbnqXu1sTxDTKkS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:26.875rem;height:0.8125rem;display:block; }
#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/cQrKBMlL/ssssss_copy_1_.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP.adaptive-delivery-prevent-bg, #Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP.lazyload, #Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP.lazyloading { background-image: none; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP > .row .container { border-width: 0; border-radius: 0; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:none; }#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-form-header {  }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.3125rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#dc6800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]:-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]::-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]:-ms-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]::-webkit-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-container:first-of-type{padding-top:0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-container:last-of-type{padding-bottom:0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.125rem;left:54.999998092651rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK {display:block;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.125rem;left:54.999998092651rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #hXU7JE7SH4zT4Rr2Ki959ngXFbJWfdqq { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WhpPTN9QUPgUw3TsyEJ5GFFckMcvEApV { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Svm0ZwftAmnyaaV4ViT0XcFgGWuWB7Dr { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #uO3imrSLN8GMPImKmqGPF7TxNKavmIHk { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #oebDC2h21vukr2T7dDhsOgQEUDcWBuV1 { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #OIypfUVpm5by7ThF7ZcpBknRklAmVT21 { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TktAKTzTtJscRbToAVcJ7WItvzJoyNhf { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #NzGot1pCxSUddTRryKiUmyhTXuak75rN { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WDur1fofZJGxFJnDPcfWRIE35lGPhImH { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #a13aPCmQ9nKMTBs4I5vls6V53zk1LE6J { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #lrDgVN0355UbqMKm4457ZlnbvMfZMDMq { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #dirMgaRCHe48DvOVeBmzf2Gz99iG4Ppb { position:relative; }
#vlOyXVxsMVOGyS6nWMpgGQtPffHWeR6R { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #khcQuI8BIbEpPw1bqK5vSfsZaM2ErdDE { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Msp7uUhM47EoTqFSe4DZtAsQOMvrIlUU { position:relative; }
#gtsVoEsixd09LxOSmJGLGrBrG93rBM2X { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:1.71875rem;font-style:normal;display:block; }
#GX3eJ1FHaTKQlG2XpAIA9Wc1VJuLhZvZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.8125rem;width:20rem;top:1.75rem;left:55rem;display:block; }
#KvqlKP5xq7SqU98I6iOWtrLqBVbNFNV0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:3.375rem;left:56.4375rem;height:1.5125rem;display:block; }
#N68gCtfwUIyHyGsrQMJ2etMHAm0Z1Dit { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.75rem;left:0rem;height:2.8875rem;font-style:normal;display:block; }
#QBxGG5hoOW9WMm9gWUQbv76D1q6En0SS { color:#00497b;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:3.7125rem;font-style:normal;display:block; }
#RP1szWbvDT77eM3z3Uq9W4Kh9r42EteI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:16.218749523163rem;left:0.4375rem;overflow:hidden;display:block; }
#icb18n1JiWP2Bq1QPeauuPrdbVXW4bXf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:22.468749523163rem;left:6.3125rem;overflow:hidden;display:block; }
#bRv9SQpvTycLIFKGB25CRsADx7nOPcFU { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.062499523163rem;left:6.1875rem;overflow:hidden;display:block; }
#OWbsK9liIPtbNtwaHcsGEdKC3AaZ2vIB { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:21.999999523163rem;left:0rem;overflow:hidden;display:block; }
#rLOiokrSSuTQzIoCn4qlnHyNyE30mtyH { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:14.13437461853rem;left:0rem;height:1.16875rem;font-style:normal;display:block; }
#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container { background-color: transparent; background-image: none; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container > .video-iframe-container { display: none; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row > .video-iframe-container { display: none; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .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); }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container { border-width: 0; border-radius: 0; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#baTmAmHLTZ02dgqBzVPWTRGrJ6m1Qob9 { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.3624992370606rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxTGAn4ENwfURTIv88irSFf0tIJsuDAp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.9375rem;width:15.3125rem;top:13.5625rem;left:29.25rem;display:block; }
#h03R43MM9PA4C8zGaPPWlVMh8RUVI3xT { position:absolute;display:block;z-index:15005;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/0HB3QoyW/NIOS_admission_2022_featured_image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.25rem;width:12.8125rem;top:7.875rem;left:30.5rem;display:block; }#h03R43MM9PA4C8zGaPPWlVMh8RUVI3xT.adaptive-delivery-prevent-bg, #h03R43MM9PA4C8zGaPPWlVMh8RUVI3xT.lazyload, #h03R43MM9PA4C8zGaPPWlVMh8RUVI3xT.lazyloading { background-image: none; }
#bMGmQh1oTSLQ6ZTVvaz8sfW2tTZFUd5U { color:#005e9f;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.750000476837rem;left:29.250001907349rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEBmwzAUT0kNTn27MITVmwdIyKEaq3xd { position:absolute;display:block;z-index:15008;background-color:#ffe9ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.9375rem;width:15.3125rem;top:13.4375rem;left:53.5625rem;display:block; }
#wk5TuT7QRALUPWVKbWFIqGhRDW1y8qt8 { color:#005e9f;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:18.375rem;left:53.5625rem;height:1.5125875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqgfTh85DcwSGy87BNpFSgKTvDxtrEtx { position:absolute;display:block;z-index:15009;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/OHZosDJF/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.25rem;width:12.8125rem;top:7.75rem;left:54.8125rem;display:block; }#JqgfTh85DcwSGy87BNpFSgKTvDxtrEtx.adaptive-delivery-prevent-bg, #JqgfTh85DcwSGy87BNpFSgKTvDxtrEtx.lazyload, #JqgfTh85DcwSGy87BNpFSgKTvDxtrEtx.lazyloading { background-image: none; }
#exMmXMqmKuVWQekv2I8kw0Q6ZWESWX4R { position:absolute;display:block;z-index:15008;background-color:#cadaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.9375rem;width:15.3125rem;top:13.5625rem;left:6.0625rem;display:block; }
#x8EQ0zSbA18CIhURy8QVbSBdQaEMSupJ { position:absolute;display:block;z-index:15009;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/GagC07wVvck/unsplash/tanaphong-toochinda-GagC07wVvck-photo-1516627145497-ae6968895b74.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.25rem;width:12.8125rem;top:7.875rem;left:7.3125rem;display:block; }#x8EQ0zSbA18CIhURy8QVbSBdQaEMSupJ.adaptive-delivery-prevent-bg, #x8EQ0zSbA18CIhURy8QVbSBdQaEMSupJ.lazyload, #x8EQ0zSbA18CIhURy8QVbSBdQaEMSupJ.lazyloading { background-image: none; }
#woTPCkw58TuVMn3ipI5bm353BP3w5RdU { color:#005e9f;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.74062538147rem;left:6.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQpo8lH7fusHIEKZrVM3o7W9NXNOfVeZ { z-index:15000;top:25.3125rem;left:27.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ugQdMOUAQ5KnLxuOCFFotdhqvpoVkgSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/5XMxvHTq/ssssss_copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.adaptive-delivery-prevent-bg, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyload, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyloading { background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { background-color: transparent; background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .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); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { border-width: 0; border-radius: 0; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#lmuZiEIAcIcZa9wNXQquPmd6FUoiGnOF { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8125rem;left:18.375001907349rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5omUZxOq2ErE9PgoboDCOKRvk5d8DNI { color:#ffd289;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.1875rem;left:17.25rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeFCKAkKR800cTPmMldWA7zovRfWzfE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:9.1875rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#Dkd1MMimrTQelHFPM74kt15kqxDAu0EZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.875rem;left:6.75rem;height:3.0869125rem;text-align:right;text-align-last:right;display:block; }
#E3ctetpUTE83UzN5VZ4L3Mto9KiWsFIy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5rem;left:4.5rem;height:3.0869125rem;text-align:right;text-align-last:right;display:block; }
#pTqru4qM1ImzthFCpv6DvyHsLv49WShk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.75rem;left:7.9375rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#ih88igxBiMk2PWLbwrsLMLNw1NmvokBG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11rem;left:54.4375rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#GrmHpO7rZV5ozm71F418EtwOTMW2hzOw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.875rem;left:56.6875rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#uvzmcaFHQQZOdLG2a1WLIJPXUrZhtria { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:24.846874237061rem;left:56.6875rem;height:2.85rem;text-align:left;text-align-last:left;display:block; }
#V65XzHfNL4L3kPwPTucEM4enNgJUybPN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:32rem;left:53.5625rem;height:4.27441875rem;text-align:left;text-align-last:left;display:block; }
#psNmk0EJtPkacg4Iv82tHpsaL8gM1JMG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:36.27499961853rem;left:32.84375rem;height:2.85rem;text-align:center;text-align-last:center;display:block; }
#TurTTuENzk72zZI5kuPGpdW9C6FZJVFk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.5625rem;width:75rem;display:none; }
#e2D48wEEVxCtr2oQA7gG44z7J5J59Anm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Dwt16AX9zrXxvEzM7LTgmQKqiiBHtJdy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vr1klbAuJ2yxAwQkeWNp0r00NB5HNgPm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#J1eDIrWygEI59MLDlwI2Cy2U8JekeOG5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gKKUsIw0se0srOLzaE8Z9n0POCSGByZ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#n2Ql26PvtSTV965sL3IDfBuoQDWlldgq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ADPTaEMTP49I3sXENHt3Jg6EJ6Chcqsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w6Xwie1TunOd9fWpI5S1K2JfxbnP97Il { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zry4ZpHNzIwitg1r7I6eXmzzmnTKbW7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container { background-color: transparent; background-image: none; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container > .video-iframe-container { display: none; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row > .video-iframe-container { display: none; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .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); }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container { border-width: 0; border-radius: 0; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#PkUZeCnfa2Gyt2RqVz1r5pboyN9pI0Bq { position:absolute;display:block;z-index:15004;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:6.625rem;left:37.5rem;display:block; }
#D00OCFCNp1RWf7r9UbAcuzQahtqQXT3t { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:37.5rem;height:6.82325rem;display:block; }
#sTDVBl9m7r0vySMi7yb1yCJn4MBdKcsI { color:#005e9f;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.125rem;left:37.500001907349rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfUG9MCJpH2wvacloTdB5Vr4dVSv8XGW { color:#2a2a2a;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.7437496185302rem;left:37.5rem;height:1.44375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CQsS3w8rNkq1kmoKnfJvqRq1KDd7V4Np { position:absolute;display:block;z-index:15006;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:20.75rem;left:37.5625rem;display:block; }
#QpnsvNaCOId5OyTL0vvNB78UKaxnWcff { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:17.25rem;left:37.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtZFxEGRL4fLNp4CXXHhvOiBRWVAhsAP { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:37.5rem;height:13.646475rem;display:block; }
#RHTaxrIp2caoKCwD2EMaCRFvI5GsPOs5 { position:absolute;display:block;z-index:14997;background-color:rgba(254,223,0,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:22.625rem;width:22.625rem;top:3.125rem;left:12.8125rem;display:block; }
#iZ63DkmeunkvzNJbhUwfhktHuDqheF38 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:2.8125rem;left:27.375rem;display:block; }
#irhbT63Vbz7mi6nGSdgegTR4KDy95Jl5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:5.875rem;left:0rem;overflow:hidden;display:block; }
#o0wgbfAxUtgeETWrQQdLU0bou30TReha { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/lqNjmC6G/WhatsApp_Image_2022_09_02_at_1.28.44_PM_3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:20.0625rem;top:5.6000003814697rem;left:0rem;display:block; }#o0wgbfAxUtgeETWrQQdLU0bou30TReha.adaptive-delivery-prevent-bg, #o0wgbfAxUtgeETWrQQdLU0bou30TReha.lazyload, #o0wgbfAxUtgeETWrQQdLU0bou30TReha.lazyloading { background-image: none; }
#gg2LTd69LcRIMWR5lb4bMs0Uz6Bc0L2J { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2GqJMoQs/WhatsApp_Image_2022_09_02_at_1.28.45_PM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:20.0625rem;top:20.75rem;left:0rem;display:block; }#gg2LTd69LcRIMWR5lb4bMs0Uz6Bc0L2J.adaptive-delivery-prevent-bg, #gg2LTd69LcRIMWR5lb4bMs0Uz6Bc0L2J.lazyload, #gg2LTd69LcRIMWR5lb4bMs0Uz6Bc0L2J.lazyloading { background-image: none; }
#OCmlgAOf0e1AuyI7DcDJC2F6lHfg3Ns9 { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Vlovy2J7/c5d3b7a2_79f7_48e5_a0f1_a1d3de2773ac_pu7eeqbezqlmhbbefqtw437x6y5iycml2o8frc14zs.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:20.0625rem;top:12.9375rem;left:15.4375rem;display:block; }#OCmlgAOf0e1AuyI7DcDJC2F6lHfg3Ns9.adaptive-delivery-prevent-bg, #OCmlgAOf0e1AuyI7DcDJC2F6lHfg3Ns9.lazyload, #OCmlgAOf0e1AuyI7DcDJC2F6lHfg3Ns9.lazyloading { background-image: none; }
#vG6aTETZV41Jo8dFKeVSIrONaa9d8bcq { color:#005e9f;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:38.4375rem;left:37.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lP_FbBkMn1c/unsplash/robert-collins-lP_FbBkMn1c-photo-1502781252888-9143ba7f074e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56.adaptive-delivery-prevent-bg, #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56.lazyload, #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56.lazyloading { background-image: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { background-color: transparent; background-image: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.89); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container > .video-iframe-container { display: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.89); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row > .video-iframe-container { display: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .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); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { border-width: 0; border-radius: 0; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#zTmy0cEIHiykNqdWXMM6HELwZS9yB1yf { z-index:15001;top:18.625rem;left:26.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tGBmVTfLdZN8GoGAbc9FIUtRSJowTF0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPJIN1m3vpM2veTCFtIc8by5dzQDXWKn { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:4.75rem;left:0.375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#anL6qFLQ89d7tKdVVTBMTKqnaGZcF4wE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.9375rem;left:0.875rem;display:block; }
#dwi5EtMWypGJuGlCAXQwHd99bHdnOcfU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.3125rem;left:0.875rem;display:block; }
#szAutZh9hhWzgUZxPE1OTT0gP3fpRJNG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:7rem;left:2.9375rem;overflow:hidden;display:block; }
#toM2ZXMyT9NxgFLWVvISP88iHNBTTwA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GATKFSN9Nc8BoBZP9wU1eUoPHptzwSDb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3125rem;left:13.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPcyduCaNCQoyDs5gTiUzLexTf1pR81o { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:4.75rem;left:14.75rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEypkOxQWS3T8g0dFT2H45DTK0t0Nxsp { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.9375rem;left:15.1875rem;display:block; }
#pTKRBJgVP4pXfiCKMoifu06XsSFfnr0v { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.3125rem;left:15.1875rem;display:block; }
#kXHyG01w5SSD9OdLZp0BonVvSJsZXcpd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:7rem;left:17.25rem;overflow:hidden;display:block; }
#vAPTwlsAFL559WoZTFROVRggEJRiIotU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.25rem;left:29.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNp6WEyJl93Smp8HbnA06LWMzCw0Oint { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:4.75rem;left:31.0625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AguyKUEX8k30vMKyTsOXmf9MIE6gQ4ln { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.9375rem;left:31.5625rem;display:block; }
#sMrcFGlTTCqAdyMwdGWT3gixI5ienG2z { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:6.8125rem;left:33.4375rem;overflow:hidden;display:block; }
#zKx4Mft5RBtDyiIEF5Ie5CeMuMM2LNKL { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.3125rem;left:31.5625rem;display:block; }
#GIr00TnDUGlZpMc3qbHPx3R5htWbum2x { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.5rem;left:48.125rem;display:block; }
#FqwAqBvRcsTX7vklTR68dmhlTGB0m4ri { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:6.125rem;left:50.1875rem;overflow:hidden;display:block; }
#x0ezgQ5Kx3ANVDrctN6q4f8L5e6nNeho { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.8125rem;left:46.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ0hKd93lVmh3AAqiBG07LrBGZ7qJ0rw { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:4.75rem;left:47.625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ooBAsosRf4EzukLTAGUmCnmVTFT7n4my { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.3125rem;left:48.125rem;display:block; }
#ESQU6n5lXJpd1dXpaQHzJZcdfdIurJTI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.6875rem;left:61.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iC819pDlWHmeuhuR38b2RfMW5HqutoPF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:.9;letter-spacing:0;top:4.75rem;left:62.75rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1KlO5c7QqBxqJgvsC4AaTFTIRoU07oV { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.5rem;left:63.25rem;display:block; }
#P49m5zcysF9dP7fmsbSupIcppJ2G0elb { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:7rem;left:65.3125rem;overflow:hidden;display:block; }
#HZXopnv0PG5qhKDS0n40Onep92S2w54o { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.3125rem;left:63.25rem;display:block; }
#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { background-color: transparent; background-image: none; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container > .video-iframe-container { display: none; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row > .video-iframe-container { display: none; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .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); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { border-width: 0; border-radius: 0; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d81a5686-919b-479d-a3b5-8df4b35742f8/chat111.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:1.5625rem;display:block; }#P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi.adaptive-delivery-prevent-bg, #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi.lazyload, #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi.lazyloading { background-image: none; }
#imJxVsVuEX9y3AHnn7UZuicMt2Bitvxf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLnkxkzuFvdq4DspRovppc26ibeIHQIQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:21.3125rem;left:19.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4cc3687c-5cff-48a3-b0b7-d264e216e8b4/EducationresourcesandTechnologyExpoatETTECHX.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:20.1875rem;display:block; }#x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2.adaptive-delivery-prevent-bg, #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2.lazyload, #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2.lazyloading { background-image: none; }
#N0H98ylxZ8HvPR8wq1pZrJcnAmanelRh { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.5625rem;left:36.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/259d22b8-e358-430f-90da-6cfe4dc76c15/WhatsAppImage20231220at43733PM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:39.625rem;display:block; }#ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK.adaptive-delivery-prevent-bg, #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK.lazyload, #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK.lazyloading { background-image: none; }
#n0zGe17lsioBNxCOhl7MlUQRbaHQrgwx { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:21.3125rem;left:58.4375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f77fafbb-a592-4812-9d80-317d7ce554b8/BestEschooloftheyear2022SunbeamWorldSchool.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:59.125rem;display:block; }#LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3.adaptive-delivery-prevent-bg, #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3.lazyload, #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3.lazyloading { background-image: none; }
#zE8k0Lb6wcGcMMrsO0VlF96IOv0XEol9 { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.375rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5cfff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container { background-color: transparent; background-image: none; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container > .video-iframe-container { display: none; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row > .video-iframe-container { display: none; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .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); }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container { border-width: 0; border-radius: 0; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#ayHQcGLW4ngvbeWTVAQwQl6iJPc5JppT { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZt6k2e3vppJElIFM3l0QU2l3Ei3FAJr { color:#005e9f;display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:8.61874961853rem;left:11.90625rem;height:10.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdvM79g4fIsbWvHLnMRtJBC27xTB1qDF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.3125rem;width:56.9375rem;top:6.0625rem;left:9.0625rem;display:block; }
#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { background-color: transparent; background-image: none; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container > .video-iframe-container { display: none; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row > .video-iframe-container { display: none; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .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); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { border-width: 0; border-radius: 0; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#cBLWieu3ZL4k6vrr4FP9tfdsQxsE2tZl { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.6875rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZbqDC7RK83sGT1bxUG8VcGdD8if0vN3 { position:absolute;display:block;z-index:15006;background-color:rgba(254,223,0,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:6.1875rem;left:3.8125rem;display:block; }
#w5fhTTwZTawTz3S7LLeJRQHZsLJqnfTd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.0625rem;width:14.5rem;top:8.4375rem;left:6.3125rem;display:block; }
#MaBlnIlXNQAFS7DnNB8FZ5ucbO5MlTyp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:6.25rem;left:27.5625rem;display:block; }
#iAtQibcFAxK9PMFm94w6iklgcBumvzpA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.0625rem;width:14.5rem;top:8.5rem;left:30.0625rem;display:block; }
#IN7qGMlAkw6wTieWaK8qi2kJ5x2Ag8nc { position:absolute;display:block;z-index:15010;background-color:rgba(254,42,0,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:6.25rem;left:51.75rem;display:block; }
#igoDUJLFNhnfamg1vFw0OTAm82eI5K7O { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.0625rem;width:14.5rem;top:8.5rem;left:54.25rem;display:block; }
#dwWwTgNlX9hCs8LDAyWBddhzlzoyinqB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:19.5625rem;top:28.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#Oay43wCPmTMcyf6mOzUaTmmI4IW5Xq4a { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:19.5625rem;top:28.6875rem;left:28.125rem;overflow:hidden;display:block; }
#hlpSaa640eS8H9k7Lpt3TuyRIDerVcwN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:15rem;top:20.375rem;left:30rem;overflow:hidden;display:block; }
#rqynzSpem5nbSeMQbODvhTdKeyVsUgCS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.875rem;top:28.6875rem;left:50.1875rem;overflow:hidden;display:block; }
#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva.adaptive-delivery-prevent-bg, #RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva.lazyload, #RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva.lazyloading { background-image: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container { background-color: transparent; background-image: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,42,42,0.77); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container > .video-iframe-container { display: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,42,42,0.77); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row > .video-iframe-container { display: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .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); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container { border-width: 0; border-radius: 0; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#hVanngfxE4MckLzzQrNmFfh1TeNQUFJR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:9.5625rem;overflow:hidden;display:block; }
#BAz3aT6uTOLnEIKvHvzLx2e5HEJRocgB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:15rem;overflow:hidden;display:block; }
#GpZ9EUVW3kQlQVwV3TTKaEny0TI2BLXT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:20.5rem;overflow:hidden;display:block; }
#CduSJ7vh9R9EEJqDKn7SNP3TzrKRISmA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:15.25rem;left:25.9375rem;overflow:hidden;display:block; }
#XsEVD87IL2R8iwBOIeAk90yqJfA9WhI8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:3.9375rem;overflow:hidden;display:block; }
#HcCcRZIToSPBT7LGxnJnVDfMRzrwni07 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:8.4375rem;top:3.53125rem;left:11.03125rem;overflow:hidden;display:block; }
#b2zuArBZNXn3UfzcEPTC2g4fMcOtbQav { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.9375rem;left:35.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tetdzMvKs37oVkbDrB7EmVOGTb96wdUk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.125rem;left:35.5625rem;height:13.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RENS4qp2lA3N01avHIdlNTAdOaXJTkMl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.5625rem;left:33.28125rem; }
#B5iKIbsEJveUWEBWwEcLUEUcvzitNtvB { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15009;opacity:1;top:10.875rem;left:33.21875rem; }
#oC9hT24KZOgvEVyznJ45ix8yuAKTgTNt { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15010;opacity:1;top:15.5625rem;left:33.1875rem; }
#fIQrPxa6pKntxoFHiwEEbPP3ps4xtUqq { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15011;opacity:1;top:17.875rem;left:33.1875rem; }
#zvhrzNJIEfFtprbiglmad0Av7mBEKWWv { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:3.0625rem;left:9.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn { display:block; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn10caQT5rC9Z64Thz4zSTHrG0mbTdrM { top:0rem;left:0rem;width:7.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DTlQhvf9ENWqfHC30zHKRaPTNphyb5 { width:14.5rem;height:3.4375rem;top:2.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTbwxaq8n3TZxo2yQA32cXQbr5dDrgT { display:block; }
 }@media only screen and (max-width: 763px) { #yLo8DmsGTTWz1KCKHlFp2pbKqcPd42EI { top:0rem;left:0rem;width:5.6875rem;height:0;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 { display:none; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT { display:block; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0  { width:17.5rem;height:auto;top:4.125rem;left:27.75rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 {display:block;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 { width:17.5rem;height:auto;top:4.125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #hlGuKQ5JdV3sGGkMlFxdOQyIJm9mPQrL {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #ihF79LFDByf5S6CcRFFItiSczpyUlsRQ { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #Ze6o4GxmoWxTvbBUJFuTPxtKbTqWOU4M {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #scRoDy8zHrfxTcCTAkuJfwPoogR5H8kz {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #HKzxJZNqf4NkHKu8fnLWFAzyM2ed6hTT { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #xBTBPS3MUST3yLFa4S8czchaMkUps6Er {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #y9vft1DCzb21xBl5PH2vHAPOaaR9caoV {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #uGk1OGV2nqom3kKixDJ3uD5tBSTzNzEe { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #vdCsAgFndgTOMZxtluskEVgmwtHH7bdq {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #Ed2B9DTXRKleqvAfhmTfHquZZJzic70l {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #NaiklEWwdHvr2RWdG6GMDaRTWEwt69gp { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #xwCm4CCz86ekRf7tD1TGNEgI8aXSU7Lu {  }
 }@media only screen and (max-width: 763px) { #FkzSXZPmVlA7CKfJgDdWZGxTHAvmFJ1y { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #ME8pGhRDt1q6VznHS1CPqggtveNo80VM {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #mAh4c3ATmUIJWcmcDySCRrWERLs701Sa {  }
 }@media only screen and (max-width: 763px) { #fG6ubM6Jq0XqkCVv3L6uNATrQA50IQNH { top:11.75rem;left:0rem;width:26.5625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKXH0Q7uag4DXQWcuAFK6WfafgLx0lo { top:1.75rem;left:27.75rem;width:20rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUHCPZ7q2ySfn0XqyLlGdTOKHi3r3P4o { top:3.375rem;left:31.8125rem;width:15.9375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMUuCTgmC3zDQPZd9dVSTJnFlEnKpucm { top:13.625rem;left:0rem;width:30.1875rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USXqm3uNTwMiVul8LIwToZqiuPDUpUNx { top:18.625rem;left:0rem;width:26.5625rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM3hrtqPXg66XSqrTzMfxa6lVTxD18DZ { top:2.9375rem;left:0rem;width:30.125rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMwfROToRTTWMOaaJr3wGZcONPt4Z8V3 { top:7.125rem;left:0rem;width:40.0625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsllBooG8xk9c84JCWgvW5BiyxrVtV9 { top:16.25rem;left:11.375rem;width:5.4375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvkFUn78JnxCXbiLhok4TQCkshhCzZFy { display:block; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMPyrghTWpRnrql5sG7oZSSdqTKOA9RU { top:2.375rem;left:19.6875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvnNDTUE6xsgVonGRkmAIwemBi5KyL0T { top:2.25rem;left:28.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOx0Tu2ZkRzXPt9BXTOEy3ubXiKRpGH1 { top:1.125rem;left:11.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDAtt8cWg8MoZeQ9TDDtOUUCTuSsZBhZ { top:2.375rem;left:4.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeBHPwikCZ58tyEMyX4oBSMm03yWQHHw { top:2.5625rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq56D8QX0fBUAoLIHDLTQvAZNxpPNbqk { top:2.8125rem;left:0rem;width:5.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsy27nJi62HowfhTpMQQSISqaLuAxHw { top:3.8125rem;left:40.5rem;width:7.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp8AwcEyt5hFM1ITeoZ7XAW3C66MtyoD { top:3.375rem;left:36.1875rem;width:11.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5yRybzLiCQIS22alUbnqXu1sTxDTKkS { top:7.875rem;left:13.25rem;width:3.25rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP { display:block; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK  { width:17.5rem;height:auto;top:4.125rem;left:27.75rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK {display:block;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK { width:17.5rem;height:auto;top:4.125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #hXU7JE7SH4zT4Rr2Ki959ngXFbJWfdqq {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WhpPTN9QUPgUw3TsyEJ5GFFckMcvEApV { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Svm0ZwftAmnyaaV4ViT0XcFgGWuWB7Dr {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #uO3imrSLN8GMPImKmqGPF7TxNKavmIHk {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #oebDC2h21vukr2T7dDhsOgQEUDcWBuV1 { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #OIypfUVpm5by7ThF7ZcpBknRklAmVT21 {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TktAKTzTtJscRbToAVcJ7WItvzJoyNhf {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #NzGot1pCxSUddTRryKiUmyhTXuak75rN { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WDur1fofZJGxFJnDPcfWRIE35lGPhImH {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #a13aPCmQ9nKMTBs4I5vls6V53zk1LE6J {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #lrDgVN0355UbqMKm4457ZlnbvMfZMDMq { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #dirMgaRCHe48DvOVeBmzf2Gz99iG4Ppb {  }
 }@media only screen and (max-width: 763px) { #vlOyXVxsMVOGyS6nWMpgGQtPffHWeR6R { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #khcQuI8BIbEpPw1bqK5vSfsZaM2ErdDE {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Msp7uUhM47EoTqFSe4DZtAsQOMvrIlUU {  }
 }@media only screen and (max-width: 763px) { #gtsVoEsixd09LxOSmJGLGrBrG93rBM2X { top:9.6875rem;left:0rem;width:26.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX3eJ1FHaTKQlG2XpAIA9Wc1VJuLhZvZ { top:1.75rem;left:27.75rem;width:20rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqlKP5xq7SqU98I6iOWtrLqBVbNFNV0 { top:3.375rem;left:31.8125rem;width:15.9375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N68gCtfwUIyHyGsrQMJ2etMHAm0Z1Dit { top:1.75rem;left:0rem;width:30.1875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBxGG5hoOW9WMm9gWUQbv76D1q6En0SS { top:4.625rem;left:0rem;width:35.9375rem;height:3.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP1szWbvDT77eM3z3Uq9W4Kh9r42EteI { top:16.1875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icb18n1JiWP2Bq1QPeauuPrdbVXW4bXf { top:22.4375rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRv9SQpvTycLIFKGB25CRsADx7nOPcFU { top:16rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbsK9liIPtbNtwaHcsGEdKC3AaZ2vIB { top:21.9375rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLOiokrSSuTQzIoCn4qlnHyNyE30mtyH { top:14.125rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 { display:block; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baTmAmHLTZ02dgqBzVPWTRGrJ6m1Qob9 { top:1.3125rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTGAn4ENwfURTIv88irSFf0tIJsuDAp { top:13.5625rem;left:15.625rem;width:15.3125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h03R43MM9PA4C8zGaPPWlVMh8RUVI3xT { top:7.875rem;left:16.875rem;width:12.8125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMGmQh1oTSLQ6ZTVvaz8sfW2tTZFUd5U { top:18.75rem;left:15.625001907349rem;width:15.4375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEBmwzAUT0kNTn27MITVmwdIyKEaq3xd { top:13.4375rem;left:32.3125rem;width:15.3125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk5TuT7QRALUPWVKbWFIqGhRDW1y8qt8 { top:18.375rem;left:32.3125rem;width:15.4375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqgfTh85DcwSGy87BNpFSgKTvDxtrEtx { top:7.75rem;left:34.8125rem;width:12.8125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMmXMqmKuVWQekv2I8kw0Q6ZWESWX4R { top:13.5625rem;left:0rem;width:15.3125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8EQ0zSbA18CIhURy8QVbSBdQaEMSupJ { top:7.875rem;left:0rem;width:12.8125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTPCkw58TuVMn3ipI5bm353BP3w5RdU { top:17.6875rem;left:0rem;width:13.875rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpo8lH7fusHIEKZrVM3o7W9NXNOfVeZ { top:25.3125rem;left:13.59375rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugQdMOUAQ5KnLxuOCFFotdhqvpoVkgSf { display:block; }
 }@media only screen and (max-width: 763px) { #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS { display:block; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuZiEIAcIcZa9wNXQquPmd6FUoiGnOF { top:1.8125rem;left:4.7500019073486rem;width:40.8125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5omUZxOq2ErE9PgoboDCOKRvk5d8DNI { top:5.1875rem;left:3.625rem;width:40.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeFCKAkKR800cTPmMldWA7zovRfWzfE9 { top:12.25rem;left:0rem;width:14.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkd1MMimrTQelHFPM74kt15kqxDAu0EZ { top:17.875rem;left:0rem;width:14.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ctetpUTE83UzN5VZ4L3Mto9KiWsFIy { top:25.5rem;left:0rem;width:16.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqru4qM1ImzthFCpv6DvyHsLv49WShk { top:32.75rem;left:0rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih88igxBiMk2PWLbwrsLMLNw1NmvokBG { top:11rem;left:38.0625rem;width:9.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmHpO7rZV5ozm71F418EtwOTMW2hzOw { top:17.875rem;left:34.8125rem;width:12.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzmcaFHQQZOdLG2a1WLIJPXUrZhtria { top:24.8125rem;left:34.8125rem;width:12.9375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65XzHfNL4L3kPwPTucEM4enNgJUybPN { top:32rem;left:30.0625rem;width:17.6875rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psNmk0EJtPkacg4Iv82tHpsaL8gM1JMG { top:36.25rem;left:19.21875rem;width:10.9375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurTTuENzk72zZI5kuPGpdW9C6FZJVFk { width:47.75rem;height:38.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2D48wEEVxCtr2oQA7gG44z7J5J59Anm { display:none; }
 }@media only screen and (max-width: 763px) { #Dwt16AX9zrXxvEzM7LTgmQKqiiBHtJdy { display:none; }
 }@media only screen and (max-width: 763px) { #vr1klbAuJ2yxAwQkeWNp0r00NB5HNgPm { display:none; }
 }@media only screen and (max-width: 763px) { #J1eDIrWygEI59MLDlwI2Cy2U8JekeOG5 { display:none; }
 }@media only screen and (max-width: 763px) { #gKKUsIw0se0srOLzaE8Z9n0POCSGByZ5 { display:none; }
 }@media only screen and (max-width: 763px) { #n2Ql26PvtSTV965sL3IDfBuoQDWlldgq { display:none; }
 }@media only screen and (max-width: 763px) { #ADPTaEMTP49I3sXENHt3Jg6EJ6Chcqsh { display:none; }
 }@media only screen and (max-width: 763px) { #w6Xwie1TunOd9fWpI5S1K2JfxbnP97Il { display:none; }
 }@media only screen and (max-width: 763px) { #zry4ZpHNzIwitg1r7I6eXmzzmnTKbW7D { display:none; }
 }@media only screen and (max-width: 763px) { #QC1HbrZxyph9z6asD25JkUrrpVgOimK0 { display:block; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkUZeCnfa2Gyt2RqVz1r5pboyN9pI0Bq { top:6.625rem;left:23.875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D00OCFCNp1RWf7r9UbAcuzQahtqQXT3t { top:8.4375rem;left:10.3125rem;width:37.4375rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTDVBl9m7r0vySMi7yb1yCJn4MBdKcsI { top:3.125rem;left:14.75rem;width:33rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUG9MCJpH2wvacloTdB5Vr4dVSv8XGW { top:1.6875rem;left:23.875rem;width:10.8125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQsS3w8rNkq1kmoKnfJvqRq1KDd7V4Np { top:20.75rem;left:23.875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnsvNaCOId5OyTL0vvNB78UKaxnWcff { top:17.25rem;left:17.5625rem;width:30.1875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtZFxEGRL4fLNp4CXXHhvOiBRWVAhsAP { top:22.4375rem;left:10.3125rem;width:37.4375rem;height:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTaxrIp2caoKCwD2EMaCRFvI5GsPOs5 { top:3.125rem;left:1.25rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ63DkmeunkvzNJbhUwfhktHuDqheF38 { top:2.8125rem;left:18.1875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irhbT63Vbz7mi6nGSdgegTR4KDy95Jl5 { width:19.75rem;height:13.5625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wgbfAxUtgeETWrQQdLU0bou30TReha { top:5.5625rem;left:0rem;width:20.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2LTd69LcRIMWR5lb4bMs0Uz6Bc0L2J { top:20.75rem;left:0rem;width:20.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCmlgAOf0e1AuyI7DcDJC2F6lHfg3Ns9 { top:12.9375rem;left:3.8125rem;width:20.0625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG6aTETZV41Jo8dFKeVSIrONaa9d8bcq { top:38.4375rem;left:11.25rem;width:36.5rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 { display:block; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmy0cEIHiykNqdWXMM6HELwZS9yB1yf { top:18.625rem;left:12.6875rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBmVTfLdZN8GoGAbc9FIUtRSJowTF0w { display:block; }
 }@media only screen and (max-width: 763px) { #vPJIN1m3vpM2veTCFtIc8by5dzQDXWKn { width:3.5rem;height:1.375rem;top:4.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anL6qFLQ89d7tKdVVTBMTKqnaGZcF4wE { width:8.5rem;height:8.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwi5EtMWypGJuGlCAXQwHd99bHdnOcfU { width:2.125rem;height:2.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAutZh9hhWzgUZxPE1OTT0gP3fpRJNG { width:4.625rem;height:4.625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toM2ZXMyT9NxgFLWVvISP88iHNBTTwA6 { top:14.3125rem;left:0rem;width:10.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATKFSN9Nc8BoBZP9wU1eUoPHptzwSDb { top:14.3125rem;left:0rem;width:13.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPcyduCaNCQoyDs5gTiUzLexTf1pR81o { width:3.5rem;height:0;top:4.75rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEypkOxQWS3T8g0dFT2H45DTK0t0Nxsp { width:8.5rem;height:8.5rem;top:4.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKRBJgVP4pXfiCKMoifu06XsSFfnr0v { width:2.125rem;height:2.125rem;top:4.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHyG01w5SSD9OdLZp0BonVvSJsZXcpd { width:4.625rem;height:4.625rem;top:7rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPTwlsAFL559WoZTFROVRggEJRiIotU { top:14.25rem;left:15.9375rem;width:13.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNp6WEyJl93Smp8HbnA06LWMzCw0Oint { width:3.5rem;height:0;top:4.75rem;left:17.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguyKUEX8k30vMKyTsOXmf9MIE6gQ4ln { width:8.5rem;height:8.5rem;top:4.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrcFGlTTCqAdyMwdGWT3gixI5ienG2z { width:5.0625rem;height:5.0625rem;top:6.8125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKx4Mft5RBtDyiIEF5Ie5CeMuMM2LNKL { width:2.125rem;height:2.125rem;top:4.3125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIr00TnDUGlZpMc3qbHPx3R5htWbum2x { width:8.5rem;height:8.5rem;top:4.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwAqBvRcsTX7vklTR68dmhlTGB0m4ri { width:4.625rem;height:4.625rem;top:6.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ezgQ5Kx3ANVDrctN6q4f8L5e6nNeho { top:13.8125rem;left:32.5rem;width:13.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0hKd93lVmh3AAqiBG07LrBGZ7qJ0rw { width:3.5rem;height:1.375rem;top:4.75rem;left:34rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBAsosRf4EzukLTAGUmCnmVTFT7n4my { width:2.125rem;height:2.125rem;top:4.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQU6n5lXJpd1dXpaQHzJZcdfdIurJTI { top:13.6875rem;left:34.625rem;width:13.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC819pDlWHmeuhuR38b2RfMW5HqutoPF { width:3.5rem;height:0;top:4.75rem;left:44.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1KlO5c7QqBxqJgvsC4AaTFTIRoU07oV { width:8.5rem;height:8.5rem;top:4.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49m5zcysF9dP7fmsbSupIcppJ2G0elb { width:4.625rem;height:4.625rem;top:7rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZXopnv0PG5qhKDS0n40Onep92S2w54o { width:2.125rem;height:2.125rem;top:4.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv { display:block; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi { top:6.4375rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJxVsVuEX9y3AHnn7UZuicMt2Bitvxf { top:21.3125rem;left:0rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnkxkzuFvdq4DspRovppc26ibeIHQIQ { top:21.3125rem;left:5.875rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2 { top:6.4375rem;left:6.5625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0H98ylxZ8HvPR8wq1pZrJcnAmanelRh { top:21.5625rem;left:23.25rem;width:19.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK { top:6.4375rem;left:26rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zGe17lsioBNxCOhl7MlUQRbaHQrgwx { top:21.3125rem;left:32.4375rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3 { top:6.4375rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE8k0Lb6wcGcMMrsO0VlF96IOv0XEol9 { top:1.375rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS { display:block; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayHQcGLW4ngvbeWTVAQwQl6iJPc5JppT { top:0.75rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZt6k2e3vppJElIFM3l0QU2l3Ei3FAJr { top:8.5625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvM79g4fIsbWvHLnMRtJBC27xTB1qDF { top:6.0625rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF { display:block; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBLWieu3ZL4k6vrr4FP9tfdsQxsE2tZl { top:1.6875rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbqDC7RK83sGT1bxUG8VcGdD8if0vN3 { top:6.1875rem;left:0rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5fhTTwZTawTz3S7LLeJRQHZsLJqnfTd { top:8.4375rem;left:0rem;width:14.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBlnIlXNQAFS7DnNB8FZ5ucbO5MlTyp { top:6.25rem;left:13.9375rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAtQibcFAxK9PMFm94w6iklgcBumvzpA { top:8.5rem;left:16.4375rem;width:14.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7qGMlAkw6wTieWaK8qi2kJ5x2Ag8nc { top:6.25rem;left:28.1875rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igoDUJLFNhnfamg1vFw0OTAm82eI5K7O { top:8.5rem;left:33.25rem;width:14.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWwTgNlX9hCs8LDAyWBddhzlzoyinqB { top:28.6875rem;left:0rem;width:19.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oay43wCPmTMcyf6mOzUaTmmI4IW5Xq4a { top:28.6875rem;left:14.5rem;width:19.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlpSaa640eS8H9k7Lpt3TuyRIDerVcwN { top:20.375rem;left:16.375rem;width:15rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqynzSpem5nbSeMQbODvhTdKeyVsUgCS { top:28.6875rem;left:28.875rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva { display:block; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVanngfxE4MckLzzQrNmFfh1TeNQUFJR { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAz3aT6uTOLnEIKvHvzLx2e5HEJRocgB { width:4.0625rem;height:4.0625rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpZ9EUVW3kQlQVwV3TTKaEny0TI2BLXT { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CduSJ7vh9R9EEJqDKn7SNP3TzrKRISmA { width:4.0625rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsEVD87IL2R8iwBOIeAk90yqJfA9WhI8 { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCcRZIToSPBT7LGxnJnVDfMRzrwni07 { top:3.5rem;left:0rem;width:8.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2zuArBZNXn3UfzcEPTC2g4fMcOtbQav { top:1.9375rem;left:17.5625rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetdzMvKs37oVkbDrB7EmVOGTb96wdUk { top:6.125rem;left:11.25rem;width:36.5rem;height:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RENS4qp2lA3N01avHIdlNTAdOaXJTkMl { top:6.5625rem;left:19.65625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5iKIbsEJveUWEBWwEcLUEUcvzitNtvB { top:10.875rem;left:19.59375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC9hT24KZOgvEVyznJ45ix8yuAKTgTNt { top:15.5625rem;left:19.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIQrPxa6pKntxoFHiwEEbPP3ps4xtUqq { top:17.875rem;left:19.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvhrzNJIEfFtprbiglmad0Av7mBEKWWv { top:3.0625rem;left:0rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn { display:block; }#NhyEFrSHDSlRFh3FlHHFT5qELIavSwkn > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn10caQT5rC9Z64Thz4zSTHrG0mbTdrM { width:6.125rem;height:6.5rem;top:0.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DTlQhvf9ENWqfHC30zHKRaPTNphyb5 { width:10.5625rem;height:2.8125rem;top:2.59375rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTbwxaq8n3TZxo2yQA32cXQbr5dDrgT { display:block; }
 }@media only screen and (max-width: 763px) { #yLo8DmsGTTWz1KCKHlFp2pbKqcPd42EI { width:5.6875rem;height:auto;top:0rem;left:7.125rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7b04dc1e-97e5-48d9-9fd3-25bf235f7276/friendslaughingwithlaptopcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1.adaptive-delivery-prevent-bg, #TCoJQpoT1DIRkz9aShadax4JRcGg9xp1.lazyload, #TCoJQpoT1DIRkz9aShadax4JRcGg9xp1.lazyloading { background-image: none; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container { background-color: transparent; background-image: none; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container > .video-iframe-container { display: none; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row > .video-iframe-container { display: none; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .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); }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container { border-width: 0; border-radius: 0; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCoJQpoT1DIRkz9aShadax4JRcGg9xp1 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT { background-color:#e3ecff;background-image:url("https://images.assets-landingi.com/uc/f640a268-0a86-4127-9534-89b962b7020d/Untitled1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT.adaptive-delivery-prevent-bg, #HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT.lazyload, #HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT.lazyloading { background-image: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container { background-color: transparent; background-image: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container > .video-iframe-container { display: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row > .video-iframe-container { display: none; }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .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); }#HwtcUqv4uPFBLtwb0P9Zxy5lduJBPZNT > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0  { width:17.5rem;height:auto;top:30.13720703125rem;left:0rem; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 {display:block;}#CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 { width:17.5rem;height:auto;top:30.13720703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #hlGuKQ5JdV3sGGkMlFxdOQyIJm9mPQrL {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #ihF79LFDByf5S6CcRFFItiSczpyUlsRQ { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #Ze6o4GxmoWxTvbBUJFuTPxtKbTqWOU4M {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #scRoDy8zHrfxTcCTAkuJfwPoogR5H8kz {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #HKzxJZNqf4NkHKu8fnLWFAzyM2ed6hTT { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #xBTBPS3MUST3yLFa4S8czchaMkUps6Er {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #y9vft1DCzb21xBl5PH2vHAPOaaR9caoV {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #uGk1OGV2nqom3kKixDJ3uD5tBSTzNzEe { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #vdCsAgFndgTOMZxtluskEVgmwtHH7bdq {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #Ed2B9DTXRKleqvAfhmTfHquZZJzic70l {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #NaiklEWwdHvr2RWdG6GMDaRTWEwt69gp { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #xwCm4CCz86ekRf7tD1TGNEgI8aXSU7Lu {  }
 }@media only screen and (max-width: 763px) { #FkzSXZPmVlA7CKfJgDdWZGxTHAvmFJ1y { display:block; }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #ME8pGhRDt1q6VznHS1CPqggtveNo80VM {  }
 }@media only screen and (max-width: 763px) { #CVSb2uUqqAuF9kTTPhZgPI0lD6tUEla0 #mAh4c3ATmUIJWcmcDySCRrWERLs701Sa {  }
 }@media only screen and (max-width: 763px) { #fG6ubM6Jq0XqkCVv3L6uNATrQA50IQNH { width:20rem;height:1.4433625rem;top:10.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgKXH0Q7uag4DXQWcuAFK6WfafgLx0lo { width:20rem;height:24.8125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUHCPZ7q2ySfn0XqyLlGdTOKHi3r3P4o { width:15.9375rem;height:1.5125875rem;top:28.625rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMUuCTgmC3zDQPZd9dVSTJnFlEnKpucm { width:20rem;height:2.886725rem;top:12.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USXqm3uNTwMiVul8LIwToZqiuPDUpUNx { width:20rem;height:7.9980625rem;top:18.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tM3hrtqPXg66XSqrTzMfxa6lVTxD18DZ { width:20rem;height:5.361325rem;top:3.8867192268372rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMwfROToRTTWMOaaJr3wGZcONPt4Z8V3 { width:20rem;height:2.2rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdsllBooG8xk9c84JCWgvW5BiyxrVtV9 { width:5.4375rem;height:1.03125rem;top:15.75rem;left:7.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvkFUn78JnxCXbiLhok4TQCkshhCzZFy { display:block; }#XvkFUn78JnxCXbiLhok4TQCkshhCzZFy > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMPyrghTWpRnrql5sG7oZSSdqTKOA9RU { width:5.8125rem;height:5.8125rem;top:8.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvnNDTUE6xsgVonGRkmAIwemBi5KyL0T { width:6.5625rem;height:6.5625rem;top:16.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOx0Tu2ZkRzXPt9BXTOEy3ubXiKRpGH1 { width:6.9375rem;height:6.9375rem;top:0.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDAtt8cWg8MoZeQ9TDDtOUUCTuSsZBhZ { width:6.1875rem;height:6.1875rem;top:1rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeBHPwikCZ58tyEMyX4oBSMm03yWQHHw { width:7.5rem;height:7.5rem;top:15.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq56D8QX0fBUAoLIHDLTQvAZNxpPNbqk { width:6.5625rem;height:6rem;top:8.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsy27nJi62HowfhTpMQQSISqaLuAxHw { width:11.6875rem;height:5.9375rem;top:24.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp8AwcEyt5hFM1ITeoZ7XAW3C66MtyoD { width:11.5625rem;height:3.9375rem;top:31.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5yRybzLiCQIS22alUbnqXu1sTxDTKkS { width:3.25rem;height:0.73095625rem;top:6.9375rem;left:12.90625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tzMirVIg/ssssss_MV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP.adaptive-delivery-prevent-bg, #Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP.lazyload, #Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP.lazyloading { background-image: none; }#Ha0z4R3AkpzUFOhU4CQBCUATNfPgrQfP > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK  { width:17.5rem;height:auto;top:32.5625rem;left:0rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK {display:block;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK { width:17.5rem;height:auto;top:32.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #hXU7JE7SH4zT4Rr2Ki959ngXFbJWfdqq {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WhpPTN9QUPgUw3TsyEJ5GFFckMcvEApV { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Svm0ZwftAmnyaaV4ViT0XcFgGWuWB7Dr {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #uO3imrSLN8GMPImKmqGPF7TxNKavmIHk {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #oebDC2h21vukr2T7dDhsOgQEUDcWBuV1 { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #OIypfUVpm5by7ThF7ZcpBknRklAmVT21 {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TktAKTzTtJscRbToAVcJ7WItvzJoyNhf {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #NzGot1pCxSUddTRryKiUmyhTXuak75rN { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WDur1fofZJGxFJnDPcfWRIE35lGPhImH {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #a13aPCmQ9nKMTBs4I5vls6V53zk1LE6J {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #lrDgVN0355UbqMKm4457ZlnbvMfZMDMq { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #dirMgaRCHe48DvOVeBmzf2Gz99iG4Ppb {  }
 }@media only screen and (max-width: 763px) { #vlOyXVxsMVOGyS6nWMpgGQtPffHWeR6R { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #khcQuI8BIbEpPw1bqK5vSfsZaM2ErdDE {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Msp7uUhM47EoTqFSe4DZtAsQOMvrIlUU {  }
 }@media only screen and (max-width: 763px) { #gtsVoEsixd09LxOSmJGLGrBrG93rBM2X { width:20rem;height:1.44375rem;top:6.1000003814697rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GX3eJ1FHaTKQlG2XpAIA9Wc1VJuLhZvZ { width:20rem;height:24.8125rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqlKP5xq7SqU98I6iOWtrLqBVbNFNV0 { width:15.9375rem;height:1.5125rem;top:31.75rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N68gCtfwUIyHyGsrQMJ2etMHAm0Z1Dit { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBxGG5hoOW9WMm9gWUQbv76D1q6En0SS { width:20rem;height:2.2rem;top:3.4624996185302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RP1szWbvDT77eM3z3Uq9W4Kh9r42EteI { width:3.5rem;height:3.5rem;top:10.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icb18n1JiWP2Bq1QPeauuPrdbVXW4bXf { width:4.0625rem;height:4.0625rem;top:10.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRv9SQpvTycLIFKGB25CRsADx7nOPcFU { width:4.5rem;height:4.5rem;top:10.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbsK9liIPtbNtwaHcsGEdKC3AaZ2vIB { width:4.6875rem;height:4.6875rem;top:10.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLOiokrSSuTQzIoCn4qlnHyNyE30mtyH { width:20rem;height:1.16875rem;top:9.0187503816563rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 { display:block; }#cNQJV7yt5lFFkkNEtZ8uDxHLNmcDc9F9 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baTmAmHLTZ02dgqBzVPWTRGrJ6m1Qob9 { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTGAn4ENwfURTIv88irSFf0tIJsuDAp { width:15.3125rem;height:8.9375rem;top:28.0625rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #h03R43MM9PA4C8zGaPPWlVMh8RUVI3xT { width:12.8125rem;height:9.25rem;top:22.25rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMGmQh1oTSLQ6ZTVvaz8sfW2tTZFUd5U { width:15.4375rem;height:3.0244125rem;top:33rem;left:2.2500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEBmwzAUT0kNTn27MITVmwdIyKEaq3xd { width:15.3125rem;height:8.9375rem;top:44.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk5TuT7QRALUPWVKbWFIqGhRDW1y8qt8 { width:15.4375rem;height:1.5125875rem;top:49.125rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqgfTh85DcwSGy87BNpFSgKTvDxtrEtx { width:12.8125rem;height:9.25rem;top:39rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMmXMqmKuVWQekv2I8kw0Q6ZWESWX4R { width:15.3125rem;height:9.5625rem;top:11.124847412109rem;left:2.3119211792946rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8EQ0zSbA18CIhURy8QVbSBdQaEMSupJ { width:12.8125rem;height:9.25rem;top:6.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTPCkw58TuVMn3ipI5bm353BP3w5RdU { width:15.4375rem;height:3.91845625rem;top:16.3125rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpo8lH7fusHIEKZrVM3o7W9NXNOfVeZ { top:54.968752861023rem;left:0rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugQdMOUAQ5KnLxuOCFFotdhqvpoVkgSf { display:block; }
 }@media only screen and (max-width: 763px) { #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS { background-color:#384667;background-image:url("https://images.assets-landingi.com/rw3XQYjF/ssssss_copy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.adaptive-delivery-prevent-bg, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyload, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyloading { background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { background-color: transparent; background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .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); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuZiEIAcIcZa9wNXQquPmd6FUoiGnOF { width:20rem;height:4.3994125rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5omUZxOq2ErE9PgoboDCOKRvk5d8DNI { width:20rem;height:5.7744125rem;top:5.7124996185303rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeFCKAkKR800cTPmMldWA7zovRfWzfE9 { width:14.3125rem;height:1.54375rem;top:13.5625rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkd1MMimrTQelHFPM74kt15kqxDAu0EZ { width:14.3125rem;height:3.0869125rem;top:19.852337837219rem;left:2.1250001192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E3ctetpUTE83UzN5VZ4L3Mto9KiWsFIy { width:16.4375rem;height:3.0869125rem;top:26.625rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTqru4qM1ImzthFCpv6DvyHsLv49WShk { width:16.4375rem;height:1.54375rem;top:48.6875rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ih88igxBiMk2PWLbwrsLMLNw1NmvokBG { width:9.6875rem;height:3.0869125rem;top:16.1875rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmHpO7rZV5ozm71F418EtwOTMW2hzOw { width:12.9375rem;height:1.54375rem;top:23.6875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzmcaFHQQZOdLG2a1WLIJPXUrZhtria { width:12.9375rem;height:2.8496125rem;top:44.25rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65XzHfNL4L3kPwPTucEM4enNgJUybPN { width:14.5625rem;height:4.27441875rem;top:51.5625rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psNmk0EJtPkacg4Iv82tHpsaL8gM1JMG { width:10.9375rem;height:2.8496125rem;top:55.8125rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TurTTuENzk72zZI5kuPGpdW9C6FZJVFk { top:28rem;left:0rem;width:20rem;height:16.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e2D48wEEVxCtr2oQA7gG44z7J5J59Anm { top:13.49062538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Dwt16AX9zrXxvEzM7LTgmQKqiiBHtJdy { top:16.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vr1klbAuJ2yxAwQkeWNp0r00NB5HNgPm { top:20.55312538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #J1eDIrWygEI59MLDlwI2Cy2U8JekeOG5 { top:23.61562538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gKKUsIw0se0srOLzaE8Z9n0POCSGByZ5 { top:26.55312538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #n2Ql26PvtSTV965sL3IDfBuoQDWlldgq { top:44.25rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ADPTaEMTP49I3sXENHt3Jg6EJ6Chcqsh { top:48.61562538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #w6Xwie1TunOd9fWpI5S1K2JfxbnP97Il { top:51.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zry4ZpHNzIwitg1r7I6eXmzzmnTKbW7D { top:55.83749961853rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QC1HbrZxyph9z6asD25JkUrrpVgOimK0 { display:block; }#QC1HbrZxyph9z6asD25JkUrrpVgOimK0 > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkUZeCnfa2Gyt2RqVz1r5pboyN9pI0Bq { width:4.6875rem;height:0.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D00OCFCNp1RWf7r9UbAcuzQahtqQXT3t { width:18rem;height:12.6738125rem;top:9.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTDVBl9m7r0vySMi7yb1yCJn4MBdKcsI { width:20rem;height:4.3994125rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUG9MCJpH2wvacloTdB5Vr4dVSv8XGW { width:10.8125rem;height:1.44375rem;top:2rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQsS3w8rNkq1kmoKnfJvqRq1KDd7V4Np { width:4.6875rem;height:0.25rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnsvNaCOId5OyTL0vvNB78UKaxnWcff { width:20rem;height:4.125rem;top:24.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtZFxEGRL4fLNp4CXXHhvOiBRWVAhsAP { width:20rem;height:19.0107875rem;top:31rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTaxrIp2caoKCwD2EMaCRFvI5GsPOs5 { width:20rem;height:22.625rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ63DkmeunkvzNJbhUwfhktHuDqheF38 { width:5.6875rem;height:5.6875rem;top:70.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irhbT63Vbz7mi6nGSdgegTR4KDy95Jl5 { width:19.75rem;height:13.5625rem;top:44.219791412354rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0wgbfAxUtgeETWrQQdLU0bou30TReha { width:20rem;height:14.1875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2LTd69LcRIMWR5lb4bMs0Uz6Bc0L2J { width:20rem;height:14.1875rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCmlgAOf0e1AuyI7DcDJC2F6lHfg3Ns9 { width:20rem;height:27rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG6aTETZV41Jo8dFKeVSIrONaa9d8bcq { width:20rem;height:6rem;top:103.48854064941rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 { display:block; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmy0cEIHiykNqdWXMM6HELwZS9yB1yf { top:77.5625rem;left:0.25rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBmVTfLdZN8GoGAbc9FIUtRSJowTF0w { display:block; }
 }@media only screen and (max-width: 763px) { #vPJIN1m3vpM2veTCFtIc8by5dzQDXWKn { width:3.5rem;height:1.40625rem;top:5.25rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anL6qFLQ89d7tKdVVTBMTKqnaGZcF4wE { width:8.5rem;height:8.5rem;top:5.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwi5EtMWypGJuGlCAXQwHd99bHdnOcfU { width:2.125rem;height:2.125rem;top:4.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAutZh9hhWzgUZxPE1OTT0gP3fpRJNG { width:5.0625rem;height:5.0625rem;top:6.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toM2ZXMyT9NxgFLWVvISP88iHNBTTwA6 { width:10.5625rem;height:2.4375rem;top:15rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATKFSN9Nc8BoBZP9wU1eUoPHptzwSDb { width:13.125rem;height:2.4375rem;top:29.875rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPcyduCaNCQoyDs5gTiUzLexTf1pR81o { width:3.5rem;height:1.40625rem;top:19.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEypkOxQWS3T8g0dFT2H45DTK0t0Nxsp { width:8.5rem;height:8.5rem;top:20.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKRBJgVP4pXfiCKMoifu06XsSFfnr0v { width:2.125rem;height:2.125rem;top:19.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHyG01w5SSD9OdLZp0BonVvSJsZXcpd { width:4.625rem;height:4.625rem;top:22.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPTwlsAFL559WoZTFROVRggEJRiIotU { width:13.125rem;height:1.21875rem;top:45.0625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNp6WEyJl93Smp8HbnA06LWMzCw0Oint { width:3.5rem;height:1.40625rem;top:35.5625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguyKUEX8k30vMKyTsOXmf9MIE6gQ4ln { width:8.5rem;height:8.5rem;top:35.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrcFGlTTCqAdyMwdGWT3gixI5ienG2z { width:5.0625rem;height:5.0625rem;top:37.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKx4Mft5RBtDyiIEF5Ie5CeMuMM2LNKL { width:2.125rem;height:2.125rem;top:34.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIr00TnDUGlZpMc3qbHPx3R5htWbum2x { width:8.5rem;height:8.5rem;top:49.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwAqBvRcsTX7vklTR68dmhlTGB0m4ri { width:4.625rem;height:4.625rem;top:51.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ezgQ5Kx3ANVDrctN6q4f8L5e6nNeho { width:13.125rem;height:2.4375rem;top:59.40625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0hKd93lVmh3AAqiBG07LrBGZ7qJ0rw { width:3.5rem;height:1.40625rem;top:50rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBAsosRf4EzukLTAGUmCnmVTFT7n4my { width:2.125rem;height:2.125rem;top:49.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQU6n5lXJpd1dXpaQHzJZcdfdIurJTI { width:13.125rem;height:1.21875rem;top:73.6875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC819pDlWHmeuhuR38b2RfMW5HqutoPF { width:3.5rem;height:1.40625rem;top:64.25rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1KlO5c7QqBxqJgvsC4AaTFTIRoU07oV { width:8.5rem;height:8.5rem;top:63.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49m5zcysF9dP7fmsbSupIcppJ2G0elb { width:4.625rem;height:4.625rem;top:66.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZXopnv0PG5qhKDS0n40Onep92S2w54o { width:2.125rem;height:2.125rem;top:63.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv { display:block; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi { width:13.9375rem;height:13.9375rem;top:4.7rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJxVsVuEX9y3AHnn7UZuicMt2Bitvxf { width:15.3125rem;height:2.76171875rem;top:19.324999809265rem;left:2.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnkxkzuFvdq4DspRovppc26ibeIHQIQ { width:15.3125rem;height:2.76171875rem;top:38.89999961853rem;left:2.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2 { width:13.9375rem;height:13.9375rem;top:24.199999809265rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0H98ylxZ8HvPR8wq1pZrJcnAmanelRh { width:19.4375rem;height:2.76171875rem;top:58.91250038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK { width:13.9375rem;height:13.9375rem;top:43.887499809265rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zGe17lsioBNxCOhl7MlUQRbaHQrgwx { width:15.3125rem;height:2.76171875rem;top:79.9375rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3 { width:13.9375rem;height:13.9375rem;top:64.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE8k0Lb6wcGcMMrsO0VlF96IOv0XEol9 { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS { display:block; }#wBs9hxThdwQQ991EX7yrrsB1s4wVfcwS > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayHQcGLW4ngvbeWTVAQwQl6iJPc5JppT { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZt6k2e3vppJElIFM3l0QU2l3Ei3FAJr { width:19.125rem;height:11.375rem;top:5.4187622070312rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LdvM79g4fIsbWvHLnMRtJBC27xTB1qDF { width:20rem;height:12.5625rem;top:4.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF { display:block; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { width:20rem;height:103.07470703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBLWieu3ZL4k6vrr4FP9tfdsQxsE2tZl { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbqDC7RK83sGT1bxUG8VcGdD8if0vN3 { width:19.4375rem;height:12.5rem;top:4.7rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5fhTTwZTawTz3S7LLeJRQHZsLJqnfTd { height:8.0625rem;width:14.5rem;top:6.95rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBlnIlXNQAFS7DnNB8FZ5ucbO5MlTyp { width:19.4375rem;height:12.5rem;top:18.575rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAtQibcFAxK9PMFm94w6iklgcBumvzpA { height:8.0625rem;width:14.5rem;top:20.825rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7qGMlAkw6wTieWaK8qi2kJ5x2Ag8nc { width:19.4375rem;height:12.5rem;top:32.45rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igoDUJLFNhnfamg1vFw0OTAm82eI5K7O { height:8.0625rem;width:14.5rem;top:34.7rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWwTgNlX9hCs8LDAyWBddhzlzoyinqB { width:19.5625rem;height:15.625rem;top:54.762512207031rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oay43wCPmTMcyf6mOzUaTmmI4IW5Xq4a { width:19.5625rem;height:15.625rem;top:70.949999809262rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlpSaa640eS8H9k7Lpt3TuyRIDerVcwN { width:15rem;height:7.1875rem;top:46.325012207031rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqynzSpem5nbSeMQbODvhTdKeyVsUgCS { width:18.875rem;height:15.625rem;top:87.450000762938rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva { background-color:rgba(0,0,0,0.81);background-image:none;display:block; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container { background-color: transparent; background-image: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container > .video-iframe-container { display: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row > .video-iframe-container { display: none; }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .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); }#RRX3VD5XZMRB7iMyQd6agDSlDwKw8fva > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVanngfxE4MckLzzQrNmFfh1TeNQUFJR { width:2.5rem;height:2.5rem;top:11.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAz3aT6uTOLnEIKvHvzLx2e5HEJRocgB { width:2.5rem;height:2.5rem;top:11.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpZ9EUVW3kQlQVwV3TTKaEny0TI2BLXT { width:2.5rem;height:2.5rem;top:11.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CduSJ7vh9R9EEJqDKn7SNP3TzrKRISmA { width:2.5rem;height:2.4375rem;top:11.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsEVD87IL2R8iwBOIeAk90yqJfA9WhI8 { width:2.5rem;height:2.5rem;top:11.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCcRZIToSPBT7LGxnJnVDfMRzrwni07 { width:7.625rem;height:9.4375rem;top:1.34375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2zuArBZNXn3UfzcEPTC2g4fMcOtbQav { width:20rem;height:2.2rem;top:17.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tetdzMvKs37oVkbDrB7EmVOGTb96wdUk { width:17.1875rem;height:14.39845rem;top:21.66250038147rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RENS4qp2lA3N01avHIdlNTAdOaXJTkMl { width:1.5625rem;height:1.5625rem;top:22.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5iKIbsEJveUWEBWwEcLUEUcvzitNtvB { width:1.75rem;height:1.75rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC9hT24KZOgvEVyznJ45ix8yuAKTgTNt { width:1.75rem;height:1.75rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIQrPxa6pKntxoFHiwEEbPP3ps4xtUqq { width:1.75rem;height:1.75rem;top:34.375002294779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvhrzNJIEfFtprbiglmad0Av7mBEKWWv { width:11.375rem;height:9.5rem;top:1.3125rem;left:4.3125rem;display:block; }
 }