.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:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: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); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { 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; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { background-color: transparent; background-image: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .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); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { border-width: 0; border-radius: 0; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.adaptive-delivery-prevent-bg, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyload, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyloading { background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { background-color: transparent; background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .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); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { border-width: 0; border-radius: 0; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2b750d2-0d56-4bed-8048-90bbe249d462/Embassylife.jpg");background-position:center !important;background-repeat:no-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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:15.1230625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.125rem;left:29.25rem;height:2.76269375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, #000000);background-image: -moz-linear-gradient(180deg, #4d4d4d, #000000);background-image: -ms-linear-gradient(180deg, #4d4d4d, #000000);background-image: -o-linear-gradient(180deg, #4d4d4d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4d4d4d, #000000);background-size:auto !important;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.370125rem;height:3.12305rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.123779296875rem;left:27.313232421875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuQB7NzA30HDdZd79rlFbhCoLuB0TFrM { 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:9.5rem;width:10.0625rem;top:5.936279296875rem;left:32.467041015625rem;overflow:hidden;display:block; }
#AhEVIGDqSJ7KsNVBFz3pzkoMOvds0Rgk { color:#ffffff;display:block;width:26.74925rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.07275390625rem;left:24.124755859375rem;height:3.0878875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hgya3eUpuqxNWdN1ecEqn45eo4nMEpti { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.8125rem;left:25.6875rem;height:1.46195rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#E8vhMPLfCtGxcyXcoyeOkPmCzQTr3cph { box-sizing:content-box;height:3.5rem;width:25.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:24.875rem;display:block; }
#E9HMa0Hzed1iUdSeSFxrLACmDInKiAGC { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.75rem;left:42.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { border-width: 0; border-radius: 0; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::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; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { box-sizing:content-box;height:43.3125rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.1875rem;left:39.375rem;display:none; }
#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { box-sizing:content-box;height:18.875rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf9e3dbd-9735-45df-b371-8014c15bda39/14.crop_1022x463_0,440.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:40.75rem;display:none; }#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.adaptive-delivery-prevent-bg, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyload, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyloading { background-image: none; }
#rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.5625rem;left:50.9375rem;height:2.92358125rem;text-align:center;text-align-last:center;display:none; }
#DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { position:absolute;display:block;z-index:15018;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:16.6875rem;width:11.4375rem;top:82.625rem;left:41.875rem;overflow:hidden;display:none; }
#M1V55aWzBGoWsSU40f9944FTLIv0rBPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.9;letter-spacing:0;top:84.5rem;left:57.0625rem;height:8.5498rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:84.5rem;left:61rem;height:8.5498rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { color:#000000;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8749980926514rem;left:20.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4cQQIFG7lLZuMLi4m3t5CcPd7yfxZ5v { box-sizing:content-box;height:21.62475rem;width:31.12425rem;position:absolute;display:block;z-index:15324;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9b205eeb-f8c7-4991-a708-b1876e4c8f8a/Embassylife18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:6.125rem;display:block; }#a4cQQIFG7lLZuMLi4m3t5CcPd7yfxZ5v.adaptive-delivery-prevent-bg, #a4cQQIFG7lLZuMLi4m3t5CcPd7yfxZ5v.lazyload, #a4cQQIFG7lLZuMLi4m3t5CcPd7yfxZ5v.lazyloading { background-image: none; }
#Av3gUlINZic8iEWZI09DeNPbBewUkKqb { box-sizing:content-box;height:21.6235625rem;width:31.1230625rem;position:absolute;display:block;z-index:15325;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/15146e78-6f33-48d0-8cac-ddcc71984edd/Embassylife19.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:37.75rem;display:block; }#Av3gUlINZic8iEWZI09DeNPbBewUkKqb.adaptive-delivery-prevent-bg, #Av3gUlINZic8iEWZI09DeNPbBewUkKqb.lazyload, #Av3gUlINZic8iEWZI09DeNPbBewUkKqb.lazyloading { background-image: none; }
#nTwlNNJ6kSsqxzZdThv4HNLMRTFqkGB8 { box-sizing:content-box;height:12.9375rem;width:20.625rem;position:absolute;display:block;z-index:15329;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2559dfcf-ec7f-4818-afd2-e620bb9c054f/Embassylife22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.435302734375rem;left:48.201171875rem;display:block; }#nTwlNNJ6kSsqxzZdThv4HNLMRTFqkGB8.adaptive-delivery-prevent-bg, #nTwlNNJ6kSsqxzZdThv4HNLMRTFqkGB8.lazyload, #nTwlNNJ6kSsqxzZdThv4HNLMRTFqkGB8.lazyloading { background-image: none; }
#emP76MnDhq4JFTkPCspA8BkbqDNWXmuV { box-sizing:content-box;height:12.937rem;width:20.625rem;position:absolute;display:block;z-index:15330;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d39f6041-1f5c-4fe2-bb14-35be18687f2b/Embassylife20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.435302734375rem;left:27.1875rem;display:block; }#emP76MnDhq4JFTkPCspA8BkbqDNWXmuV.adaptive-delivery-prevent-bg, #emP76MnDhq4JFTkPCspA8BkbqDNWXmuV.lazyload, #emP76MnDhq4JFTkPCspA8BkbqDNWXmuV.lazyloading { background-image: none; }
#h4sikKiOTs9qQE893Hmx8BZ8WKW6N43v { box-sizing:content-box;height:12.9358125rem;width:20.625rem;position:absolute;display:block;z-index:15331;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b9cc1924-9987-4751-ad1b-a0224dd83876/Embassylife21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.435302734375rem;left:6.124267578125rem;display:block; }#h4sikKiOTs9qQE893Hmx8BZ8WKW6N43v.adaptive-delivery-prevent-bg, #h4sikKiOTs9qQE893Hmx8BZ8WKW6N43v.lazyload, #h4sikKiOTs9qQE893Hmx8BZ8WKW6N43v.lazyloading { background-image: none; }
#Tk7VwbrgTDLgeOHFTS93TeCTNaT64zXm { box-sizing:content-box;height:6.8125rem;width:62.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:47.4140625rem;left:6.1552734375rem;display:block; }
#IWAnuZCC5u1MBTVvnKVHfZhG7lMOFzAn { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15193;line-height:1.3;letter-spacing:0;top:48.400033950806rem;left:8.2162637710569rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NophmXDrGJT653fPDyF3Iln57Itd9A7B { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:51.4375rem;left:8.6875rem; }
#GszGq7wm6E5gcJno2kml55RdxJXBw3XR { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:51.6875rem;left:11.375rem;height:1.38093125rem;display:block; }
#ZVKe47oT0T1iiOrMmI0FHqHPdmo5wZvM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:51.436767578125rem;left:16.873779296875rem; }
#Rp3NzvmQHgyzmfDXPP1DFlU7t8LHDp6s { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:51.436767578125rem;left:24.499755859375rem; }
#V8iTva4wmuOtb35bGqbdW1MAUAkefFBn { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:51.639404296875rem;left:19.124755859375rem;height:1.38093125rem;display:block; }
#ufzorBquQThXg7kOIU5THDgJVVizhWMW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:51.69677734375rem;left:26.687255859375rem;height:1.38093125rem;text-align:left;text-align-last:left;display:block; }
#gB2g0lnrFho8vsiuu0X26x2GVb1NAsOO { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:51.64453125rem;left:45.125rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#JitDSZr0MAdasIh5d7fKOneu0L7kDEoT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15192;line-height:1.3;letter-spacing:0;top:51.399742126465rem;left:52.083332061767rem;height:1.95023125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pD2hdMUkW65JM1vh3ModlvNvm2xO7TP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:51.680908203125rem;left:60.18505859375rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#aAa08Ub9VXfSlVsMw13Jy7zQN0c4m26r { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15332;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.699655532837rem;left:7.8125019073488rem;display:block; }
#XL44LT2gJgsUMdvSRZKn1h8vH3HmeVg9 { box-sizing:content-box;height:6.8125rem;width:62.4375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:56.0380859375rem;left:6.154296875rem;display:block; }
#ErgxhhuvL4zghr7sgCtkVQTs1pWDaZV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:60.02392578125rem;left:52.0830078125rem;height:1.95023125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tz4pOpzw1zdtxQJXlAgUBcqoiKgOCFcB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15203;line-height:1.3;letter-spacing:0;top:60.30517578125rem;left:60.18505859375rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#d3wOGmyDmsS39nG62R6QsdaLa5MaGqib { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:60.2685546875rem;left:45.4365234375rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#zQKzp0aVTSKOeS7gy4ucgwy0KT9N7OM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:60.3212890625rem;left:26.68701171875rem;height:1.38093125rem;text-align:left;text-align-last:left;display:block; }
#CcctXaqsT1aRGH3mwxzKGfJTFkbqJ5KR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:60.060546875rem;left:24.49853515625rem; }
#IC9IRViW5fA8xM71FhtaglOUG02gTsiH { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:60.26416015625rem;left:19.12451171875rem;height:1.38093125rem;display:block; }
#iT7NRkun9kx5ISmpQ1OyOz9a7eGqvGuM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:60.060546875rem;left:16.873046875rem; }
#D2TXGlLEcXQvxsoBZ3WsqRoRexHCnDfi { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:60.31103515625rem;left:11.37353515625rem;height:1.38093125rem;display:block; }
#xLp2v4ZTdneZiAzmZCQqT1aQ4vvtxBU1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15190;opacity:1;top:60.060546875rem;left:8.685546875rem; }
#qK6aS8vIdXUqwy7DAEq1RzHTMFzLHzzZ { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15344;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.32373046875rem;left:7.8125rem;display:block; }
#rFO616UJuT9rEwTJ7IFNsp9Xl4ig6mtU { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:57.02392578125rem;left:8.21533203125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sINNQmmZ4LczDiCy4icyIq20b7b9ivHG { box-sizing:content-box;height:6.8115rem;width:62.4375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:64.44580078125rem;left:6.1875rem;display:block; }
#SWUJGeOnTommAVphCQt3OEZCTiLaFvEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15215;line-height:1.3;letter-spacing:0;top:68.86767578125rem;left:60.18505859375rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#SDCXrLvMHac9l71xScTrHm0IzOhvDfrV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15216;line-height:1.3;letter-spacing:0;top:68.58642578125rem;left:52.0830078125rem;height:1.95023125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uzEao1CTNAyVd63174xam6C4G2WwxU71 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:68.8310546875rem;left:45.3115234375rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#RvXVr8XkfLNGNgeM7eFhNpHZ3Vitwcrh { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15356;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.88623046875rem;left:7.8125rem;display:block; }
#aGTquOyiWtSELBnwUqwWI2ZWCmotu2il { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15193;line-height:1.3;letter-spacing:0;top:68.8837890625rem;left:26.68701171875rem;height:1.38093125rem;text-align:left;text-align-last:left;display:block; }
#X7txaMXrKp3bL0Dm8k7W6hnELgzVipwH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:68.623046875rem;left:24.49853515625rem; }
#x3pI0IWP4GP9JIJwx4QN6PUWkbQQD61i { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:68.82666015625rem;left:19.12451171875rem;height:1.38093125rem;display:block; }
#gq8cqWTmKlMbOW4BXAkekGNbwzgfDcqf { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15217;line-height:1.3;letter-spacing:0;top:65.58642578125rem;left:8.21533203125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GflzPgSSVTVbP366eWTdwio65daL8hXE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:68.623046875rem;left:16.873046875rem; }
#Bh0hVMgrTDgsJ99yLgQmveFhoB4qcStd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:68.87353515625rem;left:11.37353515625rem;height:1.38093125rem;display:block; }
#KsROrEQcDkCJks8prtSE4TCeyQpDmXLm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:68.623046875rem;left:8.685546875rem; }
#EOn6th8oL9GkhC2QeWrKqRKgcnTTltzE { box-sizing:content-box;height:6.8100625rem;width:62.4375rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:73.14453125rem;left:6.3085956573488rem;display:block; }
#iE9Bf4tIH8Ggnnh2ToKE0ggDqJ3dTdTM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:77.5546875rem;left:60.18505859375rem;height:1.4622375rem;text-align:right;text-align-last:right;display:block; }
#wfxpCI9oDsit8prbrpLzr4COQR6T33Zt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15228;line-height:1.3;letter-spacing:0;top:77.2734375rem;left:52.0830078125rem;height:1.95023125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hXlOAoRPTNu1UOgcfoTvItxtt5i2k00d { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15226;line-height:1.3;letter-spacing:0;top:77.51806640625rem;left:45.1865234375rem;height:1.46195rem;text-align:right;text-align-last:right;display:block; }
#eNskWZmMRy6VEEmBwumqTMvVeN1AIrBe { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:77.57080078125rem;left:26.68701171875rem;height:1.38093125rem;text-align:left;text-align-last:left;display:block; }
#J9qGTeHLxUvH5cWPWi93RAmbOfdmKGPx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:77.31005859375rem;left:24.49853515625rem; }
#DZWqvMD5bJJIXuq0lAhKwB37TZA0w6IF { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15203;line-height:1.3;letter-spacing:0;top:77.513671875rem;left:19.1240234375rem;height:1.38093125rem;display:block; }
#d87sBAqKFz5bZTveKasyGI92x50MuP2b { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:77.31005859375rem;left:16.87255859375rem; }
#nIQl0Q6b9mv6Hi9S3Mx9Ca97dzQF8GCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:77.560546875rem;left:11.37353515625rem;height:1.38093125rem;display:block; }
#LnRGv8ZdKORGJTNHW6esmCT3JadqNmfL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:77.31005859375rem;left:8.685546875rem; }
#pR92TiMkmiWOZsOQrmKv8o6Cqpqyp0PR { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15368;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.5732421875rem;left:7.8125rem;display:block; }
#gbX9GhnJ9dXoChZy7sMTUyZtw5MMolZp { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15229;line-height:1.3;letter-spacing:0;top:74.2734375rem;left:8.21533203125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mUJzJpiQ4NfDo2K3ph057OknfuTSORHt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#kphFtI8hebtnl9wEcApL2Wdg6MHRGFtv { box-sizing:content-box;height:6.8125rem;width:62.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:47.4140625rem;left:6.1552734375rem;display:none; }
#PT9NqVE70lp8llOtC8WLefghwfuiZy1H { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15193;line-height:1.3;letter-spacing:0;top:48.400033950806rem;left:8.2162637710569rem;height:2.1937125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pJWL0wpwuxBOZxHubwod5DtkxznWtEEO { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15332;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.699655532837rem;left:7.8125019073488rem;display:none; }
#p6ZcqX29iNGdpIrtVcloxFwHMTexildS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:51.4375rem;left:8.6875rem;display:none; }
#ozE2EJFpSTRrIBrIW1mAsVU4RxONZAb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:51.6875rem;left:11.375rem;height:1.3808625rem;display:none; }
#tNCZfc39v0nWBQ8iDuhVqVrUlLN3Ops4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:51.436767578125rem;left:16.873779296875rem;display:none; }
#pOrX2WzWQzlhfcdEfgEqeT5MH4CRSNO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:51.639404296875rem;left:19.124755859375rem;height:1.3808625rem;display:none; }
#kv6Z8Oty6aK3WWwmcgsL24vCzTocJ3JE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:51.436767578125rem;left:24.499755859375rem;display:none; }
#SmRdT3vvbXNeH5h9Tr3Xo1odtH67rD3g { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:51.69677734375rem;left:26.687255859375rem;height:1.3808625rem;text-align:left;text-align-last:left;display:none; }
#vswTWuCqpKycsNqCOMHJpwC7PLL2Lxdy { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:51.64453125rem;left:46.375003814698rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#dhPbK7bMh4l0FSL8wCPpnBsgiQCGlTia { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15192;line-height:1.3;letter-spacing:0;top:51.399742126465rem;left:52.083332061767rem;height:1.9487875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#o9Sqy13fJt4Z6wQTN1s3Aa2Qr1h9iONm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:51.680908203125rem;left:60.18505859375rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#S4fM8TBiGUQUzhPsTzHa57L8wRJ2TvlX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OXCVHOAZqdye5vizMGHCBqeUkeEp8NsK { box-sizing:content-box;height:6.8125rem;width:62.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:47.4140625rem;left:6.1552734375rem;display:none; }
#wmvKddhEvCrsmnVMSaAKNnNhXnE3sakh { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15193;line-height:1.3;letter-spacing:0;top:48.400033950806rem;left:8.2162637710569rem;height:2.1937125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ueq0s1B8U3N36yds2amymaQQ0UX4LSkC { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15332;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.699655532837rem;left:7.8125019073488rem;display:none; }
#tNa2OMrDmFlG7XJMHtSAk1i0ueuBkKe2 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:51.4375rem;left:8.6875rem;display:none; }
#XTz65IkhXs1wXqR2Grx9kwFbsip6UCsT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:51.6875rem;left:11.375rem;height:1.3808625rem;display:none; }
#g9XM2QTEf0g4ypr00tN60NmuQKAZHfD0 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:51.436767578125rem;left:16.873779296875rem;display:none; }
#V6bcSm18nVCmQ0ADrd9n3GySGNBLySpM { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:51.639404296875rem;left:19.124755859375rem;height:1.3808625rem;display:none; }
#e6EFtxTVmPWZPkwZQtO5HO1QCIbELJP2 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:51.436767578125rem;left:24.499755859375rem;display:none; }
#NdW1ImAMJQ6bf2cSwRs6oCp0IEc2JRlp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:51.69677734375rem;left:26.687255859375rem;height:1.3808625rem;text-align:left;text-align-last:left;display:none; }
#oTkhA48rDTFfy59S4WKnNQ7Ta89bIrqH { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:51.64453125rem;left:46.375003814698rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#zgxPg0bch6B34zCnoAoThKQewy9FTc4T { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15192;line-height:1.3;letter-spacing:0;top:51.399742126465rem;left:52.083332061767rem;height:1.9487875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Rvu6z5TgW3IWG4n2S2KdZ7u2zNGBfeV0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:51.680908203125rem;left:60.18505859375rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#TXxuTqeAduqzE7AwOGvC8B5Hf0pGf63u { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#no30XwVUNGASqrxbT05TmAtvEOssWs4E { box-sizing:content-box;height:6.8125rem;width:62.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:47.4140625rem;left:6.1552734375rem;display:none; }
#frENPu2smgttvwgQsaReONCQ3BPTytQ2 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15193;line-height:1.3;letter-spacing:0;top:48.400033950806rem;left:8.2162637710569rem;height:2.1937125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UJvQ6OaJZoBhcTQWdJUn8UUvtaxrhFsA { box-sizing:content-box;height:0.125rem;width:59.375rem;position:absolute;display:block;z-index:15332;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.699655532837rem;left:7.8125019073488rem;display:none; }
#H8XEThOz9ZamFZNdZoiLC7kFiT4wDsQU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:51.4375rem;left:8.6875rem;display:none; }
#Vwu7ACrKC6anzmm2qwq0pdEAPPPJVyf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:51.6875rem;left:11.375rem;height:1.3808625rem;display:none; }
#NBi7QXzhS1X8pASu0LcUxUyJnn6IUwz8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:51.436767578125rem;left:16.873779296875rem;display:none; }
#rnLrii3B859U1SOmDWpN22E2qgPceVUt { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:51.639404296875rem;left:19.124755859375rem;height:1.3808625rem;display:none; }
#nHDRKi22OGTknic0zqgfWFsRQW6rkuEe { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:51.436767578125rem;left:24.499755859375rem;display:none; }
#yUGXboReOS84ks5kBQudc1PWyIaWVm3D { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:51.69677734375rem;left:26.687255859375rem;height:1.3808625rem;text-align:left;text-align-last:left;display:none; }
#zHWcRk0VoemViCOLGkhy29N7wnwNxFsA { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:51.64453125rem;left:46.375003814698rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#x2xyLbB6MNGwQXAtD2NtZ47VAQUNLmW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15192;line-height:1.3;letter-spacing:0;top:51.399742126465rem;left:52.083332061767rem;height:1.9487875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#p0mK5WmSlTka81tbl8gFu2T19Sqg6yyf { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:51.680908203125rem;left:60.18505859375rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#l81PHn1k4UnMBP9ShPoAQ74kNLhawFGB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae709a43-4e00-49e1-8923-7b8a8fc983fe/BG.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .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); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { border-width: 0; border-radius: 0; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::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; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:3.625rem;left:0rem;height:2.0629875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNDUSxTCBzK983iTTFEFp3baUCJbT00N { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15146;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/89993526-b938-4473-970d-b7e1cf6fb2db/Embassylife04.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:9.125rem;left:0rem;display:block; }#JNDUSxTCBzK983iTTFEFp3baUCJbT00N.adaptive-delivery-prevent-bg, #JNDUSxTCBzK983iTTFEFp3baUCJbT00N.lazyload, #JNDUSxTCBzK983iTTFEFp3baUCJbT00N.lazyloading { background-image: none; }
#IzISJq9nVIwrK2etQ8q2wpe0vzDkphxT { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8df00b7e-dbf3-45e0-afaf-1fb8c0c38294/Embassylife07.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:9.125rem;left:18.890625rem;display:block; }#IzISJq9nVIwrK2etQ8q2wpe0vzDkphxT.adaptive-delivery-prevent-bg, #IzISJq9nVIwrK2etQ8q2wpe0vzDkphxT.lazyload, #IzISJq9nVIwrK2etQ8q2wpe0vzDkphxT.lazyloading { background-image: none; }
#GVitCh6UCEFtPkfMnwKHPCzzbamn9eZh { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/66c12da4-ac5d-42b2-a2e0-4db68bc763f0/Embassylife13.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:9.125rem;left:41.093753814698rem;display:block; }#GVitCh6UCEFtPkfMnwKHPCzzbamn9eZh.adaptive-delivery-prevent-bg, #GVitCh6UCEFtPkfMnwKHPCzzbamn9eZh.lazyload, #GVitCh6UCEFtPkfMnwKHPCzzbamn9eZh.lazyloading { background-image: none; }
#xA8L6bOk7wAqPI88LF0b4ToTV2KvaMLv { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c9faa262-6383-4ebd-8ec5-763def08707d/Embassylife14.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:9.125rem;left:58.515625rem;display:block; }#xA8L6bOk7wAqPI88LF0b4ToTV2KvaMLv.adaptive-delivery-prevent-bg, #xA8L6bOk7wAqPI88LF0b4ToTV2KvaMLv.lazyload, #xA8L6bOk7wAqPI88LF0b4ToTV2KvaMLv.lazyloading { background-image: none; }
#ecIOqp65TZfOW5GD4KZmLITymBZ4TaHk { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15152;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/55501e04-99b9-4c10-baa1-dc733c33f117/Embassylife12.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:16rem;left:41.093753814698rem;display:block; }#ecIOqp65TZfOW5GD4KZmLITymBZ4TaHk.adaptive-delivery-prevent-bg, #ecIOqp65TZfOW5GD4KZmLITymBZ4TaHk.lazyload, #ecIOqp65TZfOW5GD4KZmLITymBZ4TaHk.lazyloading { background-image: none; }
#QIi1l9J7H9hiZxdKbcqLJ42ZVeTroiv8 { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15153;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9902960f-1ac6-4ce1-b585-2e36bbdb4714/Embassylife.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:16rem;left:58.515625rem;display:block; }#QIi1l9J7H9hiZxdKbcqLJ42ZVeTroiv8.adaptive-delivery-prevent-bg, #QIi1l9J7H9hiZxdKbcqLJ42ZVeTroiv8.lazyload, #QIi1l9J7H9hiZxdKbcqLJ42ZVeTroiv8.lazyloading { background-image: none; }
#kTBkvky7kyO7scxdIT6b2mQPaS1THime { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15151;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e3040ba1-e97c-44af-ad64-2bcdbc09da6d/Embassylife08.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:16rem;left:18.890625rem;display:block; }#kTBkvky7kyO7scxdIT6b2mQPaS1THime.adaptive-delivery-prevent-bg, #kTBkvky7kyO7scxdIT6b2mQPaS1THime.lazyload, #kTBkvky7kyO7scxdIT6b2mQPaS1THime.lazyloading { background-image: none; }
#vT3axGQe9WPO5sWcorCiZ2SZ0UBoRoNp { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/efcae594-db1a-4e56-bb69-4c88cf985eb6/Embassylife05.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:16rem;left:0rem;display:block; }#vT3axGQe9WPO5sWcorCiZ2SZ0UBoRoNp.adaptive-delivery-prevent-bg, #vT3axGQe9WPO5sWcorCiZ2SZ0UBoRoNp.lazyload, #vT3axGQe9WPO5sWcorCiZ2SZ0UBoRoNp.lazyloading { background-image: none; }
#p6MDhqVZkbOM8N3zEVEXZixaR5CUVJZa { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15156;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/52122ed0-51f8-456f-9989-dbbc8083c76a/Embassylife10.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:23.625rem;left:41.093753814698rem;display:block; }#p6MDhqVZkbOM8N3zEVEXZixaR5CUVJZa.adaptive-delivery-prevent-bg, #p6MDhqVZkbOM8N3zEVEXZixaR5CUVJZa.lazyload, #p6MDhqVZkbOM8N3zEVEXZixaR5CUVJZa.lazyloading { background-image: none; }
#ltPAsShxFmo17v0ePfr2r7axC0lEfQ4I { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15157;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c8802b99-be92-401f-af88-221819e46420/Embassylife11.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:23.625rem;left:58.515625rem;display:block; }#ltPAsShxFmo17v0ePfr2r7axC0lEfQ4I.adaptive-delivery-prevent-bg, #ltPAsShxFmo17v0ePfr2r7axC0lEfQ4I.lazyload, #ltPAsShxFmo17v0ePfr2r7axC0lEfQ4I.lazyloading { background-image: none; }
#BvTUsVzETpTrkqmiKkgUwAFVAsEz8NVJ { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15155;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6be27429-07ce-41cc-9828-2881b6baab02/Embassylife09.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:23.625rem;left:18.890625rem;display:block; }#BvTUsVzETpTrkqmiKkgUwAFVAsEz8NVJ.adaptive-delivery-prevent-bg, #BvTUsVzETpTrkqmiKkgUwAFVAsEz8NVJ.lazyload, #BvTUsVzETpTrkqmiKkgUwAFVAsEz8NVJ.lazyloading { background-image: none; }
#yOV7OeA3PvIlTnSI4kkTrgk7EBxGkPqs { box-sizing:content-box;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15154;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5394482e-7b0d-46b3-a5e1-aced2db2a75d/Embassylife06.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:23.625rem;left:0rem;display:block; }#yOV7OeA3PvIlTnSI4kkTrgk7EBxGkPqs.adaptive-delivery-prevent-bg, #yOV7OeA3PvIlTnSI4kkTrgk7EBxGkPqs.lazyload, #yOV7OeA3PvIlTnSI4kkTrgk7EBxGkPqs.lazyloading { background-image: none; }
#Ra0QWm6TQ3mbC5CB82SkAG5aHXELA0Ot { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:2.3;letter-spacing:0;top:9.1236991882325rem;left:4.6223945617676rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6p82aT5hhHhbDFGHTHbLCJqT2O83GwM { color:#ffffff;display:block;width:8.18725rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:2.3;letter-spacing:0;top:10.342449188233rem;left:4.62109375rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9kEDTHqAMeLMnpeoAZmbvoFoomWL46D { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:2.3;letter-spacing:0;top:17.4375rem;left:4.625rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGLrrTyliFB3MXc3GKit7DFUMKMcoQhW { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:2.3;letter-spacing:0;top:16rem;left:4.625rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pEOMxq697HrzAfKlucRhvmEEF7PqF2Ra { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:2.3;letter-spacing:0;top:24.998699188233rem;left:4.6236991882324rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRCbwsDKROTWrqgbpI84J8QTGcT7vpoe { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:2.3;letter-spacing:0;top:23.561199188233rem;left:4.6236991882324rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXnBy1QSkVylkPFkF8MoGJ1ddCDfxTZP { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:2.3;letter-spacing:0;top:9.1236991882325rem;left:23.55859375rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UelKWIJhR0nXZAtC2Tih9hyUclTlg3r5 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:2.3;letter-spacing:0;top:10.342449188233rem;left:23.55859375rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V76kz0bIDTunoOKqWIZ7ULRkNm4xDOeB { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:17.8125rem;left:23.5625rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNmWpmcSuTAuahQ8blSoqFRT86FhtZ6l { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:2.3;letter-spacing:0;top:15.8125rem;left:23.5625rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IUHMg1nF5PMl3kmwknO9XHKFc6B1lbQP { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15021;line-height:2.3;letter-spacing:0;top:24.998699188233rem;left:23.561199188233rem;height:2.8747125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JuboAKyDhna1J93UfDqn7qDABygVhVPn { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15020;line-height:2.3;letter-spacing:0;top:23.561199188233rem;left:23.561199188233rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oKxM1t50b6pyi7f0yhxoioNqMvVtJ0be { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:2.3;letter-spacing:0;top:9.1224060058594rem;left:45.932292938233rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RbQZ9Z7151nwqQfGRT0n5HAwMTO8Kc8r { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:2.3;letter-spacing:0;top:10.341156005859rem;left:45.932292938233rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXPdNg3XIRPICoz9OQTsSK7QL8CIhuEJ { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:2.3;letter-spacing:0;top:15.99870300293rem;left:45.937503814698rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XI8weVFpyRoBmez70N7toQ2BJfWS2Seo { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:2.3;letter-spacing:0;top:17.43620300293rem;left:45.937503814698rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7nlKc4Ctaac3UELTaZHm3dt2TkkS66v { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:2.3;letter-spacing:0;top:23.559906005859rem;left:45.934894561767rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9Pp24szb06IPxX22NqZFxUVELQ7HTSK { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:2.3;letter-spacing:0;top:24.997406005859rem;left:45.934894561767rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qd8EGcuMTkDeqHe69tlDH4alvcZyqrrb { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15020;line-height:2.3;letter-spacing:0;top:9.1224060058594rem;left:63.125rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l4Fpwufouu2Q3DZwpRzzIBRKqoa1Sx7Q { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:2.3;letter-spacing:0;top:10.341156005859rem;left:63.125rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H87kN4VO04W1vFGhi0R5lvlm7E7Tn1o6 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:2.3;letter-spacing:0;top:15.99870300293rem;left:63.1875rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpUFK2iGVfVcAKz3xU20lDg7CuVbAv3T { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:2.3;letter-spacing:0;top:17.43620300293rem;left:63.1875rem;height:2.58680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThPnp5157nBpr8kJ2aRMMyvKGh5V08Au { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:2.3;letter-spacing:0;top:23.559906005859rem;left:63.125rem;height:2.2989rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BIz4rpLSXSccSFAniXVnVPgHKTUBhVgF { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:2.3;letter-spacing:0;top:24.997406005859rem;left:63rem;height:5.1736125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/326e8cb3-61bd-43d0-a2c9-3f0a97f8a8aa/Embassylife.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, #000000);background-image: -moz-linear-gradient(180deg, #4d4d4d, #000000);background-image: -ms-linear-gradient(180deg, #4d4d4d, #000000);background-image: -o-linear-gradient(180deg, #4d4d4d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4d4d4d, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5622100830078rem;left:47.936923503876rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5622100830078rem;left:47.936923503876rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.95023125rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a744f;background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { border-width: 0; border-radius: 0; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { color:#c09653;display:block;width:5.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.1875rem;left:60.0625rem;height:1.29980625rem;display:none; }
#gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:6.875rem;left:64.875rem;height:1.94921875rem;font-style:normal;display:none; }
#LHBWAImbLI3qICNLE7WWnopyky0m6RKs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:8.8125rem;left:66rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { color:#1e2120;display:block;width:31.496125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.87109375rem;left:21.7509765625rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { box-sizing:content-box;height:15.125rem;width:23.25rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0b4331d-575a-451a-8e32-e9ebce221e47/Embassylife26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.200950622559rem;left:1.25rem;display:block; }#TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.adaptive-delivery-prevent-bg, #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.lazyload, #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.lazyloading { background-image: none; }
#c1sikszq8BHoL3oNGEvyB8qQUmJeiMfc { box-sizing:content-box;height:15.125rem;width:23.25rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6b00ec00-b605-4698-95a4-01867b4983a8/Embassylife27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.200950622559rem;left:25.874568939209rem;display:block; }#c1sikszq8BHoL3oNGEvyB8qQUmJeiMfc.adaptive-delivery-prevent-bg, #c1sikszq8BHoL3oNGEvyB8qQUmJeiMfc.lazyload, #c1sikszq8BHoL3oNGEvyB8qQUmJeiMfc.lazyloading { background-image: none; }
#sNAXpx4JDdyi85fyrHLPES4phJXLk7VI { box-sizing:content-box;height:15.125rem;width:23.25rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9a38a90c-f035-46a2-bfef-cb8861d75dd5/Embassylife28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.200950622559rem;left:50.562065124512rem;display:block; }#sNAXpx4JDdyi85fyrHLPES4phJXLk7VI.adaptive-delivery-prevent-bg, #sNAXpx4JDdyi85fyrHLPES4phJXLk7VI.lazyload, #sNAXpx4JDdyi85fyrHLPES4phJXLk7VI.lazyloading { background-image: none; }
#ryJIX38ZEo9TSO3tZ2qk1gbKTSN6hdUF { box-sizing:content-box;height:15.125rem;width:23.25rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7a8dd42a-8933-497c-b790-3597826f183c/Embassylife23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.574873208999rem;left:1.25rem;display:block; }#ryJIX38ZEo9TSO3tZ2qk1gbKTSN6hdUF.adaptive-delivery-prevent-bg, #ryJIX38ZEo9TSO3tZ2qk1gbKTSN6hdUF.lazyload, #ryJIX38ZEo9TSO3tZ2qk1gbKTSN6hdUF.lazyloading { background-image: none; }
#wWu7ca7Lmq14AH7U5yCOH03OlzcKOLJG { box-sizing:content-box;height:15.125rem;width:23.25rem;position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/89c55809-b05b-4ff3-886b-350f499827dc/Embassylife24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.574873208999rem;left:25.874568939209rem;display:block; }#wWu7ca7Lmq14AH7U5yCOH03OlzcKOLJG.adaptive-delivery-prevent-bg, #wWu7ca7Lmq14AH7U5yCOH03OlzcKOLJG.lazyload, #wWu7ca7Lmq14AH7U5yCOH03OlzcKOLJG.lazyloading { background-image: none; }
#D7nh8uIyDThiqLvg0TztuyerGhcAlhiu { box-sizing:content-box;height:15.125rem;width:23.25rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d2be3255-d8ad-4a96-b98c-1eb0b974278d/Embassylife25.jpg");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:11.574873208999rem;left:50.560981750488rem;display:block; }#D7nh8uIyDThiqLvg0TztuyerGhcAlhiu.adaptive-delivery-prevent-bg, #D7nh8uIyDThiqLvg0TztuyerGhcAlhiu.lazyload, #D7nh8uIyDThiqLvg0TztuyerGhcAlhiu.lazyloading { background-image: none; }
#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP { 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; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container { background-color: transparent; background-image: none; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container > .video-iframe-container { display: none; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row > .video-iframe-container { display: block; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .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); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container { border-width: 0; border-radius: 0; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#TGhGzRREnebyPvxKDd2spr6sWfMcep2r { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;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.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:37.5rem;width:75rem;top:9.4973850250244rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#1e2120;display:block;width:18.247625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:28.37548828125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkFdL9CyGGIGzHo20qDHd3cfNDilHTS6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, #000000);background-image: -moz-linear-gradient(180deg, #4d4d4d, #000000);background-image: -ms-linear-gradient(180deg, #4d4d4d, #000000);background-image: -o-linear-gradient(180deg, #4d4d4d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4d4d4d, #000000);background-size:auto !important;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3698125rem;height:3.12239375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.104167938233rem;left:27.313802719116rem;display:block; }
#tXwGyZTXKRrAbhORM3WWDhAnCUpuXvpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJVuZ0N04csaQUegHpEPequRLIMBW2hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/023c2167-55f5-4509-8f22-511ec0dd2113/2864.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .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); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { border-width: 0; border-radius: 0; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::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; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#s3uU1glT3beET59mQruzVPeay9XkFAH8 { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:3.75rem;left:16.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { box-sizing:content-box;height:26.5625rem;width:74.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:13.125rem;left:0rem;display:block; }
#H5EVWBHn2T3u849tXzi4poyytHwa5raq { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.92448125rem;display:block; }
#ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.09375rem;height:1.95023125rem;font-style:normal;display:block; }
#irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29931875rem;display:block; }
#tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:7.8125rem;left:16.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:3.09375rem;height:6.597225rem;display:block; }
#ITbkCweB1vC8AFODqGFI80v5BnbOJyST { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.47468125rem;display:block; }
#AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.47468125rem;display:block; }
#lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:2.2;letter-spacing:0;top:27.1875rem;left:19.65625rem;height:6.597225rem;display:block; }
#R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.47468125rem;display:block; }
#KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:37.46875rem;height:6.597225rem;display:block; }
#mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;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:26.625rem;left:3.125rem;display:block; }
#xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.5625rem;left:61.0849609375rem; }
#veO96uXwGJIbwyuT9xBdauguzoMeLt3I { position:absolute;display:block;z-index:15041;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:10.8125rem;width:13.125rem;top:28.875rem;left:61.085054580479rem;overflow:hidden;display:block; }
#TgoZ25h73xasn72pVfmOpCGfCor3hk3A { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:none; }
#E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:41.6875rem;left:0rem;height:2.97598125rem;display:block; }
#ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;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:26.625rem;left:3.125rem;display:none; }
#vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#ZgJJgCPPvZyoL6QbyWhx0Ts0CotMgfHd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, #000000);background-image: -moz-linear-gradient(180deg, #4d4d4d, #000000);background-image: -ms-linear-gradient(180deg, #4d4d4d, #000000);background-image: -o-linear-gradient(180deg, #4d4d4d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4d4d4d, #000000);background-size:auto !important;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3698125rem;height:3.12239375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.333333969116rem;left:29.126302719116rem;display:block; }
#TmTSQfBXTfFIqtfU5GLnLwifq1GMBPc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { 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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:22.125rem;left:15.625rem;width:15.0625rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.0625rem;top:28.0625rem;left:13.688232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #QuQB7NzA30HDdZd79rlFbhCoLuB0TFrM { top:5.875rem;left:18.842041015625rem;width:10.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEVIGDqSJ7KsNVBFz3pzkoMOvds0Rgk { top:17.0625rem;left:10.499755859375rem;width:26.6875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgya3eUpuqxNWdN1ecEqn45eo4nMEpti { top:22.8125rem;left:12.0625rem;width:5.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8vhMPLfCtGxcyXcoyeOkPmCzQTr3cph { top:21.6875rem;left:11.25rem;width:25.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9HMa0Hzed1iUdSeSFxrLACmDInKiAGC { top:22.75rem;left:28.875rem;width:6.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { top:58.1875rem;left:12.125rem;width:35.625rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { top:63.75rem;left:14.8125rem;width:32.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { top:59.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { top:82.625rem;left:28.25rem;width:11.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { top:84.5rem;left:43.4375rem;width:1.875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { top:84.5rem;left:35rem;width:12.75rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { top:3.8125rem;left:7.1875rem;width:33.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4cQQIFG7lLZuMLi4m3t5CcPd7yfxZ5v { top:10.1875rem;left:0rem;width:31.0625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av3gUlINZic8iEWZI09DeNPbBewUkKqb { top:10.1875rem;left:16.6875rem;width:31.0625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwlNNJ6kSsqxzZdThv4HNLMRTFqkGB8 { top:32.375rem;left:27.125rem;width:20.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emP76MnDhq4JFTkPCspA8BkbqDNWXmuV { top:32.375rem;left:13.5625rem;width:20.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4sikKiOTs9qQE893Hmx8BZ8WKW6N43v { top:32.375rem;left:0rem;width:20.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7VwbrgTDLgeOHFTS93TeCTNaT64zXm { top:47.375rem;left:0rem;width:47.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWAnuZCC5u1MBTVvnKVHfZhG7lMOFzAn { top:48.375rem;left:0rem;width:12.1875rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NophmXDrGJT653fPDyF3Iln57Itd9A7B { top:51.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GszGq7wm6E5gcJno2kml55RdxJXBw3XR { top:51.6875rem;left:0rem;width:3.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKe47oT0T1iiOrMmI0FHqHPdmo5wZvM { top:51.375rem;left:3.248779296875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3NzvmQHgyzmfDXPP1DFlU7t8LHDp6s { top:51.375rem;left:10.874755859375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8iTva4wmuOtb35bGqbdW1MAUAkefFBn { top:51.625rem;left:5.499755859375rem;width:4rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufzorBquQThXg7kOIU5THDgJVVizhWMW { top:51.6875rem;left:13.0615234375rem;width:6.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB2g0lnrFho8vsiuu0X26x2GVb1NAsOO { top:51.625rem;left:31.5rem;width:6.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JitDSZr0MAdasIh5d7fKOneu0L7kDEoT { top:51.375rem;left:38.4580078125rem;width:7.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2hdMUkW65JM1vh3ModlvNvm2xO7TP7 { top:51.625rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAa08Ub9VXfSlVsMw13Jy7zQN0c4m26r { top:50.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL44LT2gJgsUMdvSRZKn1h8vH3HmeVg9 { top:56rem;left:0rem;width:47.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErgxhhuvL4zghr7sgCtkVQTs1pWDaZV2 { top:60rem;left:38.4580078125rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4pOpzw1zdtxQJXlAgUBcqoiKgOCFcB { top:60.25rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3wOGmyDmsS39nG62R6QsdaLa5MaGqib { top:60.25rem;left:31.8115234375rem;width:6.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQKzp0aVTSKOeS7gy4ucgwy0KT9N7OM1 { top:60.3125rem;left:13.0615234375rem;width:6.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcctXaqsT1aRGH3mwxzKGfJTFkbqJ5KR { top:60rem;left:10.87353515625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC9IRViW5fA8xM71FhtaglOUG02gTsiH { top:60.25rem;left:5.49951171875rem;width:3.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7NRkun9kx5ISmpQ1OyOz9a7eGqvGuM { top:60rem;left:3.248046875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2TXGlLEcXQvxsoBZ3WsqRoRexHCnDfi { top:60.25rem;left:0rem;width:3.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLp2v4ZTdneZiAzmZCQqT1aQ4vvtxBU1 { top:60rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK6aS8vIdXUqwy7DAEq1RzHTMFzLHzzZ { top:59.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFO616UJuT9rEwTJ7IFNsp9Xl4ig6mtU { top:57rem;left:0rem;width:12.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINNQmmZ4LczDiCy4icyIq20b7b9ivHG { top:64.4375rem;left:0rem;width:47.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWUJGeOnTommAVphCQt3OEZCTiLaFvEJ { top:68.8125rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDCXrLvMHac9l71xScTrHm0IzOhvDfrV { top:68.5625rem;left:38.4580078125rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzEao1CTNAyVd63174xam6C4G2WwxU71 { top:68.8125rem;left:31.6865234375rem;width:6.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvXVr8XkfLNGNgeM7eFhNpHZ3Vitwcrh { top:67.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTquOyiWtSELBnwUqwWI2ZWCmotu2il { top:68.875rem;left:13.0615234375rem;width:6.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7txaMXrKp3bL0Dm8k7W6hnELgzVipwH { top:68.5625rem;left:10.87353515625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3pI0IWP4GP9JIJwx4QN6PUWkbQQD61i { top:68.8125rem;left:5.4990234375rem;width:4rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq8cqWTmKlMbOW4BXAkekGNbwzgfDcqf { top:65.5625rem;left:0rem;width:12.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GflzPgSSVTVbP366eWTdwio65daL8hXE { top:68.5625rem;left:3.248046875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0hVMgrTDgsJ99yLgQmveFhoB4qcStd { top:68.8125rem;left:0rem;width:4.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsROrEQcDkCJks8prtSE4TCeyQpDmXLm { top:68.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOn6th8oL9GkhC2QeWrKqRKgcnTTltzE { top:73.125rem;left:0rem;width:47.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE9Bf4tIH8Ggnnh2ToKE0ggDqJ3dTdTM { top:77.5rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfxpCI9oDsit8prbrpLzr4COQR6T33Zt { top:77.25rem;left:38.4580078125rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXlOAoRPTNu1UOgcfoTvItxtt5i2k00d { top:77.5rem;left:31.5615234375rem;width:6.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNskWZmMRy6VEEmBwumqTMvVeN1AIrBe { top:77.5625rem;left:13.0615234375rem;width:6.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9qGTeHLxUvH5cWPWi93RAmbOfdmKGPx { top:77.25rem;left:10.87353515625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWqvMD5bJJIXuq0lAhKwB37TZA0w6IF { top:77.5rem;left:5.4990234375rem;width:4rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87sBAqKFz5bZTveKasyGI92x50MuP2b { top:77.25rem;left:3.24755859375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQl0Q6b9mv6Hi9S3Mx9Ca97dzQF8GCJ { top:77.5rem;left:0rem;width:4.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnRGv8ZdKORGJTNHW6esmCT3JadqNmfL { top:77.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR92TiMkmiWOZsOQrmKv8o6Cqpqyp0PR { top:76.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbX9GhnJ9dXoChZy7sMTUyZtw5MMolZp { top:74.25rem;left:0rem;width:12.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJzJpiQ4NfDo2K3ph057OknfuTSORHt { display:none; }
 }@media only screen and (max-width: 763px) { #kphFtI8hebtnl9wEcApL2Wdg6MHRGFtv { top:47.375rem;left:0rem;width:47.625rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT9NqVE70lp8llOtC8WLefghwfuiZy1H { top:27.5625rem;left:0rem;width:7.0625rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJWL0wpwuxBOZxHubwod5DtkxznWtEEO { top:50.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6ZcqX29iNGdpIrtVcloxFwHMTexildS { top:51.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozE2EJFpSTRrIBrIW1mAsVU4RxONZAb7 { top:51.625rem;left:0rem;width:3.25rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNCZfc39v0nWBQ8iDuhVqVrUlLN3Ops4 { top:51.375rem;left:3.248779296875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOrX2WzWQzlhfcdEfgEqeT5MH4CRSNO4 { top:51.625rem;left:5.499755859375rem;width:4rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kv6Z8Oty6aK3WWwmcgsL24vCzTocJ3JE { top:51.375rem;left:10.874755859375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmRdT3vvbXNeH5h9Tr3Xo1odtH67rD3g { top:51.6875rem;left:13.062255859375rem;width:6.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vswTWuCqpKycsNqCOMHJpwC7PLL2Lxdy { top:51.625rem;left:32.750003814698rem;width:6.5625rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhPbK7bMh4l0FSL8wCPpnBsgiQCGlTia { top:32.5rem;left:0rem;width:7.875rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9Sqy13fJt4Z6wQTN1s3Aa2Qr1h9iONm { top:32.8125rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4fM8TBiGUQUzhPsTzHa57L8wRJ2TvlX { display:none; }
 }@media only screen and (max-width: 763px) { #OXCVHOAZqdye5vizMGHCBqeUkeEp8NsK { top:47.375rem;left:0rem;width:47.625rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmvKddhEvCrsmnVMSaAKNnNhXnE3sakh { top:35.0625rem;left:0rem;width:7.0625rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueq0s1B8U3N36yds2amymaQQ0UX4LSkC { top:50.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNa2OMrDmFlG7XJMHtSAk1i0ueuBkKe2 { top:51.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTz65IkhXs1wXqR2Grx9kwFbsip6UCsT { top:51.625rem;left:0rem;width:3.25rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9XM2QTEf0g4ypr00tN60NmuQKAZHfD0 { top:51.375rem;left:3.248779296875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6bcSm18nVCmQ0ADrd9n3GySGNBLySpM { top:51.625rem;left:5.499755859375rem;width:4rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6EFtxTVmPWZPkwZQtO5HO1QCIbELJP2 { top:51.375rem;left:10.874755859375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdW1ImAMJQ6bf2cSwRs6oCp0IEc2JRlp { top:51.6875rem;left:13.062255859375rem;width:6.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTkhA48rDTFfy59S4WKnNQ7Ta89bIrqH { top:51.625rem;left:32.750003814698rem;width:6.5625rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgxPg0bch6B34zCnoAoThKQewy9FTc4T { top:40.25rem;left:0rem;width:7.875rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvu6z5TgW3IWG4n2S2KdZ7u2zNGBfeV0 { top:40.5625rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXxuTqeAduqzE7AwOGvC8B5Hf0pGf63u { display:none; }
 }@media only screen and (max-width: 763px) { #no30XwVUNGASqrxbT05TmAtvEOssWs4E { top:47.375rem;left:0rem;width:47.625rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #frENPu2smgttvwgQsaReONCQ3BPTytQ2 { top:42.5625rem;left:0rem;width:7.0625rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJvQ6OaJZoBhcTQWdJUn8UUvtaxrhFsA { top:50.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8XEThOz9ZamFZNdZoiLC7kFiT4wDsQU { top:51.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vwu7ACrKC6anzmm2qwq0pdEAPPPJVyf5 { top:51.625rem;left:0rem;width:3.25rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBi7QXzhS1X8pASu0LcUxUyJnn6IUwz8 { top:51.375rem;left:3.248779296875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnLrii3B859U1SOmDWpN22E2qgPceVUt { top:51.625rem;left:5.499755859375rem;width:4rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHDRKi22OGTknic0zqgfWFsRQW6rkuEe { top:51.375rem;left:10.874755859375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUGXboReOS84ks5kBQudc1PWyIaWVm3D { top:51.6875rem;left:13.062255859375rem;width:6.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHWcRk0VoemViCOLGkhy29N7wnwNxFsA { top:51.625rem;left:32.750003814698rem;width:6.5625rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2xyLbB6MNGwQXAtD2NtZ47VAQUNLmW5 { top:48rem;left:0rem;width:7.875rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0mK5WmSlTka81tbl8gFu2T19Sqg6yyf { top:48.3125rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l81PHn1k4UnMBP9ShPoAQ74kNLhawFGB { display:none; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { top:3.625rem;left:0rem;width:21.0625rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNDUSxTCBzK983iTTFEFp3baUCJbT00N { top:9.125rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzISJq9nVIwrK2etQ8q2wpe0vzDkphxT { top:9.125rem;left:5.265625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVitCh6UCEFtPkfMnwKHPCzzbamn9eZh { top:9.125rem;left:27.468753814698rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA8L6bOk7wAqPI88LF0b4ToTV2KvaMLv { top:9.125rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecIOqp65TZfOW5GD4KZmLITymBZ4TaHk { top:16rem;left:27.468753814698rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIi1l9J7H9hiZxdKbcqLJ42ZVeTroiv8 { top:16rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBkvky7kyO7scxdIT6b2mQPaS1THime { top:16rem;left:5.265625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3axGQe9WPO5sWcorCiZ2SZ0UBoRoNp { top:16rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6MDhqVZkbOM8N3zEVEXZixaR5CUVJZa { top:23.625rem;left:27.468753814698rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltPAsShxFmo17v0ePfr2r7axC0lEfQ4I { top:23.625rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvTUsVzETpTrkqmiKkgUwAFVAsEz8NVJ { top:23.625rem;left:5.265625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOV7OeA3PvIlTnSI4kkTrgk7EBxGkPqs { top:23.625rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra0QWm6TQ3mbC5CB82SkAG5aHXELA0Ot { top:9.0625rem;left:0rem;width:8.1875rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6p82aT5hhHhbDFGHTHbLCJqT2O83GwM { top:10.3125rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kEDTHqAMeLMnpeoAZmbvoFoomWL46D { top:17.4375rem;left:0rem;width:11.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGLrrTyliFB3MXc3GKit7DFUMKMcoQhW { top:16rem;left:0rem;width:14.0625rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEOMxq697HrzAfKlucRhvmEEF7PqF2Ra { top:24.9375rem;left:0rem;width:11.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRCbwsDKROTWrqgbpI84J8QTGcT7vpoe { top:23.5rem;left:0rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnBy1QSkVylkPFkF8MoGJ1ddCDfxTZP { top:9.0625rem;left:9.93359375rem;width:8.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelKWIJhR0nXZAtC2Tih9hyUclTlg3r5 { top:10.3125rem;left:9.93359375rem;width:16.3125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76kz0bIDTunoOKqWIZ7ULRkNm4xDOeB { top:17.8125rem;left:9.9375rem;width:17.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmWpmcSuTAuahQ8blSoqFRT86FhtZ6l { top:15.8125rem;left:9.9375rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHMg1nF5PMl3kmwknO9XHKFc6B1lbQP { top:24.9375rem;left:9.9361991882325rem;width:12.8125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuboAKyDhna1J93UfDqn7qDABygVhVPn { top:23.5rem;left:9.9361991882325rem;width:14.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKxM1t50b6pyi7f0yhxoioNqMvVtJ0be { top:9.0625rem;left:32.307292938233rem;width:8.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQZ9Z7151nwqQfGRT0n5HAwMTO8Kc8r { top:10.3125rem;left:31.4375rem;width:16.3125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXPdNg3XIRPICoz9OQTsSK7QL8CIhuEJ { top:15.9375rem;left:32.312503814698rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI8weVFpyRoBmez70N7toQ2BJfWS2Seo { top:17.375rem;left:32.312503814698rem;width:11.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7nlKc4Ctaac3UELTaZHm3dt2TkkS66v { top:23.5rem;left:32.309894561767rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Pp24szb06IPxX22NqZFxUVELQ7HTSK { top:24.9375rem;left:32.309894561767rem;width:11.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd8EGcuMTkDeqHe69tlDH4alvcZyqrrb { top:9.0625rem;left:39.625rem;width:8.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4Fpwufouu2Q3DZwpRzzIBRKqoa1Sx7Q { top:10.3125rem;left:38.3125rem;width:9.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87kN4VO04W1vFGhi0R5lvlm7E7Tn1o6 { top:15.9375rem;left:35.9375rem;width:11.8125rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpUFK2iGVfVcAKz3xU20lDg7CuVbAv3T { top:17.375rem;left:36.3125rem;width:11.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPnp5157nBpr8kJ2aRMMyvKGh5V08Au { top:23.5rem;left:37.5rem;width:10.25rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIz4rpLSXSccSFAniXVnVPgHKTUBhVgF { top:24.9375rem;left:36.8125rem;width:10.9375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { top:7.1875rem;left:42rem;width:5.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { top:6.875rem;left:39rem;width:8.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { top:8.8125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { top:3.8125rem;left:8.125rem;width:31.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { top:28.1875rem;left:0rem;width:23.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1sikszq8BHoL3oNGEvyB8qQUmJeiMfc { top:28.1875rem;left:12.249568939209rem;width:23.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNAXpx4JDdyi85fyrHLPES4phJXLk7VI { top:28.1875rem;left:24.5rem;width:23.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryJIX38ZEo9TSO3tZ2qk1gbKTSN6hdUF { top:11.5625rem;left:0rem;width:23.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWu7ca7Lmq14AH7U5yCOH03OlzcKOLJG { top:11.5625rem;left:12.249568939209rem;width:23.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nh8uIyDThiqLvg0TztuyerGhcAlhiu { top:11.5625rem;left:24.5625rem;width:23.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP { display:block; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGhGzRREnebyPvxKDd2spr6sWfMcep2r { display:none; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:9.4375rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4rem;left:14.75048828125rem;width:18.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFdL9CyGGIGzHo20qDHd3cfNDilHTS6 { width:20.3125rem;height:3.0625rem;top:49.0625rem;left:13.688802719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXwGyZTXKRrAbhORM3WWDhAnCUpuXvpf { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgJJgCPPvZyoL6QbyWhx0Ts0CotMgfHd { width:20.3125rem;height:3.0625rem;top:47.3125rem;left:15.501302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTSQfBXTfFIqtfU5GLnLwifq1GMBPc7 { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.6246433258056rem;width:30.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2b750d2-0d56-4bed-8048-90bbe249d462/Embassylife.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:11.875rem;height:2.0317375rem;top:20.6875rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:24.249133110046rem;left:2.5000000596046rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #QuQB7NzA30HDdZd79rlFbhCoLuB0TFrM { width:4.25rem;height:4rem;top:2.5195384025574rem;left:7.874348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEVIGDqSJ7KsNVBFz3pzkoMOvds0Rgk { width:19.874125rem;height:2.2734375rem;top:8.045790195465rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgya3eUpuqxNWdN1ecEqn45eo4nMEpti { width:5.125rem;height:1.21875rem;top:21.125rem;left:0.5625rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8vhMPLfCtGxcyXcoyeOkPmCzQTr3cph { width:20rem;height:2.9375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9HMa0Hzed1iUdSeSFxrLACmDInKiAGC { width:6.3125rem;height:1.21875rem;top:21.0625rem;left:13.4375rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { width:20rem;height:25.75rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { width:18.625rem;height:11.125rem;top:34.599609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { width:12.5rem;height:1.46218125rem;top:32.474609375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { width:7.0625rem;height:10.3125rem;top:45.724609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { width:1.875rem;height:5.699575rem;top:46.662109375rem;left:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { width:6.625rem;height:5.699575rem;top:46.662109375rem;left:12.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { width:19.9980625rem;height:2.5996125rem;top:2.6123046875rem;left:0.001220703125rem;font-size:2rem;font-weight:400;font-style:normal;color:#303f4f;display:block; }
 }@media only screen and (max-width: 763px) { #a4cQQIFG7lLZuMLi4m3t5CcPd7yfxZ5v { width:9.9375rem;height:6.75rem;top:7.275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av3gUlINZic8iEWZI09DeNPbBewUkKqb { width:9.875rem;height:6.6875rem;top:7.3062502741812rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwlNNJ6kSsqxzZdThv4HNLMRTFqkGB8 { width:6.625rem;height:4.375rem;top:14.275001049042rem;left:13.462258633294rem;display:block; }
 }@media only screen and (max-width: 763px) { #emP76MnDhq4JFTkPCspA8BkbqDNWXmuV { width:6.5rem;height:4.375rem;top:14.275390625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4sikKiOTs9qQE893Hmx8BZ8WKW6N43v { width:6.625rem;height:4.375rem;top:14.275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7VwbrgTDLgeOHFTS93TeCTNaT64zXm { width:19.875rem;height:7rem;top:19.81201171875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #IWAnuZCC5u1MBTVvnKVHfZhG7lMOFzAn { width:7.0625rem;height:2.0317375rem;top:20.12451171875rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #NophmXDrGJT653fPDyF3Iln57Itd9A7B { display:flex;width:1.5625rem;height:1.5625rem;top:22.5rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GszGq7wm6E5gcJno2kml55RdxJXBw3XR { width:3.25rem;height:1.21875rem;top:22.771268129349rem;left:2.3415799736977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKe47oT0T1iiOrMmI0FHqHPdmo5wZvM { display:flex;width:1.25rem;height:1.25rem;top:22.649147570133rem;left:6.591264128685rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Rp3NzvmQHgyzmfDXPP1DFlU7t8LHDp6s { display:flex;width:1.4375rem;height:1.4375rem;top:22.492897570133rem;left:12.186611533165rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #V8iTva4wmuOtb35bGqbdW1MAUAkefFBn { width:4rem;height:1.21875rem;top:22.771268129349rem;left:7.999132454395rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufzorBquQThXg7kOIU5THDgJVVizhWMW { width:5.49913125rem;height:1.21875rem;top:22.771268129349rem;left:14.022353470326rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gB2g0lnrFho8vsiuu0X26x2GVb1NAsOO { width:4.8125rem;height:1.21875rem;top:25.06787109375rem;left:1.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JitDSZr0MAdasIh5d7fKOneu0L7kDEoT { width:7.9375rem;height:1.62435rem;top:24.779296875rem;left:5.30615234375rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15369;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pD2hdMUkW65JM1vh3ModlvNvm2xO7TP7 { width:6.9375rem;height:1.21875rem;top:25.067138671875rem;left:11.341796875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15370;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aAa08Ub9VXfSlVsMw13Jy7zQN0c4m26r { width:20rem;height:0.125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL44LT2gJgsUMdvSRZKn1h8vH3HmeVg9 { width:19.875rem;height:6.75rem;top:40.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErgxhhuvL4zghr7sgCtkVQTs1pWDaZV2 { width:7.9375rem;height:0;top:202.67968771912rem;left:12.0625rem;font-size:1.5rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Tz4pOpzw1zdtxQJXlAgUBcqoiKgOCFcB { width:6.9375rem;height:0;top:202.96093771912rem;left:13.0625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #d3wOGmyDmsS39nG62R6QsdaLa5MaGqib { width:6.5625rem;height:0;top:202.92447875rem;left:13.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;color:#0d9b6f;display:none; }
 }@media only screen and (max-width: 763px) { #zQKzp0aVTSKOeS7gy4ucgwy0KT9N7OM1 { width:6.25rem;height:0;top:202.97656271912rem;left:13.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CcctXaqsT1aRGH3mwxzKGfJTFkbqJ5KR { display:flex;width:1.5625rem;height:1.5625rem;top:202.71614573456rem;left:16.684894561767rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IC9IRViW5fA8xM71FhtaglOUG02gTsiH { width:3.9375rem;height:0;top:202.91927073456rem;left:11.311199188233rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iT7NRkun9kx5ISmpQ1OyOz9a7eGqvGuM { display:flex;width:1.5625rem;height:1.5625rem;top:202.71614573456rem;left:9.0598945617675rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2TXGlLEcXQvxsoBZ3WsqRoRexHCnDfi { width:3.25rem;height:0;top:202.96614573456rem;left:3.5598945617676rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xLp2v4ZTdneZiAzmZCQqT1aQ4vvtxBU1 { display:flex;width:1.5625rem;height:1.5625rem;top:202.71614573456rem;left:0.87239456176756rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qK6aS8vIdXUqwy7DAEq1RzHTMFzLHzzZ { width:20rem;height:0.0625rem;top:44rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFO616UJuT9rEwTJ7IFNsp9Xl4ig6mtU { width:12.1875rem;height:0;top:199.67968771912rem;left:0.40234375rem;font-size:1.6875rem;text-align:left;text-align-last:left;z-index:15289;color:#3d549d;display:none; }
 }@media only screen and (max-width: 763px) { #sINNQmmZ4LczDiCy4icyIq20b7b9ivHG { width:19.875rem;height:6.75rem;top:48.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWUJGeOnTommAVphCQt3OEZCTiLaFvEJ { width:6.9375rem;height:0;top:211.28255125rem;left:13.0625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SDCXrLvMHac9l71xScTrHm0IzOhvDfrV { width:7.9375rem;height:0;top:211.00130125rem;left:12.0625rem;font-size:1.5rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #uzEao1CTNAyVd63174xam6C4G2WwxU71 { width:6.5625rem;height:0;top:211.24609275772rem;left:13.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;color:#0d9b6f;display:none; }
 }@media only screen and (max-width: 763px) { #RvXVr8XkfLNGNgeM7eFhNpHZ3Vitwcrh { width:20rem;height:0.0625rem;top:52.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGTquOyiWtSELBnwUqwWI2ZWCmotu2il { width:6.25rem;height:0;top:211.29817625rem;left:13.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #X7txaMXrKp3bL0Dm8k7W6hnELgzVipwH { display:flex;width:1.5625rem;height:1.5625rem;top:211.03775926544rem;left:16.684894561767rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3pI0IWP4GP9JIJwx4QN6PUWkbQQD61i { width:3.9375rem;height:0;top:211.24088426544rem;left:11.311199188233rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gq8cqWTmKlMbOW4BXAkekGNbwzgfDcqf { width:12.1875rem;height:0;top:208.00130125rem;left:0.40234375rem;font-size:1.6875rem;text-align:left;text-align-last:left;z-index:15289;color:#3d549d;display:none; }
 }@media only screen and (max-width: 763px) { #GflzPgSSVTVbP366eWTdwio65daL8hXE { display:flex;width:1.5625rem;height:1.5625rem;top:211.03775926544rem;left:9.0598945617675rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh0hVMgrTDgsJ99yLgQmveFhoB4qcStd { width:4.125rem;height:0;top:211.28775926544rem;left:3.5598945617676rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KsROrEQcDkCJks8prtSE4TCeyQpDmXLm { display:flex;width:1.5625rem;height:1.5625rem;top:211.03775926544rem;left:0.87239456176756rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOn6th8oL9GkhC2QeWrKqRKgcnTTltzE { width:19.875rem;height:6.75rem;top:57rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iE9Bf4tIH8Ggnnh2ToKE0ggDqJ3dTdTM { width:6.9375rem;height:0;top:219.43749875rem;left:13.0625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #wfxpCI9oDsit8prbrpLzr4COQR6T33Zt { width:7.9375rem;height:0;top:219.15624875rem;left:12.0625rem;font-size:1.5rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hXlOAoRPTNu1UOgcfoTvItxtt5i2k00d { width:6.5625rem;height:0;top:219.39973849228rem;left:13.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;color:#0d9b6f;display:none; }
 }@media only screen and (max-width: 763px) { #eNskWZmMRy6VEEmBwumqTMvVeN1AIrBe { width:6.25rem;height:0;top:219.45312375rem;left:13.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #J9qGTeHLxUvH5cWPWi93RAmbOfdmKGPx { display:flex;width:1.5625rem;height:1.5625rem;top:219.19270724228rem;left:16.684894561767rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZWqvMD5bJJIXuq0lAhKwB37TZA0w6IF { width:3.9375rem;height:0;top:219.39583224228rem;left:11.311199188233rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d87sBAqKFz5bZTveKasyGI92x50MuP2b { display:flex;width:1.5625rem;height:1.5625rem;top:219.19270724228rem;left:9.0598945617675rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIQl0Q6b9mv6Hi9S3Mx9Ca97dzQF8GCJ { width:4.125rem;height:0;top:219.44270724228rem;left:3.5598945617676rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LnRGv8ZdKORGJTNHW6esmCT3JadqNmfL { display:flex;width:1.5625rem;height:1.5625rem;top:219.19270724228rem;left:0.87239456176756rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pR92TiMkmiWOZsOQrmKv8o6Cqpqyp0PR { width:20rem;height:0.0625rem;top:60.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbX9GhnJ9dXoChZy7sMTUyZtw5MMolZp { width:12.1875rem;height:0;top:216.15624875rem;left:0.40234375rem;font-size:1.6875rem;text-align:left;text-align-last:left;z-index:15289;color:#3d549d;display:none; }
 }@media only screen and (max-width: 763px) { #mUJzJpiQ4NfDo2K3ph057OknfuTSORHt { top:24.563152313233rem;left:0.28125rem;width:19.43725rem;height:2.124025rem;z-index:14998;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kphFtI8hebtnl9wEcApL2Wdg6MHRGFtv { width:19.875rem;height:7rem;top:27.561849594116rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PT9NqVE70lp8llOtC8WLefghwfuiZy1H { width:9.1875rem;height:2.0317375rem;top:27.874349594116rem;left:0.43684899806976rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15302;color:#000000;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #pJWL0wpwuxBOZxHubwod5DtkxznWtEEO { width:20rem;height:0.125rem;top:29.873699188233rem;left:0rem;z-index:15345;display:block; }
 }@media only screen and (max-width: 763px) { #p6ZcqX29iNGdpIrtVcloxFwHMTexildS { display:flex;width:1.5625rem;height:1.5625rem;top:30.250000953674rem;left:0.56119799613953rem;font-size:0.875rem;z-index:15191; }
 }@media only screen and (max-width: 763px) { #ozE2EJFpSTRrIBrIW1mAsVU4RxONZAb7 { width:3.25rem;height:1.21875rem;top:30.520833969116rem;left:2.3411459922791rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #tNCZfc39v0nWBQ8iDuhVqVrUlLN3Ops4 { display:flex;width:1.25rem;height:1.25rem;top:30.398438453674rem;left:6.5904951095581rem;font-size:0.875rem;z-index:15192; }
 }@media only screen and (max-width: 763px) { #pOrX2WzWQzlhfcdEfgEqeT5MH4CRSNO4 { width:4rem;height:1.21875rem;top:30.520833969116rem;left:7.998046875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15180;display:block; }
 }@media only screen and (max-width: 763px) { #kv6Z8Oty6aK3WWwmcgsL24vCzTocJ3JE { display:flex;width:1.4375rem;height:1.4375rem;top:30.242188453674rem;left:12.186198234558rem;font-size:1rem;z-index:15193; }
 }@media only screen and (max-width: 763px) { #SmRdT3vvbXNeH5h9Tr3Xo1odtH67rD3g { width:5.49913125rem;height:1.21875rem;top:30.520833969116rem;left:14.022135734558rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #vswTWuCqpKycsNqCOMHJpwC7PLL2Lxdy { width:4.4375rem;height:1.21875rem;top:32.818359375rem;left:1.2490234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #dhPbK7bMh4l0FSL8wCPpnBsgiQCGlTia { width:7.9375rem;height:1.62435rem;top:32.5283203125rem;left:4.8671875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15382;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o9Sqy13fJt4Z6wQTN1s3Aa2Qr1h9iONm { width:6.9375rem;height:1.21875rem;top:32.817058563233rem;left:11.341796875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15383;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S4fM8TBiGUQUzhPsTzHa57L8wRJ2TvlX { top:32.313152313233rem;left:0.28125rem;width:19.43725rem;height:2.124025rem;z-index:15011;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OXCVHOAZqdye5vizMGHCBqeUkeEp8NsK { width:19.875rem;height:7rem;top:35.311849594116rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #wmvKddhEvCrsmnVMSaAKNnNhXnE3sakh { width:9.5rem;height:2.0317375rem;top:35.624349594116rem;left:0.43684899806976rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15315;color:#000000;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #ueq0s1B8U3N36yds2amymaQQ0UX4LSkC { width:20rem;height:0.125rem;top:37.623699188233rem;left:0rem;z-index:15358;display:block; }
 }@media only screen and (max-width: 763px) { #tNa2OMrDmFlG7XJMHtSAk1i0ueuBkKe2 { display:flex;width:1.5625rem;height:1.5625rem;top:38.000000953674rem;left:0.56119799613953rem;font-size:0.875rem;z-index:15204; }
 }@media only screen and (max-width: 763px) { #XTz65IkhXs1wXqR2Grx9kwFbsip6UCsT { width:3.25rem;height:1.21875rem;top:38.270833969116rem;left:2.3411459922791rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15192;display:block; }
 }@media only screen and (max-width: 763px) { #g9XM2QTEf0g4ypr00tN60NmuQKAZHfD0 { display:flex;width:1.25rem;height:1.25rem;top:38.148438453674rem;left:6.5904951095581rem;font-size:0.875rem;z-index:15205; }
 }@media only screen and (max-width: 763px) { #V6bcSm18nVCmQ0ADrd9n3GySGNBLySpM { width:4rem;height:1.21875rem;top:38.270833969116rem;left:7.998046875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15193;display:block; }
 }@media only screen and (max-width: 763px) { #e6EFtxTVmPWZPkwZQtO5HO1QCIbELJP2 { display:flex;width:1.4375rem;height:1.4375rem;top:37.992188453674rem;left:12.186198234558rem;font-size:1rem;z-index:15206; }
 }@media only screen and (max-width: 763px) { #NdW1ImAMJQ6bf2cSwRs6oCp0IEc2JRlp { width:5.49913125rem;height:1.21875rem;top:38.270833969116rem;left:14.022135734558rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #oTkhA48rDTFfy59S4WKnNQ7Ta89bIrqH { width:4.8125rem;height:1.21875rem;top:40.5673828125rem;left:0.8115234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #zgxPg0bch6B34zCnoAoThKQewy9FTc4T { width:7.9375rem;height:1.62435rem;top:40.27880859375rem;left:4.6171875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15395;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rvu6z5TgW3IWG4n2S2KdZ7u2zNGBfeV0 { width:6.9375rem;height:1.21875rem;top:40.567058563233rem;left:11.341796875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15396;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TXxuTqeAduqzE7AwOGvC8B5Hf0pGf63u { top:40.063152313233rem;left:0.28125rem;width:19.43725rem;height:2.124025rem;z-index:15024;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #no30XwVUNGASqrxbT05TmAtvEOssWs4E { width:19.875rem;height:7rem;top:43.061848878861rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #frENPu2smgttvwgQsaReONCQ3BPTytQ2 { width:9.25rem;height:2.0317375rem;top:43.374348938465rem;left:0.43684899806976rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15328;color:#000000;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #UJvQ6OaJZoBhcTQWdJUn8UUvtaxrhFsA { width:20rem;height:0.125rem;top:45.373697996139rem;left:0rem;z-index:15371;display:block; }
 }@media only screen and (max-width: 763px) { #H8XEThOz9ZamFZNdZoiLC7kFiT4wDsQU { display:flex;width:1.5625rem;height:1.5625rem;top:45.75rem;left:0.56119799613953rem;font-size:0.875rem;z-index:15217; }
 }@media only screen and (max-width: 763px) { #Vwu7ACrKC6anzmm2qwq0pdEAPPPJVyf5 { width:3.25rem;height:1.21875rem;top:46.02083337307rem;left:2.3411459922791rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15205;display:block; }
 }@media only screen and (max-width: 763px) { #NBi7QXzhS1X8pASu0LcUxUyJnn6IUwz8 { display:flex;width:1.25rem;height:1.25rem;top:45.8984375rem;left:6.5904951095581rem;font-size:0.875rem;z-index:15218; }
 }@media only screen and (max-width: 763px) { #rnLrii3B859U1SOmDWpN22E2qgPceVUt { width:4rem;height:1.21875rem;top:46.02083337307rem;left:7.998046875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #nHDRKi22OGTknic0zqgfWFsRQW6rkuEe { display:flex;width:1.4375rem;height:1.4375rem;top:45.7421875rem;left:12.186198234558rem;font-size:1rem;z-index:15219; }
 }@media only screen and (max-width: 763px) { #yUGXboReOS84ks5kBQudc1PWyIaWVm3D { width:5.49913125rem;height:1.21875rem;top:46.02083337307rem;left:14.022135734558rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #zHWcRk0VoemViCOLGkhy29N7wnwNxFsA { width:4.5625rem;height:1.21875rem;top:48.31787109375rem;left:0.9365234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15229;display:block; }
 }@media only screen and (max-width: 763px) { #x2xyLbB6MNGwQXAtD2NtZ47VAQUNLmW5 { width:7.9375rem;height:1.62435rem;top:48.029296875rem;left:4.4921875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15408;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p0mK5WmSlTka81tbl8gFu2T19Sqg6yyf { width:6.9375rem;height:1.21875rem;top:48.317057609558rem;left:11.341796875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15409;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l81PHn1k4UnMBP9ShPoAQ74kNLhawFGB { top:47.813151121139rem;left:0.28125rem;width:19.43725rem;height:2.124025rem;z-index:15037;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae709a43-4e00-49e1-8923-7b8a8fc983fe/BG.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,35,35,0.59); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,35,35,0.59); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .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); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { width:18.3105625rem;height:1.50024375rem;top:2.8125rem;left:0.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNDUSxTCBzK983iTTFEFp3baUCJbT00N { width:2.4375rem;height:2.4375rem;top:6.5625004768369rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzISJq9nVIwrK2etQ8q2wpe0vzDkphxT { width:2.5625rem;height:2.5625rem;top:10.0849609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVitCh6UCEFtPkfMnwKHPCzzbamn9eZh { width:1.9375rem;height:1.9375rem;top:14.0078125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA8L6bOk7wAqPI88LF0b4ToTV2KvaMLv { width:2.24964375rem;height:2.24964375rem;top:17.654477119446rem;left:1.5305396318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecIOqp65TZfOW5GD4KZmLITymBZ4TaHk { width:2.9370125rem;height:2.9370125rem;top:29.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIi1l9J7H9hiZxdKbcqLJ42ZVeTroiv8 { width:2.68676875rem;height:2.68676875rem;top:33.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBkvky7kyO7scxdIT6b2mQPaS1THime { width:2.3125rem;height:2.3125rem;top:25.11328125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3axGQe9WPO5sWcorCiZ2SZ0UBoRoNp { width:2.1875rem;height:2.1875rem;top:21.560724020004rem;left:1.5616122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6MDhqVZkbOM8N3zEVEXZixaR5CUVJZa { width:2.5rem;height:2.5rem;top:47.143752098084rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltPAsShxFmo17v0ePfr2r7axC0lEfQ4I { width:2.5rem;height:2.5rem;top:51.7421875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvTUsVzETpTrkqmiKkgUwAFVAsEz8NVJ { width:2.5rem;height:2.5rem;top:42.706817626953rem;left:1.1861980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOV7OeA3PvIlTnSI4kkTrgk7EBxGkPqs { width:2.375rem;height:2.375rem;top:38.647787094116rem;left:1.1972656230698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra0QWm6TQ3mbC5CB82SkAG5aHXELA0Ot { width:8.18725rem;height:1.7246125rem;top:6.3125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6p82aT5hhHhbDFGHTHbLCJqT2O83GwM { width:8.125rem;height:2.15625rem;top:7.1875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kEDTHqAMeLMnpeoAZmbvoFoomWL46D { width:11.499rem;height:2.15625rem;top:22.25rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGLrrTyliFB3MXc3GKit7DFUMKMcoQhW { width:14.0625rem;height:1.7246125rem;top:21.025390625rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEOMxq697HrzAfKlucRhvmEEF7PqF2Ra { width:11.499rem;height:2.15625rem;top:39.25rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRCbwsDKROTWrqgbpI84J8QTGcT7vpoe { width:14.0625rem;height:1.7246125rem;top:38.125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnBy1QSkVylkPFkF8MoGJ1ddCDfxTZP { width:8.18725rem;height:1.7246125rem;top:9.7105822563169rem;left:4.5553973913193rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelKWIJhR0nXZAtC2Tih9hyUclTlg3r5 { width:14.6875rem;height:2.15625rem;top:10.785688400269rem;left:4.5236150026321rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76kz0bIDTunoOKqWIZ7ULRkNm4xDOeB { width:14.25rem;height:2.0625rem;top:26.087890625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmWpmcSuTAuahQ8blSoqFRT86FhtZ6l { width:14.0625rem;height:1.7246125rem;top:24.48828125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHMg1nF5PMl3kmwknO9XHKFc6B1lbQP { width:12.8125rem;height:2.15625rem;top:43.473960876465rem;left:4.6245663762093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuboAKyDhna1J93UfDqn7qDABygVhVPn { width:14.0625rem;height:2.01171875rem;top:42.373701095581rem;left:4.6245663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKxM1t50b6pyi7f0yhxoioNqMvVtJ0be { width:8.125rem;height:1.7246125rem;top:13.220703125rem;left:4.623046875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQZ9Z7151nwqQfGRT0n5HAwMTO8Kc8r { width:5.6875rem;height:2.15625rem;top:14.232421875rem;left:4.498046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXPdNg3XIRPICoz9OQTsSK7QL8CIhuEJ { width:14.0625rem;height:1.7246125rem;top:29.125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI8weVFpyRoBmez70N7toQ2BJfWS2Seo { width:11.43675rem;height:2.15625rem;top:30.13671875rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7nlKc4Ctaac3UELTaZHm3dt2TkkS66v { width:14.0625rem;height:1.7246125rem;top:46.893752098084rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Pp24szb06IPxX22NqZFxUVELQ7HTSK { width:11.4375rem;height:2.15625rem;top:47.875001907349rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd8EGcuMTkDeqHe69tlDH4alvcZyqrrb { width:8.125rem;height:1.7246125rem;top:17.091973423958rem;left:4.6546519994736rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4Fpwufouu2Q3DZwpRzzIBRKqoa1Sx7Q { width:9.43725rem;height:2.15625rem;top:18.186788678169rem;left:4.561967253685rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87kN4VO04W1vFGhi0R5lvlm7E7Tn1o6 { width:13.31175rem;height:1.7246125rem;top:33.3125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpUFK2iGVfVcAKz3xU20lDg7CuVbAv3T { width:11.43675rem;height:2.15625rem;top:34.3125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPnp5157nBpr8kJ2aRMMyvKGh5V08Au { width:12.375rem;height:1.7246125rem;top:51.375rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIz4rpLSXSccSFAniXVnVPgHKTUBhVgF { width:11.4375rem;height:2.15625rem;top:52.5rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/326e8cb3-61bd-43d0-a2c9-3f0a97f8a8aa/Embassylife.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, #000000);background-image: -moz-linear-gradient(180deg, #4d4d4d, #000000);background-image: -ms-linear-gradient(180deg, #4d4d4d, #000000);background-image: -o-linear-gradient(180deg, #4d4d4d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4d4d4d, #000000);background-size:initial !important;color:#ffffff; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:25.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.462675rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { background-color:#1a744f;background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { width:5.75rem;height:1.1375rem;top:53.26171875rem;left:9.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { width:7.9375rem;height:1.4625rem;top:53.162109375rem;left:11.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { width:7.125rem;height:1.1375rem;top:54.5859375rem;left:12.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { width:20rem;height:12.5rem;top:39.662100791931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1sikszq8BHoL3oNGEvyB8qQUmJeiMfc { width:20rem;height:11.749125rem;top:52.973764419556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNAXpx4JDdyi85fyrHLPES4phJXLk7VI { width:20rem;height:12.249375rem;top:65.161242485044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryJIX38ZEo9TSO3tZ2qk1gbKTSN6hdUF { width:20rem;height:10.5625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWu7ca7Lmq14AH7U5yCOH03OlzcKOLJG { width:20rem;height:10.9375rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nh8uIyDThiqLvg0TztuyerGhcAlhiu { width:20rem;height:11.1875rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP { background-color:#ffffff;background-image:none;display:block; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container { background-color: transparent; background-image: none; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container > .video-iframe-container { display: none; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row > .video-iframe-container { display: none; }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .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); }#ilidiOVAAiU1hkW0NKBoTC5O9lDvIDMP > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGhGzRREnebyPvxKDd2spr6sWfMcep2r { height:11.25rem;width:20rem;top:0.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:78.724429394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:6.5rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.18575rem;height:1.7871125rem;top:2.6236982345581rem;left:0.90603309869769rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFdL9CyGGIGzHo20qDHd3cfNDilHTS6 { width:19rem;height:3.0625rem;top:20.25rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXwGyZTXKRrAbhORM3WWDhAnCUpuXvpf { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/456758c7-5441-4ad2-b0d3-1fbeadfa32d6/location.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .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); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { width:16.8125rem;height:1.3066375rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { width:17.3125rem;height:1.13769375rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { width:18.6875rem;height:4.875rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { width:17.5625rem;height:3.25195rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { width:17.375rem;height:1.6494125rem;top:11.9375rem;left:0.875rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { width:16.125rem;height:1.6494125rem;top:13.1875rem;left:0.875rem;font-size:0.75rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { width:18.4375rem;height:2.09765625rem;top:14.67578125rem;left:0.875rem;font-size:0.75rem;z-index:15073;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { width:18.125rem;height:0.0625rem;top:23.1484375rem;left:0.875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { width:17.375rem;height:1.6494125rem;top:17.6875rem;left:0.875rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { width:16.125rem;height:1.6494125rem;top:18.9375rem;left:0.875rem;font-size:0.75rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { width:16.3125rem;height:2.09765625rem;top:20.42578125rem;left:0.875rem;font-size:0.75rem;z-index:15076;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { width:17.375rem;height:1.6494125rem;top:23.5rem;left:0.875rem;font-size:0.75rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { width:16.125rem;height:1.6494125rem;top:24.75rem;left:0.875rem;font-size:0.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { width:16.6875rem;height:2.09765625rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { width:18.75rem;height:3.5683625rem;top:5.6640625rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJJgCPPvZyoL6QbyWhx0Ts0CotMgfHd { width:19rem;height:3.0625rem;top:40.0625rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTSQfBXTfFIqtfU5GLnLwifq1GMBPc7 { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8129875rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }