.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container { background-color: transparent; background-image: none; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container > .video-iframe-container { display: none; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row > .video-iframe-container { display: none; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .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); }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container { border-width: 0; border-radius: 0; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#sbQzNgVMNKg6xue55LTkOQuIT0UeC75Q { box-sizing:content-box;height:6.8125rem;width:19.6875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:1.1875rem;left:27.6875rem;display:block; }
#PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { color:#5a5a5a;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:35.625rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tgRyvZ9pEORvcqQUkuqXJoKuLh9uaE21 { position:absolute;display:block;z-index:15009;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.5625rem;width:17rem;top:1.625rem;left:28.4375rem;overflow:hidden;display:block; }
#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0320ff05-5ef2-43c8-abfa-138fbb6219aa/getittogether.jpeg");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; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.adaptive-delivery-prevent-bg, #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.lazyload, #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.lazyloading { background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { background-color: transparent; background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,52,76,0.66); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,52,76,0.66); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .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); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { border-width: 0; border-radius: 0; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::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; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:75rem;position:relative;display:block; }#WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { color:#ffffff;display:block;width:62.6875rem;position:absolute;font-family:"libre baskerville";font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.16796875rem;left:0rem;height:5.0371125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-form-header {  }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:23rem;height:3rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]:-moz-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]::-moz-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.8125rem;overflow:hidden;font-style:normal;float:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .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; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-container:first-of-type{padding-top:0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-container:last-of-type{padding-bottom:0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.125rem;top:42.5625rem;z-index:15003;position:absolute; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f {display:block;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.125rem;top:42.5625rem;z-index:15003;position:absolute; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #Zp1qBMewKUekb00earMATXV7iE6eikpi { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #GVTVfLRfhHOmWplZb90GZs66QEO0EiO5 { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #uxI4PT3TpMhecT48WKxgXDyTehTI8LsI { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #nxpn009lQXN2ktyxXP5UokSODOLZ6C0z { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #HI0zTSLVXDrR1wkmhXlzi8PJNvrb73Az { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ZPhv503s30QcghlPfm4ETBAWzFcCoQ5e { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #L2xLcOEKRmKJMPEVHWOF1Mr9HEhgIOsa { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ABkDuVOKQxdRR6uFWeOszB2y7vS5TTIb { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #DqMZo9m5zbv7vfXXl5TGvFFDkhSchcbS { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #i99oVxok97GwzK1zAJELtXQEDMgstUhg { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #w9Kncx6ustqV3dJFF6C7i8h3VgWTJ5km { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #OC6Hy03icSrrzdsxtJ7Eld9cDQzp8KWq { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #FmZ08z55WWhmfSnn3OSyngdrgqa8u1LA { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #vrxXiy1Q6FDz0xkc04GnuMxoHwtRTTVu { position:relative; }
#CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { box-sizing:content-box;height:23.625rem;width:25.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:38.4375rem;left:1.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.5) ;display:block; }
#XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.4375rem;left:2.4375rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#epR2H5QOHUpWInTK75OVhqLvOUrs32qW { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lvqKQzglOeqiFkmOfs4l3NyUWzu0xxr6 { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0625rem;left:0rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bWIkAUkAnQFoZFdKRvx0dhkZewZTdddL { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.9375rem;left:2.4375rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nKs52fq0D9xITgeGXFanK5VrcrQvgFRR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.375rem;left:0.5625rem; }
#mOMxSiaI3sahXocCZ2wnOUzrwC2WzK6W { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:31.8125rem;left:0rem;display:block; }
#VMZqGwOxC9MxZltOUTmSHD5TwcWpK3Tq { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:31.8125rem;left:29rem;display:block; }
#rbzhK12AB0gTl9b8U12ieeBd1SaZSDL3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.25rem;left:29.5rem; }
#PPApm11vDo04GATQJTpSzcTzAZyL1WWR { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:31.8125rem;left:44rem;display:block; }
#Cuku8FmKUvBMTEmh0QHMvJEhNsN6ztDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:32.1875rem;left:44.375rem; }
#P59TEJHuzH9E5G98Mn2G2Gl7EAEMGFib { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:32.25rem;left:47.8125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6LvfkUZ9cryvvNPivLuq8JZpHhKFrQS { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:32.1875rem;left:32.8125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XA171An1iCUEQwdk2kDaLbTTIzsAlynH { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:32.125rem;left:3.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b4NboMSR6JfcyaAqGyJUm5mePNRkFRUv { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.26953125rem;left:0rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.125rem;left:0rem;height:6.9238125rem;font-style:normal;display:block; }#k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl li:before{  }
#k8WDkvsW0L648na9vJWefLuMBPZ9z5T1 { box-sizing:content-box;height:23rem;width:23rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2469560a-c167-487e-a30a-ebfceca2bf7b/LaurenAlvidrezWeb.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.25rem;left:41.5625rem;border-top:0.3125rem solid #10496f;border-left:0.3125rem solid #10496f;border-right:0.3125rem solid #10496f;border-bottom:0.3125rem solid #10496f;display:block; }#k8WDkvsW0L648na9vJWefLuMBPZ9z5T1.adaptive-delivery-prevent-bg, #k8WDkvsW0L648na9vJWefLuMBPZ9z5T1.lazyload, #k8WDkvsW0L648na9vJWefLuMBPZ9z5T1.lazyloading { background-image: none; }
#fZDNxvGg6VCQuyU8ZbUMx48Q5I9SNOVy { box-sizing:content-box;height:5rem;width:23.0625rem;position:absolute;display:block;z-index:15017;background-color:#10496f;background-image:none;top:59.412109375rem;left:41.84375rem;display:block; }
#DyEzLNd92yf9FRbcObkuTz6UdmS2HxV8 { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:60.125rem;left:42.71875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu { position:relative;display:none; }#RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu { border-width: 0; border-radius: 0; }#RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu > .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; }#RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oht0TNQqP2F32J7uBF3aUIG1rC95W2Fp { box-sizing:content-box;height:23rem;width:23rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2469560a-c167-487e-a30a-ebfceca2bf7b/LaurenAlvidrezWeb.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.25rem;left:41.5625rem;border-top:0.3125rem solid #10496f;border-left:0.3125rem solid #10496f;border-right:0.3125rem solid #10496f;border-bottom:0.3125rem solid #10496f;display:none; }#oht0TNQqP2F32J7uBF3aUIG1rC95W2Fp.adaptive-delivery-prevent-bg, #oht0TNQqP2F32J7uBF3aUIG1rC95W2Fp.lazyload, #oht0TNQqP2F32J7uBF3aUIG1rC95W2Fp.lazyloading { background-image: none; }
#QGQoi7MVLHO5QlppHTQ7bWWZDtbtXmaD { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:60.125rem;left:42.71875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iRr9k9gZi9lTrC9enU3gFi1PpsuwQbFy { box-sizing:content-box;height:5rem;width:23.0625rem;position:absolute;display:block;z-index:15017;background-color:#10496f;background-image:none;top:59.412109375rem;left:41.84375rem;display:none; }
#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { background-color: transparent; background-image: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container > .video-iframe-container { display: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container { display: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .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); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { border-width: 0; border-radius: 0; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { color:#000000;display:block;width:61.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:5.875rem;height:3.73730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { z-index:15003;top:34.9375rem;left:26.875rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw6Pp8ZlK8Fuae34tm2iRmPigLKNHszb { color:#000000;display:block;width:70.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.46875rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo { position:relative;display:none; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo { border-width: 0; border-radius: 0; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .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; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { background-color: transparent; background-image: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container > .video-iframe-container { display: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container { display: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .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); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { border-width: 0; border-radius: 0; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { color:#000000;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ilVJbGUgbMUrQ2kWxp8eZrzS1AEXId8V { color:#4e778d;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:4.9619140625rem;left:8.9375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri { position:relative;display:block; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri { background-color: transparent; background-image: none; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row .container > .video-iframe-container { display: none; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row > .video-iframe-container { display: none; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .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); }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri { border-width: 0; border-radius: 0; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .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; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:16.75rem;width:17.5rem;top:1.875rem;left:0.5rem;display:block; }
#VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.7822265625rem;left:2rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { position:absolute;display:block;z-index:15021;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.8125rem;width:3.75rem;top:3.5rem;left:7.5rem;overflow:hidden;display:block; }
#gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:16.75rem;width:17.5rem;top:1.84375rem;left:19.25rem;display:block; }
#FOxIUVNf21cOTUGp78OuKLLp2KA7RThT { position:absolute;display:block;z-index:15023;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.875rem;width:3.75rem;top:3.46875rem;left:26.25rem;overflow:hidden;display:block; }
#KG8MuAy93vJPnixp9h6WFOeKKbbKtP0c { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.7822265625rem;left:20.75rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:16.75rem;width:17.5rem;top:1.8125rem;left:38rem;display:block; }
#FGWoSz83RSFKb9wIIy09BQzDhpEVWoge { 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:3.875rem;width:3.75rem;top:3.46875rem;left:45rem;overflow:hidden;display:block; }
#VVpNnS1lc0kppMK64oMQaarznIcD6F8s { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.7822265625rem;left:39.5rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gOnhCVy8cRzPsdCNXzESRXEhrRV2zF7x { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:16.75rem;width:17.5rem;top:1.875rem;left:56.75rem;display:block; }
#Q8o2C1mNknPc2rAeNTBu0L8n7MubNybU { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.7822265625rem;left:58.25rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v7RqOsUhKrxUf00K9pNeii8NKUs7Jw6a { position:absolute;display:block;z-index:15023;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.875rem;width:3.75rem;top:3.46875rem;left:63.75rem;overflow:hidden;display:block; }
#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 { position:relative;display:block; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 { background-color: transparent; background-image: none; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row .container > .video-iframe-container { display: none; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row > .video-iframe-container { display: none; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .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); }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 { border-width: 0; border-radius: 0; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .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; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;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; }#DbJeZTagCaebgnxEwIXDCLQC4ltgi4PK { z-index:15006;top:2.59375rem;left:26.5625rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zh7FHKQqeCpwKN9kbhBlzQCqc5XV2m3a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { background-color: transparent; background-image: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .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); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { border-width: 0; border-radius: 0; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.1953125rem;left:1.8017578125rem;height:27.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CT0lcZJmdd1TV86fDADTNudNOBNaHord { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.9375rem rgba(51,59,76,0.35) ;height:30.9375rem;width:30.3125rem;top:4.435546875rem;left:41.419921875rem;overflow:hidden;display:block; }
#HT1EV8USO5Lo1P2u1OrTObzAzxplduop { color:#8c0e0f;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:36.3203125rem;left:45.013671875rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { z-index:15005;top:39.3828125rem;left:6.7080078125rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4228515625rem;left:1.8017578125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwXadGFoXJHITQp5mGm7XBEwBZFesghh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(32,52,76,0.25);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; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { background-color: transparent; background-image: none; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container > .video-iframe-container { display: none; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row > .video-iframe-container { display: none; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .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); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { border-width: 0; border-radius: 0; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#uswQMWJq1333NJKBPz5SOxNh8mycZAa9 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:27.65625rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(32,52,76,0.25);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; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { background-color: transparent; background-image: none; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container > .video-iframe-container { display: none; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row > .video-iframe-container { display: none; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .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); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { border-width: 0; border-radius: 0; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#r6M1e4H6t5cJ6aTWQHMF9nsCZPAxPM85 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.3125rem;width:22.3125rem;top:3.6552734375rem;left:1.341796875rem;display:block; }
#bdgbCbfx70mHKgqigPxUwKfeoOacWlXb { color:#000000;display:block;width:18.8096875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1662335395813rem;left:3.0935325622559rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wJhaCVHo8TCMEeMcBtqC7A7nruuTV7Aq { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.3125rem;width:22.5rem;top:3.6534271240234rem;left:26.25rem;display:block; }
#TiWX4cDqTDdDueJz965bBJqT1VraG37T { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.3125rem;width:22.375rem;top:3.779296875rem;left:51.311851501465rem;display:block; }
#rvXEA0QD2BlIvydTvyOI012VVboTV1Up { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.015625rem;left:3.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NmIT8t4pPyv70uVKJigolsk5UQ42C2qU { color:#000000;display:block;width:19.124375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.1673178672788rem;left:52.937286376953rem;height:12.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N97PSXxoQpN5bzEuuQ69A3zviuKtS63P { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.015625rem;left:53.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dJQvWrXhbrTPLSgLZPlodwJJKibIUiSZ { color:#000000;display:block;width:19.4998125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.1662335395813rem;left:27.748481750488rem;height:12.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rl5McO2EM5CZBCO70VFx5R0ucykmTmt6 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.015625rem;left:27.748046875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5ofyO9ngxebExtTQWatPOKg5tFORkXh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9rem;top:5.5625rem;left:3.0927734375rem;overflow:hidden;display:block; }
#ynWUMlnIuAk3o4Um1yR1MJgKRcr96iRn { 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:1.25rem;width:9rem;top:5.5625rem;left:52.9365234375rem;overflow:hidden;display:block; }
#b4IFzfHNyW1CpdBUaHn5dxh0MkvCGUKB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9rem;top:5.5625rem;left:27.748046875rem;overflow:hidden;display:block; }
#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { background-color: transparent; background-image: none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container > .video-iframe-container { display: none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row > .video-iframe-container { display: none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .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); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { border-width: 0; border-radius: 0; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { background-color: transparent; background-image: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.75); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.75); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { border-width: 0; border-radius: 0; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a98352-087e-48e0-a9a2-f90964405be4/bgrdnewsletter.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.adaptive-delivery-prevent-bg, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyload, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyloading { background-image: none; }#v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"libre baskerville";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.640625rem;left:8.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { z-index:15005;top:11.302734375rem;left:26.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0a3c5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.749rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqbbkiZiC7ps52TESQ6U3UxE2BlgatCc { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.140625rem;left:8.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { background-color: transparent; background-image: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container > .video-iframe-container { display: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container { display: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .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); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { border-width: 0; border-radius: 0; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e778d;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; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { background-color: transparent; background-image: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .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); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { border-width: 0; border-radius: 0; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { 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.25rem;width:27.0625rem;top:2.7802734375rem;left:0rem;overflow:hidden;display:block; }
#KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { color:#ffffff;display:block;width:15.4365rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.4895839691162rem;left:54.997833251953rem;height:5.0625rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10rem;left:51.375rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.124025rem; height:2.124025rem; }#Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { color:#ffffff;display:block;width:36.374rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:15.9375rem;left:0rem;height:1.5rem;display:block; }
#fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.9375rem;left:52.8125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.625rem;left:51.380210876465rem; }
#muXwQurLICezpuQpMlTSBX8IqhngoaBM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:55rem;height:2.03125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe { display:block; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbQzNgVMNKg6xue55LTkOQuIT0UeC75Q { top:1.1875rem;left:14.0625rem;width:19.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { width:8rem;height:1.4375rem;top:6.1875rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRyvZ9pEORvcqQUkuqXJoKuLh9uaE21 { width:17rem;height:4.5625rem;top:1.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { width:47.75rem;height:5rem;top:6.125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-regular-label { display:block;width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f  { width:23rem;height:auto;top:42.5625rem;left:0rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f {display:block;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f { width:23rem;height:auto;top:42.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #Zp1qBMewKUekb00earMATXV7iE6eikpi {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #GVTVfLRfhHOmWplZb90GZs66QEO0EiO5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #uxI4PT3TpMhecT48WKxgXDyTehTI8LsI {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #nxpn009lQXN2ktyxXP5UokSODOLZ6C0z {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #HI0zTSLVXDrR1wkmhXlzi8PJNvrb73Az {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ZPhv503s30QcghlPfm4ETBAWzFcCoQ5e {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #L2xLcOEKRmKJMPEVHWOF1Mr9HEhgIOsa {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ABkDuVOKQxdRR6uFWeOszB2y7vS5TTIb { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #DqMZo9m5zbv7vfXXl5TGvFFDkhSchcbS {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #i99oVxok97GwzK1zAJELtXQEDMgstUhg {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #w9Kncx6ustqV3dJFF6C7i8h3VgWTJ5km { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #OC6Hy03icSrrzdsxtJ7Eld9cDQzp8KWq {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #FmZ08z55WWhmfSnn3OSyngdrgqa8u1LA {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #vrxXiy1Q6FDz0xkc04GnuMxoHwtRTTVu {  }
 }@media only screen and (max-width: 763px) { #CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { top:38.4375rem;left:0rem;width:25.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { width:22.9375rem;height:2.25rem;top:39.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epR2H5QOHUpWInTK75OVhqLvOUrs32qW { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvqKQzglOeqiFkmOfs4l3NyUWzu0xxr6 { top:14.0625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWIkAUkAnQFoZFdKRvx0dhkZewZTdddL { width:22.9375rem;height:1.375rem;top:41.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKs52fq0D9xITgeGXFanK5VrcrQvgFRR { top:32.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOMxSiaI3sahXocCZ2wnOUzrwC2WzK6W { top:31.8125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMZqGwOxC9MxZltOUTmSHD5TwcWpK3Tq { top:31.8125rem;left:15.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzhK12AB0gTl9b8U12ieeBd1SaZSDL3 { top:32.25rem;left:15.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPApm11vDo04GATQJTpSzcTzAZyL1WWR { top:31.8125rem;left:30.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuku8FmKUvBMTEmh0QHMvJEhNsN6ztDL { top:32.1875rem;left:30.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P59TEJHuzH9E5G98Mn2G2Gl7EAEMGFib { top:32.25rem;left:22.75rem;width:25rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6LvfkUZ9cryvvNPivLuq8JZpHhKFrQS { top:32.1875rem;left:19.1875rem;width:6.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA171An1iCUEQwdk2kDaLbTTIzsAlynH { top:32.125rem;left:0rem;width:20.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NboMSR6JfcyaAqGyJUm5mePNRkFRUv { top:2.25rem;left:0rem;width:40.5625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl { top:22.125rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }#k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl li:before{  }
 }@media only screen and (max-width: 763px) { #k8WDkvsW0L648na9vJWefLuMBPZ9z5T1 { top:38.25rem;left:24.125rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDNxvGg6VCQuyU8ZbUMx48Q5I9SNOVy { top:59.375rem;left:24.6875rem;width:23.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyEzLNd92yf9FRbcObkuTz6UdmS2HxV8 { top:60.125rem;left:26.4375rem;width:21.3125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu { display:none; }#RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oht0TNQqP2F32J7uBF3aUIG1rC95W2Fp { top:38.25rem;left:24.125rem;width:23rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGQoi7MVLHO5QlppHTQ7bWWZDtbtXmaD { top:60.125rem;left:26.4375rem;width:21.3125rem;height:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRr9k9gZi9lTrC9enU3gFi1PpsuwQbFy { top:59.375rem;left:24.6875rem;width:23.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { display:block; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { top:6.0625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { top:34.9375rem;left:2rem;width:21.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6Pp8ZlK8Fuae34tm2iRmPigLKNHszb { top:12.5rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo { display:none; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { display:block; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilVJbGUgbMUrQ2kWxp8eZrzS1AEXId8V { top:4.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttJTTciPIxlq6E03FaJAN0x8lAfwCmri { display:block; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:17.5rem;height:16.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:14.75rem;height:5.8125rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { top:3.5rem;left:4.09375rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:17.5rem;height:16.75rem;top:1.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxIUVNf21cOTUGp78OuKLLp2KA7RThT { top:3.4375rem;left:16.03125rem;width:3.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8MuAy93vJPnixp9h6WFOeKKbbKtP0c { width:14.75rem;height:7.25rem;top:8.75rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:17.5rem;height:16.75rem;top:1.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWoSz83RSFKb9wIIy09BQzDhpEVWoge { top:3.4375rem;left:27.96875rem;width:3.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpNnS1lc0kppMK64oMQaarznIcD6F8s { width:14.75rem;height:5.8125rem;top:8.75rem;left:21.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOnhCVy8cRzPsdCNXzESRXEhrRV2zF7x { width:17.5rem;height:16.75rem;top:1.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8o2C1mNknPc2rAeNTBu0L8n7MubNybU { width:14.75rem;height:7.25rem;top:8.75rem;left:33rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7RqOsUhKrxUf00K9pNeii8NKUs7Jw6a { top:3.4375rem;left:39.90625rem;width:3.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 { display:block; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbJeZTagCaebgnxEwIXDCLQC4ltgi4PK { top:2.5625rem;left:12.9375rem;width:21.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7FHKQqeCpwKN9kbhBlzQCqc5XV2m3a { display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:35.3125rem;height:27.0625rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { top:4.375rem;left:16.8125rem;width:30.3125rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EV8USO5Lo1P2u1OrTObzAzxplduop { width:23.125rem;height:2.3125rem;top:36.3125rem;left:24.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { top:39.375rem;left:0rem;width:21.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { top:3.375rem;left:0rem;width:43.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXadGFoXJHITQp5mGm7XBEwBZFesghh { display:block; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uswQMWJq1333NJKBPz5SOxNh8mycZAa9 { top:0.9375rem;left:14.03125rem;width:19.6875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk { display:block; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6M1e4H6t5cJ6aTWQHMF9nsCZPAxPM85 { width:22.3125rem;height:20.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdgbCbfx70mHKgqigPxUwKfeoOacWlXb { width:18.75rem;height:6.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhaCVHo8TCMEeMcBtqC7A7nruuTV7Aq { width:22.5rem;height:20.3125rem;top:3.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWX4cDqTDdDueJz965bBJqT1VraG37T { width:22.375rem;height:20.3125rem;top:3.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXEA0QD2BlIvydTvyOI012VVboTV1Up { width:18.75rem;height:1.4375rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmIT8t4pPyv70uVKJigolsk5UQ42C2qU { width:19.0625rem;height:12.5rem;top:8.125rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N97PSXxoQpN5bzEuuQ69A3zviuKtS63P { width:18.75rem;height:1.4375rem;top:21rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQvWrXhbrTPLSgLZPlodwJJKibIUiSZ { width:19.4375rem;height:12.5rem;top:8.125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5McO2EM5CZBCO70VFx5R0ucykmTmt6 { width:18.75rem;height:1.4375rem;top:21rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ofyO9ngxebExtTQWatPOKg5tFORkXh { top:5.5625rem;left:0rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWUMlnIuAk3o4Um1yR1MJgKRcr96iRn { top:5.5625rem;left:31.75rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4IFzfHNyW1CpdBUaHn5dxh0MkvCGUKB { top:5.5625rem;left:15.875rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl { display:none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { top:5.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { top:11.25rem;left:12.5rem;width:22.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block; }
 }@media only screen and (max-width: 763px) { #gqbbkiZiC7ps52TESQ6U3UxE2BlgatCc { top:17.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { display:block; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { top:2.75rem;left:0rem;width:27.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { top:3.4375rem;left:32.375rem;width:15.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { top:10rem;left:37.75rem;width:2.0625rem;height:2.0625rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { top:15.9375rem;left:0rem;width:36.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { top:15.9375rem;left:25.5625rem;width:22.1875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { top:3.625rem;left:37.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { top:10.0625rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe { display:block; }#pwOFtNTgtUUJXrmlKGLkHC9BWnPp3QMe > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbQzNgVMNKg6xue55LTkOQuIT0UeC75Q { width:16.5625rem;height:5rem;top:0.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { width:13.4375rem;height:1.29980625rem;top:3.6875rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#515151;display:block; }
 }@media only screen and (max-width: 763px) { #tgRyvZ9pEORvcqQUkuqXJoKuLh9uaE21 { width:13.125rem;height:3.375rem;top:0.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0320ff05-5ef2-43c8-abfa-138fbb6219aa/getittogether.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.adaptive-delivery-prevent-bg, #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.lazyload, #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.lazyloading { background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { background-color: transparent; background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .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); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { width:20rem;height:2.92480625rem;top:4.88720703125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f  { width:17.5rem;height:auto;top:37.8125rem;left:0rem;z-index:15009; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f {display:block;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f { width:17.5rem;height:auto;top:37.8125rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #Zp1qBMewKUekb00earMATXV7iE6eikpi {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #GVTVfLRfhHOmWplZb90GZs66QEO0EiO5 { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #uxI4PT3TpMhecT48WKxgXDyTehTI8LsI {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #nxpn009lQXN2ktyxXP5UokSODOLZ6C0z {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #HI0zTSLVXDrR1wkmhXlzi8PJNvrb73Az {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ZPhv503s30QcghlPfm4ETBAWzFcCoQ5e {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #L2xLcOEKRmKJMPEVHWOF1Mr9HEhgIOsa {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ABkDuVOKQxdRR6uFWeOszB2y7vS5TTIb { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #DqMZo9m5zbv7vfXXl5TGvFFDkhSchcbS {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #i99oVxok97GwzK1zAJELtXQEDMgstUhg {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #w9Kncx6ustqV3dJFF6C7i8h3VgWTJ5km { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #OC6Hy03icSrrzdsxtJ7Eld9cDQzp8KWq {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #FmZ08z55WWhmfSnn3OSyngdrgqa8u1LA {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #vrxXiy1Q6FDz0xkc04GnuMxoHwtRTTVu {  }
 }@media only screen and (max-width: 763px) { #CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { width:20rem;height:21.625rem;top:34.625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { width:20rem;height:1.94970625rem;top:35.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #epR2H5QOHUpWInTK75OVhqLvOUrs32qW { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #lvqKQzglOeqiFkmOfs4l3NyUWzu0xxr6 { width:20rem;height:8.285125rem;top:9.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bWIkAUkAnQFoZFdKRvx0dhkZewZTdddL { width:20rem;height:1.13720625rem;top:37.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nKs52fq0D9xITgeGXFanK5VrcrQvgFRR { display:flex;width:1.125rem;height:1.125rem;top:28.875rem;left:1.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #mOMxSiaI3sahXocCZ2wnOUzrwC2WzK6W { width:2.25rem;height:2.25rem;top:28.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMZqGwOxC9MxZltOUTmSHD5TwcWpK3Tq { width:2.25rem;height:2.25rem;top:31.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzhK12AB0gTl9b8U12ieeBd1SaZSDL3 { display:flex;width:1.5rem;height:1.5rem;top:31.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #PPApm11vDo04GATQJTpSzcTzAZyL1WWR { width:2.25rem;height:2.25rem;top:34.125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cuku8FmKUvBMTEmh0QHMvJEhNsN6ztDL { display:flex;width:1.625rem;height:1.625rem;top:34.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P59TEJHuzH9E5G98Mn2G2Gl7EAEMGFib { width:15.25rem;height:0;top:34.0625rem;left:4rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #s6LvfkUZ9cryvvNPivLuq8JZpHhKFrQS { width:15.125rem;height:1.4624rem;top:31.5rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XA171An1iCUEQwdk2kDaLbTTIzsAlynH { width:15.125rem;height:1.4624rem;top:28.875rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b4NboMSR6JfcyaAqGyJUm5mePNRkFRUv { width:16.9375rem;height:3.57421875rem;top:0.625rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl { width:20rem;height:8.910125rem;top:18.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }#k7h0KVSvT18XiSXmnt42Q28q5Bbgxixl li:before{  }
 }@media only screen and (max-width: 763px) { #k8WDkvsW0L648na9vJWefLuMBPZ9z5T1 { width:18.75rem;height:18.75rem;top:64.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZDNxvGg6VCQuyU8ZbUMx48Q5I9SNOVy { width:20rem;height:4.0625rem;top:82.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyEzLNd92yf9FRbcObkuTz6UdmS2HxV8 { width:20rem;height:0;top:82.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu { display:block; }#RSXTo7uQ9hztvKIDwsE9V39ppabgPEEu > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oht0TNQqP2F32J7uBF3aUIG1rC95W2Fp { width:18.75rem;height:18.75rem;top:1rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QGQoi7MVLHO5QlppHTQ7bWWZDtbtXmaD { width:20rem;height:3.25rem;top:18.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iRr9k9gZi9lTrC9enU3gFi1PpsuwQbFy { width:20rem;height:4.0625rem;top:17.9375rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { display:block; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { width:20rem;height:4.2246125rem;top:2.6416015625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { top:47.2490234375rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6Pp8ZlK8Fuae34tm2iRmPigLKNHszb { width:20rem;height:35.90231875rem;top:8.4990234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cf40173-7379-4ff3-be7d-f68f18e990d2/FirstPostwide25.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo.adaptive-delivery-prevent-bg, #BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo.lazyload, #BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo.lazyloading { background-image: none; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container { background-color: transparent; background-image: none; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container > .video-iframe-container { display: none; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row > .video-iframe-container { display: none; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .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); }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container { border-width: 0; border-radius: 0; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzwEKPGgXpvyHNhOP9yqqt0e4iNKtMBo > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { display:block; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { width:20rem;height:2.5996125rem;top:2.09326171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilVJbGUgbMUrQ2kWxp8eZrzS1AEXId8V { width:20rem;height:3.25rem;top:5.1308625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ttJTTciPIxlq6E03FaJAN0x8lAfwCmri { display:block; }#ttJTTciPIxlq6E03FaJAN0x8lAfwCmri > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:18.75rem;height:14rem;top:2.3798828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:17.1875rem;height:5.5234375rem;top:9.0869140625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { width:4.0625rem;height:4.1875rem;top:19.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:18.75rem;height:14.0625rem;top:18rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxIUVNf21cOTUGp78OuKLLp2KA7RThT { width:4.0625rem;height:4.1875rem;top:3.5869140625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8MuAy93vJPnixp9h6WFOeKKbbKtP0c { width:17.625rem;height:5.5234375rem;top:24.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:18.75rem;height:12.875rem;top:33.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWoSz83RSFKb9wIIy09BQzDhpEVWoge { width:4.0625rem;height:4.1875rem;top:34.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpNnS1lc0kppMK64oMQaarznIcD6F8s { width:17.5625rem;height:4.142575rem;top:40.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOnhCVy8cRzPsdCNXzESRXEhrRV2zF7x { width:18.75rem;height:13.9375rem;top:47.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8o2C1mNknPc2rAeNTBu0L8n7MubNybU { width:16.5rem;height:5.5234375rem;top:54.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7RqOsUhKrxUf00K9pNeii8NKUs7Jw6a { width:3.75rem;height:3.875rem;top:49.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 { display:block; }#Kf2UAVMlwAs08JrhDR52oxBBDMOBZT45 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbJeZTagCaebgnxEwIXDCLQC4ltgi4PK { top:1.25rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7FHKQqeCpwKN9kbhBlzQCqc5XV2m3a { display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:20rem;height:34.20801875rem;top:30.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-family:montserrat;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { width:19.5625rem;height:20rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EV8USO5Lo1P2u1OrTObzAzxplduop { width:15.6875rem;height:1.51220625rem;top:26.5625rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { top:68.5625rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { width:20rem;height:2.4375rem;top:0.92578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwXadGFoXJHITQp5mGm7XBEwBZFesghh { display:block; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uswQMWJq1333NJKBPz5SOxNh8mycZAa9 { width:19.6875rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk { display:block; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6M1e4H6t5cJ6aTWQHMF9nsCZPAxPM85 { width:18.75rem;height:14.5rem;top:2.3798828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdgbCbfx70mHKgqigPxUwKfeoOacWlXb { width:16.749rem;height:6.9043125rem;top:6.6259765625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhaCVHo8TCMEeMcBtqC7A7nruuTV7Aq { width:18.75rem;height:20.4375rem;top:18.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWX4cDqTDdDueJz965bBJqT1VraG37T { width:18.75rem;height:20.4375rem;top:40rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXEA0QD2BlIvydTvyOI012VVboTV1Up { width:4.875rem;height:1.4624rem;top:14.1494140625rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmIT8t4pPyv70uVKJigolsk5UQ42C2qU { width:17.1875rem;height:13.40625rem;top:22.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N97PSXxoQpN5bzEuuQ69A3zviuKtS63P { width:7.8125rem;height:1.4624rem;top:36rem;left:6rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQvWrXhbrTPLSgLZPlodwJJKibIUiSZ { width:16.8125rem;height:13.40625rem;top:43.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5McO2EM5CZBCO70VFx5R0ucykmTmt6 { width:4.9375rem;height:1.4624rem;top:57.75rem;left:7.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ofyO9ngxebExtTQWatPOKg5tFORkXh { width:9.375rem;height:1.25rem;top:19.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWUMlnIuAk3o4Um1yR1MJgKRcr96iRn { width:9.375rem;height:1.25rem;top:4.1103515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4IFzfHNyW1CpdBUaHn5dxh0MkvCGUKB { width:9.375rem;height:1.25rem;top:41.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl { display:block; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { background-color: transparent; background-image: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.65); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.65); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { width:20rem;height:18.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a98352-087e-48e0-a9a2-f90964405be4/bgrdnewsletter.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.adaptive-delivery-prevent-bg, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyload, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { width:17.1875rem;height:6.09375rem;top:2.3125rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { top:9.7978515625rem;left:1.09375rem;width:17.8125rem;height:3.125rem;font-size:1rem;color:#20344c;display:block; }
 }@media only screen and (max-width: 763px) { #XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block; }
 }@media only screen and (max-width: 763px) { #gqbbkiZiC7ps52TESQ6U3UxE2BlgatCc { width:20rem;height:1.29980625rem;top:14.8603515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { display:block; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { width:15.5rem;height:4.125rem;top:1.4208984375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { width:15.3730625rem;height:5.0625rem;top:10.375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { display:flex;width:1.75rem;height:1.75rem;top:7.5rem;left:1.25rem;font-size:1.1875rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { width:20rem;height:2.798825rem;top:17.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { width:20rem;height:1.29980625rem;top:22.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { display:flex;width:1.75rem;height:1.75rem;top:10.375rem;left:1.25rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { width:10.75rem;height:1.7871125rem;top:7.5625rem;left:4.03125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }