.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 { position:relative;display:block; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 { background-color: transparent; background-image: none; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row .container > .video-iframe-container { display: none; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row > .video-iframe-container { display: none; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .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); }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 { border-width: 0; border-radius: 0; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxUPZ3nJIN3IiIdQtKDoUnG0L2aQOC74 { 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:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/891475f8-0f18-4838-94d2-78aeb3962d07/12345copy.jpg");background-position:bottom 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); }#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); }#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:34.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#003b56;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.8125rem;left:54.6875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003b56, #001721);background-image: -moz-linear-gradient(180deg, #003b56, #001721);background-image: -ms-linear-gradient(180deg, #003b56, #001721);background-image: -o-linear-gradient(180deg, #003b56, #001721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b56', endColorstr='#001721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b56', endColorstr='#001721' );";background-image: linear-gradient(180deg, #003b56, #001721);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2483125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.375rem;left:48.3115234375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:19rem;left:48.25rem;border-top:0.125rem solid #003b56;border-left:0.125rem solid #003b56;border-right:0.125rem solid #003b56;border-bottom:0.125rem solid #003b56;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#003b56;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:20.125rem;left:48.375rem;height:1.1675375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#003b56;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:20.1875rem;left:62.1875rem;height:1.1675375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { position:absolute;display:block;z-index:15016;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:10.8125rem;width:16.3125rem;top:6.1875rem;left:51.28125rem;overflow:hidden;display:block; }
#gFWN1rknm55M8yWTcScgy0HyGwAC7AuG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.74925rem;width:34.375rem;top:28.1875rem;left:0rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f806344-5ec8-4c7b-9128-daa2427f20f5/2BGRegister.png");background-position:center left !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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,59,86,0.23); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,59,86,0.23); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;overflow:visible;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:#ffffff;display:block;width:27.9989375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.497869491577rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:23.6875rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:11.1875rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:33.017146110534rem;left:58.998920440674rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:33.3125rem;left:63.75rem;height:1.13606875rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#ffffff;display:block;width:5.81055rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:33.118491172791rem;left:53.185764312744rem;height:1.13606875rem;text-align:right;text-align-last:right;display:block; }
#kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57aa3515-6ae0-41d4-a43b-a281a9483ddc/1.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:50.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.adaptive-delivery-prevent-bg, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyload, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyloading { background-image: none; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:30.875rem;left:66.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { 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:15112;opacity:1;top:30.5625rem;left:65.9375rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { color:#111111;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.875rem;left:61.3125rem;height:1.21875rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#003b56;display:block;width:13.999rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:11.88107585907rem;left:51.245227813721rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { 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:15111;opacity:1;top:30.4375rem;left:59.25rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { color:#111111;display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:30.875rem;left:54.5625rem;height:1.21875rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { 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:15110;opacity:1;top:30.625rem;left:52.4375rem; }
#Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hZbcLiui845GRHQvodThcC1EQPmicW0U { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
#eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#gplh6S3IEzmIAQTiyV902K33KhIye9JG { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#k0KaomccizecHDuzfTW9S930IzrsnsG6 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#O6n8z8DNF6atW2wuOK6VqxRBWeFocMho { box-sizing:content-box;height:23.6875rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:11.1875rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#l7RuruMgOgp5W75qP8wz7iGFxkaBrw63 { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90287f00-310c-419a-bcae-a04c00cb73c5/11.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:25.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#l7RuruMgOgp5W75qP8wz7iGFxkaBrw63.adaptive-delivery-prevent-bg, #l7RuruMgOgp5W75qP8wz7iGFxkaBrw63.lazyload, #l7RuruMgOgp5W75qP8wz7iGFxkaBrw63.lazyloading { background-image: none; }
#oUQ2hnUzk5A6wsxk5c1qaQ4Bl8pToH3o { color:#003b56;display:block;width:13.999rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:11.9375rem;left:25.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9UcO3Rhr0PCIoFouzDdZ6glc9hg2KHN { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:30.875rem;left:41.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#kSkfnEd5Wyi6K4yJO2IolXttwdTfqNT0 { 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:15124;opacity:1;top:30.5625rem;left:40.625rem; }
#KHq56oWxTNQQhDG7LizX4iyweIzTJzUH { color:#111111;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:30.875rem;left:36rem;height:1.21875rem;display:block; }
#h7AnA6fWMM8018s1az1aKZy0HnNVO5hZ { 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:15123;opacity:1;top:30.4375rem;left:33.9375rem; }
#fSUw2ahk36q8ERTCLqvt8fTGf9fmeRA2 { color:#111111;display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:30.875rem;left:29.25rem;height:1.21875rem;display:block; }
#LaICGUn9qEeC8dDX75ihDEvT0HzIaXhz { 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:15122;opacity:1;top:30.625rem;left:27.125rem; }
#QgS90MJhxIRRZuhJnBM2tziLNbqo0AIQ { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:32.9375rem;left:33.8125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PMqtBU0z5qienlSXGKDhlmJJ6E2ZkuBs { color:#ffffff;display:block;width:5.81055rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:33rem;left:27.875rem;height:1.13606875rem;text-align:right;text-align-last:right;display:block; }
#JkfbQbuBJCWhE8bPVXXBdXIm1Uxglgbl { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:33.1875rem;left:38.4375rem;height:1.13606875rem;text-align:right;text-align-last:right;display:block; }
#w4v4uExqWTQafBeQN70BPxc0XcIh4TJn { box-sizing:content-box;height:23.6875rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:11.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OtIwncTGpIH0mUvQkwNNWoblhANMiCT3 { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d3c7205-c9d3-487e-97d9-c325bccf65c1/s.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#OtIwncTGpIH0mUvQkwNNWoblhANMiCT3.adaptive-delivery-prevent-bg, #OtIwncTGpIH0mUvQkwNNWoblhANMiCT3.lazyload, #OtIwncTGpIH0mUvQkwNNWoblhANMiCT3.lazyloading { background-image: none; }
#CiuNkoMXJnwzp52ply5X6VCHb7T4W5TA { color:#003b56;display:block;width:13.999rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VoEfAtiZRrPsV215EX1z6bTFa0A9Npp5 { 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:15136;opacity:1;top:30.5625rem;left:15.3125rem; }
#cBq5pgyy4ZhS1RCD7THVi1KAGTc11NX0 { 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:15135;opacity:1;top:30.4375rem;left:8.625rem; }
#GVcaIXCb7Agfr1mdoppw41tMwW76o23N { 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:15134;opacity:1;top:30.625rem;left:1.8125rem; }
#C1cTLZ2ZaxxATD35voSTolztvfDoq8zn { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:30.875rem;left:15.75rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#QG6l9K8GS9W4eLLlMvI6MzilEAJsz2GC { color:#111111;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:30.875rem;left:10.6875rem;height:1.21875rem;display:block; }
#pIQgkk1fHgoAMk0o9eyTZ3yttnQphuST { color:#111111;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.9375rem;height:1.21875rem;display:block; }
#b6F9J5znV4ibRuWke2GP6XADglSuPApe { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:33.0625rem;left:8.375rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bPn2eo7Q5SSsRppR5sKeFGnx3WXocJZL { color:#ffffff;display:block;width:5.81055rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:33.125rem;left:2.5625rem;height:1.13606875rem;text-align:right;text-align-last:right;display:block; }
#Egtp2ipteTqCarqTCPIeQah3wdSundDs { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:33.3125rem;left:13.125rem;height:1.13606875rem;text-align:right;text-align-last:right;display:block; }
#MMTAhS4hBbZxQeoGtWB3KrWp9yE3oaKK { box-sizing:content-box;height:2.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15149;background-color:#003b56;background-image:none;top:32.653124906122rem;left:25.500000476837rem;display:block; }
#LfCLPLx8wPSIp0M02qhqDqTg2DIeQ1HM { box-sizing:content-box;height:2.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15150;background-color:#003b56;background-image:none;top:32.652696609497rem;left:0.125rem;display:block; }
#aHPfpAHR0TdQmdrK158tBP2tOJMIJAQN { box-sizing:content-box;height:2.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15150;background-color:#003b56;background-image:none;top:32.652697563171rem;left:50.8125rem;display:block; }
#GAclartpq32U1V6tHTWSDfnM3wogTSq3 { box-sizing:content-box;height:23.6875rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:11.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7 { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d3c7205-c9d3-487e-97d9-c325bccf65c1/s.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7.adaptive-delivery-prevent-bg, #dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7.lazyload, #dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7.lazyloading { background-image: none; }
#Bo67REW0X0GS2pGCnwGexwW6sorgXrbk { color:#003b56;display:block;width:13.999rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VuK7nnq9zIrhKxHhZhAkPeXGdtt5Tutn { 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:15135;opacity:1;top:30.4375rem;left:8.625rem;display:none; }
#u04TDkrwUDGFiLtVoLpq3KliPElhRtJV { 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:15134;opacity:1;top:30.625rem;left:1.8125rem;display:none; }
#EKnqvxOWyVI6UHzKvWukAHV5iU4dqLKK { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:30.875rem;left:15.75rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#AGdgMg9dnuVcs6MAguEPW4vrl4M1AuNc { color:#111111;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:30.875rem;left:10.6875rem;height:1.21875rem;display:none; }
#yno5wqcBeE02W17mpaVSa6CI5ITB9qhv { color:#111111;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.9375rem;height:1.21875rem;display:none; }
#anPD9MWPoX8ccJ7RWfhLMTH2EgEw9GWW { box-sizing:content-box;height:2.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15150;background-color:#003b56;background-image:none;top:32.652696609497rem;left:0.125rem;display:none; }
#a5oitP28LiQV491WJyROoX13GquCgm87 { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:33.0625rem;left:8.375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#D8e0sh2rwedESTRZIS62SP89NuX9k1uw { color:#ffffff;display:block;width:5.81055rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:33.125rem;left:2.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#BeEtVxoa3MhWIDIVbbaDipPt12pQLgut { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:33.3125rem;left:13.125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#gZsIJuzbPvOVqq0G16xqa7UWB5cPDbtI { 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:15136;opacity:1;top:30.5625rem;left:15.3125rem;display:none; }
#KX1qNe0zk5VMzbrVPQf9l5DpqE5MWVk5 { box-sizing:content-box;height:23.6875rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:11.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#sKZeOKolKJHxFq4kQnIElAGpzfRlOmTw { color:#003b56;display:block;width:13.999rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#spWTpozQJIXtPAGArIhDtMeLpOyKtbrr { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d3c7205-c9d3-487e-97d9-c325bccf65c1/s.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#spWTpozQJIXtPAGArIhDtMeLpOyKtbrr.adaptive-delivery-prevent-bg, #spWTpozQJIXtPAGArIhDtMeLpOyKtbrr.lazyload, #spWTpozQJIXtPAGArIhDtMeLpOyKtbrr.lazyloading { background-image: none; }
#huc4PbwMV9xkZA6HomGkHSWnqVoWJy0c { 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:15135;opacity:1;top:30.4375rem;left:8.625rem;display:none; }
#I2ftRF5WpHkb0fU4psiHJ61U7d5Upvdr { 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:15134;opacity:1;top:30.625rem;left:1.8125rem;display:none; }
#L28ceSwGdmm9pvg2d3dFpJlRvQHq7XTy { 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:15136;opacity:1;top:30.5625rem;left:15.3125rem;display:none; }
#SPRpQbTwHJvi2pQW7OQT2TU1oEJBwGPx { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:30.875rem;left:15.75rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#akaN7ZUgSGiuqXMcZz6iqNXaT9pqnW7D { color:#111111;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:30.875rem;left:10.6875rem;height:1.21875rem;display:none; }
#vJK2MiL1FXZmeFzdIBaeLK81JfeKBg0J { color:#111111;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.9375rem;height:1.21875rem;display:none; }
#Ebi3IkhFiTOrtmfTEDx89e81Cd95F44r { box-sizing:content-box;height:2.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15150;background-color:#003b56;background-image:none;top:32.652696609497rem;left:0.125rem;display:none; }
#EKB2oAHXBBa2Viei7BlATXKKg3BFbGs7 { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:33.0625rem;left:8.375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vHvr61nry3gFbz2KGwuTW3O4JJcE2LSu { color:#ffffff;display:block;width:5.81055rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:33.125rem;left:2.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#QSPxSeeI4ntKuyNDExzKwRRJXAwpRKqH { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:33.3125rem;left:13.125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c225690f-4e74-4bb3-a7a4-78b8d74f41ed/3pool_.jpg");background-position:top 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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#000000;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:25.25rem;left:33.5625rem;height:9.49978125rem;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#003b56;display:block;width:32.937rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.6875rem;left:33.5625rem;height:1.9694rem;display:block; }
#xIGWw3FgS2aotnJxOg9ykdvy1UPvLv0z { box-sizing:content-box;height:37.125rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.9);background-image:none;top:4.3125rem;left:30.6875rem;display:block; }
#LJyyN9JuBNcqtzczV9uuaA07huMiBPxb { color:#000000;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:25.25rem;left:45.8125rem;height:9.49978125rem;display:block; }
#BvIK2GGCwhCEKsP90iMeTOXMRmVdKvO4 { color:#000000;display:block;width:23.6855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:34.8125rem;left:45.8125rem;height:3.8rem;display:block; }
#SQebZZehgEGlACaSOTR2MKGBd0K5qmaL { color:#000000;display:block;width:11.624rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:34.875rem;left:33.5625rem;height:3.8rem;display:block; }
#O61zN9raa4ZCZiOIoo9pKXSnTkN3LGOI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.81175rem;width:16.31225rem;top:7.625rem;left:44.6875rem;overflow:hidden;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/9f806344-5ec8-4c7b-9128-daa2427f20f5/2BGRegister.png");background-position: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); }#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); }#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:montserrat;font-size:1rem;font-weight:400;color:#ffffff;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;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#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:montserrat;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003b56, #001721);background-image: -moz-linear-gradient(180deg, #003b56, #001721);background-image: -ms-linear-gradient(180deg, #003b56, #001721);background-image: -o-linear-gradient(180deg, #003b56, #001721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b56', endColorstr='#001721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b56', endColorstr='#001721' );";background-image: linear-gradient(180deg, #003b56, #001721);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:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;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:montserrat;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(0,0,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:1.8115234375rem;left:47.9677734375rem; }
#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:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;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(0,0,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:1.8115234375rem;left:47.9677734375rem; }
#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:#ffffff;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:28.279083251953rem;left:51.310764312744rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;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:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:5.9982625rem;font-style:normal;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00d60306-1eb3-4160-8670-722ddb01a2d2/XELFbySansiri03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.adaptive-delivery-prevent-bg, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyload, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyloading { background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#003b56;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8679656982422rem;left:20.937499582768rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxACTifEXH2BJH600N4qNiP7bcuxEfHH { color:#000000;display:block;width:9.8123125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.249755859375rem;left:4.9365234375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CVTg27QiCOL3zZIfRm4WPidsJ8tZGhJt { color:#000000;display:block;width:9.8123125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.249755859375rem;left:19.249267578125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#MySR1GAswnpn4oKwuRhCFA7THmxGRLOS { color:#000000;display:block;width:9.8123125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:32.62451171875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xuZHSf96ZsqitaIfxdwWmBGXtDG0cRiU { color:#000000;display:block;width:9.8123125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:47.62451171875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#VEE1yLVJbLsTIy8ExP15c0Zo22rhSCaK { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:61.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tMIkLz1p3HrUvOdaM74aDSrmwTRmm9QQ { color:#000000;display:block;width:9.8111875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.935302734375rem;left:54.37255859375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#d5leWc4aZ4TXgWXlLVvwcg2NlO8W1RRp { color:#000000;display:block;width:9.8111875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.935302734375rem;left:40.123291015625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xr8JgiGenMzhyt1by0nC7A6I9CmarWPC { color:#000000;display:block;width:9.8123125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.9365234375rem;left:25.74951171875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZpupTf2y5MWbz71nbiShp3Z8hNK7Z2IQ { color:#000000;display:block;width:9.8111875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.93408203125rem;left:11.192626953125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#whyR4ZumpBDmPT5G79qkSEgUgo9lmBTH { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4d2106ec-c17b-41ef-9d61-de80a86e491e/BeatSukhumvit9302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.903212070465rem;left:12.972007751465rem;display:block; }#whyR4ZumpBDmPT5G79qkSEgUgo9lmBTH.adaptive-delivery-prevent-bg, #whyR4ZumpBDmPT5G79qkSEgUgo9lmBTH.lazyload, #whyR4ZumpBDmPT5G79qkSEgUgo9lmBTH.lazyloading { background-image: none; }
#qmSptGn80STzAQJ00vJbTssef4dcmiHq { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aed89099-a46c-4a16-a032-bcb97382adf6/BeatSukhumvit9303.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.90234375rem;left:27.529296875rem;display:block; }#qmSptGn80STzAQJ00vJbTssef4dcmiHq.adaptive-delivery-prevent-bg, #qmSptGn80STzAQJ00vJbTssef4dcmiHq.lazyload, #qmSptGn80STzAQJ00vJbTssef4dcmiHq.lazyloading { background-image: none; }
#G6RKvySIy9hxaWWkUsIQk0R4ZvqMK12k { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9f5c87f3-ba5f-44bc-b429-573e02525b66/BeatSukhumvit9304.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.90234375rem;left:42.4345703125rem;display:block; }#G6RKvySIy9hxaWWkUsIQk0R4ZvqMK12k.adaptive-delivery-prevent-bg, #G6RKvySIy9hxaWWkUsIQk0R4ZvqMK12k.lazyload, #G6RKvySIy9hxaWWkUsIQk0R4ZvqMK12k.lazyloading { background-image: none; }
#aDF1ZsVokw6U3UpkIQZBvh28rkMUn8ix { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/59bac6e4-e4ea-462a-945d-498801744eba/BeatSukhumvit9305.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.90234375rem;left:56.15234375rem;display:block; }#aDF1ZsVokw6U3UpkIQZBvh28rkMUn8ix.adaptive-delivery-prevent-bg, #aDF1ZsVokw6U3UpkIQZBvh28rkMUn8ix.lazyload, #aDF1ZsVokw6U3UpkIQZBvh28rkMUn8ix.lazyloading { background-image: none; }
#EJLIoUzVlTmmKiTw17vdAELGENepoomq { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8e9228fb-4322-4ee7-89c9-4cf569c193eb/BeatSukhumvit9306.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.8125rem;left:5.9375rem;display:block; }#EJLIoUzVlTmmKiTw17vdAELGENepoomq.adaptive-delivery-prevent-bg, #EJLIoUzVlTmmKiTw17vdAELGENepoomq.lazyload, #EJLIoUzVlTmmKiTw17vdAELGENepoomq.lazyloading { background-image: none; }
#O7uUGTqoTMmHNwXViQu5xOKMnHXEWc7L { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3c7b9e72-a712-4175-b9b9-c27baf5f520a/BeatSukhumvit9307.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.8125rem;left:20.5rem;display:block; }#O7uUGTqoTMmHNwXViQu5xOKMnHXEWc7L.adaptive-delivery-prevent-bg, #O7uUGTqoTMmHNwXViQu5xOKMnHXEWc7L.lazyload, #O7uUGTqoTMmHNwXViQu5xOKMnHXEWc7L.lazyloading { background-image: none; }
#RyEGuQ8oRzfkfdruJZsR0MkkwFMFrXGd { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a755597-9685-4720-a3be-495f6701c354/BeatSukhumvit9308.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.8125rem;left:35.375rem;display:block; }#RyEGuQ8oRzfkfdruJZsR0MkkwFMFrXGd.adaptive-delivery-prevent-bg, #RyEGuQ8oRzfkfdruJZsR0MkkwFMFrXGd.lazyload, #RyEGuQ8oRzfkfdruJZsR0MkkwFMFrXGd.lazyloading { background-image: none; }
#C4ebfEGuh5nTXblcrq4dnNPbd0hT55VA { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ca220a5d-6d04-4878-9397-6012a5bd3114/BeatSukhumvit9309.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.8125rem;left:49.125rem;display:block; }#C4ebfEGuh5nTXblcrq4dnNPbd0hT55VA.adaptive-delivery-prevent-bg, #C4ebfEGuh5nTXblcrq4dnNPbd0hT55VA.lazyload, #C4ebfEGuh5nTXblcrq4dnNPbd0hT55VA.lazyloading { background-image: none; }
#TgOsciwgdBexsVq01NR4EH6P2qIFNVTR { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f63d4e1f-0771-47bc-bde0-14acf8c8abd6/BeatSukhumvit9310.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.8125rem;left:63.21875rem;display:block; }#TgOsciwgdBexsVq01NR4EH6P2qIFNVTR.adaptive-delivery-prevent-bg, #TgOsciwgdBexsVq01NR4EH6P2qIFNVTR.lazyload, #TgOsciwgdBexsVq01NR4EH6P2qIFNVTR.lazyloading { background-image: none; }
#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { position:relative;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { border-width: 0; border-radius: 0; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a451443-86f1-4902-bc88-35918486b79c/TheBalanceByTheBeach05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container.adaptive-delivery-prevent-bg, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container.lazyload, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container.lazyloading { background-image: none; }#SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { color:#003b56;display:block;width:27.9984375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.873046875rem;left:23.5rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/79eebc54-e86b-437b-baa5-73643eab5f01/220512_Common_REV41536x1251.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.75rem;left:0rem;display:block; }#Qog05zghdTVHnJToDiAuiIHDwFFBewi1.adaptive-delivery-prevent-bg, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyload, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyloading { background-image: none; }
#QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/19990b79-c972-4696-abb2-0c125c3b65ce/coworkingspace1536x961.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.75rem;left:37.9375rem;display:block; }#QHmJd2TCNhbOwstavE8oqDri1oyuETk7.adaptive-delivery-prevent-bg, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyload, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyloading { background-image: none; }
#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { box-sizing:content-box;height:18.8748125rem;width:36.9998125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/24425f33-f8bb-47c4-996e-ac216ac9bb56/LOBBY_REV11536x836.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.8125rem;left:0rem;display:block; }#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.adaptive-delivery-prevent-bg, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyload, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyloading { background-image: none; }
#geaqbFF16R4BlraTNn1XUolBatIW738N { box-sizing:content-box;height:18.875rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/55fd0417-7bcf-4e0e-bd76-d853f5dfc7b5/Asset71.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.8125rem;left:38rem;display:block; }#geaqbFF16R4BlraTNn1XUolBatIW738N.adaptive-delivery-prevent-bg, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyload, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyloading { background-image: none; }
#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7cc994b-45a5-461f-a006-a61f7ca6481a/1Bannere1663140217101.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.8125rem;left:0rem;display:block; }#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.adaptive-delivery-prevent-bg, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyload, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyloading { background-image: none; }
#HJEXCIfCMLeziSzroGPBIyWbwqwd6inn { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/922e799c-2dfc-4a22-90e8-cc8d65f94227/SaleKitBeatsukhumvit93Eng1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.8125rem;left:37.9375rem;display:block; }#HJEXCIfCMLeziSzroGPBIyWbwqwd6inn.adaptive-delivery-prevent-bg, #HJEXCIfCMLeziSzroGPBIyWbwqwd6inn.lazyload, #HJEXCIfCMLeziSzroGPBIyWbwqwd6inn.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { 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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { 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; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#003b56;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:21.15625rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { position:absolute;display:block;z-index:15121;height:37.5rem;width:75rem;top:8.6648559570312rem;left:0rem;display:block; }
#F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#kbMx89QL3HR9lhCyaBBaMNHiDIozKTWd { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:48.325012207031rem;left:4.5359377861023rem;height:1.2999125rem;display:block; }
#spzTfShyCk9vEMZs7SyipOxoiThxNmoE { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:48.323455810547rem;left:30.717967987061rem;height:1.2999125rem;display:block; }
#Vayy2ZNPJsqhnT3ZHC5uOQEkRdyzMtLf { color:#000000;display:block;width:18.8748125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:48.323455810547rem;left:53.840625762939rem;height:1.2999125rem;display:block; }
#kzAbAlDPK3JkL5XHgUUzeW3LRAbeOoDb { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:50.762512207031rem;left:4.5359377861023rem;height:2.599825rem;display:block; }
#InJxTD3ON47icbCOe4wHyATfp2HXOvKi { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:50.76171875rem;left:30.717967987061rem;height:1.2999125rem;display:block; }
#Kp0aaFls5mUPwa3hrzSAJWgbDPkObB4K { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:50.76171875rem;left:53.840625762939rem;height:1.2999125rem;display:block; }
#o3VXh2NLbspE4GuZ5JdWlRdGT7m8g5ba { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003b56, #001721);background-image: -moz-linear-gradient(180deg, #003b56, #001721);background-image: -ms-linear-gradient(180deg, #003b56, #001721);background-image: -o-linear-gradient(180deg, #003b56, #001721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b56', endColorstr='#001721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b56', endColorstr='#001721' );";background-image: linear-gradient(180deg, #003b56, #001721);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.246875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:55.289714813233rem;left:26.467014312744rem;display:block; }
#JZnkTMJMHGms8wUJK7r3sPXGe7qNPdUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;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.13606875rem;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) { #fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 { display:block; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxUPZ3nJIN3IiIdQtKDoUnG0L2aQOC74 { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;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:19.75rem;left:38.3125rem;width:9.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.1875rem;height:3.125rem;top:25.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:19rem;left:24.375rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:20.125rem;left:34.75rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:20.125rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { top:6.1875rem;left:31.4375rem;width:16.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFWN1rknm55M8yWTcScgy0HyGwAC7AuG { top:28.1875rem;left:0rem;width:34.375rem;height:6.74925rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.75rem;left:9.875rem;width:27.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:11.1875rem;left:23.375rem;width:24.375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:33rem;left:41.625rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:33.3125rem;left:40.6875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:33.0625rem;left:39.560764312744rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt { top:13.9375rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:30.875rem;left:41rem;width:6.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:30.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:30.875rem;left:44.5625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:11.875rem;left:33.8125rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:30.4375rem;left:45.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:30.875rem;left:40.9375rem;width:2.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:30.625rem;left:38.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { top:29.0625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { top:35.1875rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { top:29.0625rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { top:37.4375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { top:36.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { top:37.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:53rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:55.25rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:53.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:55.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6n8z8DNF6atW2wuOK6VqxRBWeFocMho { top:11.1875rem;left:11.6875rem;width:24.375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RuruMgOgp5W75qP8wz7iGFxkaBrw63 { top:13.9375rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQ2hnUzk5A6wsxk5c1qaQ4Bl8pToH3o { top:11.9375rem;left:12.3125rem;width:13.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9UcO3Rhr0PCIoFouzDdZ6glc9hg2KHN { top:30.875rem;left:27.4375rem;width:6.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSkfnEd5Wyi6K4yJO2IolXttwdTfqNT0 { top:30.5625rem;left:27rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHq56oWxTNQQhDG7LizX4iyweIzTJzUH { top:30.875rem;left:22.375rem;width:3.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7AnA6fWMM8018s1az1aKZy0HnNVO5hZ { top:30.4375rem;left:20.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSUw2ahk36q8ERTCLqvt8fTGf9fmeRA2 { top:30.875rem;left:15.625rem;width:2.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaICGUn9qEeC8dDX75ihDEvT0HzIaXhz { top:30.625rem;left:13.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgS90MJhxIRRZuhJnBM2tziLNbqo0AIQ { top:32.9375rem;left:20.1875rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqtBU0z5qienlSXGKDhlmJJ6E2ZkuBs { top:33rem;left:14.25rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkfbQbuBJCWhE8bPVXXBdXIm1Uxglgbl { top:33.1875rem;left:24.8125rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4v4uExqWTQafBeQN70BPxc0XcIh4TJn { top:11.1875rem;left:0rem;width:24.375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIwncTGpIH0mUvQkwNNWoblhANMiCT3 { top:13.9375rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiuNkoMXJnwzp52ply5X6VCHb7T4W5TA { top:11.9375rem;left:0rem;width:13.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoEfAtiZRrPsV215EX1z6bTFa0A9Npp5 { top:30.5625rem;left:1.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBq5pgyy4ZhS1RCD7THVi1KAGTc11NX0 { top:30.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVcaIXCb7Agfr1mdoppw41tMwW76o23N { top:30.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1cTLZ2ZaxxATD35voSTolztvfDoq8zn { top:30.875rem;left:2.125rem;width:6.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6l9K8GS9W4eLLlMvI6MzilEAJsz2GC { top:30.875rem;left:0rem;width:3.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIQgkk1fHgoAMk0o9eyTZ3yttnQphuST { top:30.875rem;left:0rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6F9J5znV4ibRuWke2GP6XADglSuPApe { top:33.0625rem;left:0rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPn2eo7Q5SSsRppR5sKeFGnx3WXocJZL { top:33.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egtp2ipteTqCarqTCPIeQah3wdSundDs { top:33.3125rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTAhS4hBbZxQeoGtWB3KrWp9yE3oaKK { top:32.625rem;left:11.875000476837rem;width:24.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfCLPLx8wPSIp0M02qhqDqTg2DIeQ1HM { top:32.625rem;left:0rem;width:24.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHPfpAHR0TdQmdrK158tBP2tOJMIJAQN { top:32.625rem;left:23.6875rem;width:24.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAclartpq32U1V6tHTWSDfnM3wogTSq3 { top:11.1875rem;left:0rem;width:24.375rem;height:23.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7 { top:13.9375rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bo67REW0X0GS2pGCnwGexwW6sorgXrbk { top:38.9375rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuK7nnq9zIrhKxHhZhAkPeXGdtt5Tutn { top:30.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u04TDkrwUDGFiLtVoLpq3KliPElhRtJV { top:30.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKnqvxOWyVI6UHzKvWukAHV5iU4dqLKK { top:59.5625rem;left:0rem;width:5.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGdgMg9dnuVcs6MAguEPW4vrl4M1AuNc { top:30.875rem;left:0rem;width:3.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yno5wqcBeE02W17mpaVSa6CI5ITB9qhv { top:59.5625rem;left:0rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anPD9MWPoX8ccJ7RWfhLMTH2EgEw9GWW { top:32.625rem;left:0rem;width:24.0625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5oitP28LiQV491WJyROoX13GquCgm87 { top:62.5rem;left:0rem;width:6.125rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8e0sh2rwedESTRZIS62SP89NuX9k1uw { top:33.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeEtVxoa3MhWIDIVbbaDipPt12pQLgut { top:62.5rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZsIJuzbPvOVqq0G16xqa7UWB5cPDbtI { top:30.5625rem;left:1.6875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KX1qNe0zk5VMzbrVPQf9l5DpqE5MWVk5 { top:11.1875rem;left:0rem;width:24.375rem;height:23.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKZeOKolKJHxFq4kQnIElAGpzfRlOmTw { top:68.4375rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #spWTpozQJIXtPAGArIhDtMeLpOyKtbrr { top:13.9375rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #huc4PbwMV9xkZA6HomGkHSWnqVoWJy0c { top:30.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2ftRF5WpHkb0fU4psiHJ61U7d5Upvdr { top:30.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L28ceSwGdmm9pvg2d3dFpJlRvQHq7XTy { top:30.5625rem;left:1.6875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPRpQbTwHJvi2pQW7OQT2TU1oEJBwGPx { top:89.0625rem;left:0rem;width:5.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #akaN7ZUgSGiuqXMcZz6iqNXaT9pqnW7D { top:30.875rem;left:0rem;width:3.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJK2MiL1FXZmeFzdIBaeLK81JfeKBg0J { top:59.5625rem;left:0rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ebi3IkhFiTOrtmfTEDx89e81Cd95F44r { top:32.625rem;left:0rem;width:24.0625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKB2oAHXBBa2Viei7BlATXKKg3BFbGs7 { top:92rem;left:0rem;width:6.125rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHvr61nry3gFbz2KGwuTW3O4JJcE2LSu { top:33.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSPxSeeI4ntKuyNDExzKwRRJXAwpRKqH { top:92rem;left:0rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:25.25rem;left:19.9375rem;width:11.5625rem;height:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:21.6875rem;left:14.875rem;width:32.875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIGWw3FgS2aotnJxOg9ykdvy1UPvLv0z { top:4.3125rem;left:3.4375rem;width:44.25rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJyyN9JuBNcqtzczV9uuaA07huMiBPxb { top:25.25rem;left:21.4375rem;width:26.3125rem;height:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIK2GGCwhCEKsP90iMeTOXMRmVdKvO4 { top:34.8125rem;left:24.125rem;width:23.625rem;height:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQebZZehgEGlACaSOTR2MKGBd0K5qmaL { top:34.875rem;left:19.9375rem;width:11.5625rem;height:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O61zN9raa4ZCZiOIoo9pKXSnTkN3LGOI { top:7.625rem;left:31.0625rem;width:16.25rem;height:10.770091808857rem;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:1.75rem;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:1.75rem;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:28.25rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:4.8125rem;left:7.3125rem;width:33.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxACTifEXH2BJH600N4qNiP7bcuxEfHH { top:32.1875rem;left:0rem;width:9.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVTg27QiCOL3zZIfRm4WPidsJ8tZGhJt { top:32.1875rem;left:5.624267578125rem;width:9.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MySR1GAswnpn4oKwuRhCFA7THmxGRLOS { top:32.25rem;left:18.99951171875rem;width:9.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuZHSf96ZsqitaIfxdwWmBGXtDG0cRiU { top:32.25rem;left:33.99951171875rem;width:9.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEE1yLVJbLsTIy8ExP15c0Zo22rhSCaK { top:32.25rem;left:38.8125rem;width:8.9375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMIkLz1p3HrUvOdaM74aDSrmwTRmm9QQ { top:19.875rem;left:38rem;width:9.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5leWc4aZ4TXgWXlLVvwcg2NlO8W1RRp { top:19.875rem;left:26.498291015625rem;width:9.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr8JgiGenMzhyt1by0nC7A6I9CmarWPC { top:19.875rem;left:12.12451171875rem;width:9.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpupTf2y5MWbz71nbiShp3Z8hNK7Z2IQ { top:19.875rem;left:0rem;width:9.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whyR4ZumpBDmPT5G79qkSEgUgo9lmBTH { top:11.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmSptGn80STzAQJ00vJbTssef4dcmiHq { top:11.875rem;left:13.904296875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6RKvySIy9hxaWWkUsIQk0R4ZvqMK12k { top:11.875rem;left:28.8095703125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDF1ZsVokw6U3UpkIQZBvh28rkMUn8ix { top:11.875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJLIoUzVlTmmKiTw17vdAELGENepoomq { top:23.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7uUGTqoTMmHNwXViQu5xOKMnHXEWc7L { top:23.8125rem;left:6.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEGuQ8oRzfkfdruJZsR0MkkwFMFrXGd { top:23.8125rem;left:21.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ebfEGuh5nTXblcrq4dnNPbd0hT55VA { top:23.8125rem;left:35.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOsciwgdBexsVq01NR4EH6P2qIFNVTR { top:23.8125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { top:2.8125rem;left:9.875rem;width:27.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { top:29.75rem;left:0rem;width:37rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { top:29.75rem;left:10.6875rem;width:37rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { top:49.8125rem;left:0rem;width:36.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { top:49.8125rem;left:10.75rem;width:36.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { top:9.8125rem;left:0rem;width:37.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJEXCIfCMLeziSzroGPBIyWbwqwd6inn { top:9.8125rem;left:10.6875rem;width:37.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:2.6875rem;left:7.53125rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { top:8.625rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { display:none; }
 }@media only screen and (max-width: 763px) { #kbMx89QL3HR9lhCyaBBaMNHiDIozKTWd { top:48.3125rem;left:0rem;width:13.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spzTfShyCk9vEMZs7SyipOxoiThxNmoE { top:48.3125rem;left:17.092967987061rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vayy2ZNPJsqhnT3ZHC5uOQEkRdyzMtLf { top:48.3125rem;left:28.9375rem;width:18.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAbAlDPK3JkL5XHgUUzeW3LRAbeOoDb { top:50.75rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InJxTD3ON47icbCOe4wHyATfp2HXOvKi { top:50.75rem;left:17.092967987061rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp0aaFls5mUPwa3hrzSAJWgbDPkObB4K { top:50.75rem;left:33.0625rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3VXh2NLbspE4GuZ5JdWlRdGT7m8g5ba { width:23.1875rem;height:3.125rem;top:55.25rem;left:12.842014312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZnkTMJMHGms8wUJK7r3sPXGe7qNPdUX { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.624351501465rem;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) { #fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 { display:block; }#fDVuvoQJQ2IhvEg4OHXbM4BNEQrOyMB7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxUPZ3nJIN3IiIdQtKDoUnG0L2aQOC74 { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/891475f8-0f18-4838-94d2-78aeb3962d07/12345copy.jpg");background-position:bottom left !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); }#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); }#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:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.24956875rem;height:1.21875rem;top:10.5625rem;left:7.125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.4980625rem;height:2.49805rem;top:13.500000476837rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24825rem;height:2.37413125rem;top:9.875rem;left:1.3125rem;background-color:rgba(0,0,0,0.54);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.68685rem;height:0.89375rem;top:10.75rem;left:2.125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89375rem;top:10.75rem;left:12.375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { width:7.249rem;height:4.624025rem;top:1.73046875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFWN1rknm55M8yWTcScgy0HyGwAC7AuG { width:14.375rem;height:2.5625rem;top:7.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/e604d4c5-f307-4917-813d-4f1f43d29834/TheBalanceByTheBeach02.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.18625rem;height:1.625rem;top:1.3742885589599rem;left:0.90553969144819rem;font-size:1.25rem;color:#003b56;display:block; }
 }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt { width:20rem;height:15.625rem;top:78.8125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.adaptive-delivery-prevent-bg, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyload, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { width:20rem;height:4.375rem;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0.9375rem;font-size:0.875rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { width:1.31214375rem;height:1.13606875rem;top:37.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { width:9.375rem;height:1.62435rem;top:35.1875rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:3.5625rem;font-size:0.875rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { width:20rem;height:12.8125rem;top:21.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/72366095-dff6-4bed-ab30-a75e9eb21205/B.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { width:1.25rem;height:1.13606875rem;top:37.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { display:flex;width:1.25rem;height:1.25rem;top:37.25rem;left:6.25rem;font-size:0.875rem;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { width:5.75rem;height:1.13606875rem;top:37.4375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { width:7.9368125rem;height:1.2999125rem;top:36.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { width:7.0623125rem;height:1.13606875rem;top:37.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { width:5.7492875rem;height:1.13606875rem;top:34.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.375rem;top:52.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:55.125rem;left:0.9375rem;font-size:0.875rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13606875rem;top:55.25rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.62435rem;top:53rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { width:20rem;height:12.8125rem;top:39.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3c1116ad-cbae-47c3-8285-d575e6d800d5/C.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13606875rem;top:55.25rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:55.0625rem;left:6.25rem;font-size:0.875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13606875rem;top:55.25rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.2999125rem;top:53.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13606875rem;top:55.25rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13606875rem;top:52.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #O6n8z8DNF6atW2wuOK6VqxRBWeFocMho { width:20rem;height:23.625rem;top:11.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7RuruMgOgp5W75qP8wz7iGFxkaBrw63 { width:20rem;height:15.625rem;top:13.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#l7RuruMgOgp5W75qP8wz7iGFxkaBrw63.adaptive-delivery-prevent-bg, #l7RuruMgOgp5W75qP8wz7iGFxkaBrw63.lazyload, #l7RuruMgOgp5W75qP8wz7iGFxkaBrw63.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oUQ2hnUzk5A6wsxk5c1qaQ4Bl8pToH3o { width:13.9375rem;height:auto;top:11.9375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L9UcO3Rhr0PCIoFouzDdZ6glc9hg2KHN { width:6.75rem;height:auto;top:30.875rem;left:6.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kSkfnEd5Wyi6K4yJO2IolXttwdTfqNT0 { display:flex;width:1.5625rem;height:1.5625rem;top:30.5625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHq56oWxTNQQhDG7LizX4iyweIzTJzUH { width:3.125rem;height:auto;top:30.875rem;left:8.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h7AnA6fWMM8018s1az1aKZy0HnNVO5hZ { display:flex;width:1.5625rem;height:1.5625rem;top:30.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSUw2ahk36q8ERTCLqvt8fTGf9fmeRA2 { width:2.6875rem;height:auto;top:30.875rem;left:8.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LaICGUn9qEeC8dDX75ihDEvT0HzIaXhz { display:flex;width:1.5625rem;height:1.5625rem;top:30.625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgS90MJhxIRRZuhJnBM2tziLNbqo0AIQ { width:6.125rem;height:auto;top:32.9375rem;left:6.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #PMqtBU0z5qienlSXGKDhlmJJ6E2ZkuBs { width:5.75rem;height:auto;top:33rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #JkfbQbuBJCWhE8bPVXXBdXIm1Uxglgbl { width:7.0625rem;height:auto;top:33.1875rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #w4v4uExqWTQafBeQN70BPxc0XcIh4TJn { width:20rem;height:26.8125rem;top:4.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIwncTGpIH0mUvQkwNNWoblhANMiCT3 { width:20rem;height:15.625rem;top:7.4375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/9d3c7205-c9d3-487e-97d9-c325bccf65c1/s.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtIwncTGpIH0mUvQkwNNWoblhANMiCT3.adaptive-delivery-prevent-bg, #OtIwncTGpIH0mUvQkwNNWoblhANMiCT3.lazyload, #OtIwncTGpIH0mUvQkwNNWoblhANMiCT3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CiuNkoMXJnwzp52ply5X6VCHb7T4W5TA { width:13.9375rem;height:1.625rem;top:5.25rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VoEfAtiZRrPsV215EX1z6bTFa0A9Npp5 { display:flex;width:1.5625rem;height:1.5625rem;top:23.75rem;left:15.4375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #cBq5pgyy4ZhS1RCD7THVi1KAGTc11NX0 { display:flex;width:1.5625rem;height:1.5625rem;top:23.75rem;left:8.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GVcaIXCb7Agfr1mdoppw41tMwW76o23N { display:flex;width:1.5625rem;height:1.5625rem;top:23.75rem;left:2.125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #C1cTLZ2ZaxxATD35voSTolztvfDoq8zn { width:5.5rem;height:1.21875rem;top:25.875rem;left:13.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QG6l9K8GS9W4eLLlMvI6MzilEAJsz2GC { width:3.125rem;height:1.21875rem;top:25.875rem;left:7.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIQgkk1fHgoAMk0o9eyTZ3yttnQphuST { width:3rem;height:1.21875rem;top:25.875rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6F9J5znV4ibRuWke2GP6XADglSuPApe { width:6.125rem;height:1.2999125rem;top:28.8125rem;left:6.3125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bPn2eo7Q5SSsRppR5sKeFGnx3WXocJZL { width:5.75rem;height:1.13606875rem;top:28.875rem;left:1.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Egtp2ipteTqCarqTCPIeQah3wdSundDs { width:7.0625rem;height:1.13606875rem;top:28.75rem;left:10.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MMTAhS4hBbZxQeoGtWB3KrWp9yE3oaKK { width:20rem;height:2.0625rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfCLPLx8wPSIp0M02qhqDqTg2DIeQ1HM { width:19.4375rem;height:3.0625rem;top:27.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHPfpAHR0TdQmdrK158tBP2tOJMIJAQN { width:20rem;height:2rem;top:98.498703002931rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAclartpq32U1V6tHTWSDfnM3wogTSq3 { width:20rem;height:26.8125rem;top:33.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7 { width:20rem;height:15.625rem;top:36.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/90287f00-310c-419a-bcae-a04c00cb73c5/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15087;display:block; }#dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7.adaptive-delivery-prevent-bg, #dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7.lazyload, #dmGLQ6V7TmDytLEEVTHNH2Z7G64BBDW7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bo67REW0X0GS2pGCnwGexwW6sorgXrbk { width:13.9375rem;height:1.625rem;top:34.625rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #VuK7nnq9zIrhKxHhZhAkPeXGdtt5Tutn { display:flex;width:1.5625rem;height:1.5625rem;top:53.125rem;left:8.625rem;font-size:0.9375rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #u04TDkrwUDGFiLtVoLpq3KliPElhRtJV { display:flex;width:1.5625rem;height:1.5625rem;top:53.125rem;left:2.125rem;font-size:0.9375rem;z-index:15147; }
 }@media only screen and (max-width: 763px) { #EKnqvxOWyVI6UHzKvWukAHV5iU4dqLKK { width:5.5rem;height:1.21875rem;top:55.25rem;left:13.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #AGdgMg9dnuVcs6MAguEPW4vrl4M1AuNc { width:3.125rem;height:1.21875rem;top:55.25rem;left:7.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #yno5wqcBeE02W17mpaVSa6CI5ITB9qhv { width:3rem;height:1.21875rem;top:55.25rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #anPD9MWPoX8ccJ7RWfhLMTH2EgEw9GWW { width:19.4375rem;height:3.0625rem;top:57.125rem;left:0.3125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #a5oitP28LiQV491WJyROoX13GquCgm87 { width:6.125rem;height:1.2999125rem;top:58.1875rem;left:6.375rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #D8e0sh2rwedESTRZIS62SP89NuX9k1uw { width:5.75rem;height:1.13606875rem;top:58.25rem;left:1.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #BeEtVxoa3MhWIDIVbbaDipPt12pQLgut { width:5.5625rem;height:1.13606875rem;top:58.1875rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #gZsIJuzbPvOVqq0G16xqa7UWB5cPDbtI { display:flex;width:1.5625rem;height:1.5625rem;top:53.125rem;left:15.4375rem;font-size:0.9375rem;z-index:15149; }
 }@media only screen and (max-width: 763px) { #KX1qNe0zk5VMzbrVPQf9l5DpqE5MWVk5 { width:20rem;height:26.8125rem;top:63.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #sKZeOKolKJHxFq4kQnIElAGpzfRlOmTw { width:13.9375rem;height:1.625rem;top:64.125rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #spWTpozQJIXtPAGArIhDtMeLpOyKtbrr { width:20rem;height:15.625rem;top:66.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/90287f00-310c-419a-bcae-a04c00cb73c5/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15100;display:block; }#spWTpozQJIXtPAGArIhDtMeLpOyKtbrr.adaptive-delivery-prevent-bg, #spWTpozQJIXtPAGArIhDtMeLpOyKtbrr.lazyload, #spWTpozQJIXtPAGArIhDtMeLpOyKtbrr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #huc4PbwMV9xkZA6HomGkHSWnqVoWJy0c { display:flex;width:1.5625rem;height:1.5625rem;top:82.625rem;left:8.625rem;font-size:0.9375rem;z-index:15161; }
 }@media only screen and (max-width: 763px) { #I2ftRF5WpHkb0fU4psiHJ61U7d5Upvdr { display:flex;width:1.5625rem;height:1.5625rem;top:82.625rem;left:2.125rem;font-size:0.9375rem;z-index:15160; }
 }@media only screen and (max-width: 763px) { #L28ceSwGdmm9pvg2d3dFpJlRvQHq7XTy { display:flex;width:1.5625rem;height:1.5625rem;top:82.625rem;left:15.4375rem;font-size:0.9375rem;z-index:15162; }
 }@media only screen and (max-width: 763px) { #SPRpQbTwHJvi2pQW7OQT2TU1oEJBwGPx { width:5.5rem;height:1.21875rem;top:84.75rem;left:13.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #akaN7ZUgSGiuqXMcZz6iqNXaT9pqnW7D { width:3.125rem;height:1.21875rem;top:84.75rem;left:7.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #vJK2MiL1FXZmeFzdIBaeLK81JfeKBg0J { width:3rem;height:1.21875rem;top:84.75rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #Ebi3IkhFiTOrtmfTEDx89e81Cd95F44r { width:19.4375rem;height:3.0625rem;top:86.625rem;left:0.3125rem;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #EKB2oAHXBBa2Viei7BlATXKKg3BFbGs7 { width:6.125rem;height:1.2999125rem;top:87.6875rem;left:6.375rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15180;display:block; }
 }@media only screen and (max-width: 763px) { #vHvr61nry3gFbz2KGwuTW3O4JJcE2LSu { width:5.75rem;height:1.13606875rem;top:87.75rem;left:1.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #QSPxSeeI4ntKuyNDExzKwRRJXAwpRKqH { width:5.5625rem;height:1.13606875rem;top:87.6875rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15181;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c225690f-4e74-4bb3-a7a4-78b8d74f41ed/3pool_.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.77); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.77); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:7.9375rem;height:5.31140625rem;top:11.5rem;left:0rem;font-size:0.625rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:18.4375rem;height:0.96235625rem;top:10rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xIGWw3FgS2aotnJxOg9ykdvy1UPvLv0z { width:20rem;height:20.125rem;top:13.81640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJyyN9JuBNcqtzczV9uuaA07huMiBPxb { width:11.9375rem;height:6.37369375rem;top:11.5rem;left:7.9375rem;font-size:0.625rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BvIK2GGCwhCEKsP90iMeTOXMRmVdKvO4 { width:7rem;height:1.6493rem;top:18.875rem;left:7.9375rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SQebZZehgEGlACaSOTR2MKGBd0K5qmaL { width:11.5625rem;height:2.3372375rem;top:18.6875rem;left:0rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O61zN9raa4ZCZiOIoo9pKXSnTkN3LGOI { width:9.5625rem;height:6.3125rem;top:1.7724609375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/c225690f-4e74-4bb3-a7a4-78b8d74f41ed/3pool_.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); }#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); }#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:30.3125rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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.625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#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.125rem;padding-right:0;padding-bottom:0.0625rem;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.9373245239258rem;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.9373245239258rem;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.78819375rem;top:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54394375rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.39865625rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:14.5625rem;height:1.625rem;top:3.0624961853027rem;left:2.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CxACTifEXH2BJH600N4qNiP7bcuxEfHH { width:6.625rem;height:1.949575rem;top:12.606201171875rem;left:1.905517578125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CVTg27QiCOL3zZIfRm4WPidsJ8tZGhJt { width:6.375rem;height:1.949225rem;top:12.606201171875rem;left:11.676025390625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MySR1GAswnpn4oKwuRhCFA7THmxGRLOS { width:4.625rem;height:1.949575rem;top:22.49755859375rem;left:2.9052734375rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xuZHSf96ZsqitaIfxdwWmBGXtDG0cRiU { width:6.875rem;height:1.949575rem;top:22.49755859375rem;left:11.427001953125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VEE1yLVJbLsTIy8ExP15c0Zo22rhSCaK { width:4.3125rem;height:1.949575rem;top:32.93701171875rem;left:2.8125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tMIkLz1p3HrUvOdaM74aDSrmwTRmm9QQ { width:9.75rem;height:0.9747875rem;top:52.562255859375rem;left:4.81201171875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d5leWc4aZ4TXgWXlLVvwcg2NlO8W1RRp { width:4.811525rem;height:1.949575rem;top:43.12255859375rem;left:12.535400390625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xr8JgiGenMzhyt1by0nC7A6I9CmarWPC { width:5.81163125rem;height:1.949575rem;top:43.12255859375rem;left:2.3095703125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZpupTf2y5MWbz71nbiShp3Z8hNK7Z2IQ { width:6.25rem;height:0.9747875rem;top:32.93701171875rem;left:11.739501953125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #whyR4ZumpBDmPT5G79qkSEgUgo9lmBTH { width:5rem;height:5rem;top:27.158203125rem;left:12.347412109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmSptGn80STzAQJ00vJbTssef4dcmiHq { width:5rem;height:5rem;top:37.535400390625rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6RKvySIy9hxaWWkUsIQk0R4ZvqMK12k { width:5rem;height:5rem;top:37.535400390625rem;left:12.347412109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDF1ZsVokw6U3UpkIQZBvh28rkMUn8ix { width:5rem;height:5rem;top:46.66015625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJLIoUzVlTmmKiTw17vdAELGENepoomq { width:5rem;height:5rem;top:7.159423828125rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7uUGTqoTMmHNwXViQu5xOKMnHXEWc7L { width:5rem;height:5rem;top:7.158203125rem;left:12.347412109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEGuQ8oRzfkfdruJZsR0MkkwFMFrXGd { width:5rem;height:5rem;top:16.56494140625rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ebfEGuh5nTXblcrq4dnNPbd0hT55VA { width:5rem;height:5rem;top:27.158203125rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOsciwgdBexsVq01NR4EH6P2qIFNVTR { width:5rem;height:5rem;top:16.56494140625rem;left:12.347412109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:20rem;height:81.311878814697rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { width:20rem;height:1.625rem;top:2.186429977417rem;left:0rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#003b56;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { width:20rem;height:12.1875rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { width:20rem;height:12.25rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { width:20rem;height:12.125rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { width:20rem;height:12.25rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { width:20rem;height:11.375rem;top:5.5609807968139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJEXCIfCMLeziSzroGPBIyWbwqwd6inn { width:20rem;height:12.8125rem;top:17.443576812744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.1861875rem;height:1.625rem;top:2.2482643127441rem;left:0.90603309869769rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#003b56;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { width:20rem;height:37.5rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { top:4.8904085159302rem;left:0rem;width:20rem;height:12.5rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #kbMx89QL3HR9lhCyaBBaMNHiDIozKTWd { width:13.499375rem;height:0.975rem;top:18.437500774861rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spzTfShyCk9vEMZs7SyipOxoiThxNmoE { width:14.6875rem;height:0.975rem;top:19.750000774861rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vayy2ZNPJsqhnT3ZHC5uOQEkRdyzMtLf { width:18.811875rem;height:0.975rem;top:21.16250115633rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAbAlDPK3JkL5XHgUUzeW3LRAbeOoDb { width:19.125rem;height:0.975rem;top:22.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InJxTD3ON47icbCOe4wHyATfp2HXOvKi { width:14.6875rem;height:0.975rem;top:24.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp0aaFls5mUPwa3hrzSAJWgbDPkObB4K { width:14.6875rem;height:0.975rem;top:25.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3VXh2NLbspE4GuZ5JdWlRdGT7m8g5ba { width:18.9995625rem;height:3.125rem;top:27.671875774861rem;left:0.49921882152558rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZnkTMJMHGms8wUJK7r3sPXGe7qNPdUX { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }