.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:227,238,239;--color-secondary-1:161,198,203;--color-secondary-2:67,141,151;--color-secondary-3:34,71,76;--color-secondary-4:10,21,23;--color-tertiary-0:255,255,255;--color-tertiary-1:249,252,252;--color-tertiary-2:234,244,246;--color-tertiary-3:117,122,123;--color-tertiary-4:23,24,25;--headlines-font-family:"Georgia";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { background-color: transparent; background-image: none; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container > .video-iframe-container { display: none; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row > .video-iframe-container { display: none; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .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); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { border-width: 0; border-radius: 0; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#w5ZMQWixcpTgMlRZ9B9uFsIh15TJe7ah { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RoxsGqZ4FF6FKtaMx4JEaJgxWBVlTl3v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RoxsGqZ4FF6FKtaMx4JEaJgxWBVlTl3v > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#h5AVvgdFa42atPOPVH7tNVfUEoSErDo9 { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#piSSsgBd4l95RoSM80VtnvaHTNOHT4eS { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#TQBZQfbQpeXVR6Mss8mHgCCSVQOowWkU { color:rgba(var(--color-secondary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.9375rem;left:57.5rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5CFKRR7iLwwmKAeIFtsweBucGSLCNIT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:1.0625rem;left:52.1875rem;overflow:hidden;display:block; }
#QMyqQiThu47P3ZncC8AFPzSJTIN4KLhN { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:#50c878;background-image:none;top:5.412109375rem;left:55.8125rem;display:block; }
#tLq2OSoxwIuX8TpNTvvCxsVnfdIeJQVB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.8125rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#zVJnEKCwhhT1DoOTurhndzgzbuNw5TCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.73828125rem;left:58.75rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#gZBudPBqrW1OXDI0qVoOF0bwEKK60U1T { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.75rem;top:2.5rem;left:41.3125rem;overflow:hidden;display:block; }
#ofSdfxU6KDOOqZF64vagy27MLAlRoAqV { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.9375rem;left:41.6875rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otNs2DvsTAUgEI33vsS6URzFlJ9JREw2 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:49.3125rem;display:block; }
#Neanx9U3h3keAgxCRUIZDcSTWRivv4tJ { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15075;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:38.875rem;display:block; }
#A34tR5aVZ7P20HqUIKgd8t7c8mGdXFJZ { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.0625rem;top:2.25rem;left:29.5rem;overflow:hidden;display:block; }
#QI6fGkTRw3lQlvFTfceKs35zSOwRUNir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QI6fGkTRw3lQlvFTfceKs35zSOwRUNir > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC { position:relative;display:none; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC { border-width: 0; border-radius: 0; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TZ8pTFx5lxoDsOKzgRipp0D2LoC2yHee { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#o1EWmcWbzvmVwQVVUtPg2T9ZtRuJHDVF { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:3.0185546875rem;left:32.375rem;overflow:hidden;display:none; }
#pOWHG9NswvHimXhsGJKIf9kDUbOAhDwp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:2.875rem;left:35.21875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aBlSONNdlqreFDZBA34r6OcEtmnRVmOP { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#OnChoRilBqPSlHSJL2Hsf4pEcMGHiIXI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.375rem;left:2.5rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vAs62FeBXI7lE1H9gU8ZMJfayiOTHopa { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.25rem;top:3.0185546875rem;left:32.375rem;overflow:hidden;display:none; }
#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f483fdc-ce6e-46be-98c2-b7242b9521fe/spousalvisalawfirmswales.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw.adaptive-delivery-prevent-bg, #DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw.lazyload, #DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw.lazyloading { background-image: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container { background-color: transparent; background-image: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.25); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container > .video-iframe-container { display: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.25); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row > .video-iframe-container { display: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .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); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container { border-width: 0; border-radius: 0; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#a90BiMIC4cNvd76SnT6ZG5deVhITCPh6 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.25rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbkPMDiT2CVT7dCTyObm4wfvhTe6HPim { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.25rem;height:2.923825rem;font-style:normal;display:block; }
#r6NtollsJXhJRpuKIupMcahCh4f1CCqK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#Gfc65zh912PfcH3BUIqtXOgyCADGrPgb { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.25rem;left:18.75rem;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.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#dStenpC6W35MHcvUoNeaNQcJkJH5Xo1T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#FgAJ6WqxEUW26SfWukv2zHSsc0EB8xgL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#EQHfgbFk1T2JJlyhbrFVlpAqzObGrxxw { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#QmUPeGgm2f6KqBqQd0mH10ToMRMkk1cK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#eQFxza58yVFqNryQeeP1c4VhFIDSwxtq { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17rem;left:1.25rem;height:3.89941875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I7DpDopvhQT5bvqyPszsg02wgA2OPpDR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.9375rem;top:3.25rem;left:20.625rem;overflow:hidden;display:block; }
#TlmXGMamybcX3e1nP1T2962lEaZ4OXcl { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:3.19970703125rem;left:2.5rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fgWizpVHSLSAihABXu3mmUkr8R0iViiy { box-sizing:content-box;height:2.5rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.37);background-image:none;top:2.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xBQx0bvlS2pvWLtekE5UluT1ihXbBn4I { box-sizing:content-box;height:36.3125rem;width:22.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5rem;left:51.25rem;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.1875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ikDECWBBsosS5uPp92a80F9pxmur4u2q { position:absolute;display:block;z-index:15033;height:16.4375rem;width:20rem;top:8.9375rem;left:52.5rem;display:block; }
#rZ0oFQy2bQ7STlEklEu9F4q4ClxmNQKU { box-sizing:content-box;height:8.75rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.75rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#V7lZOqNJ9bfIAZ7w02ibF2wpqpTpsw7I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:29.9375rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#d1BEfggL9bpoKZEVq0BQSpb4z6OL3Ukw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.9375rem;left:33.75rem;overflow:hidden;display:block; }
#ZxqL30Nxe2sRbU374EBh8IdKWPZzN8WO { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.9375rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#NT9O2FhPDNCKCMgZwamxhmen8X2xdhbQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.9375rem;left:2.5rem;overflow:hidden;display:block; }
#JLFTyTxhx7zkRFuathh2O1l9JTtSEkH5 { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:29.9375rem;left:19.6875rem;height:1.275rem;font-style:normal;display:block; }
#GlGsE1IeIXaR0TNeMmIcZ9CxNUVohODy { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:33.75rem;left:1.25rem;overflow:hidden;display:block; }
#elrqse8rofS9bvwrF4LJ2OupDM6BBmrq { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:5.4375rem;top:34.375rem;left:6.6875rem;overflow:hidden;display:block; }
#GVnwvZWuco9d7ed4m23he7zyCVpGVxd7 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.4375rem;top:34.75rem;left:13.5625rem;overflow:hidden;display:block; }
#f1UMs5LynpoWTT75mtsVp6iRAO2EICCG { color:rgba(var(--color-secondary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:3.75rem;left:52.5rem;height:2.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LLQgEQehyZ0gyG2rHuErkgGhEBB1hDD1 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:6.875rem;left:53.75rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv { 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; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container { background-color: transparent; background-image: none; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container > .video-iframe-container { display: none; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row > .video-iframe-container { display: none; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .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); }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container { border-width: 0; border-radius: 0; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#ddIuLbyRLvKKvN9sVVT9dWppAsvx3RuC { box-sizing:content-box;height:17.5rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e3cc2eea-5f20-4865-8d90-e60eabaa6f88/approved.webp");background-position:top 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:3.75rem;left:37.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ddIuLbyRLvKKvN9sVVT9dWppAsvx3RuC.adaptive-delivery-prevent-bg, #ddIuLbyRLvKKvN9sVVT9dWppAsvx3RuC.lazyload, #ddIuLbyRLvKKvN9sVVT9dWppAsvx3RuC.lazyloading { background-image: none; }
#hBSLUGU0v6N4Q7WqeVJAUoa93VNnofRG { color:rgba(var(--color-primary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWhTzGoT5GSoleJJ5tsoHMLXgasRPg2S { color:rgba(var(--color-primary-4),1);display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.25rem;height:7.79883125rem;font-style:normal;display:block; }
#tkmMHuuvnnrmOzk8bw33qgAC9mGJowDL { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:18.75rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOSGOIusP3dOzxInvnP3xxLs5WvyFeJN { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.75rem;left:1.25rem;display:block; }
#Edc9bUQIIRTu9KgzJid7TBItOyXPdE2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container { background-color: transparent; background-image: none; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container > .video-iframe-container { display: none; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row > .video-iframe-container { display: none; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .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); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container { border-width: 0; border-radius: 0; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#QOC5l2VwZmaTPDyc0Pklcx26IX310fwc { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HZu3RvUztDp0BoFIy9Km6VZvNvvIspON { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.125rem;top:14.375rem;left:1.875rem;overflow:hidden;display:block; }
#Wxg3UD7v34aHFV9rwQVIDkaXLLxth0KW { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vUyp34Jox3yHKdNzzkwCDgnAET6CKbOL { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.25rem;height:2.6rem;font-style:normal;display:block; }
#KlKeslFPVS7KIVRb0qKcRlPriVwHITID { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#acJteLddVaV4XbAcfafJuCRJal7f75z9 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:14.4375rem;left:5.5rem;overflow:hidden;display:block; }
#WS3TSzQcEeq8mI2lmpJ1oGtGMTKwsk4b { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:8.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wWMo79CBCU993TuAfpQ4Syb69diffF4m { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.25rem;top:14.375rem;left:9.375rem;overflow:hidden;display:block; }
#gxQ3dCT8SUIkPUS6IpWr4mNUffdHIkaB { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:12.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DRsAeO4yK2hSOshVX3RMl97yWt59bRgI { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:14.375rem;left:13.4375rem;overflow:hidden;display:block; }
#vR7szTK9efaNQANzIcM1KvUBTzovA7IP { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PsSHqZ4LDG8i38xBLbkiHnUi7xOzkRCh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:14.4375rem;left:16.6875rem;overflow:hidden;display:block; }
#ghkLVJLvs7t04Bz4LfsLwQVR3XfXNUQF { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:20rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uOw95Zngcf8yTvP3sVdu8v4m6aGwP8xM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:14.375rem;left:20.625rem;overflow:hidden;display:block; }
#oT29BXIgtA0qKQTWvJeiWgUQTUhDctnM { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:23.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ev7Q4k3LI01pLUPJk3fERddBDVOe4Ief { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:14.5rem;left:24.1875rem;overflow:hidden;display:block; }
#RzeRGoK4DE4HR7AEFvwFvXbwpbVNnmcA { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#W1dHJ6eId9IU65qrbelzQZfHLemeyKbB { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:14.375rem;left:28.125rem;overflow:hidden;display:block; }
#dnD2eliLZ3Na6DhiruKyNJg1ShugDgt2 { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fgLKNRxJOUSlcrvVitAz6vLDURKI92hs { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:17.625rem;left:1.6875rem;overflow:hidden;display:block; }
#lGJQ8I7EGTNclVEhW2dn6U9Rm7as6Ans { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fF9MwRrwzkls3fyCHenlW5C3XdDt4NI7 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:17.5625rem;left:16.875rem;overflow:hidden;display:block; }
#T8KkB0okhQAfxpFw4DtVOeGNanPseA4b { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:20rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AZEOWJ2SvTKG2w0DwHtXCTop7idtbwbN { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:17.5625rem;left:20.625rem;overflow:hidden;display:block; }
#CEbNuWeUa8xVRxq5HFcXHtCtTlCHJUaw { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:23.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LhTPy1OzF69EGuxggVDQ7wsNJp8twIqk { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:17.5625rem;left:24.375rem;overflow:hidden;display:block; }
#F0sxdb77T0eZC11hXurJiI2aF7KBiJ3T { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#d4F8boqApmRzxQz4ql02NQu3oy8QG5Ov { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:17.5625rem;left:28.125rem;overflow:hidden;display:block; }
#qoqSHTa42Tu1t7mNAUEcooBNiWntWgsb { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:12.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g7Om5LHmi9zcGq6DB0Zkax2ziTOk8Nrr { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;top:17.5625rem;left:13.125rem;overflow:hidden;display:block; }
#oGIebC6pTkCLemvM6lL8cs19aAVzUgPM { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:8.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pyp0JvULaquXI7Ku6Aeit0FFyFH9AWTb { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.25rem;top:17.5625rem;left:9.25rem;overflow:hidden;display:block; }
#z3PUoTnJTIpn4XfP8Nhir9kJONnSmCrQ { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bzbUvHTQm8bLSwUf2vpK5AR60DwbTBJg { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:17.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#P8Kk09QFSpcMJWvdOPKchdSUCdsVEZlt { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:20rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#G4UgHOvtve8ScpuHH9i1BvbKxMUkq6if { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:23.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fqgU0tLGIql0lDi0O1LqTgQpgwLVRzSZ { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g4kpGr1lQhU4SBf4BnrP0Oubp63mrTnx { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NKZHUzn7kCpZ25W75fVx6wWB1Z6rPAdd { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:20.6875rem;left:16.875rem;overflow:hidden;display:block; }
#ZmkaicNo4rWmiGXBsCo0yQ1Tt6F51PmW { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:20.8125rem;left:20.5rem;overflow:hidden;display:block; }
#q1ey1XitKsHg5A1nTb1Qeqz98csz5Ox9 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:20.6875rem;left:24.375rem;overflow:hidden;display:block; }
#uzkwgRzdTvAxgCqVWqcCBPByXHE9phD7 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:20.75rem;left:28rem;overflow:hidden;display:block; }
#TnT8SnIXDuOvGJaGWIlAx5T5iMzmAkLy { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:12.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#s2nWLyAUAb8d2RAQgNWJ9ho3FZpiAl6T { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:20.6875rem;left:13.125rem;overflow:hidden;display:block; }
#EfB52HHmkTpVIuLlEuSyiJ22x35s376f { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:8.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#c9M43kCaC6d0kLlMkMGw5PJMEQLJsmSx { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:20.6875rem;left:9.375rem;overflow:hidden;display:block; }
#KASCU00FRoWc1dnzyKpBN1k7AJDxk8rx { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hxcAX4sXNVvBXWzu6nkEmHpZAROtVodA { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:20.6875rem;left:5.625rem;overflow:hidden;display:block; }
#a5046MG5HDGvaDyxnGHv7A3NPgTz1xTM { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VKeTzQptU1QPR0oSa3WuUr0UsWdTrqLz { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:20.625rem;left:1.875rem;overflow:hidden;display:block; }
#cfhq6Izgg39GJZuxgHeDR4Fec7SBF9hL { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:20rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zN2d2vw5Z5Sh8JDrZb72hZqqgszaJdcP { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:23.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Wtec8MWCvt2VXR4mbQ6CE9DM2mUPVhWC { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oihV3C08B12Wfht1eWiOusk5gTPOOk19 { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#c44h9FGMLRoAN1Jv2ZEIRFTbLbw4RQsf { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:12.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lts3qkp8QoxxZ3SdZBn8gaDeL1DXdVRx { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:23.8125rem;left:16.875rem;overflow:hidden;display:block; }
#zy1hTuMX0qK4HXzyFB7QzHRXwUwOvKMH { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:23.8125rem;left:20.625rem;overflow:hidden;display:block; }
#eQRMsoKPWUN7HIBSIcPU3E9smW2Q3coK { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;top:23.8125rem;left:24.375rem;overflow:hidden;display:block; }
#ZaQ2XO21r8FgINnvxkmKFyT6bPX9ww2b { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:23.8125rem;left:28.125rem;overflow:hidden;display:block; }
#m4GpFUTkF97y7Pf14fD4UFbacMaQ8gCt { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;top:23.8125rem;left:13.125rem;overflow:hidden;display:block; }
#SBGqTDJ6pe8DNDoIg2LJvI14LukFmNAu { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:8.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#u4Fi3NbXRWNherxGnJkTVs8rRLrULB15 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:23.8125rem;left:9.375rem;overflow:hidden;display:block; }
#vErDaANJ1gi1TaCDI6vaATTfkmP7z61S { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#a8r3XwZTfLAbqZ75oA1eD5m8pAZheTrt { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:23.8125rem;left:5.625rem;overflow:hidden;display:block; }
#fXaA05ThKRwcQKyHJNGECcpw31BJfGKN { box-sizing:content-box;height:2.5rem;width:3.125rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JWtp2P4S0neXE4zT5d5z0lQ8Rnx8gddr { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:23.75rem;left:1.875rem;overflow:hidden;display:block; }
#oXpXJmGwTThW55G3eNz51OplBcgiboiH { box-sizing:content-box;height:18.9375rem;width:36.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e53bcc35-8cbf-4402-899e-9b6eba2531ce/spousalvisasolicitor.webp");background-position:top 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:3.75rem;left:37.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#oXpXJmGwTThW55G3eNz51OplBcgiboiH.adaptive-delivery-prevent-bg, #oXpXJmGwTThW55G3eNz51OplBcgiboiH.lazyload, #oXpXJmGwTThW55G3eNz51OplBcgiboiH.lazyloading { background-image: none; }
#gt9GAFtxdQEeUGGxA3C6gEJWT8kXQ6hR { box-sizing:content-box;height:8.75rem;width:35rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.5rem;left:38.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TgGhXzUNRD4M07Qsk1hNaHRowUv5JND9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:18.6875rem;left:39.4375rem;height:3.8994125rem;font-style:normal;display:block; }
#Va9Srt3BDIJWlvLMdFVXlLAffpU5me0I { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:23.6875rem;left:41.3125rem;height:1.2749rem;font-style:normal;display:block; }
#Fqv1kf6gJRJM1VaCZ43HA7ObJKkam3n8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:23.6875rem;left:39.4375rem;overflow:hidden;display:block; }
#uxpeQZzFuuNToE2FL58nho8pwSps4nzg { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:23.6875rem;left:56.625rem;height:1.275rem;font-style:normal;display:block; }
#t1sqbaBB21dIeO6F5WlloC1MBAMQTDXf { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:23.6875rem;left:70.6875rem;overflow:hidden;display:block; }
#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container { background-color: transparent; background-image: none; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container > .video-iframe-container { display: none; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row > .video-iframe-container { display: none; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .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); }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container { border-width: 0; border-radius: 0; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#TT5f17edL4NoswvVdDMcfO3hNHoZfCf1 { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAVKFMqXPvvZ9SCUoHaFIumae9IDTl4U { box-sizing:content-box;height:20rem;width:32.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.75rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Koz4ic6O3WdZA0kFVQfvUihTsimqT2VD { color:#1e1d1d;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.1;letter-spacing:0;top:5.69970703125rem;left:2.5rem;height:1.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.5;letter-spacing:0;top:9.9375rem;left:3.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f591714844a5b63a47579ee76e4e96dc014e894.svg); }
#Cd1STUigaSKftnW0elBWpW1MTW8pCNGV { box-sizing:content-box;height:12.5rem;width:31.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#QO8TPV92cTwcd4ddvrNzRcVuBitUDgCa { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:22.5rem;left:42.5rem;height:6.99706875rem;font-style:normal;display:block; }
#oZmg2UTZM9cAmP8S7V9p6TQ9IzvcSzpb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2.5;letter-spacing:0;top:30rem;left:20rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rd3aQ7L2vXPJfEKI2W0wM9l6o91GUHIF { background-color:#438d97;background-image:none;border-top:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30rem;left:2.5rem;display:block; }
#UuNTsx3lyPqTlbAW11lzCOtvb8IvXsxc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkDTN4O9kzi37slQsbDKeyB0D5aqMp9d { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:42.5rem;overflow:hidden;display:block; }
#dKOD6tQaD3TLTro5vaeJ7qnPInshvFKC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:31.25rem;left:44.375rem;height:1.2749rem;font-style:normal;display:block; }
#TfuEybbGru7fmbTiCNCZ2bic48m93lTR { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:31.25rem;left:59.6875rem;height:1.275rem;font-style:normal;display:block; }
#EcdwgCz8c2bF3ICq2QqUBeG9cD3lt7a1 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:70rem;overflow:hidden;display:block; }
#upbKNMOtbW6GTE27AmWwu7XUmAyAeMFn { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7977ddff-df9e-4d8c-9ba7-acac9080b91b/fiancevisalawyer.webp");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:2.5rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#upbKNMOtbW6GTE27AmWwu7XUmAyAeMFn.adaptive-delivery-prevent-bg, #upbKNMOtbW6GTE27AmWwu7XUmAyAeMFn.lazyload, #upbKNMOtbW6GTE27AmWwu7XUmAyAeMFn.lazyloading { background-image: none; }
#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container { background-color: transparent; background-image: none; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container > .video-iframe-container { display: none; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row > .video-iframe-container { display: none; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .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); }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container { border-width: 0; border-radius: 0; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#vGZlPOJyBoHmz57SKfpVuFTGSI3IQlOZ { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.1875rem;left:57.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nINmfEkGoqrTsXxf3E8tkyznzWNhyhcI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:71.375rem;overflow:hidden;display:block; }
#Xo0cQpP1N8mQ06DuHM7aocP28MxIkLOH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:22.4375rem;left:58.75rem;height:10.3984375rem;font-style:normal;display:block; }
#Hzhcf4ReMPo6HThasIf9u8Z4MNtNAdFR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:35rem;left:58.8125rem;height:1.275rem;font-style:normal;display:block; }
#semqIQpGJ5uUAXT527Htlbfyv8xlBAcf { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/345bde31-b1cf-42a6-b9f4-d33a41012cc7/couple4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:57.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#semqIQpGJ5uUAXT527Htlbfyv8xlBAcf.adaptive-delivery-prevent-bg, #semqIQpGJ5uUAXT527Htlbfyv8xlBAcf.lazyload, #semqIQpGJ5uUAXT527Htlbfyv8xlBAcf.lazyloading { background-image: none; }
#G9BSZxmfxHMQ1i3tsr9xv68HIDIWbTob { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:36.3125rem;left:58.75rem;height:1.25rem;font-style:normal;display:block; }
#OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15107;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69f16ab5-d5df-4ad9-8246-ff840c9cc1a0/chineseimmigrationlawyer.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o.adaptive-delivery-prevent-bg, #OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o.lazyload, #OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o.lazyloading { background-image: none; }
#LbVAglb9SMtSfRB3FUNW7nwgkv4nsmdl { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:38.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FdKSxbUWQURcu4te1uWJVixAASrAo9is { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:22.5rem;left:40rem;height:9.098625rem;font-style:normal;display:block; }
#qNZMk28pwxXFE2gzryL9WSaIRwkg115I { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:35rem;left:40.0625rem;height:1.2749rem;font-style:normal;display:block; }
#HdCDP8MX9Upiy8zHSLCd9KTq4dBgo1nT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:52.625rem;overflow:hidden;display:block; }
#H3WowT9nV29iL8ApzSmuyAttl3KWXbNX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15027;line-height:2;letter-spacing:0;top:36.3125rem;left:40rem;height:1.25rem;font-style:normal;display:block; }
#ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd61cfc4-6c27-40b2-97fb-246f17de9b86/couple2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:20rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA.adaptive-delivery-prevent-bg, #ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA.lazyload, #ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA.lazyloading { background-image: none; }
#xq5xswV37MxLRoXlTE507UlQRPG1SNpH { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:20.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xQ02HDav138mmPnffKGzRCAEXhX6llvG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.25rem;height:10.3984375rem;font-style:normal;display:block; }
#VTllbnZtnyBvBvm5rGScBb8np20ZIgXQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:35rem;left:21.3125rem;height:1.275rem;font-style:normal;display:block; }
#gUlJTkuFAQuSP8N3Eok649RIiqwQX1VL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:33.875rem;overflow:hidden;display:block; }
#s7KcsNTs6Jqh2Tnt4xSQBVrDIuCCkX0R { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15033;line-height:2;letter-spacing:0;top:36.3125rem;left:21.25rem;height:1.25rem;font-style:normal;display:block; }
#etgTKDGAbz92SOvwhIFK98m4fTQvUJDN { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb41576e-c673-4c4b-9e9c-039dc9eb3d5c/marriagevisa.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#etgTKDGAbz92SOvwhIFK98m4fTQvUJDN.adaptive-delivery-prevent-bg, #etgTKDGAbz92SOvwhIFK98m4fTQvUJDN.lazyload, #etgTKDGAbz92SOvwhIFK98m4fTQvUJDN.lazyloading { background-image: none; }
#d8VER3MA1PsisxOiSbqapGLT7203Ag0L { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TgzlCkK6TdaKEsl3VgCfFTayOzvFxGvv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.5rem;height:11.69825rem;font-style:normal;display:block; }
#xRt3iWEmHIdP6KDPhKJ4yzOmT9BBSNn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:35rem;left:2.5625rem;height:1.2749rem;font-style:normal;display:block; }
#RBcLPdRRiRRgB5t2Df3VHSkKo6PKycMi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:15.125rem;overflow:hidden;display:block; }
#HLiG6EVly2ZVI0xueyaBfwV0SIuhuhRN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15039;line-height:2;letter-spacing:0;top:36.3125rem;left:2.5rem;height:1.25rem;font-style:normal;display:block; }
#NEn3xmIQGtwhmfLqbi2ccsL5WSsx8ZK5 { color:rgba(var(--color-primary-3),1);display:block;width:53.5625rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b { 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;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { background-color: transparent; background-image: none; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container > .video-iframe-container { display: none; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row > .video-iframe-container { display: none; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .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); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { border-width: 0; border-radius: 0; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#oFaTFQRTvAAm8xh1GzNAnunnX2t8amSC { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nFMxD2ovGn7yXJ8xcP91wfJ1LnfyZ3I8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nFMxD2ovGn7yXJ8xcP91wfJ1LnfyZ3I8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vEsBg7Cngpw9aDOgRgkfNrxeU2GLqTOP { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TXuTiL5N24QcBvEycJMoJIuXk01yTrpq { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#bR3BtvV9xBu6BT7kF4JzknitmZoHWdZM { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.6875rem;top:17.6875rem;left:35rem;overflow:hidden;display:block; }
#dzxCySHkSbLQlo54oWzptPxX1R1sxkt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:22.375rem;left:33.6875rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CNBwt4wRW8Uf0vGASDAtBURvvU94EyDo { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:17.5rem;left:49.75rem;overflow:hidden;display:block; }
#KqM8HXlyTU64PWcB82gpp6CNnyzzO3tI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:22.5rem;left:47.875rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1y5Rz6SrBTT94eQapNE4HXkUkfoPD4G { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:2.5rem;left:1.1875rem;display:block; }
#WJhzNEA8VSz6ReySsNov6TGfJzgsvvip { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15075;background-color:rgba(116,116,116,0.1);background-image:none;top:16.125rem;left:18.625rem;display:block; }
#MLi7WbIE31SMfCosfqnTMybkFG9BtPvB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.4375rem;left:7.9375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eBvLtQQqNFakJlxgxdQQ3FLTvKDQhqQW { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.375rem;top:17.4375rem;left:7.9375rem;overflow:hidden;display:block; }
#bgSTiBHrbT5mTCdsqQPFhJOVzt6DhQSX { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.1875rem;top:17.3125rem;left:22.125rem;overflow:hidden;display:block; }
#Up8xUHikXxZcgIQN4voOZo9mM8tOJHae { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.375rem;left:21.4375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nKJZdLgT5DXLyp8IbSwmb5P2HCdQbzze { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15076;background-color:rgba(116,116,116,0.1);background-image:none;top:16.125rem;left:31.125rem;display:block; }
#DtSn7zldvUqeiTcFA4uEARKJiUkaevMp { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15077;background-color:rgba(116,116,116,0.1);background-image:none;top:16.125rem;left:45.75rem;display:block; }
#FTWPS2TUCnRPN0VKILlWwlb6be8LthZq { color:rgba(var(--color-primary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.88720703125rem;left:22.8125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXXNLshbbZiql5pPMyhsxXJzsvQwub3e { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:8.9375rem;left:20.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7kvFsOTW0tT1pitT4zdOSf4TOzdnpQi { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.8125rem;left:29.3125rem;display:block; }
#sOVCcqTuNTXi0U7Q3pWUrSpECnRNCUfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUcu9JnhGfr7ZdbXnoyHvFOU6psnCBlQ { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:2.5;letter-spacing:0;top:31.25rem;left:29.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhHl6qKIZ1NGsKLTctVqZHyy9ycJtLQq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.6875rem;left:59.3125rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a3DP5KTFZETLCm05Dit8808N6RsdhWBQ { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3rem;top:17.6875rem;left:61.5625rem;overflow:hidden;display:block; }
#z5BIGsmcUgDMOLCKz2TKueJr382HIKlB { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15080;background-color:rgba(116,116,116,0.1);background-image:none;top:16.125rem;left:57.0625rem;display:block; }
#GgnTMTCPs1tByTS1bninZf96XRoABU8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container { background-color: transparent; background-image: none; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container > .video-iframe-container { display: none; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row > .video-iframe-container { display: none; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .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); }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container { border-width: 0; border-radius: 0; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#xdhVcN5o9sk5vxGnN7ckZQFxBNLw5bJD { color:rgba(var(--color-primary-3),1);display:block;width:36.3125rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2EdcwhJ9Feh1TS3zJBslt9kJ6waowOl { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MP1Utu8JuHnpOucVU8op9zIaJZWEzvuv { box-sizing:content-box;height:5rem;width:10rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#HQ1v3rTSNWniMJF9k0cosLTS5PPBwvy5 { box-sizing:content-box;height:5rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:13.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#CgoN9o79JHB2N1MJOJ8fkPSgq9lDJHkK { box-sizing:content-box;height:5rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#NlIbRnQDbLdvTzTQaZqODg0m4ZtBqz6S { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.4875rem;font-style:normal;display:block; }
#ssNMcxZSoaSfmSqwhDMDiblXKbnyfT3w { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:26.25rem;left:15rem;height:1.225rem;font-style:normal;display:block; }
#UW17ZOypxsaQ7mcmnrkDMfsCtoHpDmq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:26.25rem;left:27.5rem;height:1.225rem;font-style:normal;display:block; }
#KdnTaym9dQ1U4Jo9uR6hExOA18Mghic3 { color:rgba(var(--color-tertiary-4),0.51);display:block;width:7.5rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:27.5rem;left:2.5rem;height:1.275rem;font-style:normal;display:block; }
#tEtr2Dw1Ni86qBNxKwR8TMu53xOw8Umh { color:rgba(var(--color-tertiary-4),0.51);display:block;width:8.125rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:27.5rem;left:15rem;height:1.275rem;font-style:normal;display:block; }
#TSToZoeIJbUNzAGopyRiiSSBAiuIXETE { color:rgba(var(--color-tertiary-4),0.51);display:block;width:8.25rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:27.5rem;left:27.5rem;height:1.275rem;font-style:normal;display:block; }
#PGrARgTvG77FsWopBVT5tPKkDfzIRdm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.75rem;left:1.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEg6LIzMXqMwSprOqJIFMta6lXRe8ISl { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.5rem;left:1.25rem;display:block; }
#pULmxbw48qTSrZkw8npirW479k85P9bv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIHrwNWEaovDSWIqzlOwG3FxTWhWbDUn { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fe9ca8f9-216c-4eed-b9f8-14a2a659792e/Riaz.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#tIHrwNWEaovDSWIqzlOwG3FxTWhWbDUn.adaptive-delivery-prevent-bg, #tIHrwNWEaovDSWIqzlOwG3FxTWhWbDUn.lazyload, #tIHrwNWEaovDSWIqzlOwG3FxTWhWbDUn.lazyloading { background-image: none; }
#PKoPxCUlXxRm3pWQi2TphF6I9u36K3m6 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7141fbf7-d7fa-4cca-8a2d-2d0187801eb3/Shahista.webp");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:15rem;left:13.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#PKoPxCUlXxRm3pWQi2TphF6I9u36K3m6.adaptive-delivery-prevent-bg, #PKoPxCUlXxRm3pWQi2TphF6I9u36K3m6.lazyload, #PKoPxCUlXxRm3pWQi2TphF6I9u36K3m6.lazyloading { background-image: none; }
#wCAnvwsG7LUnrV8gAQsvnzwBKM96A88V { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f3f18d9b-4a44-4ee8-b440-307edc58c16d/Danny.webp");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:15.0625rem;left:26.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#wCAnvwsG7LUnrV8gAQsvnzwBKM96A88V.adaptive-delivery-prevent-bg, #wCAnvwsG7LUnrV8gAQsvnzwBKM96A88V.lazyload, #wCAnvwsG7LUnrV8gAQsvnzwBKM96A88V.lazyloading { background-image: none; }
#PmEGklgTAqh0vlnPwnEwOKXod6eF6eBD { box-sizing:content-box;height:33.75rem;width:32.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fbb73685-8920-4b64-8a13-5a274984f7d5/couple.webp");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:3.75rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }#PmEGklgTAqh0vlnPwnEwOKXod6eF6eBD.adaptive-delivery-prevent-bg, #PmEGklgTAqh0vlnPwnEwOKXod6eF6eBD.lazyload, #PmEGklgTAqh0vlnPwnEwOKXod6eF6eBD.lazyloading { background-image: none; }
#SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:34.39990234375rem;left:43.75rem;height:1.2246125rem;font-style:normal;display:block; }#SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_519a1e39a99fcb1d0b032278f146896b.svg); }
#W1TQCEf4EXrNaLbMGJdxLb67txs9oTl1 { box-sizing:content-box;height:2.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.7);background-image:none;top:33.75rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container { background-color: transparent; background-image: none; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container > .video-iframe-container { display: none; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row > .video-iframe-container { display: none; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .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); }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container { border-width: 0; border-radius: 0; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#DDGXhKhtwagPsAul5Z4LTt0RVp8fnpVx { color:rgba(var(--color-primary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#woeNRH8GcNPgyawlXxaCGzBTuKJ858li { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aOum8tKUWq05blR79uVCKT6fmifApUAW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:9.6875rem;left:2.1875rem; }
#RFC0deAB2d9XCvpbFkrUPEN84zeUszgl { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0.2);background-image:none;top:10.625rem;left:6.6875rem;display:block; }
#v5MIZyU2cQb8u7imCDuLrUuTc7pT3Jvl { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:15rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcggXBRrHqTt7inwyDABVB4UGZEnmFOy { color:rgba(0,0,0,0.9);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jqd1bxZSkAXJxrhJLGt8C1c4Rr41NSMu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:26.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qpbekpvFTcfqLFeULQJax4cM2p9Zqdgi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:9.6875rem;left:27.1875rem; }
#sOf0yzFR9N8eEE87vRufIrBLp96uKOQv { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:17.875rem;left:26.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZA3ROt4JmHTVVnVhrgpyePTTVDlurLvt { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:15rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKIqTd8wSXxkihf0eOK8N0ciF8tfEy1o { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:17.875rem;left:51.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SU0K4T3761B06MT0XlmIMoOKJcUtGlUh { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:15rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NliNRhWSu5OsyLN09QsWepmpfInWEhEk { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VS753U2UzP6PWxTfvEBcn0iy5zxPRE3q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:9.6875rem;left:52.1875rem; }
#mHGQEcpxdPEBwz01SkbDvgiL47NNl8nL { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.2);background-image:none;top:10.625rem;left:31.625rem;display:block; }
#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container { background-color: transparent; background-image: none; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container > .video-iframe-container { display: none; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row > .video-iframe-container { display: none; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .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); }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container { border-width: 0; border-radius: 0; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#bXNtoFpafhmcZ8hGfdOhwMFEFynIl98T { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3J0X3TTUIayTh1bQUCB2bzX3FnlFkL7 { color:rgba(var(--color-primary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHpTyu2K89fKkx5KsD1aB51UEJarG2J4 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMTNRqJOPLL0RHbChiQ7q0KdzXkhwnZN { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x80TZ2PeO29sidJPzcavTbaISCqmT4H5 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#woiH1B5gNpTqNCccrynmLqazo0tR3Uv1 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOJxSPVhFgQ5xBQgswVCctUcahsuAAWP { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:43.1875rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJn42EHwiFTesTs7oaPohg0FTmXy7cTV { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:41.3125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GAxHuVg8pQOOBy3GMe9fBXx5FVZrozed { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZW6iz3oeTdTAr8tgxC4WZ2pMDCHnh9V { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:41.3125rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGREvIZIXwAkXbLDvH4WdwP9CT9toJXo { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:30.6875rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTwM8qEa8HiNTuW37T6XEM4JIBRgZbLd { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:28.8125rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q5g55ufOP2rV3Clk2nwluiBonbdws9RA { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#en4v2R3Cf9u6vaDWAByTS0ocQKrCQc0O { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16.25rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTpMyTi9NZXvSsmziwzMZcWUxBm3fMIW { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:1.25rem;display:block; }
#dsbTG1v6w2fyTZNR8E1UwERp6mVLz85R { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:41.25rem;display:block; }
#NUosXREHsy7llbUQ7elRi3vwR8RDXnKF { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:1.25rem;display:block; }
#WPwU9PawVxExMcg6oXTP9nXPITDvn5Bw { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15078;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:41.25rem;display:block; }
#IOOA8Bq7lRSCsJUTQdbQMGWVNZGPUwd6 { box-sizing:content-box;height:38.75rem;width:0.0625rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.1);background-image:none;top:12.5rem;left:37.4375rem;display:block; }
#VpfAhz0OWLFNf2HP79F9JGubpJTgaS6P { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:1.25rem;display:block; }
#OVOB4qLi8y673DQFzDJeudHawoJIou5F { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:41.25rem;display:block; }
#ltzC1IHT2A5nSa2ARTPggfvv0sEXy5uA { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0.1);background-image:none;top:50rem;left:1.25rem;display:block; }
#FFngDefHen878p0oZw7pNndQDVntwCU4 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15081;background-color:rgba(0,0,0,0.1);background-image:none;top:49.9375rem;left:40rem;display:block; }
#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,238,239,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; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container { background-color: transparent; background-image: none; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container > .video-iframe-container { display: none; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row > .video-iframe-container { display: none; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .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); }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container { border-width: 0; border-radius: 0; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k { box-sizing:content-box;height:23.8125rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ef45216-2ba7-4d06-ac76-db74317fcc89/immigrationlawyer.png");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:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k.adaptive-delivery-prevent-bg, #NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k.lazyload, #NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k.lazyloading { background-image: none; }
#NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#e7RJU3VbA4K83tLqhgtxPOvf0fOfO8mF { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKRW6DTn61AvWXX9RKSrc1LmmQ9XfnMm { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQ79q1N9aJtoSJiTzE3wXXAqi9q3skar { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.75rem;left:29.84375rem;display:block; }
#hZ40aHwmTxr81dqoIg943X5d01GzqiiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePC4Gt8vVuvRSFVlAzWDmlp6BA0mIMmk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.84375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM { 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; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container { background-color: transparent; background-image: none; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container > .video-iframe-container { display: none; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row > .video-iframe-container { display: none; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .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); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container { border-width: 0; border-radius: 0; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#XAMWcy2AbyElMOlfKFoO0e95Juf1X0vL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTHg1xecABgoQKioWz0HuiCZQ4OAKK4r { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:49.6875rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FEPZlUercnbTKQbixXJqRqK9W0I2rw0I { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.625rem;left:57.5625rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7BDtmyirAaDzxUmDJ2XgW1kWhTb90Oh { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.625rem;left:67.1875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GliK2ptc1Nv9Z42Tp4REpHh7p0liRE7L { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.0625rem;top:2.02490234375rem;left:1.25rem;overflow:hidden;display:block; }
#Twz9N0Kult9Pg4T3c9II63NWh22QZSK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.125rem;left:1.25rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MPNw6Pzah5Sg9qkSdH7wNTy1TcgiANfb { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.8125rem;top:11.662109375rem;left:35.59375rem;overflow:hidden;display:block; }
#Ax6Dikgnrb2vczvonPKeoPfIS1u8JcdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:2.2119140625rem;left:66rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz { position:relative;display:none; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz { border-width: 0; border-radius: 0; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y2ukrpQVsWGQhJKyAG09TmJ4r7s6oEzX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.5625rem;left:25rem;display:none; }
#FPwsRO4vJVWkbekFstyIumi4egnCmb2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ { display:block; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5ZMQWixcpTgMlRZ9B9uFsIh15TJe7ah { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoxsGqZ4FF6FKtaMx4JEaJgxWBVlTl3v { width:3.125rem;height:3.125rem;display:none; }
#RoxsGqZ4FF6FKtaMx4JEaJgxWBVlTl3v > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #h5AVvgdFa42atPOPVH7tNVfUEoSErDo9 { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #piSSsgBd4l95RoSM80VtnvaHTNOHT4eS { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQBZQfbQpeXVR6Mss8mHgCCSVQOowWkU { top:2.9375rem;left:31.4375rem;width:16.3125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5CFKRR7iLwwmKAeIFtsweBucGSLCNIT { top:1.0625rem;left:38.5625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyqQiThu47P3ZncC8AFPzSJTIN4KLhN { top:5.375rem;left:42.1875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLq2OSoxwIuX8TpNTvvCxsVnfdIeJQVB { width:13.8125rem;height:4.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVJnEKCwhhT1DoOTurhndzgzbuNw5TCZ { width:14.125rem;height:1.125rem;top:1.6875rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZBudPBqrW1OXDI0qVoOF0bwEKK60U1T { top:2.5rem;left:27.6875rem;width:5.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofSdfxU6KDOOqZF64vagy27MLAlRoAqV { top:4.9375rem;left:28.0625rem;width:4.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otNs2DvsTAUgEI33vsS6URzFlJ9JREw2 { top:1.25rem;left:35.6875rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neanx9U3h3keAgxCRUIZDcSTWRivv4tJ { top:1.25rem;left:25.25rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34tR5aVZ7P20HqUIKgd8t7c8mGdXFJZ { top:2.25rem;left:15.875rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI6fGkTRw3lQlvFTfceKs35zSOwRUNir { display:none; }
#QI6fGkTRw3lQlvFTfceKs35zSOwRUNir > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #dJyryWddD92u0zdeq0ZepT78MOSPTTWC { display:none; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZ8pTFx5lxoDsOKzgRipp0D2LoC2yHee { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1EWmcWbzvmVwQVVUtPg2T9ZtRuJHDVF { top:3rem;left:18.75rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOWHG9NswvHimXhsGJKIf9kDUbOAhDwp { top:8.75rem;left:0.6875rem;width:3.75rem;height:2.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBlSONNdlqreFDZBA34r6OcEtmnRVmOP { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnChoRilBqPSlHSJL2Hsf4pEcMGHiIXI { width:15.0625rem;height:;top:1.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAs62FeBXI7lE1H9gU8ZMJfayiOTHopa { top:3rem;left:18.75rem;width:1.25rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw { display:block; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a90BiMIC4cNvd76SnT6ZG5deVhITCPh6 { top:6.25rem;left:0rem;width:32.25rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbkPMDiT2CVT7dCTyObm4wfvhTe6HPim { top:12.5rem;left:0rem;width:35.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6NtollsJXhJRpuKIupMcahCh4f1CCqK { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfc65zh912PfcH3BUIqtXOgyCADGrPgb { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStenpC6W35MHcvUoNeaNQcJkJH5Xo1T { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgAJ6WqxEUW26SfWukv2zHSsc0EB8xgL { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQHfgbFk1T2JJlyhbrFVlpAqzObGrxxw { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUPeGgm2f6KqBqQd0mH10ToMRMkk1cK { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFxza58yVFqNryQeeP1c4VhFIDSwxtq { top:17rem;left:0rem;width:38.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DpDopvhQT5bvqyPszsg02wgA2OPpDR { width:3.9375rem;height:1.25rem;top:3.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlmXGMamybcX3e1nP1T2962lEaZ4OXcl { width:19.1875rem;height:1.1875rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWizpVHSLSAihABXu3mmUkr8R0iViiy { top:2.5rem;left:0rem;width:25.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBQx0bvlS2pvWLtekE5UluT1ihXbBn4I { top:2.5rem;left:25.25rem;width:22.5rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikDECWBBsosS5uPp92a80F9pxmur4u2q { top:8.9375rem;left:27.75rem;width:20rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0oFQy2bQ7STlEklEu9F4q4ClxmNQKU { top:23.75rem;left:0rem;width:35rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7lZOqNJ9bfIAZ7w02ibF2wpqpTpsw7I { top:29.9375rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BEfggL9bpoKZEVq0BQSpb4z6OL3Ukw { top:29.9375rem;left:20.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqL30Nxe2sRbU374EBh8IdKWPZzN8WO { top:24.9375rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9O2FhPDNCKCMgZwamxhmen8X2xdhbQ { top:29.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFTyTxhx7zkRFuathh2O1l9JTtSEkH5 { top:29.9375rem;left:6.0625rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlGsE1IeIXaR0TNeMmIcZ9CxNUVohODy { top:33.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elrqse8rofS9bvwrF4LJ2OupDM6BBmrq { top:34.375rem;left:0rem;width:5.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVnwvZWuco9d7ed4m23he7zyCVpGVxd7 { top:34.75rem;left:0rem;width:5.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1UMs5LynpoWTT75mtsVp6iRAO2EICCG { top:3.75rem;left:27.625rem;width:20.125rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLQgEQehyZ0gyG2rHuErkgGhEBB1hDD1 { top:6.875rem;left:28.9375rem;width:17.5625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv { display:block; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddIuLbyRLvKKvN9sVVT9dWppAsvx3RuC { top:3.75rem;left:11.5rem;width:36.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBSLUGU0v6N4Q7WqeVJAUoa93VNnofRG { top:3.75rem;left:0rem;width:28.8125rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWhTzGoT5GSoleJJ5tsoHMLXgasRPg2S { top:9.375rem;left:0rem;width:30.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkmMHuuvnnrmOzk8bw33qgAC9mGJowDL { top:18.75rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOSGOIusP3dOzxInvnP3xxLs5WvyFeJN { width:16.25rem;height:2.5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edc9bUQIIRTu9KgzJid7TBItOyXPdE2f { display:block; }
 }@media only screen and (max-width: 763px) { #VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i { display:block; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOC5l2VwZmaTPDyc0Pklcx26IX310fwc { top:13.75rem;left:0rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZu3RvUztDp0BoFIy9Km6VZvNvvIspON { top:14.375rem;left:0rem;width:2.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxg3UD7v34aHFV9rwQVIDkaXLLxth0KW { top:3.75rem;left:0rem;width:35.5625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyp34Jox3yHKdNzzkwCDgnAET6CKbOL { top:8.75rem;left:0rem;width:35.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlKeslFPVS7KIVRb0qKcRlPriVwHITID { top:13.75rem;left:1.59375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acJteLddVaV4XbAcfafJuCRJal7f75z9 { top:14.4375rem;left:2.09375rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS3TSzQcEeq8mI2lmpJ1oGtGMTKwsk4b { top:13.75rem;left:5.34375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWMo79CBCU993TuAfpQ4Syb69diffF4m { top:14.375rem;left:5.96875rem;width:2.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQ3dCT8SUIkPUS6IpWr4mNUffdHIkaB { top:13.75rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRsAeO4yK2hSOshVX3RMl97yWt59bRgI { top:14.375rem;left:10.03125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7szTK9efaNQANzIcM1KvUBTzovA7IP { top:13.75rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsSHqZ4LDG8i38xBLbkiHnUi7xOzkRCh { top:14.4375rem;left:9.6875rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkLVJLvs7t04Bz4LfsLwQVR3XfXNUQF { top:13.75rem;left:11.9375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOw95Zngcf8yTvP3sVdu8v4m6aGwP8xM { top:14.375rem;left:11.9375rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT29BXIgtA0qKQTWvJeiWgUQTUhDctnM { top:13.75rem;left:13.53125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7Q4k3LI01pLUPJk3fERddBDVOe4Ief { top:14.5rem;left:13.96875rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeRGoK4DE4HR7AEFvwFvXbwpbVNnmcA { top:13.75rem;left:17.28125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1dHJ6eId9IU65qrbelzQZfHLemeyKbB { top:14.375rem;left:17.90625rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnD2eliLZ3Na6DhiruKyNJg1ShugDgt2 { top:16.875rem;left:0rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgLKNRxJOUSlcrvVitAz6vLDURKI92hs { top:17.625rem;left:0rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJQ8I7EGTNclVEhW2dn6U9Rm7as6Ans { top:16.9375rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF9MwRrwzkls3fyCHenlW5C3XdDt4NI7 { top:17.5625rem;left:10rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KkB0okhQAfxpFw4DtVOeGNanPseA4b { top:16.9375rem;left:11.9375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZEOWJ2SvTKG2w0DwHtXCTop7idtbwbN { top:17.5625rem;left:11.9375rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEbNuWeUa8xVRxq5HFcXHtCtTlCHJUaw { top:16.9375rem;left:13.53125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhTPy1OzF69EGuxggVDQ7wsNJp8twIqk { top:17.5625rem;left:14.15625rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0sxdb77T0eZC11hXurJiI2aF7KBiJ3T { top:16.9375rem;left:17.28125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4F8boqApmRzxQz4ql02NQu3oy8QG5Ov { top:17.5625rem;left:17.90625rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoqSHTa42Tu1t7mNAUEcooBNiWntWgsb { top:16.9375rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Om5LHmi9zcGq6DB0Zkax2ziTOk8Nrr { top:17.5625rem;left:9.71875rem;width:1.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGIebC6pTkCLemvM6lL8cs19aAVzUgPM { top:16.9375rem;left:5.34375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyp0JvULaquXI7Ku6Aeit0FFyFH9AWTb { top:17.5625rem;left:5.84375rem;width:2.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3PUoTnJTIpn4XfP8Nhir9kJONnSmCrQ { top:16.9375rem;left:1.59375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbUvHTQm8bLSwUf2vpK5AR60DwbTBJg { top:17.5625rem;left:2.03125rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Kk09QFSpcMJWvdOPKchdSUCdsVEZlt { top:20.0625rem;left:11.9375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4UgHOvtve8ScpuHH9i1BvbKxMUkq6if { top:20.0625rem;left:13.53125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqgU0tLGIql0lDi0O1LqTgQpgwLVRzSZ { top:20.0625rem;left:17.28125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kpGr1lQhU4SBf4BnrP0Oubp63mrTnx { top:20.0625rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZHUzn7kCpZ25W75fVx6wWB1Z6rPAdd { top:20.6875rem;left:10rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkaicNo4rWmiGXBsCo0yQ1Tt6F51PmW { top:20.8125rem;left:11.9375rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1ey1XitKsHg5A1nTb1Qeqz98csz5Ox9 { top:20.6875rem;left:14.15625rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzkwgRzdTvAxgCqVWqcCBPByXHE9phD7 { top:20.75rem;left:17.78125rem;width:2.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SnIXDuOvGJaGWIlAx5T5iMzmAkLy { top:20.0625rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2nWLyAUAb8d2RAQgNWJ9ho3FZpiAl6T { top:20.6875rem;left:9.71875rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfB52HHmkTpVIuLlEuSyiJ22x35s376f { top:20.0625rem;left:5.34375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9M43kCaC6d0kLlMkMGw5PJMEQLJsmSx { top:20.6875rem;left:5.96875rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASCU00FRoWc1dnzyKpBN1k7AJDxk8rx { top:20.0625rem;left:1.59375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxcAX4sXNVvBXWzu6nkEmHpZAROtVodA { top:20.6875rem;left:2.21875rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5046MG5HDGvaDyxnGHv7A3NPgTz1xTM { top:20rem;left:0rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeTzQptU1QPR0oSa3WuUr0UsWdTrqLz { top:20.625rem;left:0rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfhq6Izgg39GJZuxgHeDR4Fec7SBF9hL { top:23.1875rem;left:11.9375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN2d2vw5Z5Sh8JDrZb72hZqqgszaJdcP { top:23.1875rem;left:13.53125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtec8MWCvt2VXR4mbQ6CE9DM2mUPVhWC { top:23.1875rem;left:17.28125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihV3C08B12Wfht1eWiOusk5gTPOOk19 { top:23.1875rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44h9FGMLRoAN1Jv2ZEIRFTbLbw4RQsf { top:23.1875rem;left:8.8125rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lts3qkp8QoxxZ3SdZBn8gaDeL1DXdVRx { top:23.8125rem;left:10rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy1hTuMX0qK4HXzyFB7QzHRXwUwOvKMH { top:23.8125rem;left:11.9375rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQRMsoKPWUN7HIBSIcPU3E9smW2Q3coK { top:23.8125rem;left:14.15625rem;width:1.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQ2XO21r8FgINnvxkmKFyT6bPX9ww2b { top:23.8125rem;left:17.90625rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GpFUTkF97y7Pf14fD4UFbacMaQ8gCt { top:23.8125rem;left:9.71875rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGqTDJ6pe8DNDoIg2LJvI14LukFmNAu { top:23.1875rem;left:5.34375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Fi3NbXRWNherxGnJkTVs8rRLrULB15 { top:23.8125rem;left:5.96875rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErDaANJ1gi1TaCDI6vaATTfkmP7z61S { top:23.1875rem;left:1.59375rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8r3XwZTfLAbqZ75oA1eD5m8pAZheTrt { top:23.8125rem;left:2.21875rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXaA05ThKRwcQKyHJNGECcpw31BJfGKN { top:23.125rem;left:0rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtp2P4S0neXE4zT5d5z0lQ8Rnx8gddr { top:23.75rem;left:0rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpXJmGwTThW55G3eNz51OplBcgiboiH { top:3.75rem;left:0rem;width:36.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9GAFtxdQEeUGGxA3C6gEJWT8kXQ6hR { top:17.5rem;left:0.8125rem;width:35rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGhXzUNRD4M07Qsk1hNaHRowUv5JND9 { top:18.6875rem;left:3.25rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va9Srt3BDIJWlvLMdFVXlLAffpU5me0I { top:23.6875rem;left:24.28125rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqv1kf6gJRJM1VaCZ43HA7ObJKkam3n8 { top:23.6875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxpeQZzFuuNToE2FL58nho8pwSps4nzg { top:23.6875rem;left:35.8125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sqbaBB21dIeO6F5WlloC1MBAMQTDXf { top:23.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ { display:block; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT5f17edL4NoswvVdDMcfO3hNHoZfCf1 { top:2.5rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVKFMqXPvvZ9SCUoHaFIumae9IDTl4U { top:8.75rem;left:0rem;width:32.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koz4ic6O3WdZA0kFVQfvUihTsimqT2VD { top:5.6875rem;left:0rem;width:30.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw { top:9.9375rem;left:0rem;width:27.6875rem;height:;font-size:1rem;display:block; }#UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f591714844a5b63a47579ee76e4e96dc014e894.svg); }
 }@media only screen and (max-width: 763px) { #Cd1STUigaSKftnW0elBWpW1MTW8pCNGV { top:21.25rem;left:16.5rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO8TPV92cTwcd4ddvrNzRcVuBitUDgCa { top:22.5rem;left:18.9375rem;width:28.8125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZmg2UTZM9cAmP8S7V9p6TQ9IzvcSzpb { top:30rem;left:8.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3aQ7L2vXPJfEKI2W0wM9l6o91GUHIF { width:16.4375rem;height:2.5625rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuNTsx3lyPqTlbAW11lzCOtvb8IvXsxc { display:block; }
 }@media only screen and (max-width: 763px) { #BkDTN4O9kzi37slQsbDKeyB0D5aqMp9d { top:31.25rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOD6tQaD3TLTro5vaeJ7qnPInshvFKC { top:31.25rem;left:23.9375rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfuEybbGru7fmbTiCNCZ2bic48m93lTR { top:31.25rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcdwgCz8c2bF3ICq2QqUBeG9cD3lt7a1 { top:31.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upbKNMOtbW6GTE27AmWwu7XUmAyAeMFn { top:2.5rem;left:16.5rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa { display:block; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGZlPOJyBoHmz57SKfpVuFTGSI3IQlOZ { top:21.1875rem;left:31.5rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nINmfEkGoqrTsXxf3E8tkyznzWNhyhcI { top:35rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0cQpP1N8mQ06DuHM7aocP28MxIkLOH { top:22.4375rem;left:33.9375rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzhcf4ReMPo6HThasIf9u8Z4MNtNAdFR { top:35rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #semqIQpGJ5uUAXT527Htlbfyv8xlBAcf { top:8.75rem;left:31.375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9BSZxmfxHMQ1i3tsr9xv68HIDIWbTob { top:36.3125rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o { top:8.75rem;left:19.4375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbVAglb9SMtSfRB3FUNW7nwgkv4nsmdl { top:21.25rem;left:19.5625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdKSxbUWQURcu4te1uWJVixAASrAo9is { top:22.5rem;left:22rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZMk28pwxXFE2gzryL9WSaIRwkg115I { top:35rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdCDP8MX9Upiy8zHSLCd9KTq4dBgo1nT { top:35rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WowT9nV29iL8ApzSmuyAttl3KWXbNX { top:36.3125rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA { top:8.75rem;left:7.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5xswV37MxLRoXlTE507UlQRPG1SNpH { top:21.25rem;left:7.625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ02HDav138mmPnffKGzRCAEXhX6llvG { top:22.5rem;left:10.0625rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTllbnZtnyBvBvm5rGScBb8np20ZIgXQ { top:35rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUlJTkuFAQuSP8N3Eok649RIiqwQX1VL { top:35rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7KcsNTs6Jqh2Tnt4xSQBVrDIuCCkX0R { top:36.3125rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etgTKDGAbz92SOvwhIFK98m4fTQvUJDN { top:8.75rem;left:0rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8VER3MA1PsisxOiSbqapGLT7203Ag0L { top:21.25rem;left:0rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzlCkK6TdaKEsl3VgCfFTayOzvFxGvv { top:22.5rem;left:0rem;width:13.8125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt3iWEmHIdP6KDPhKJ4yzOmT9BBSNn2 { top:35rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBcLPdRRiRRgB5t2Df3VHSkKo6PKycMi { top:35rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiG6EVly2ZVI0xueyaBfwV0SIuhuhRN { top:36.3125rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEn3xmIQGtwhmfLqbi2ccsL5WSsx8ZK5 { top:3.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b { display:block; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFaTFQRTvAAm8xh1GzNAnunnX2t8amSC { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFMxD2ovGn7yXJ8xcP91wfJ1LnfyZ3I8 { width:3.125rem;height:3.125rem;display:none; }
#nFMxD2ovGn7yXJ8xcP91wfJ1LnfyZ3I8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vEsBg7Cngpw9aDOgRgkfNrxeU2GLqTOP { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXuTiL5N24QcBvEycJMoJIuXk01yTrpq { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR3BtvV9xBu6BT7kF4JzknitmZoHWdZM { top:17.6875rem;left:21.375rem;width:7.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzxCySHkSbLQlo54oWzptPxX1R1sxkt8 { top:22.375rem;left:20.0625rem;width:10.3125rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNBwt4wRW8Uf0vGASDAtBURvvU94EyDo { top:17.5rem;left:36.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqM8HXlyTU64PWcB82gpp6CNnyzzO3tI { top:22.5rem;left:34.25rem;width:7.5rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1y5Rz6SrBTT94eQapNE4HXkUkfoPD4G { top:2.5rem;left:0rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJhzNEA8VSz6ReySsNov6TGfJzgsvvip { top:16.125rem;left:5rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLi7WbIE31SMfCosfqnTMybkFG9BtPvB { top:22.4375rem;left:0rem;width:7.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBvLtQQqNFakJlxgxdQQ3FLTvKDQhqQW { top:17.4375rem;left:0rem;width:7.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSTiBHrbT5mTCdsqQPFhJOVzt6DhQSX { top:17.3125rem;left:8.5rem;width:6.1875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up8xUHikXxZcgIQN4voOZo9mM8tOJHae { top:22.375rem;left:7.8125rem;width:7.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJZdLgT5DXLyp8IbSwmb5P2HCdQbzze { top:16.125rem;left:17.5rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtSn7zldvUqeiTcFA4uEARKJiUkaevMp { top:16.125rem;left:32.125rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWPS2TUCnRPN0VKILlWwlb6be8LthZq { top:2.875rem;left:9.1875rem;width:29.375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXXNLshbbZiql5pPMyhsxXJzsvQwub3e { top:8.9375rem;left:7.3125rem;width:33.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7kvFsOTW0tT1pitT4zdOSf4TOzdnpQi { width:16.25rem;height:2.5rem;top:28.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOVCcqTuNTXi0U7Q3pWUrSpECnRNCUfp { display:block; }
 }@media only screen and (max-width: 763px) { #BUcu9JnhGfr7ZdbXnoyHvFOU6psnCBlQ { top:31.25rem;left:15.6875rem;width:16.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhHl6qKIZ1NGsKLTctVqZHyy9ycJtLQq { top:22.6875rem;left:40.25rem;width:7.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3DP5KTFZETLCm05Dit8808N6RsdhWBQ { top:17.6875rem;left:44.75rem;width:3rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5BIGsmcUgDMOLCKz2TKueJr382HIKlB { top:16.125rem;left:43.4375rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgnTMTCPs1tByTS1bninZf96XRoABU8h { display:block; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdhVcN5o9sk5vxGnN7ckZQFxBNLw5bJD { top:3.75rem;left:0rem;width:36.3125rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2EdcwhJ9Feh1TS3zJBslt9kJ6waowOl { top:8.75rem;left:0rem;width:36.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP1Utu8JuHnpOucVU8op9zIaJZWEzvuv { top:25rem;left:0rem;width:10rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1v3rTSNWniMJF9k0cosLTS5PPBwvy5 { top:25rem;left:1.9375rem;width:10rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgoN9o79JHB2N1MJOJ8fkPSgq9lDJHkK { top:25rem;left:13.875rem;width:10rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlIbRnQDbLdvTzTQaZqODg0m4ZtBqz6S { top:26.25rem;left:0rem;width:8.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssNMcxZSoaSfmSqwhDMDiblXKbnyfT3w { top:26.25rem;left:3.6875rem;width:8.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW17ZOypxsaQ7mcmnrkDMfsCtoHpDmq1 { top:26.25rem;left:15.3125rem;width:8.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdnTaym9dQ1U4Jo9uR6hExOA18Mghic3 { top:27.5rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtr2Dw1Ni86qBNxKwR8TMu53xOw8Umh { top:27.5rem;left:3.8125rem;width:8.125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSToZoeIJbUNzAGopyRiiSSBAiuIXETE { top:27.5rem;left:15.625rem;width:8.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGrARgTvG77FsWopBVT5tPKkDfzIRdm8 { top:35.75rem;left:0rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEg6LIzMXqMwSprOqJIFMta6lXRe8ISl { width:16.25rem;height:2.5rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pULmxbw48qTSrZkw8npirW479k85P9bv { display:block; }
 }@media only screen and (max-width: 763px) { #tIHrwNWEaovDSWIqzlOwG3FxTWhWbDUn { top:15rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKoPxCUlXxRm3pWQi2TphF6I9u36K3m6 { top:15rem;left:1.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCAnvwsG7LUnrV8gAQsvnzwBKM96A88V { top:15.0625rem;left:13.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmEGklgTAqh0vlnPwnEwOKXod6eF6eBD { top:3.75rem;left:3.3125rem;width:32.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB { width:15.6875rem;height:1.25rem;top:34.375rem;left:20.8125rem;font-size:0.875rem;display:block; }#SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_519a1e39a99fcb1d0b032278f146896b.svg); }
 }@media only screen and (max-width: 763px) { #W1TQCEf4EXrNaLbMGJdxLb67txs9oTl1 { top:33.75rem;left:13.3125rem;width:17.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0cOdODMfukmaJATxNT0ubzHXcM36XS6 { display:block; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDGXhKhtwagPsAul5Z4LTt0RVp8fnpVx { top:3.75rem;left:0rem;width:32.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeNRH8GcNPgyawlXxaCGzBTuKJ858li { top:8.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOum8tKUWq05blR79uVCKT6fmifApUAW { top:9.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFC0deAB2d9XCvpbFkrUPEN84zeUszgl { top:10.625rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MIZyU2cQb8u7imCDuLrUuTc7pT3Jvl { top:15rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcggXBRrHqTt7inwyDABVB4UGZEnmFOy { top:17.875rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqd1bxZSkAXJxrhJLGt8C1c4Rr41NSMu { top:8.75rem;left:12.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpbekpvFTcfqLFeULQJax4cM2p9Zqdgi { top:9.6875rem;left:13.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOf0yzFR9N8eEE87vRufIrBLp96uKOQv { top:17.875rem;left:12.625rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3ROt4JmHTVVnVhrgpyePTTVDlurLvt { top:15rem;left:12.625rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKIqTd8wSXxkihf0eOK8N0ciF8tfEy1o { top:17.875rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU0K4T3761B06MT0XlmIMoOKJcUtGlUh { top:15rem;left:28.1875rem;width:19.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NliNRhWSu5OsyLN09QsWepmpfInWEhEk { top:8.75rem;left:37.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS753U2UzP6PWxTfvEBcn0iy5zxPRE3q { top:9.6875rem;left:38.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHGQEcpxdPEBwz01SkbDvgiL47NNl8nL { top:10.625rem;left:18rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L { display:block; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXNtoFpafhmcZ8hGfdOhwMFEFynIl98T { top:3.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3J0X3TTUIayTh1bQUCB2bzX3FnlFkL7 { top:7.5rem;left:0rem;width:36.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHpTyu2K89fKkx5KsD1aB51UEJarG2J4 { top:16.25rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTNRqJOPLL0RHbChiQ7q0KdzXkhwnZN { top:18.125rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x80TZ2PeO29sidJPzcavTbaISCqmT4H5 { top:30.6875rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiH1B5gNpTqNCccrynmLqazo0tR3Uv1 { top:28.8125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOJxSPVhFgQ5xBQgswVCctUcahsuAAWP { top:43.1875rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJn42EHwiFTesTs7oaPohg0FTmXy7cTV { top:41.3125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAxHuVg8pQOOBy3GMe9fBXx5FVZrozed { top:43.1875rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZW6iz3oeTdTAr8tgxC4WZ2pMDCHnh9V { top:41.3125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGREvIZIXwAkXbLDvH4WdwP9CT9toJXo { top:30.6875rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwM8qEa8HiNTuW37T6XEM4JIBRgZbLd { top:28.8125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5g55ufOP2rV3Clk2nwluiBonbdws9RA { top:18.125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4v2R3Cf9u6vaDWAByTS0ocQKrCQc0O { top:16.25rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpMyTi9NZXvSsmziwzMZcWUxBm3fMIW { top:26.25rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsbTG1v6w2fyTZNR8E1UwERp6mVLz85R { top:26.25rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUosXREHsy7llbUQ7elRi3vwR8RDXnKF { top:38.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPwU9PawVxExMcg6oXTP9nXPITDvn5Bw { top:38.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOOA8Bq7lRSCsJUTQdbQMGWVNZGPUwd6 { top:12.5rem;left:23.8125rem;width:0.0625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpfAhz0OWLFNf2HP79F9JGubpJTgaS6P { top:13.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOB4qLi8y673DQFzDJeudHawoJIou5F { top:13.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzC1IHT2A5nSa2ARTPggfvv0sEXy5uA { top:50rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFngDefHen878p0oZw7pNndQDVntwCU4 { top:49.9375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV { display:block; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k { top:3.75rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7RJU3VbA4K83tLqhgtxPOvf0fOfO8mF { top:8.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKRW6DTn61AvWXX9RKSrc1LmmQ9XfnMm { top:11.25rem;left:5.125rem;width:38.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ79q1N9aJtoSJiTzE3wXXAqi9q3skar { width:16.25rem;height:2.5rem;top:18.75rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ40aHwmTxr81dqoIg943X5d01GzqiiR { display:block; }
 }@media only screen and (max-width: 763px) { #ePC4Gt8vVuvRSFVlAzWDmlp6BA0mIMmk { top:22.375rem;left:16.21875rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5NxaPeALol4yaqJNgSf8PcTgREBdCIM { display:block; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAMWcy2AbyElMOlfKFoO0e95Juf1X0vL { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHg1xecABgoQKioWz0HuiCZQ4OAKK4r { top:12.625rem;left:36.0625rem;width:6.0625rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEPZlUercnbTKQbixXJqRqK9W0I2rw0I { top:12.625rem;left:38.75rem;width:9rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BDtmyirAaDzxUmDJ2XgW1kWhTb90Oh { top:12.625rem;left:41.1875rem;width:6.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GliK2ptc1Nv9Z42Tp4REpHh7p0liRE7L { top:2rem;left:0rem;width:7.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twz9N0Kult9Pg4T3c9II63NWh22QZSK6 { top:5.125rem;left:0rem;width:20rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPNw6Pzah5Sg9qkSdH7wNTy1TcgiANfb { top:11.625rem;left:21.96875rem;width:3.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6Dikgnrb2vczvonPKeoPfIS1u8JcdZ { top:2.1875rem;left:38.75rem;width:9rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz { display:none; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y2ukrpQVsWGQhJKyAG09TmJ4r7s6oEzX { width:25rem;height:2.5rem;top:17.5625rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPwsRO4vJVWkbekFstyIumi4egnCmb2x { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { background-color: transparent; background-image: none; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container > .video-iframe-container { display: none; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row > .video-iframe-container { display: none; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .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); }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { border-width: 0; border-radius: 0; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGznx4WZRyAfLhmx1Ao25aB081gnx4NJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5ZMQWixcpTgMlRZ9B9uFsIh15TJe7ah { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RoxsGqZ4FF6FKtaMx4JEaJgxWBVlTl3v { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#RoxsGqZ4FF6FKtaMx4JEaJgxWBVlTl3v > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #h5AVvgdFa42atPOPVH7tNVfUEoSErDo9 { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #piSSsgBd4l95RoSM80VtnvaHTNOHT4eS { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TQBZQfbQpeXVR6Mss8mHgCCSVQOowWkU { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #r5CFKRR7iLwwmKAeIFtsweBucGSLCNIT { width:5.375rem;height:5.375rem;top:1.0625rem;left:7.3125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #QMyqQiThu47P3ZncC8AFPzSJTIN4KLhN { width:0.875rem;height:0.875rem;top:5.375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLq2OSoxwIuX8TpNTvvCxsVnfdIeJQVB { width:11.375rem;height:3.8125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVJnEKCwhhT1DoOTurhndzgzbuNw5TCZ { width:14.125rem;height:auto;top:1.6875rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gZBudPBqrW1OXDI0qVoOF0bwEKK60U1T { width:4.1875rem;height:1.625rem;top:3.75rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofSdfxU6KDOOqZF64vagy27MLAlRoAqV { width:4.5625rem;height:0;top:3.8125rem;left:11.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #otNs2DvsTAUgEI33vsS6URzFlJ9JREw2 { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Neanx9U3h3keAgxCRUIZDcSTWRivv4tJ { width:0.0625rem;height:3.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A34tR5aVZ7P20HqUIKgd8t7c8mGdXFJZ { width:7.0625rem;height:3.375rem;top:10.9375rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QI6fGkTRw3lQlvFTfceKs35zSOwRUNir { display:flex;top:1.25rem;left:15rem;width:3.75rem;height:3.75rem;z-index:15080; }
#QI6fGkTRw3lQlvFTfceKs35zSOwRUNir > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #dJyryWddD92u0zdeq0ZepT78MOSPTTWC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d9c4fc3-855d-44a2-8645-1f397e24d954/spousalvisalawfirms.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC.adaptive-delivery-prevent-bg, #dJyryWddD92u0zdeq0ZepT78MOSPTTWC.lazyload, #dJyryWddD92u0zdeq0ZepT78MOSPTTWC.lazyloading { background-image: none; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container { background-color: transparent; background-image: none; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.52); }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container > .video-iframe-container { display: none; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.52); }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row > .video-iframe-container { display: none; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .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); }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container { border-width: 0; border-radius: 0; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC::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; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dJyryWddD92u0zdeq0ZepT78MOSPTTWC > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ8pTFx5lxoDsOKzgRipp0D2LoC2yHee { width:5rem;height:7.1875rem;top:5.3125rem;left:13.75rem;z-index:15000;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o1EWmcWbzvmVwQVVUtPg2T9ZtRuJHDVF { width:2.5rem;height:2.5rem;top:5.9375rem;left:14.9375rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #pOWHG9NswvHimXhsGJKIf9kDUbOAhDwp { width:3.75rem;height:2.625rem;top:9.0625rem;left:14.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #aBlSONNdlqreFDZBA34r6OcEtmnRVmOP { width:5rem;height:7.1875rem;top:5.3125rem;left:1.25rem;z-index:15001;background-color:rgba(var(--color-primary-4),0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OnChoRilBqPSlHSJL2Hsf4pEcMGHiIXI { width:15.0625rem;height:0;top:1.83740234375rem;left:1.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(var(--color-tertiary-0),1);z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #vAs62FeBXI7lE1H9gU8ZMJfayiOTHopa { width:4.4375rem;height:5.75rem;top:6.0625rem;left:1.5rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/715710c2-b230-427b-bf10-92527a71a411/immigrationlawyer2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw.adaptive-delivery-prevent-bg, #DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw.lazyload, #DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw.lazyloading { background-image: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container { background-color: transparent; background-image: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),1); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container > .video-iframe-container { display: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),1); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row > .video-iframe-container { display: none; }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .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); }#DtUDlnUA4OmnucRFTxTsel4UkkIvWdAw > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a90BiMIC4cNvd76SnT6ZG5deVhITCPh6 { width:20rem;height:6.3369375rem;top:5rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hbkPMDiT2CVT7dCTyObm4wfvhTe6HPim { width:20rem;height:5.19921875rem;top:12.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r6NtollsJXhJRpuKIupMcahCh4f1CCqK { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gfc65zh912PfcH3BUIqtXOgyCADGrPgb { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #dStenpC6W35MHcvUoNeaNQcJkJH5Xo1T { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #FgAJ6WqxEUW26SfWukv2zHSsc0EB8xgL { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #EQHfgbFk1T2JJlyhbrFVlpAqzObGrxxw { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #QmUPeGgm2f6KqBqQd0mH10ToMRMkk1cK { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #eQFxza58yVFqNryQeeP1c4VhFIDSwxtq { width:20rem;height:4.5rem;top:19.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I7DpDopvhQT5bvqyPszsg02wgA2OPpDR { width:3.9375rem;height:1.25rem;top:30.0625rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlmXGMamybcX3e1nP1T2962lEaZ4OXcl { width:6.8125rem;height:0;top:30.0625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #fgWizpVHSLSAihABXu3mmUkr8R0iViiy { width:20rem;height:2.5rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBQx0bvlS2pvWLtekE5UluT1ihXbBn4I { width:20rem;height:36.25rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikDECWBBsosS5uPp92a80F9pxmur4u2q { width:17.5rem;height:16.4375rem;top:31.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0oFQy2bQ7STlEklEu9F4q4ClxmNQKU { width:20rem;height:11.25rem;top:62.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #V7lZOqNJ9bfIAZ7w02ibF2wpqpTpsw7I { width:10.6875rem;height:1.2749rem;top:71.25rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #d1BEfggL9bpoKZEVq0BQSpb4z6OL3Ukw { width:1.25rem;height:1.25rem;top:71.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqL30Nxe2sRbU374EBh8IdKWPZzN8WO { width:17.5625rem;height:6.499rem;top:63.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NT9O2FhPDNCKCMgZwamxhmen8X2xdhbQ { width:1.25rem;height:1.25rem;top:71.25rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JLFTyTxhx7zkRFuathh2O1l9JTtSEkH5 { width:10.625rem;height:0;top:66.2255859375rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #GlGsE1IeIXaR0TNeMmIcZ9CxNUVohODy { width:3.25rem;height:3.25rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elrqse8rofS9bvwrF4LJ2OupDM6BBmrq { width:3.8125rem;height:1.875rem;top:1.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVnwvZWuco9d7ed4m23he7zyCVpGVxd7 { width:4.75rem;height:1.875rem;top:1.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1UMs5LynpoWTT75mtsVp6iRAO2EICCG { width:20rem;height:1.7871125rem;top:26.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #LLQgEQehyZ0gyG2rHuErkgGhEBB1hDD1 { width:15.875rem;height:2.111325rem;top:28.75rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv { display:block; }#f1BrJOf8kkZlfHTo3wfM96fp7ex5c7Nv > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddIuLbyRLvKKvN9sVVT9dWppAsvx3RuC { width:20rem;height:12.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBSLUGU0v6N4Q7WqeVJAUoa93VNnofRG { width:20rem;height:3.25rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWhTzGoT5GSoleJJ5tsoHMLXgasRPg2S { width:20rem;height:10.3984375rem;top:22.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkmMHuuvnnrmOzk8bw33qgAC9mGJowDL { width:20rem;height:1.29980625rem;top:37.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iOSGOIusP3dOzxInvnP3xxLs5WvyFeJN { width:20rem;height:2.5rem;top:34.4375rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Edc9bUQIIRTu9KgzJid7TBItOyXPdE2f { display:block; }
 }@media only screen and (max-width: 763px) { #VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container { background-color: transparent; background-image: none; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container > .video-iframe-container { display: none; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row > .video-iframe-container { display: none; }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .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); }#VqwWkk7U87Wp2XtwAqKky92Q1bPz2r8i > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOC5l2VwZmaTPDyc0Pklcx26IX310fwc { width:3.75rem;height:2.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZu3RvUztDp0BoFIy9Km6VZvNvvIspON { width:2.125rem;height:1.25rem;top:15.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxg3UD7v34aHFV9rwQVIDkaXLLxth0KW { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyp34Jox3yHKdNzzkwCDgnAET6CKbOL { width:20rem;height:3.8994125rem;top:8.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KlKeslFPVS7KIVRb0qKcRlPriVwHITID { width:3.6875rem;height:2.5rem;top:15rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acJteLddVaV4XbAcfafJuCRJal7f75z9 { width:2.25rem;height:1.0625rem;top:15.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS3TSzQcEeq8mI2lmpJ1oGtGMTKwsk4b { width:3.625rem;height:2.5rem;top:15rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWMo79CBCU993TuAfpQ4Syb69diffF4m { width:2.25rem;height:1.25rem;top:15.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQ3dCT8SUIkPUS6IpWr4mNUffdHIkaB { width:3.6875rem;height:2.5rem;top:15rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRsAeO4yK2hSOshVX3RMl97yWt59bRgI { width:1.25rem;height:1.25rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7szTK9efaNQANzIcM1KvUBTzovA7IP { width:3.75rem;height:2.5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsSHqZ4LDG8i38xBLbkiHnUi7xOzkRCh { width:2.25rem;height:1.0625rem;top:19.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkLVJLvs7t04Bz4LfsLwQVR3XfXNUQF { width:3.75rem;height:2.5rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOw95Zngcf8yTvP3sVdu8v4m6aGwP8xM { width:2.0625rem;height:1.25rem;top:34.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT29BXIgtA0qKQTWvJeiWgUQTUhDctnM { width:3.75rem;height:2.5rem;top:33.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7Q4k3LI01pLUPJk3fERddBDVOe4Ief { width:2.25rem;height:1.0625rem;top:34.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeRGoK4DE4HR7AEFvwFvXbwpbVNnmcA { width:3.75rem;height:2.5rem;top:33.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1dHJ6eId9IU65qrbelzQZfHLemeyKbB { width:1.9375rem;height:1.25rem;top:34.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnD2eliLZ3Na6DhiruKyNJg1ShugDgt2 { width:3.75rem;height:2.5rem;top:18.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgLKNRxJOUSlcrvVitAz6vLDURKI92hs { width:2.25rem;height:1.0625rem;top:19.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJQ8I7EGTNclVEhW2dn6U9Rm7as6Ans { width:3.75rem;height:2.5rem;top:22.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF9MwRrwzkls3fyCHenlW5C3XdDt4NI7 { width:1.9375rem;height:1.25rem;top:30.625rem;left:10.9375rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #T8KkB0okhQAfxpFw4DtVOeGNanPseA4b { width:3.75rem;height:2.5rem;top:33.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZEOWJ2SvTKG2w0DwHtXCTop7idtbwbN { width:1.9375rem;height:1.25rem;top:38.125rem;left:5.875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #CEbNuWeUa8xVRxq5HFcXHtCtTlCHJUaw { width:3.75rem;height:2.5rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhTPy1OzF69EGuxggVDQ7wsNJp8twIqk { width:2.0625rem;height:1.25rem;top:38.125rem;left:15.875rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #F0sxdb77T0eZC11hXurJiI2aF7KBiJ3T { width:3.75rem;height:2.5rem;top:37.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4F8boqApmRzxQz4ql02NQu3oy8QG5Ov { width:1.9375rem;height:1.25rem;top:34.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoqSHTa42Tu1t7mNAUEcooBNiWntWgsb { width:3.75rem;height:2.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Om5LHmi9zcGq6DB0Zkax2ziTOk8Nrr { width:1.75rem;height:1.25rem;top:23.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGIebC6pTkCLemvM6lL8cs19aAVzUgPM { width:3.75rem;height:2.5rem;top:18.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyp0JvULaquXI7Ku6Aeit0FFyFH9AWTb { width:2.25rem;height:1.125rem;top:30.6875rem;left:5.75rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #z3PUoTnJTIpn4XfP8Nhir9kJONnSmCrQ { width:3.75rem;height:2.5rem;top:18.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbUvHTQm8bLSwUf2vpK5AR60DwbTBJg { width:2.25rem;height:1.0625rem;top:15.625rem;left:15.625rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #P8Kk09QFSpcMJWvdOPKchdSUCdsVEZlt { width:3.75rem;height:2.5rem;top:37.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4UgHOvtve8ScpuHH9i1BvbKxMUkq6if { width:3.75rem;height:2.5rem;top:37.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqgU0tLGIql0lDi0O1LqTgQpgwLVRzSZ { width:3.75rem;height:2.5rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kpGr1lQhU4SBf4BnrP0Oubp63mrTnx { width:3.75rem;height:2.5rem;top:26.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZHUzn7kCpZ25W75fVx6wWB1Z6rPAdd { width:1.9375rem;height:1.25rem;top:23.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkaicNo4rWmiGXBsCo0yQ1Tt6F51PmW { width:2.25rem;height:1.0625rem;top:38.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1ey1XitKsHg5A1nTb1Qeqz98csz5Ox9 { width:2.0625rem;height:1.25rem;top:41.875rem;left:10.8125rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #uzkwgRzdTvAxgCqVWqcCBPByXHE9phD7 { width:2.25rem;height:1.0625rem;top:38.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SnIXDuOvGJaGWIlAx5T5iMzmAkLy { width:3.75rem;height:2.5rem;top:26.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2nWLyAUAb8d2RAQgNWJ9ho3FZpiAl6T { width:1.9375rem;height:1.25rem;top:23.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfB52HHmkTpVIuLlEuSyiJ22x35s376f { width:3.75rem;height:2.5rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9M43kCaC6d0kLlMkMGw5PJMEQLJsmSx { width:2.1875rem;height:1.25rem;top:30.6875rem;left:15.8125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #KASCU00FRoWc1dnzyKpBN1k7AJDxk8rx { width:3.75rem;height:2.5rem;top:22.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxcAX4sXNVvBXWzu6nkEmHpZAROtVodA { width:1.875rem;height:1.25rem;top:19.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5046MG5HDGvaDyxnGHv7A3NPgTz1xTM { width:3.75rem;height:2.5rem;top:22.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeTzQptU1QPR0oSa3WuUr0UsWdTrqLz { width:1.875rem;height:1.25rem;top:19.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfhq6Izgg39GJZuxgHeDR4Fec7SBF9hL { width:3.75rem;height:2.5rem;top:41.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN2d2vw5Z5Sh8JDrZb72hZqqgszaJdcP { width:3.75rem;height:2.5rem;top:41.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtec8MWCvt2VXR4mbQ6CE9DM2mUPVhWC { width:3.75rem;height:2.5rem;top:41.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihV3C08B12Wfht1eWiOusk5gTPOOk19 { width:3.75rem;height:2.5rem;top:30rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44h9FGMLRoAN1Jv2ZEIRFTbLbw4RQsf { width:3.75rem;height:2.5rem;top:30rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lts3qkp8QoxxZ3SdZBn8gaDeL1DXdVRx { width:1.9375rem;height:1.25rem;top:26.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy1hTuMX0qK4HXzyFB7QzHRXwUwOvKMH { width:1.875rem;height:1.25rem;top:41.9375rem;left:15.9375rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #eQRMsoKPWUN7HIBSIcPU3E9smW2Q3coK { width:1.75rem;height:1.25rem;top:41.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQ2XO21r8FgINnvxkmKFyT6bPX9ww2b { width:1.875rem;height:1.25rem;top:41.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GpFUTkF97y7Pf14fD4UFbacMaQ8gCt { width:1.9375rem;height:1.25rem;top:26.9375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGqTDJ6pe8DNDoIg2LJvI14LukFmNAu { width:3.75rem;height:2.5rem;top:30rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Fi3NbXRWNherxGnJkTVs8rRLrULB15 { width:1.875rem;height:1.25rem;top:26.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErDaANJ1gi1TaCDI6vaATTfkmP7z61S { width:3.75rem;height:2.5rem;top:30rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #a8r3XwZTfLAbqZ75oA1eD5m8pAZheTrt { width:1.875rem;height:1.25rem;top:26.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXaA05ThKRwcQKyHJNGECcpw31BJfGKN { width:3.75rem;height:2.5rem;top:26.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtp2P4S0neXE4zT5d5z0lQ8Rnx8gddr { width:1.875rem;height:1.25rem;top:23.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpXJmGwTThW55G3eNz51OplBcgiboiH { width:20rem;height:18.9375rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9GAFtxdQEeUGGxA3C6gEJWT8kXQ6hR { width:17.5rem;height:13.75rem;top:57.4375rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TgGhXzUNRD4M07Qsk1hNaHRowUv5JND9 { width:15.125rem;height:7.7988125rem;top:58.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Va9Srt3BDIJWlvLMdFVXlLAffpU5me0I { width:10.6875rem;height:1.2749rem;top:68.75rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Fqv1kf6gJRJM1VaCZ43HA7ObJKkam3n8 { width:1.25rem;height:1.25rem;top:68.75rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uxpeQZzFuuNToE2FL58nho8pwSps4nzg { width:10.625rem;height:0;top:63.6875rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #t1sqbaBB21dIeO6F5WlloC1MBAMQTDXf { width:1.25rem;height:1.25rem;top:68.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ { display:block; }#JUtSHcwvbTAsSlTTH3BKnuXLB57XBicJ > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT5f17edL4NoswvVdDMcfO3hNHoZfCf1 { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAVKFMqXPvvZ9SCUoHaFIumae9IDTl4U { width:20rem;height:27.5rem;top:21.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koz4ic6O3WdZA0kFVQfvUihTsimqT2VD { width:18.8125rem;height:2.3994125rem;top:5.0625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw { width:17.5rem;height:24.9375rem;top:22.5rem;left:1.25rem;font-size:1rem;display:block; }#UhGhqEB0yICKJ2LaOhTTND4Kz02Pvqbw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f591714844a5b63a47579ee76e4e96dc014e894.svg); }
 }@media only screen and (max-width: 763px) { #Cd1STUigaSKftnW0elBWpW1MTW8pCNGV { width:20rem;height:12.5rem;top:21.25rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #QO8TPV92cTwcd4ddvrNzRcVuBitUDgCa { width:20rem;height:auto;top:22.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #oZmg2UTZM9cAmP8S7V9p6TQ9IzvcSzpb { width:13.8125rem;height:1.29980625rem;top:54.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3aQ7L2vXPJfEKI2W0wM9l6o91GUHIF { width:20rem;height:2.5625rem;top:51.25rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UuNTsx3lyPqTlbAW11lzCOtvb8IvXsxc { display:block; }
 }@media only screen and (max-width: 763px) { #BkDTN4O9kzi37slQsbDKeyB0D5aqMp9d { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #dKOD6tQaD3TLTro5vaeJ7qnPInshvFKC { width:10.6875rem;height:1.2749rem;top:22.5625rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #TfuEybbGru7fmbTiCNCZ2bic48m93lTR { width:10.625rem;height:auto;top:31.25rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #EcdwgCz8c2bF3ICq2QqUBeG9cD3lt7a1 { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #upbKNMOtbW6GTE27AmWwu7XUmAyAeMFn { width:20rem;height:12.5625rem;top:8.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa { display:block; }#rbbbA6lQlZSb7r8Nt2ncTrGQ6cmufuUa > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGZlPOJyBoHmz57SKfpVuFTGSI3IQlOZ { width:20rem;height:17.5rem;top:18.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nINmfEkGoqrTsXxf3E8tkyznzWNhyhcI { width:1.25rem;height:1.25rem;top:32.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0cQpP1N8mQ06DuHM7aocP28MxIkLOH { width:17.5625rem;height:7.7988125rem;top:95rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Hzhcf4ReMPo6HThasIf9u8Z4MNtNAdFR { width:13.75rem;height:1.2749rem;top:91.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #semqIQpGJ5uUAXT527Htlbfyv8xlBAcf { width:20rem;height:12.5rem;top:6.25rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb41576e-c673-4c4b-9e9c-039dc9eb3d5c/marriagevisa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#semqIQpGJ5uUAXT527Htlbfyv8xlBAcf.adaptive-delivery-prevent-bg, #semqIQpGJ5uUAXT527Htlbfyv8xlBAcf.lazyload, #semqIQpGJ5uUAXT527Htlbfyv8xlBAcf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G9BSZxmfxHMQ1i3tsr9xv68HIDIWbTob { width:13.75rem;height:1.25rem;top:31.25rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o { width:20rem;height:16.25rem;top:121.25rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60530e47-8424-4653-b78a-bf51001bd16f/SarahChapple.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o.adaptive-delivery-prevent-bg, #OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o.lazyload, #OmBbMLS3RZTpOE3n0vVTPDd0I7qDQk7o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LbVAglb9SMtSfRB3FUNW7nwgkv4nsmdl { width:20rem;height:16.25rem;top:137.5rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #FdKSxbUWQURcu4te1uWJVixAASrAo9is { width:17.5625rem;height:7.7988125rem;top:80rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qNZMk28pwxXFE2gzryL9WSaIRwkg115I { width:13.8125rem;height:1.2749rem;top:88.75rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HdCDP8MX9Upiy8zHSLCd9KTq4dBgo1nT { width:1.25rem;height:1.25rem;top:150rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3WowT9nV29iL8ApzSmuyAttl3KWXbNX { width:13.8125rem;height:1.25rem;top:90.0625rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA { width:20rem;height:12.5rem;top:66.25rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69f16ab5-d5df-4ad9-8246-ff840c9cc1a0/chineseimmigrationlawyer.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA.adaptive-delivery-prevent-bg, #ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA.lazyload, #ElArmxpbkzfQIm5FGBRFsrpUow2A6PxA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xq5xswV37MxLRoXlTE507UlQRPG1SNpH { width:20rem;height:13.75rem;top:78.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xQ02HDav138mmPnffKGzRCAEXhX6llvG { width:17.5rem;height:7.7988125rem;top:51.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VTllbnZtnyBvBvm5rGScBb8np20ZIgXQ { width:13.8125rem;height:1.2749rem;top:61.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gUlJTkuFAQuSP8N3Eok649RIiqwQX1VL { width:1.25rem;height:1.25rem;top:90rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7KcsNTs6Jqh2Tnt4xSQBVrDIuCCkX0R { width:13.8125rem;height:1.25rem;top:33.75rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #etgTKDGAbz92SOvwhIFK98m4fTQvUJDN { width:20rem;height:12.5rem;top:37.5rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd61cfc4-6c27-40b2-97fb-246f17de9b86/couple2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#etgTKDGAbz92SOvwhIFK98m4fTQvUJDN.adaptive-delivery-prevent-bg, #etgTKDGAbz92SOvwhIFK98m4fTQvUJDN.lazyload, #etgTKDGAbz92SOvwhIFK98m4fTQvUJDN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d8VER3MA1PsisxOiSbqapGLT7203Ag0L { width:20rem;height:15rem;top:50rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TgzlCkK6TdaKEsl3VgCfFTayOzvFxGvv { width:17.5625rem;height:10.3984375rem;top:20rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xRt3iWEmHIdP6KDPhKJ4yzOmT9BBSNn2 { width:13.8125rem;height:1.2749rem;top:32.4755859375rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RBcLPdRRiRRgB5t2Df3VHSkKo6PKycMi { width:1.25rem;height:1.25rem;top:61.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiG6EVly2ZVI0xueyaBfwV0SIuhuhRN { width:13.8125rem;height:1.25rem;top:62.5rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NEn3xmIQGtwhmfLqbi2ccsL5WSsx8ZK5 { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { background-color: transparent; background-image: none; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container > .video-iframe-container { display: none; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row > .video-iframe-container { display: none; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .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); }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { border-width: 0; border-radius: 0; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbnU4MDbzHDLAWmXdRs1QNkPwiWqXT7b > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFaTFQRTvAAm8xh1GzNAnunnX2t8amSC { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nFMxD2ovGn7yXJ8xcP91wfJ1LnfyZ3I8 { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#nFMxD2ovGn7yXJ8xcP91wfJ1LnfyZ3I8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vEsBg7Cngpw9aDOgRgkfNrxeU2GLqTOP { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TXuTiL5N24QcBvEycJMoJIuXk01yTrpq { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bR3BtvV9xBu6BT7kF4JzknitmZoHWdZM { width:5rem;height:2.125rem;top:14.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzxCySHkSbLQlo54oWzptPxX1R1sxkt8 { width:6.6875rem;height:1.75rem;top:17.0625rem;left:2.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CNBwt4wRW8Uf0vGASDAtBURvvU94EyDo { width:5rem;height:5rem;top:31.25rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqM8HXlyTU64PWcB82gpp6CNnyzzO3tI { width:5rem;height:0;top:36.875rem;left:12.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #x1y5Rz6SrBTT94eQapNE4HXkUkfoPD4G { width:0.0625rem;height:5rem;top:2.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJhzNEA8VSz6ReySsNov6TGfJzgsvvip { width:0.0625rem;height:15rem;top:12.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLi7WbIE31SMfCosfqnTMybkFG9BtPvB { width:6.125rem;height:1.75rem;top:17.3125rem;left:11.5rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eBvLtQQqNFakJlxgxdQQ3FLTvKDQhqQW { width:5rem;height:2.625rem;top:14.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSTiBHrbT5mTCdsqQPFhJOVzt6DhQSX { width:5rem;height:3.25rem;top:21.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up8xUHikXxZcgIQN4voOZo9mM8tOJHae { width:5rem;height:1.75rem;top:25.1875rem;left:2.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nKJZdLgT5DXLyp8IbSwmb5P2HCdQbzze { width:15rem;height:0.0625rem;top:20rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtSn7zldvUqeiTcFA4uEARKJiUkaevMp { width:0.0625rem;height:10rem;top:16.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTWPS2TUCnRPN0VKILlWwlb6be8LthZq { width:20rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CXXNLshbbZiql5pPMyhsxXJzsvQwub3e { width:20rem;height:3.8994125rem;top:6.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7kvFsOTW0tT1pitT4zdOSf4TOzdnpQi { width:20rem;height:2.5rem;top:30rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sOVCcqTuNTXi0U7Q3pWUrSpECnRNCUfp { display:block; }
 }@media only screen and (max-width: 763px) { #BUcu9JnhGfr7ZdbXnoyHvFOU6psnCBlQ { width:15rem;height:1.3rem;top:33.0751953125rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uhHl6qKIZ1NGsKLTctVqZHyy9ycJtLQq { width:6.125rem;height:1.75rem;top:25rem;left:11.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a3DP5KTFZETLCm05Dit8808N6RsdhWBQ { width:2.3125rem;height:3.3125rem;top:21.25rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5BIGsmcUgDMOLCKz2TKueJr382HIKlB { width:0.0625rem;height:10rem;top:16.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgnTMTCPs1tByTS1bninZf96XRoABU8h { display:block; }#GgnTMTCPs1tByTS1bninZf96XRoABU8h > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdhVcN5o9sk5vxGnN7ckZQFxBNLw5bJD { width:17.5rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s2EdcwhJ9Feh1TS3zJBslt9kJ6waowOl { width:17.4375rem;height:7.7988125rem;top:6.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MP1Utu8JuHnpOucVU8op9zIaJZWEzvuv { width:8.75rem;height:3.75rem;top:25rem;left:0rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1v3rTSNWniMJF9k0cosLTS5PPBwvy5 { width:8.75rem;height:3.75rem;top:25rem;left:11.25rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CgoN9o79JHB2N1MJOJ8fkPSgq9lDJHkK { width:12.5rem;height:3.75rem;top:65rem;left:3.75rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NlIbRnQDbLdvTzTQaZqODg0m4ZtBqz6S { width:8.0625rem;height:1.2749rem;top:25.4375rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ssNMcxZSoaSfmSqwhDMDiblXKbnyfT3w { width:5.625rem;height:1.2749rem;top:25.5625rem;left:11.875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UW17ZOypxsaQ7mcmnrkDMfsCtoHpDmq1 { width:13.75rem;height:0;top:65.75rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #KdnTaym9dQ1U4Jo9uR6hExOA18Mghic3 { width:9.3125rem;height:0.82470625rem;top:26.9375rem;left:0.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tEtr2Dw1Ni86qBNxKwR8TMu53xOw8Umh { width:5.5625rem;height:0.82470625rem;top:27rem;left:11.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TSToZoeIJbUNzAGopyRiiSSBAiuIXETE { width:8.125rem;height:0;top:67rem;left:4.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #PGrARgTvG77FsWopBVT5tPKkDfzIRdm8 { width:18.75rem;height:1.13720625rem;top:34.5rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kEg6LIzMXqMwSprOqJIFMta6lXRe8ISl { width:20rem;height:2.5rem;top:31.25rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pULmxbw48qTSrZkw8npirW479k85P9bv { display:block; }
 }@media only screen and (max-width: 763px) { #tIHrwNWEaovDSWIqzlOwG3FxTWhWbDUn { width:8.75rem;height:8.75rem;top:16.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PKoPxCUlXxRm3pWQi2TphF6I9u36K3m6 { width:8.75rem;height:8.75rem;top:16.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCAnvwsG7LUnrV8gAQsvnzwBKM96A88V { width:12.5rem;height:12.5rem;top:52.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmEGklgTAqh0vlnPwnEwOKXod6eF6eBD { width:20rem;height:33.75rem;top:76.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB { width:15.6875rem;height:auto;top:34.375rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }#SDAFDQbZq1KbcSBug7Xzg7pvtTCW5LZB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_519a1e39a99fcb1d0b032278f146896b.svg); }
 }@media only screen and (max-width: 763px) { #W1TQCEf4EXrNaLbMGJdxLb67txs9oTl1 { width:17.5rem;height:2.5rem;top:33.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0cOdODMfukmaJATxNT0ubzHXcM36XS6 { display:block; }#s0cOdODMfukmaJATxNT0ubzHXcM36XS6 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDGXhKhtwagPsAul5Z4LTt0RVp8fnpVx { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeNRH8GcNPgyawlXxaCGzBTuKJ858li { width:3.75rem;height:3.75rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOum8tKUWq05blR79uVCKT6fmifApUAW { display:flex;width:1.875rem;height:1.875rem;top:7.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RFC0deAB2d9XCvpbFkrUPEN84zeUszgl { width:0.0625rem;height:5rem;top:20.6875rem;left:1.875rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v5MIZyU2cQb8u7imCDuLrUuTc7pT3Jvl { width:13.875rem;height:1.29980625rem;top:6.25rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IcggXBRrHqTt7inwyDABVB4UGZEnmFOy { width:15.0625rem;height:5.19921875rem;top:8.125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqd1bxZSkAXJxrhJLGt8C1c4Rr41NSMu { width:3.75rem;height:3.75rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpbekpvFTcfqLFeULQJax4cM2p9Zqdgi { display:flex;width:1.875rem;height:1.875rem;top:17.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #sOf0yzFR9N8eEE87vRufIrBLp96uKOQv { width:15.0625rem;height:5.19921875rem;top:18.125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3ROt4JmHTVVnVhrgpyePTTVDlurLvt { width:15rem;height:1.29980625rem;top:16.25rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PKIqTd8wSXxkihf0eOK8N0ciF8tfEy1o { width:15rem;height:5.19921875rem;top:29.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU0K4T3761B06MT0XlmIMoOKJcUtGlUh { width:15.0625rem;height:2.5996125rem;top:26.25rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NliNRhWSu5OsyLN09QsWepmpfInWEhEk { width:3.75rem;height:3.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS753U2UzP6PWxTfvEBcn0iy5zxPRE3q { display:flex;width:1.875rem;height:1.875rem;top:27.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #mHGQEcpxdPEBwz01SkbDvgiL47NNl8nL { width:0.0625rem;height:4.375rem;top:10.5625rem;left:1.875rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L { display:block; }#uAOTRnhOQMKfwMeUf45a1D2J9BZpPC2L > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXNtoFpafhmcZ8hGfdOhwMFEFynIl98T { width:20rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3J0X3TTUIayTh1bQUCB2bzX3FnlFkL7 { width:20rem;height:3.8994125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHpTyu2K89fKkx5KsD1aB51UEJarG2J4 { width:20rem;height:2.6rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTNRqJOPLL0RHbChiQ7q0KdzXkhwnZN { width:20rem;height:7.7988125rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x80TZ2PeO29sidJPzcavTbaISCqmT4H5 { width:20rem;height:7.7988125rem;top:31.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiH1B5gNpTqNCccrynmLqazo0tR3Uv1 { width:20rem;height:2.6rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOJxSPVhFgQ5xBQgswVCctUcahsuAAWP { width:20rem;height:7.7988125rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJn42EHwiFTesTs7oaPohg0FTmXy7cTV { width:20rem;height:2.76171875rem;top:43.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAxHuVg8pQOOBy3GMe9fBXx5FVZrozed { width:20rem;height:6.499rem;top:93.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZW6iz3oeTdTAr8tgxC4WZ2pMDCHnh9V { width:20rem;height:2.76171875rem;top:90.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGREvIZIXwAkXbLDvH4WdwP9CT9toJXo { width:20rem;height:7.7988125rem;top:76.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwM8qEa8HiNTuW37T6XEM4JIBRgZbLd { width:20rem;height:2.76171875rem;top:73.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5g55ufOP2rV3Clk2nwluiBonbdws9RA { width:20rem;height:6.499rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4v2R3Cf9u6vaDWAByTS0ocQKrCQc0O { width:20rem;height:2.76171875rem;top:58.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpMyTi9NZXvSsmziwzMZcWUxBm3fMIW { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsbTG1v6w2fyTZNR8E1UwERp6mVLz85R { width:20rem;height:0.0625rem;top:88.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUosXREHsy7llbUQ7elRi3vwR8RDXnKF { width:20rem;height:0.0625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPwU9PawVxExMcg6oXTP9nXPITDvn5Bw { width:20rem;height:0.0625rem;top:102.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOOA8Bq7lRSCsJUTQdbQMGWVNZGPUwd6 { width:0.0625rem;height:37.5rem;top:89.8735625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpfAhz0OWLFNf2HP79F9JGubpJTgaS6P { width:20rem;height:0.0625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOB4qLi8y673DQFzDJeudHawoJIou5F { width:20rem;height:0.0625rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzC1IHT2A5nSa2ARTPggfvv0sEXy5uA { width:20rem;height:0.0625rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFngDefHen878p0oZw7pNndQDVntwCU4 { width:20rem;height:0.0625rem;top:132.5610625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV { display:block; }#Lm2aJTIQpgcwOascVcLR4DSUBZtau6mV > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUl3WZVpkKFfOTVnLgRcg3ANABDSFh6k { width:20rem;height:27.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7RJU3VbA4K83tLqhgtxPOvf0fOfO8mF { width:17.5rem;height:5.60449375rem;top:5rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kKRW6DTn61AvWXX9RKSrc1LmmQ9XfnMm { width:17.5625rem;height:9.098625rem;top:11.52685546875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQ79q1N9aJtoSJiTzE3wXXAqi9q3skar { width:17.5rem;height:2.5rem;top:22.5rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hZ40aHwmTxr81dqoIg943X5d01GzqiiR { display:block; }
 }@media only screen and (max-width: 763px) { #ePC4Gt8vVuvRSFVlAzWDmlp6BA0mIMmk { width:17.5rem;height:1.3rem;top:25.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p5NxaPeALol4yaqJNgSf8PcTgREBdCIM { background-color:#f5f5f5;background-image:none;display:block; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container { background-color: transparent; background-image: none; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container > .video-iframe-container { display: none; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row > .video-iframe-container { display: none; }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .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); }#p5NxaPeALol4yaqJNgSf8PcTgREBdCIM > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAMWcy2AbyElMOlfKFoO0e95Juf1X0vL { width:20rem;height:1.13720625rem;top:21.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bTHg1xecABgoQKioWz0HuiCZQ4OAKK4r { width:5.125rem;height:0.9625rem;top:23.0625rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #FEPZlUercnbTKQbixXJqRqK9W0I2rw0I { width:6.5rem;height:0.9625rem;top:23.0625rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #u7BDtmyirAaDzxUmDJ2XgW1kWhTb90Oh { width:5rem;height:0.9625rem;top:23.0625rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GliK2ptc1Nv9Z42Tp4REpHh7p0liRE7L { width:9rem;height:3.25rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Twz9N0Kult9Pg4T3c9II63NWh22QZSK6 { width:20rem;height:4.4619125rem;top:6.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #MPNw6Pzah5Sg9qkSdH7wNTy1TcgiANfb { width:3.8125rem;height:2.25rem;top:25.2749rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6Dikgnrb2vczvonPKeoPfIS1u8JcdZ { width:9rem;height:7.4365rem;top:12.2744140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container { background-color: transparent; background-image: none; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container > .video-iframe-container { display: none; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row > .video-iframe-container { display: none; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .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); }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container { border-width: 0; border-radius: 0; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXMVQDHNZC9uCTPoSPmPwB5f42JTU1Tz > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2ukrpQVsWGQhJKyAG09TmJ4r7s6oEzX { width:17.5rem;height:3.75rem;top:1.25rem;left:1.25rem;color:#ffffff;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #FPwsRO4vJVWkbekFstyIumi4egnCmb2x { display:block; }
 }