.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,220,222;--color-primary-1:226,138,146;--color-primary-2:196,20,37;--color-primary-3:98,10,19;--color-primary-4:29,3,6;--color-secondary-0:225,234,241;--color-secondary-1:194,209,225;--color-secondary-2:104,151,187;--color-secondary-3:62,91,112;--color-secondary-4:4,81,141;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:47,47,47;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7jQh3EiS8Bs/unsplash/oleg-laptev-7jQh3EiS8Bs-photo-1517816743773-6e0fd518b4a6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.83); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.83); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/eHD8Y1Znfpk/unsplash/nastuh-abootalebi-eHD8Y1Znfpk-photo-1497366811353-6870744d04b2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::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; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:75rem;height:48.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#uf6rJIRplQ2NrIed42mBKHTkZqiVZqJz { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.90625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NaSA71KGQQbfW7xCLCmLxHBbTrsxQqT4 { box-sizing:content-box;height:26.5625rem;width:45rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#Nn1Ks00B47XkXc8sNPdqEp1p6xe2sT9I { z-index:15018;top:35.645833969116rem;left:11.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GcG2ps22gckCPpCKz6TS4fn56IHKy91G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#chNuNyFrdNbTdx0rWuZ2TQ9uDKxMBniZ { box-sizing:content-box;height:48.625rem;width:44.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/00b69a55-84fb-400e-9a20-4bda9839b199/MOL_9392copybeztlaGiM.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.1142578125rem;left:30.5625rem;display:block; }#chNuNyFrdNbTdx0rWuZ2TQ9uDKxMBniZ.adaptive-delivery-prevent-bg, #chNuNyFrdNbTdx0rWuZ2TQ9uDKxMBniZ.lazyload, #chNuNyFrdNbTdx0rWuZ2TQ9uDKxMBniZ.lazyloading { background-image: none; }
#oz1Mo4dFrVw7ozC9ATWhRazdHLTN4iQP { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:26.25rem;left:2.90625rem;height:6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { color:#030522;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:41.004558563233rem;left:9.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHD2s6P7XF3BTVrZQkyhc5qVLkEX0DyJ { box-sizing:content-box;height:2.5rem;width:7.9375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/ba3E7LOl/MP_logo_bia_e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.8125rem;left:0rem;display:block; }#fHD2s6P7XF3BTVrZQkyhc5qVLkEX0DyJ.adaptive-delivery-prevent-bg, #fHD2s6P7XF3BTVrZQkyhc5qVLkEX0DyJ.lazyload, #fHD2s6P7XF3BTVrZQkyhc5qVLkEX0DyJ.lazyloading { background-image: none; }
#MoL6E7RkVM340mOUHmTS6WZ5w50c6ALZ { box-sizing:content-box;height:2.5625rem;width:9.8125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/17abefd8-8d7c-49c9-8f6e-4dd518eaf87d/bialoczerw2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.8125rem;left:12.3125rem;display:block; }#MoL6E7RkVM340mOUHmTS6WZ5w50c6ALZ.adaptive-delivery-prevent-bg, #MoL6E7RkVM340mOUHmTS6WZ5w50c6ALZ.lazyload, #MoL6E7RkVM340mOUHmTS6WZ5w50c6ALZ.lazyloading { background-image: none; }
#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container { background-color: transparent; background-image: none; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container > .video-iframe-container { display: none; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row > .video-iframe-container { display: none; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .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); }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container { border-width: 0; border-radius: 0; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#PUpXM4EyTDfun6XT38q5JPrn8BVe65CP { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:23.4375rem;left:3.9375rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1NmKoqWC6ch6QXdONhM5OSCTPDWkwXc { box-sizing:content-box;height:0.1875rem;width:50rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:34.5625rem;left:12.5rem;display:block; }
#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5rem;left:3.9375rem;height:9.4355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#ZhcS3uyJG81RPSkTwwk1lLormFg7Ny7u { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.3125rem;left:4.1875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-form-header { font-size:0.75rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),0);width:19.5625rem;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; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.3125rem;color:#030522;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;line-height:1.1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.16) ; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:4.375rem;color:#030522;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;line-height:1.1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.16) ; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .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; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(48deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(48deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(48deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(48deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(48deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.125rem;margin-bottom:0.25rem;margin-left:0.125rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.3125rem;height:2.6875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.1) ;line-height:1.3; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-moz-placeholder { color:#4775a6;font-family:"open sans";font-size:0.8125rem;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-moz-placeholder { color:#4775a6;font-family:"open sans";font-size:0.8125rem;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-ms-input-placeholder { color:#4775a6;font-family:"open sans";font-size:0.8125rem;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-webkit-input-placeholder { color:#4775a6;font-family:"open sans";font-size:0.8125rem;font-weight:300;font-style:normal; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:300;color:#030522;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .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; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:first-of-type{padding-top:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:last-of-type{padding-bottom:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:6.25rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;font-size:0.75rem;left:52.9375rem;top:2.3125rem;z-index:15033;position:absolute; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW {display:block;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:6.25rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;font-size:0.75rem;left:52.9375rem;top:2.3125rem;z-index:15033;position:absolute; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mz221l4EiCTvUhAfaw9riVW4T9fZFzf8 { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OgXq4NnsTPRi3dMXoOnaHfAZTUQmmNid { position:relative;display:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #vChZ9cTbfwK5kFyfzlZJkdlCNNgOSUDu { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mpnxd776oFW7TRNibJyZ2ZIvnUfwEsOK { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OVGOdaF7bdGA2svWd2eLy4y3IlLhkonm { position:relative;display:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #sDEXaTcxWdgEDRB2yTxSpbdQoGwzgSpU { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #J14qdwZPxzEFabOw1wNGxxIOAyDTT9fp { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #rr9QbHvOVCig5dotDz0AgTVPSAlv2GbL { position:relative;display:none; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #lTtK7EPrPFQWZbR7cB5iJRyu6KoBcLic { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #LPXkEuFug6pOBK5Qf2XsGSuXQ6A5wMxi { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #uebU76LhZTXA7LthOlPO7peqMHKchTP1 { position:relative;z-index:2; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #N7S84NBF7JTZDF6mwAuzw1Qzd6b7TS4C { position:relative; }
#opp5IoM3XUPonc9qyhHhetRSrvKEAqMc { position:relative;display:block; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #nC2TaWOTWyfUGEWMWEnxWQIAwhW7bAIu { position:relative; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #CbxDnm8BTzsspuGnJznytyc7UJEccUHp { position:relative; }
#pMgQQCn0VEb5dTd3qfDNn0hgK0Hqky1n { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:2.8125rem;left:53.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container { background-color: transparent; background-image: none; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container > .video-iframe-container { display: none; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row > .video-iframe-container { display: none; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .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); }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container { border-width: 0; border-radius: 0; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.125rem;left:34.125rem;height:23.8574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f9a1fedd33900a4e7e9685477957e96ff796299.svg); }
#OGoWI2LiE75fTGmOnBzu2rsWLynlT80g { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.8125rem;left:34rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C { box-sizing:content-box;height:30.4375rem;width:30.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a40c434-0dc4-4e77-a911-caece551d494/AdobeStock_297032177.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:0rem;display:block; }#lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C.adaptive-delivery-prevent-bg, #lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C.lazyload, #lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C.lazyloading { background-image: none; }
#lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.52); }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container { background-color: transparent; background-image: none; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container > .video-iframe-container { display: none; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row > .video-iframe-container { display: none; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .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); }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container { border-width: 0; border-radius: 0; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#yuW6nqq1qJmqmi5kMBIai111ziptCu83 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.875rem;left:34.9375rem;height:2.84375rem;font-style:normal;display:block; }
#nAh71b3ZWLs5GW9x5rXqV1nSJvZs47lD { box-sizing:content-box;height:18.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/9feab613-815e-4724-84aa-8cf31ff47973/AdobeStock_532839974male.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.75rem;left:9.40625rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;display:block; }#nAh71b3ZWLs5GW9x5rXqV1nSJvZs47lD.adaptive-delivery-prevent-bg, #nAh71b3ZWLs5GW9x5rXqV1nSJvZs47lD.lazyload, #nAh71b3ZWLs5GW9x5rXqV1nSJvZs47lD.lazyloading { background-image: none; }
#TaSgXdeJ5ohUNzhtVViAxaTERHl7g7db { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:11.75rem;left:34.9375rem;height:6.09375rem;font-style:normal;display:block; }
#TbnJ9ENx6xmWfFobBeMgKAZdHiSpWzDC { box-sizing:content-box;height:21.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),0.19);background-image:none;top:1.5rem;left:5.03125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#OhPWEdO6HR2TKhNBZ0OOS6NswvWIbe90 { box-sizing:content-box;height:0.25rem;width:18.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.125rem;left:34.9375rem;display:block; }
#RHXTThogpPrGifZkLfNt9og891pPaoWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container { background-color: transparent; background-image: none; }#RHXTThogpPrGifZkLfNt9og891pPaoWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container > .video-iframe-container { display: none; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row > .video-iframe-container { display: none; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .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); }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container { border-width: 0; border-radius: 0; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.10546875rem;left:13.78125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { font-size:0.875rem;font-family:"open sans";height:87.75rem;width:75rem;position:relative;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { position:absolute;display:block;z-index:15000;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:3.8125rem;left:46.875rem;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
#fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { color:#0a4789;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:41.3125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:29.3125rem;left:41.25rem;height:50.61026875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:3.8125rem;left:9.375rem;display:block; }#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.adaptive-delivery-prevent-bg, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyload, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyloading { background-image: none; }
#lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { color:rgba(var(--color-primary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.8125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:29.3125rem;left:3.75rem;height:48.58589375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fevH6owx1iFLmky9DQ0JoZehLCrQT7rf { box-sizing:content-box;height:82.6875rem;width:35.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:0.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;display:block; }
#XNZb46MJuk1gNG6irGfE3tbreGpbJWkI { box-sizing:content-box;height:82.6875rem;width:35.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;display:block; }
#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/nPz8akkUmDI/unsplash/nicholas-green-nPz8akkUmDI-photo-1501386761578-eac5c94b800a.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z.adaptive-delivery-prevent-bg, #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z.lazyload, #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z.lazyloading { background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { background-color: transparent; background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .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); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { border-width: 0; border-radius: 0; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::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; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.662109375rem;left:11.96875rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUsd24DqMicJ5tSRX4AyukXns0WLacDO { box-sizing:content-box;height:3.0625rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.8125rem;left:18.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#uUsd24DqMicJ5tSRX4AyukXns0WLacDO.adaptive-delivery-prevent-bg, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyload, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyloading { background-image: none; }
#gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { box-sizing:content-box;height:30.125rem;width:0.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.34375rem;left:37.375rem;display:block; }
#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { box-sizing:content-box;height:8rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.625rem;left:39.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.adaptive-delivery-prevent-bg, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyload, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyloading { background-image: none; }
#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { box-sizing:content-box;height:5.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.8125rem;left:17.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.adaptive-delivery-prevent-bg, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyload, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyloading { background-image: none; }
#KtBb0rJpV14013MvbT7WNHChcP3G4pJN { box-sizing:content-box;height:3.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.8125rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#KtBb0rJpV14013MvbT7WNHChcP3G4pJN.adaptive-delivery-prevent-bg, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyload, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyloading { background-image: none; }
#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { box-sizing:content-box;height:2.4375rem;width:16.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:27.25rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.adaptive-delivery-prevent-bg, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyload, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyloading { background-image: none; }
#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { box-sizing:content-box;height:2.5rem;width:16rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:25.1875rem;left:20.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.adaptive-delivery-prevent-bg, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyload, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyloading { background-image: none; }
#HtepWTxFoWEnN5TLxcM0INXK11APkwbg { box-sizing:content-box;height:4.6875rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:29.0625rem;left:18.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#HtepWTxFoWEnN5TLxcM0INXK11APkwbg.adaptive-delivery-prevent-bg, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyload, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyloading { background-image: none; }
#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { box-sizing:content-box;height:3.25rem;width:18.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.1875rem;left:17.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.adaptive-delivery-prevent-bg, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyload, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyloading { background-image: none; }
#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { box-sizing:content-box;height:2.625rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:40.5625rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.adaptive-delivery-prevent-bg, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyload, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyloading { background-image: none; }
#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { box-sizing:content-box;height:4rem;width:19.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:30.875rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.adaptive-delivery-prevent-bg, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyload, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyloading { background-image: none; }
#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { box-sizing:content-box;height:3.125rem;width:21.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:36.0625rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.adaptive-delivery-prevent-bg, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyload, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyloading { background-image: none; }
#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { box-sizing:content-box;height:2.4375rem;width:16.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:39.5625rem;left:19.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.adaptive-delivery-prevent-bg, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyload, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyloading { background-image: none; }
#Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { box-sizing:content-box;height:33.0625rem;width:51.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:11.875rem;left:11.53125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.1) ;display:none; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:0.875rem;font-family:"open sans";height:19.625rem;width:75rem;position:relative;display:block; }#F1LJQStMfDVWyztlIaZnKdce16L6A9Aw { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:10.4375rem;left:28.125rem;display:block; }
#iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { color:#030522;display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:11.34375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHMISox98fwn7eNAVB0bNpveLTaXqouD { z-index:15019;top:12.9375rem;left:20.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(213deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(213deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(213deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(213deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(213deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JrZ5MJFT5V7UflnJwBHJqZlm6a7ufDnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(163deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(163deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(163deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(163deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container { background-color: transparent; background-image: none; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container > .video-iframe-container { display: none; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row > .video-iframe-container { display: none; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .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); }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container { border-width: 0; border-radius: 0; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#XT98XeccATdoMru54MqfwwFsALzeie0a { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.875rem;left:18.875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGGSdZaSRNBAfuwNefSWkdsV2PC1p639 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.2353515625rem;left:12.875rem;height:9.09864375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNWHD2LshTK0E6GQHFLg3qAD1KeTbb5I { box-sizing:content-box;color:#0644bf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:18.9833984375rem;left:8.5rem;display:block; }
#VFnl7xcixHaWsUkFwT16Ccsq6Wv0Tt8o { box-sizing:content-box;color:#0644bf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:15.8583984375rem;left:8.5rem;display:block; }
#cKCMLP3sTXNTSfzePxq8uZE5sf2vpbSk { box-sizing:content-box;color:#0644bf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:19.5712890625rem;left:45.5625rem;display:block; }
#b9uBKQXkbNIbPGbbsJIGKQtgkh4gaDsh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.6875rem;left:17.6875rem;height:9.09864375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cgduM1y8bGiMb15oVVXE8q3NfMVfRhUH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:51.375rem;height:9.09864375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M5dRkyqUqq96iJVcxMo7sOEyC1gbpG1u { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:21.9375rem;width:70.3125rem;top:4.5rem;left:2.46875rem;display:block; }
#TgDnIeZwxa6bUxahqmTnPc5vHJ07qG11 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.2353515625rem;left:50.28125rem;height:10.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf6rJIRplQ2NrIed42mBKHTkZqiVZqJz { width:39.1875rem;height:2.75rem;top:21rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaSA71KGQQbfW7xCLCmLxHBbTrsxQqT4 { width:45rem;height:26.5625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1Ks00B47XkXc8sNPdqEp1p6xe2sT9I { top:35.625rem;left:0rem;width:21.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcG2ps22gckCPpCKz6TS4fn56IHKy91G { display:block; }
 }@media only screen and (max-width: 763px) { #chNuNyFrdNbTdx0rWuZ2TQ9uDKxMBniZ { width:44.4375rem;height:48.625rem;top:0.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz1Mo4dFrVw7ozC9ATWhRazdHLTN4iQP { width:39.1875rem;height:6rem;top:26.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { width:25.8125rem;height:1.75rem;top:41rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHD2s6P7XF3BTVrZQkyhc5qVLkEX0DyJ { width:7.9375rem;height:2.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoL6E7RkVM340mOUHmTS6WZ5w50c6ALZ { width:9.8125rem;height:2.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe { display:block; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUpXM4EyTDfun6XT38q5JPrn8BVe65CP { width:42.25rem;height:4rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1NmKoqWC6ch6QXdONhM5OSCTPDWkwXc { width:47.75rem;height:0.1875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asIbs9gbKsAqTBDyho2GB87ymtc9lwxh { width:40.875rem;height:9.375rem;top:10.5rem;left:0rem;font-size:1.1875rem;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #ZhcS3uyJG81RPSkTwwk1lLormFg7Ny7u { width:17.75rem;height:2.75rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-regular-label { display:block;width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-textarea { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.125rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-checkbox-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW  { width:19.5625rem;height:auto;top:2.3125rem;left:25.6875rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .radio-container { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW {display:block;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW { width:19.5625rem;height:auto;top:2.3125rem;left:25.6875rem; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mz221l4EiCTvUhAfaw9riVW4T9fZFzf8 {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OgXq4NnsTPRi3dMXoOnaHfAZTUQmmNid { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #vChZ9cTbfwK5kFyfzlZJkdlCNNgOSUDu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mpnxd776oFW7TRNibJyZ2ZIvnUfwEsOK {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OVGOdaF7bdGA2svWd2eLy4y3IlLhkonm { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #sDEXaTcxWdgEDRB2yTxSpbdQoGwzgSpU {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #J14qdwZPxzEFabOw1wNGxxIOAyDTT9fp {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #rr9QbHvOVCig5dotDz0AgTVPSAlv2GbL { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #lTtK7EPrPFQWZbR7cB5iJRyu6KoBcLic {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #LPXkEuFug6pOBK5Qf2XsGSuXQ6A5wMxi {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #uebU76LhZTXA7LthOlPO7peqMHKchTP1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #N7S84NBF7JTZDF6mwAuzw1Qzd6b7TS4C {  }
 }@media only screen and (max-width: 763px) { #opp5IoM3XUPonc9qyhHhetRSrvKEAqMc { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #nC2TaWOTWyfUGEWMWEnxWQIAwhW7bAIu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #CbxDnm8BTzsspuGnJznytyc7UJEccUHp {  }
 }@media only screen and (max-width: 763px) { #pMgQQCn0VEb5dTd3qfDNn0hgK0Hqky1n { top:2.8125rem;left:26.9375rem;width:20.8125rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr { display:block; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro { width:40.875rem;height:23.8125rem;top:10.125rem;left:6.875rem;font-size:1.1875rem;display:block; }#iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f9a1fedd33900a4e7e9685477957e96ff796299.svg); }
 }@media only screen and (max-width: 763px) { #OGoWI2LiE75fTGmOnBzu2rsWLynlT80g { width:41rem;height:2.8125rem;top:4.8125rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C { width:30.25rem;height:30.4375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqslGdsVneFx9EUHL9L06QtTqlBdAdTF { display:block; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuW6nqq1qJmqmi5kMBIai111ziptCu83 { width:12.5rem;height:2.8125rem;top:5.875rem;left:21.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAh71b3ZWLs5GW9x5rXqV1nSJvZs47lD { width:18.5625rem;height:18.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaSgXdeJ5ohUNzhtVViAxaTERHl7g7db { width:29.375rem;height:6.0625rem;top:11.75rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbnJ9ENx6xmWfFobBeMgKAZdHiSpWzDC { width:47.75rem;height:21.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPWEdO6HR2TKhNBZ0OOS6NswvWIbe90 { width:18.75rem;height:0.25rem;top:10.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHXTThogpPrGifZkLfNt9og891pPaoWi { display:block; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { width:47.4375rem;height:3.6875rem;top:2.0625rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:18.75rem;height:18.75rem;top:3.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:29.9375rem;height:2.875rem;top:23.75rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:29.9375rem;height:50.5625rem;top:29.3125rem;left:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { width:18.75rem;height:18.75rem;top:3.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { width:29.9375rem;height:2.875rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { width:29.9375rem;height:48.5625rem;top:29.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fevH6owx1iFLmky9DQ0JoZehLCrQT7rf { width:35.625rem;height:82.6875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZb46MJuk1gNG6irGfE3tbreGpbJWkI { width:35.625rem;height:82.6875rem;top:0.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { width:47.75rem;height:7.4375rem;top:2.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsd24DqMicJ5tSRX4AyukXns0WLacDO { width:17.5rem;height:3.0625rem;top:14.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { width:0.25rem;height:30.125rem;top:13.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { width:17.625rem;height:8rem;top:13.625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { width:18.3125rem;height:5.1875rem;top:18.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBb0rJpV14013MvbT7WNHChcP3G4pJN { width:18.1875rem;height:3.0625rem;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { width:16.375rem;height:2.4375rem;top:27.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { width:16rem;height:2.5rem;top:25.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtepWTxFoWEnN5TLxcM0INXK11APkwbg { width:18rem;height:4.6875rem;top:29.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { width:18.5rem;height:3.25rem;top:35.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { width:17.0625rem;height:2.625rem;top:40.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { width:19.5625rem;height:4rem;top:30.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { width:21.6875rem;height:3.125rem;top:36.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { width:16.8125rem;height:2.4375rem;top:39.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { width:47.75rem;height:33.0625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1LJQStMfDVWyztlIaZnKdce16L6A9Aw { width:18.75rem;height:0.125rem;top:10.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:47.75rem;height:5.8125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHMISox98fwn7eNAVB0bNpveLTaXqouD { top:12.9375rem;left:7.15625rem;width:33.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrZ5MJFT5V7UflnJwBHJqZlm6a7ufDnF { display:block; }
 }@media only screen and (max-width: 763px) { #AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB { display:block; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT98XeccATdoMru54MqfwwFsALzeie0a { top:5.875rem;left:0rem;width:37.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGGSdZaSRNBAfuwNefSWkdsV2PC1p639 { top:12.1875rem;left:4rem;width:19.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNWHD2LshTK0E6GQHFLg3qAD1KeTbb5I { width:3.125rem;height:3.125rem;top:18.9375rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFnl7xcixHaWsUkFwT16Ccsq6Wv0Tt8o { width:3.125rem;height:3.125rem;top:15.8125rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKCMLP3sTXNTSfzePxq8uZE5sf2vpbSk { width:3.125rem;height:3.125rem;top:19.5625rem;left:25.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9uBKQXkbNIbPGbbsJIGKQtgkh4gaDsh { top:9.1875rem;left:0rem;width:20rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgduM1y8bGiMb15oVVXE8q3NfMVfRhUH { top:31.25rem;left:0rem;width:20rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5dRkyqUqq96iJVcxMo7sOEyC1gbpG1u { width:47.75rem;height:21.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDnIeZwxa6bUxahqmTnPc5vHJ07qG11 { top:12.1875rem;left:29.84375rem;width:11.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/eHD8Y1Znfpk/unsplash/nastuh-abootalebi-eHD8Y1Znfpk-photo-1497366811353-6870744d04b2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf6rJIRplQ2NrIed42mBKHTkZqiVZqJz { width:18.75rem;height:3.16699375rem;top:14.1875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaSA71KGQQbfW7xCLCmLxHBbTrsxQqT4 { width:20rem;height:25.25rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1Ks00B47XkXc8sNPdqEp1p6xe2sT9I { top:28.1875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #c41425, #be1622);background-image: -moz-linear-gradient(181deg, #c41425, #be1622);background-image: -ms-linear-gradient(181deg, #c41425, #be1622);background-image: -o-linear-gradient(181deg, #c41425, #be1622);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41425', endColorstr='#be1622' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41425', endColorstr='#be1622' );";background-image: linear-gradient(181deg, #c41425, #be1622);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GcG2ps22gckCPpCKz6TS4fn56IHKy91G { display:block; }
 }@media only screen and (max-width: 763px) { #chNuNyFrdNbTdx0rWuZ2TQ9uDKxMBniZ { width:20rem;height:21.375rem;top:2.9375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oz1Mo4dFrVw7ozC9ATWhRazdHLTN4iQP { width:20rem;height:5.625rem;top:19.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { width:17.0625rem;height:1.29980625rem;top:33.686965614558rem;left:1.4683948159218rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHD2s6P7XF3BTVrZQkyhc5qVLkEX0DyJ { width:7.9375rem;height:2.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoL6E7RkVM340mOUHmTS6WZ5w50c6ALZ { width:9.8125rem;height:2.5625rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe { display:block; }#zp0Rf4gztOXbghiHP4WSy4HCbC8CyCpe > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUpXM4EyTDfun6XT38q5JPrn8BVe65CP { width:16.0625rem;height:6rem;top:50.375rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1NmKoqWC6ch6QXdONhM5OSCTPDWkwXc { width:18.75rem;height:0.25rem;top:58.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asIbs9gbKsAqTBDyho2GB87ymtc9lwxh { width:17.75rem;height:13.71975rem;top:34rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#asIbs9gbKsAqTBDyho2GB87ymtc9lwxh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #ZhcS3uyJG81RPSkTwwk1lLormFg7Ny7u { width:17.75rem;height:1.3994125rem;top:31.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.0625rem;overflow:hidden;height:auto;line-height:.6; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.9;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.9;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.0625rem;height:2.6875rem;background-color:#c41425;background-image:none;color:#ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:first-of-type{padding-top:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .widget-container:last-of-type{padding-bottom:0;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW  { width:17.5rem;height:auto;top:0rem;left:0rem;border-top:4.375rem solid #04518d;border-left:0;border-right:0;border-bottom:1.25rem solid #104887; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW {display:block;}#XZLyfBvJMas3UX12FTx8cRUgfBM0EImW { width:17.5rem;height:auto;top:0rem;left:0rem;border-top:4.375rem solid #04518d;border-left:0;border-right:0;border-bottom:1.25rem solid #104887; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mz221l4EiCTvUhAfaw9riVW4T9fZFzf8 {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OgXq4NnsTPRi3dMXoOnaHfAZTUQmmNid { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #vChZ9cTbfwK5kFyfzlZJkdlCNNgOSUDu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #Mpnxd776oFW7TRNibJyZ2ZIvnUfwEsOK {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #OVGOdaF7bdGA2svWd2eLy4y3IlLhkonm { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #sDEXaTcxWdgEDRB2yTxSpbdQoGwzgSpU {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #J14qdwZPxzEFabOw1wNGxxIOAyDTT9fp {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #rr9QbHvOVCig5dotDz0AgTVPSAlv2GbL { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #lTtK7EPrPFQWZbR7cB5iJRyu6KoBcLic {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #LPXkEuFug6pOBK5Qf2XsGSuXQ6A5wMxi {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #uebU76LhZTXA7LthOlPO7peqMHKchTP1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #N7S84NBF7JTZDF6mwAuzw1Qzd6b7TS4C {  }
 }@media only screen and (max-width: 763px) { #opp5IoM3XUPonc9qyhHhetRSrvKEAqMc { display:block; }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #nC2TaWOTWyfUGEWMWEnxWQIAwhW7bAIu {  }
 }@media only screen and (max-width: 763px) { #XZLyfBvJMas3UX12FTx8cRUgfBM0EImW #CbxDnm8BTzsspuGnJznytyc7UJEccUHp {  }
 }@media only screen and (max-width: 763px) { #pMgQQCn0VEb5dTd3qfDNn0hgK0Hqky1n { width:17.8125rem;height:2.3984375rem;top:0.875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr { display:block; }#bODB24cfAU1RvEsdIJ3ClWnSSgELWTgr > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro { width:17.75rem;height:40.0341875rem;top:7.8125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#iFwiJc6O7NdofQNKbKBF1L0zBXvd1Kro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f9a1fedd33900a4e7e9685477957e96ff796299.svg); }
 }@media only screen and (max-width: 763px) { #OGoWI2LiE75fTGmOnBzu2rsWLynlT80g { width:20rem;height:3.8496125rem;top:2.0615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZW3B8bIR5DH8Pdu4GuzCznyyQkFs6C { width:20rem;height:13.375rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqslGdsVneFx9EUHL9L06QtTqlBdAdTF { display:block; }#EqslGdsVneFx9EUHL9L06QtTqlBdAdTF > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuW6nqq1qJmqmi5kMBIai111ziptCu83 { width:12.5rem;height:2.4375rem;top:18.6875rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAh71b3ZWLs5GW9x5rXqV1nSJvZs47lD { width:13.9375rem;height:13.9375rem;top:2.1875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaSgXdeJ5ohUNzhtVViAxaTERHl7g7db { width:17.5rem;height:6.5rem;top:23.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbnJ9ENx6xmWfFobBeMgKAZdHiSpWzDC { width:20rem;height:33.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPWEdO6HR2TKhNBZ0OOS6NswvWIbe90 { width:18.75rem;height:0.25rem;top:21.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHXTThogpPrGifZkLfNt9og891pPaoWi { display:block; }#RHXTThogpPrGifZkLfNt9og891pPaoWi > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { width:20rem;height:4.2246125rem;top:1.79296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:20rem;height:162.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:13.6875rem;height:13.6875rem;top:79.3125rem;left:3.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:20rem;height:1.94921875rem;top:94.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:18.125rem;height:57.375rem;top:98.5rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#0a4789;display:block; }
 }@media only screen and (max-width: 763px) { #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { width:13.6875rem;height:13.6875rem;top:1.25rem;left:3.0625rem;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");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;display:block; }#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.adaptive-delivery-prevent-bg, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyload, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { width:20rem;height:1.94921875rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { width:18.125rem;height:50.625rem;top:20.19921875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#0a4789;display:block; }
 }@media only screen and (max-width: 763px) { #fevH6owx1iFLmky9DQ0JoZehLCrQT7rf { width:20rem;height:75.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZb46MJuk1gNG6irGfE3tbreGpbJWkI { width:20rem;height:82.3125rem;top:77.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b91a3643-52a0-4b5d-bf3f-1d6e21418602/1682502014356.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z.adaptive-delivery-prevent-bg, #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z.lazyload, #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z.lazyloading { background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { background-color: transparent; background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #04518d; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #04518d; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .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); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { border-width: 0; border-radius: 0; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::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; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { width:20rem;height:6.3369375rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsd24DqMicJ5tSRX4AyukXns0WLacDO { width:20rem;height:3.25rem;top:10.6484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uUsd24DqMicJ5tSRX4AyukXns0WLacDO.adaptive-delivery-prevent-bg, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyload, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { width:0.125rem;height:100rem;top:16.52734375rem;left:9.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { width:20rem;height:9.1875rem;top:14.5859375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.adaptive-delivery-prevent-bg, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyload, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { width:20rem;height:5.75rem;top:24.5234375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.adaptive-delivery-prevent-bg, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyload, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KtBb0rJpV14013MvbT7WNHChcP3G4pJN { width:20rem;height:3.125rem;top:31.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KtBb0rJpV14013MvbT7WNHChcP3G4pJN.adaptive-delivery-prevent-bg, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyload, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { width:20rem;height:3.0625rem;top:35.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.adaptive-delivery-prevent-bg, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyload, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { width:20rem;height:2.9375rem;top:38.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.adaptive-delivery-prevent-bg, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyload, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HtepWTxFoWEnN5TLxcM0INXK11APkwbg { width:20rem;height:4.1875rem;top:42.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HtepWTxFoWEnN5TLxcM0INXK11APkwbg.adaptive-delivery-prevent-bg, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyload, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { width:20rem;height:3.125rem;top:54.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.adaptive-delivery-prevent-bg, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyload, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { width:20rem;height:5.125rem;top:48.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.adaptive-delivery-prevent-bg, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyload, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { width:20rem;height:3.6875rem;top:58.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.adaptive-delivery-prevent-bg, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyload, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { width:20rem;height:2.9375rem;top:62.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.adaptive-delivery-prevent-bg, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyload, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { width:20rem;height:2.8125rem;top:66.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.adaptive-delivery-prevent-bg, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyload, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { width:20rem;height:33.0625rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1LJQStMfDVWyztlIaZnKdce16L6A9Aw { width:18.75rem;height:0.1875rem;top:9.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:18.8125rem;height:3.25rem;top:3.5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHMISox98fwn7eNAVB0bNpveLTaXqouD { top:11.6875rem;left:0.5rem;width:19rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #c41425, #be1622);background-image: -moz-linear-gradient(181deg, #c41425, #be1622);background-image: -ms-linear-gradient(181deg, #c41425, #be1622);background-image: -o-linear-gradient(181deg, #c41425, #be1622);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41425', endColorstr='#be1622' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41425', endColorstr='#be1622' );";background-image: linear-gradient(181deg, #c41425, #be1622);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JrZ5MJFT5V7UflnJwBHJqZlm6a7ufDnF { display:block; }
 }@media only screen and (max-width: 763px) { #AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB { display:block; }#AArrVvwUrBtLDW0ZbZqJ7nHv5ZU6dLPB > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT98XeccATdoMru54MqfwwFsALzeie0a { width:20rem;height:2.5996125rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGGSdZaSRNBAfuwNefSWkdsV2PC1p639 { width:20rem;height:0;top:8.9853515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BNWHD2LshTK0E6GQHFLg3qAD1KeTbb5I { width:3.125rem;height:3.125rem;top:20.1083984375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFnl7xcixHaWsUkFwT16Ccsq6Wv0Tt8o { width:3.125rem;height:3.125rem;top:13.9208984375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKCMLP3sTXNTSfzePxq8uZE5sf2vpbSk { width:3.125rem;height:3.125rem;top:37.8212890625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9uBKQXkbNIbPGbbsJIGKQtgkh4gaDsh { width:20rem;height:16.89748125rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cgduM1y8bGiMb15oVVXE8q3NfMVfRhUH { width:20rem;height:12.9980625rem;top:31.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #M5dRkyqUqq96iJVcxMo7sOEyC1gbpG1u { width:20rem;height:47.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDnIeZwxa6bUxahqmTnPc5vHJ07qG11 { width:11.9375rem;height:0;top:8.9853515625rem;left:8.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }