.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b63e2b;background-image:none;position:relative;display:block; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container { background-color: transparent; background-image: none; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container > .video-iframe-container { display: none; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row > .video-iframe-container { display: none; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .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); }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container { border-width: 0; border-radius: 0; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row > .video-iframe-container {  }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#tDGwC7ZrL4kaig6HpUTikhO5fcm1peG0 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:13.125rem;top:2.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h1A36eMi/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container {  }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:75rem;height:54.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { background-color:#b63e2b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:49.000001907349rem;left:28.312501907349rem;display:block; }
#K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBMbumIPbIG0fBs3U5GgBR0cCZGhvCg5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.1875rem 0.6875rem rgba(0,0,0,0.5) ;height:33.3125rem;width:60.125rem;top:2.3125rem;left:7.4375rem;display:block; }
#HzMbyNykIcMZmqK1VnGl453ZhownZCvD { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:38.5625rem;left:13.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDHcQpIc801W7OGvPbUSJgEnJNF0RPrd { color:#000000;display:block;width:43.375rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:44.53750038147rem;left:16.5625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bc2iaoJekbJ5DsskovoLURynTk4JGNle { position:absolute;display:block;z-index:100007;height:11.25rem;width:20rem;top:41.4375rem;left:0rem;display:block; }
#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ELznCaJJ/concept_header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W.adaptive-delivery-prevent-bg, #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W.lazyload, #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W.lazyloading { background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { border-width: 0; border-radius: 0; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container {  }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D { position:relative;display:block; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D { background-color: transparent; background-image: none; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row .container > .video-iframe-container { display: none; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row > .video-iframe-container { display: none; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .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); }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D { border-width: 0; border-radius: 0; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row .container > .video-iframe-container {  }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .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:15.875rem;width:75rem;position:relative;display:block; }#UKOGeT8MPpkG5DO8FgzRo6t2xfo9xVRC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:12.875rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#WoI9V7r6Q1x9TJIJDMGMfynUT4oX6egk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:12.875rem;top:0rem;left:21.6875rem;overflow:hidden;display:block; }
#X0gw8aQtyw18T7GqfXUGVRq3gQhrWePK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:12.875rem;top:0rem;left:40.4375rem;overflow:hidden;display:block; }
#NKHXwHgg4AABvZ41WoTJeHXWMZ44Mi4t { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:12.875rem;top:0rem;left:59.1875rem;overflow:hidden;display:block; }
#m2ssEyZxEXlGm9scUETdtMCtK9l8bsu7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.96249961853rem;left:3.125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#TkBo5ynTIAOzIe7Lo7T47vG2WKT7O81N { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.9609394073488rem;left:21.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Xu4oUIiqIdTTeyvwi2mi9lM1tKnTKZTT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.9609394073488rem;left:40.625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#HbR4RD9CFFQtQLXCDLrRtsX70JRCL95V { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:8.9609394073488rem;left:59.375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN.adaptive-delivery-prevent-bg, #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN.lazyload, #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN.lazyloading { background-image: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { background-color: transparent; background-image: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container > .video-iframe-container { display: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row > .video-iframe-container { display: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .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); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { border-width: 0; border-radius: 0; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row > .video-iframe-container {  }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#HBdxVxve3mox7HZNpLDkVd3LTIx7rN56 { color:#000000;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4875011444092rem;left:8.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc.adaptive-delivery-prevent-bg, #cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc.lazyload, #cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc.lazyloading { background-image: none; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container { background-color: transparent; background-image: none; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container > .video-iframe-container { display: none; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row > .video-iframe-container { display: none; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .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); }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container { border-width: 0; border-radius: 0; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row > .video-iframe-container {  }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#OlVcoXk6Rgh1IGy4oC2TqiC8n29mwikL { position:absolute;display:block;z-index:100000;height:24.625rem;width:51.1875rem;top:3.814697265625E-6rem;left:11.90625rem;display:block; }
#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2.adaptive-delivery-prevent-bg, #ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2.lazyload, #ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2.lazyloading { background-image: none; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container { background-color: transparent; background-image: none; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container > .video-iframe-container { display: none; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row > .video-iframe-container { display: none; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .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); }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container { border-width: 0; border-radius: 0; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row > .video-iframe-container {  }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#ELJsAvlw62Rv7z1M7CTSxUOVNugnwePD { color:#000000;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4875011444092rem;left:8.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM.adaptive-delivery-prevent-bg, #m07cNZtn627JLx8ekBv2pKm1dzwEMiXM.lazyload, #m07cNZtn627JLx8ekBv2pKm1dzwEMiXM.lazyloading { background-image: none; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container { background-color: transparent; background-image: none; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container > .video-iframe-container { display: none; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row > .video-iframe-container { display: none; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .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); }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container { border-width: 0; border-radius: 0; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row > .video-iframe-container {  }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#EgHB6woLmakJEnVPWPKdioaHJhIeIOqX { position:absolute;display:block;z-index:100000;height:24.625rem;width:51.1875rem;top:0rem;left:11.875rem;display:block; }
#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container { background-color: transparent; background-image: none; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container > .video-iframe-container { display: none; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row > .video-iframe-container { display: none; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .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); }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container { border-width: 0; border-radius: 0; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row > .video-iframe-container {  }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#CgH9T4v32vTP6r45LTmNZncn8ggO59us { color:#b63e2b;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4875011444092rem;left:8.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVyHIdTZif7sJbM0DJbJwzwbbbJHkOQc { color:#000000;display:block;width:43.375rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.12343788147rem;left:15.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { background-color: transparent; background-image: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .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); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { border-width: 0; border-radius: 0; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container {  }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:42.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#b63e2b;display:block; }
#dNm5ZqTwwdsaWChQCIkP6PxkJOeNZoHF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:5.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#JffiVdvVrbsp8DXWyZm8uGpaHLM5qlDh { color:#000000;display:block;width:14rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSMqIq5odn4VNP1cVEzQMEPLEB3M09QE { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:8.125rem;left:42.0625rem;overflow:hidden;display:block; }
#Td7AtTDRD3X48N6nbMJKNMETzveZW6nb { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:45.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8dkRQsMeXHE4UPMQtlfbKn4FKOGqFRc { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:11.3125rem;left:42.0625rem;overflow:hidden;display:block; }
#n2RhOn1WTRk9euL9RXBO0VHO1yOQSpyG { color:#000000;display:block;width:7rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:11.75rem;left:45.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RcZVXdNayBa9GFdxdxHqLz3zw8c9plNc { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:8.125rem;left:54.1875rem;overflow:hidden;display:block; }
#uT1E4OQa7PZArMuEMfFcylnWJnemOPBD { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:57.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jrct6UCmmVA60qleox5Gtl1J3Tqw6WqK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:11.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#gJIVUaldbZ9lHBM3FyXcwzWZA8NA3neW { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:11.75rem;left:57.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fm9G5FzdO3NU1l0TuyxOXThTIdLTFz9a { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.625rem;width:28.1875rem;top:0rem;left:37.5rem;display:block; }
#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/dtnpc6lD/The_Mate_Type_A_FA.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:20.6875rem;width:31.125rem;position:absolute;display:block;z-index:100000;top:0rem;left:8.375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
#Tv06cTuMUoplB0nAMw4E2XSogPlAUT5m { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:23.625rem;top:4.3375005722046rem;left:12.71249961853rem;overflow:hidden;display:none; }
#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { background-color: transparent; background-image: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .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); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { border-width: 0; border-radius: 0; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container {  }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/KTf3XdIo/TheMate_2roominterior_1B_1_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:20.6875rem;width:31.125rem;position:absolute;display:block;z-index:100000;top:2.5625009536743rem;left:34.875001907349rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.adaptive-delivery-prevent-bg, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyload, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyloading { background-image: none; }
#VVeCRPLNQegwgZs6TxdK13htB81I88RA { display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#b63e2b;display:block; }
#dqwWyqzTrTpmRGQsAeWQ57MRrNrWpt3o { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:11.9375rem;left:22.375rem;overflow:hidden;display:block; }
#uJFDmpCwZqdOz3rTIOCrDwUzoiBBZvGg { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:12.375rem;left:25.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GT5ReB8LZMgRglXLedauxVEBp5knHvh6 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:15.0625rem;left:22.375rem;overflow:hidden;display:block; }
#lX4GIsLuanC3eTomTqxrO8pX5GTLeMGQ { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:15.5625rem;left:25.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngNwXAfzT7J9bgzKULrLX0frdpDTftTA { color:#000000;display:block;width:7rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:15.5625rem;left:13.375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BafCI1K0ndubRhRb1lNTR6AMxErvmWRz { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:11.875rem;left:10.25rem;overflow:hidden;display:block; }
#sSzTW2H6lhIiPeGGIKZzND2cdbn9TbdV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:15.0625rem;left:10.25rem;overflow:hidden;display:block; }
#EgkHJgtwTC0AG0PJPqw2ft5hTc4OmheV { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:12.375rem;left:13.375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gb2fv0Zzeg7w7WPBTLUyOQLETLSFSagw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:9rem;left:10.25rem;overflow:hidden;display:block; }
#EeyZpkyZkaBTzb8usuN63XRq3UvlWNCq { color:#000000;display:block;width:14rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:9.5rem;left:13.375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kp29AwywK1yTOrMTeGLh2OTSfJwk9G60 { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.625rem;width:28.1875rem;top:2.59375rem;left:7.9375rem;display:block; }
#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe.adaptive-delivery-prevent-bg, #ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe.lazyload, #ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe.lazyloading { background-image: none; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container { background-color: transparent; background-image: none; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container > .video-iframe-container { display: none; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row > .video-iframe-container { display: none; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .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); }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container { border-width: 0; border-radius: 0; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row > .video-iframe-container {  }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#hFTTax48y5rAQokDdwvO1Vbpui4ew6Kg { color:#b63e2b;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.2500003874302rem;left:21.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20.adaptive-delivery-prevent-bg, #vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20.lazyload, #vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20.lazyloading { background-image: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { background-color: transparent; background-image: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container > .video-iframe-container { display: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row > .video-iframe-container { display: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .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); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { border-width: 0; border-radius: 0; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row > .video-iframe-container {  }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#GSahqLkbIXT9TByp1cvXfXLk47erlZDH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:16.4375rem;width:21.875rem;top:5.125rem;left:1.5rem;overflow:hidden;display:block; }
#cB9gKGHsdbGDishSbsqlVv9bD833q8tF { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:22.93593788147rem;left:3.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zqBpvhz1Z5rAltTvTVbTLvUGnGs43Ip8 { position:absolute;display:block;z-index:99999;background-color:#b63e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:21rem;width:22rem;top:5.5rem;left:1.5rem;display:block; }
#ETEa6qIK5XlNC1sLX6A19JiWVnZQcNAd { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:22.9375rem;left:28.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfcB7L9mDDetTpzi3aV84BOaoiKwAHNo { position:absolute;display:block;z-index:100002;background-color:#b63e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:21rem;width:21.875rem;top:5.5rem;left:26.562501907349rem;display:block; }
#Uaf436a339bfZDsKIBIcEySmTCscr8Vf { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:16.375rem;width:21.875rem;top:5.125rem;left:26.562501907349rem;overflow:hidden;display:block; }
#UkAuH0SoIJNXCTIHhtqCy7U1QNCVWBcf { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:22.9375rem;left:53.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpnTinb9UE3i4fcrTNafdD5d9NgU1E1T { position:absolute;display:block;z-index:100005;background-color:#b63e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:21rem;width:21.875rem;top:5.5rem;left:51.5625rem;display:block; }
#Mu1Iq1VLrFUy4ZfDmxnbX3H74THObLMi { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:16.375rem;width:21.875rem;top:5.125rem;left:51.5625rem;overflow:hidden;display:block; }
#mHveCskAc2HPBSRUzbqX1WdwquL6sotM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b63e2b;background-image:none;position:relative;display:block; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container { background-color: transparent; background-image: none; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container > .video-iframe-container { display: none; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row > .video-iframe-container { display: none; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .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); }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container { border-width: 0; border-radius: 0; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row > .video-iframe-container {  }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#OW78W4qALFiRGRhEgx1h4yeOcsuNx1nw { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1429686546326rem;left:1.5625rem;height:3.65625rem;font-style:normal;display:block; }
#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b63e2b;background-image:none;position:relative;display:block; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container { background-color: transparent; background-image: none; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container > .video-iframe-container { display: none; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row > .video-iframe-container { display: none; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .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); }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container { border-width: 0; border-radius: 0; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row > .video-iframe-container {  }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#ED381rLtNG29qA9ivB2F7TsuAzvvrnWB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:42.875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#THTWSLXGJDI76XD2Hx1VT4deJWxvNPU3 { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:"times new roman";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0875015258789rem;left:42.625001907349rem;height:31.6875rem;display:block; }
#MDCFq4xTTSZ4bIQOaFfzqWhZi8bi7VTQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:42.875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#UGQsz9mMe4WfX6yxB0fEev4tLJynvcTl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:42.875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#ENABvMD9PdT4W3mqACfWbdCtobm6ydUu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.5rem;width:75rem;display:none; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ee3162;background-image:url("https://images.assets-landingi.com/LGKSQtEZ/bg_registration.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H.adaptive-delivery-prevent-bg, #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H.lazyload, #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H.lazyloading { background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container {  }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.125rem;height:7.8rem;text-align:left;text-align-last:left;color:#000000;font-style:normal;display:block; }
#Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { display:block;width:27.125rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:13.812500238419rem;left:2.125rem;height:4.14375rem;color:#000000;font-style:normal;display:block; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-form-header {  }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { height:auto;display:block;font-family:"times new roman";font-size:1.0625rem;font-weight:400;color:#3c3c3b;width:25.25rem;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; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem 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:25.25rem;box-sizing:border-box;height:3.75rem;color:#333333;font-size:0.875rem;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem 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:25.25rem;box-sizing:border-box;height:4.375rem;color:#333333;font-size:0.875rem;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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:25.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { 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:#b63e2b;background-image:none;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:3.75rem;margin-bottom:0.25rem;margin-left:3.8125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:3.625rem;font-family:"times new roman";overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.23) ; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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:"times new roman";font-size:0.75rem;font-weight:400;color:#3c3c3b;vertical-align:top;width:24rem;overflow:hidden;font-style:normal;line-height:1.6; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:first-of-type{padding-top:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:last-of-type{padding-bottom:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;position:absolute;top:5.32421875rem;left:41.500001907349rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.25rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;position:absolute;top:5.32421875rem;left:41.500001907349rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #HUJXZUPVi7R2nOdGxcXuJxkFnGL4ESnZ { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #McUiWlzOKHlGm0hQC9WmbTW2LDTvy4rR { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Ss3Hr6pSsagma0hqqg1hPicWn905DKmW { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv { position:relative; }
#WvGWMtzvszouRTRHJcLocZif4frGqMM2 { position:relative;display:block; }
#cr14etNtS1AUCqGTuCrAQEaewZWUilIF { position:relative;display:block; }
#WNHTdePbnIM8BHBU89lbm178qC0PpBBU { position:relative;display:block; }
#H2eXpsTo7luky5N9Hlh0N1r1f6qOD7I5 { position:relative;display:block; }
#QcUfsew7ALIP9eXpzhwp6GgAAU5iJdfZ { position:relative;display:block; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #eeqcEXJzXumvWTgtGVBuxT53s0akJby3 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #oTniLC11MQJLf4Zf06l3raPW2OnAlscT { position:relative;z-index:2; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #RlercXA5IT6ZCt5rVfrIyTxcSnbkT4PX { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 { position:relative; }
#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b63e2b;background-image:none;position:relative;display:block; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container { background-color: transparent; background-image: none; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container > .video-iframe-container { display: none; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row > .video-iframe-container { display: none; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .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); }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container { border-width: 0; border-radius: 0; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row > .video-iframe-container {  }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#hzHlOB9C7STHRDnTOibIx8tbtl924LeI { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1742198467254rem;left:1.5625rem;height:3.65625rem;font-style:normal;display:block; }
#ecmTmkfsRCDG4Ab6ThhqCPgwO3DUNEMS { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.0242185592651rem;left:37.500001907349rem;height:1.95rem;font-style:normal;display:block; }
#cZrT9k4vm9CctlbQZ175mTp4A7ozPZOA { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.0242185592651rem;left:37.500001907349rem;height:1.95rem;font-style:normal;display:none; }
#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b63e2b;background-image:none;position:relative;display:block; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container { background-color: transparent; background-image: none; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container > .video-iframe-container { display: none; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row > .video-iframe-container { display: none; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .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); }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container { border-width: 0; border-radius: 0; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row > .video-iframe-container {  }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#hA5oeURpGFgShUmVQVZwmghZ48vbkneB { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"times new roman";font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.4375rem;height:7.3125rem;display:block; }
#nDOMc3XtaToKuq0CRERdRVVeXySHLDtq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:36.1875rem;top:0.5rem;left:37.500001907349rem;overflow:hidden;display:block; }
#fFBG3TNuJ5onlTClux8NpaUhFKyqeShT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.9375rem;left:6.9375rem;display:none; }
#W9FOXVfBeWiCaPNaptKGkL1m8AyxIRiS { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.0242185592651rem;left:37.500001907349rem;height:1.95rem;font-style:normal;display:none; }
#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI { position:relative;display:block; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI { background-color: transparent; background-image: none; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row .container > .video-iframe-container { display: none; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row > .video-iframe-container { display: none; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .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); }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI { border-width: 0; border-radius: 0; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row .container > .video-iframe-container {  }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .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:10.625rem;width:75rem;position:relative;display:block; }#ypa7dTCCM92FdfUSaK5UfJ86dvtRfBM0 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.875rem;height:6.825rem;display:block; }
#lHZF4xfuISDEq9foJLDxDDekQl5KJAER { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.375rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#kgSL0Zzu0hMvlfzBAu8FLtmS8x0yqEh3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:5.9375rem;top:5.875rem;left:25.6875rem;overflow:hidden;display:block; }
#ghCOX6KTdF7lLvJt2vIGIkV93BHvJe0B { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.125rem;left:25.8125rem;height:1.05625rem;display:block; }
#WoK7lD16H6I0P2XoWhvwLZApOyK6brRX { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6rem;left:32.0625rem;height:1.1375rem;display:block; }
#rZZTKGdUadAgVhtq6Sf6QSbR0u20syOM { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.3125rem;left:53.1875rem;height:1.05625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb { display:block; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tDGwC7ZrL4kaig6HpUTikhO5fcm1peG0 { width:13.125rem;height:3.75rem;top:2.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:18.375rem;height:3.625rem;top:40.3125rem;left:14.687500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 1199px) { #mBMbumIPbIG0fBs3U5GgBR0cCZGhvCg5 { width:47.75rem;height:26.4555rem;top:2.1781253814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzMbyNykIcMZmqK1VnGl453ZhownZCvD { width:30.5rem;height:4.3rem;top:30.925000190735rem;left:8.6250003576281rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDHcQpIc801W7OGvPbUSJgEnJNF0RPrd { width:43.375rem;height:2.6rem;top:36.25rem;left:2.1875001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bc2iaoJekbJ5DsskovoLURynTk4JGNle { width:20rem;height:11.25rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HYcbBR8i/concept_header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W.adaptive-delivery-prevent-bg, #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W.lazyload, #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W.lazyloading { background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:47.75rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D { display:block; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UKOGeT8MPpkG5DO8FgzRo6t2xfo9xVRC { width:10.125rem;height:5.875rem;top:1.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoI9V7r6Q1x9TJIJDMGMfynUT4oX6egk { width:10.0625rem;height:5.875rem;top:1.6875rem;left:12.875000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0gw8aQtyw18T7GqfXUGVRq3gQhrWePK { width:10.0625rem;height:5.875rem;top:1.6875rem;left:24.812500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKHXwHgg4AABvZ41WoTJeHXWMZ44Mi4t { width:10.0625rem;height:5.875rem;top:1.6875rem;left:36.718752264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2ssEyZxEXlGm9scUETdtMCtK9l8bsu7 { width:10.5rem;height:3.3rem;top:8.9375rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkBo5ynTIAOzIe7Lo7T47vG2WKT7O81N { width:12.5rem;height:3.3rem;top:8.9375rem;left:11.656250357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xu4oUIiqIdTTeyvwi2mi9lM1tKnTKZTT { width:10.375rem;height:3.3rem;top:8.9375rem;left:24.656250357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbR4RD9CFFQtQLXCDLrRtsX70JRCL95V { width:11.125rem;height:3.3rem;top:8.9375rem;left:36.218752264976rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HBdxVxve3mox7HZNpLDkVd3LTIx7rN56 { width:47.75rem;height:2.65rem;top:3.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc { display:block; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container { width:47.75rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OlVcoXk6Rgh1IGy4oC2TqiC8n29mwikL { width:47.75rem;height:24.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 { display:block; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ELJsAvlw62Rv7z1M7CTSxUOVNugnwePD { width:47.75rem;height:2.65rem;top:3.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m07cNZtn627JLx8ekBv2pKm1dzwEMiXM { display:block; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container { width:47.75rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EgHB6woLmakJEnVPWPKdioaHJhIeIOqX { width:47.75rem;height:24.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc { display:block; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container { width:47.75rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CgH9T4v32vTP6r45LTmNZncn8ggO59us { width:47.75rem;height:3.25rem;top:2.4375002384186rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVyHIdTZif7sJbM0DJbJwzwbbbJHkOQc { width:43.375rem;height:2.6rem;top:6.5000009536744rem;left:2.1875001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { width:14.375rem;height:2.15rem;top:3.5625rem;left:24.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNm5ZqTwwdsaWChQCIkP6PxkJOeNZoHF { width:2.4375rem;height:2.4375rem;top:6.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JffiVdvVrbsp8DXWyZm8uGpaHLM5qlDh { width:14rem;height:1.45rem;top:7.1875rem;left:27.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSMqIq5odn4VNP1cVEzQMEPLEB3M09QE { width:2.4375rem;height:2.4375rem;top:9.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Td7AtTDRD3X48N6nbMJKNMETzveZW6nb { width:8.0625rem;height:1.45rem;top:10.0625rem;left:27.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o8dkRQsMeXHE4UPMQtlfbKn4FKOGqFRc { width:2.4375rem;height:2.4375rem;top:12.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2RhOn1WTRk9euL9RXBO0VHO1yOQSpyG { width:7rem;height:1.45rem;top:13.25rem;left:27.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcZVXdNayBa9GFdxdxHqLz3zw8c9plNc { width:2.4375rem;height:2.4375rem;top:9.6875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT1E4OQa7PZArMuEMfFcylnWJnemOPBD { width:7.25rem;height:1.45rem;top:10.0625rem;left:38.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jrct6UCmmVA60qleox5Gtl1J3Tqw6WqK { width:2.4375rem;height:2.4375rem;top:12.875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJIVUaldbZ9lHBM3FyXcwzWZA8NA3neW { width:7.25rem;height:1.45rem;top:13.25rem;left:38.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fm9G5FzdO3NU1l0TuyxOXThTIdLTFz9a { width:28.125rem;height:14.875rem;top:2rem;left:19.562500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:22.5625rem;height:14.9375rem;top:1.8437623977661rem;left:0.8125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/LyVSESGV/The_Mate_Type_A_FA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #Tv06cTuMUoplB0nAMw4E2XSogPlAUT5m { width:23.625rem;height:17.625rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { width:22.5625rem;height:14.9375rem;top:1.6562633514404rem;left:25.187500357628rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/z5E1iJTd/TheMate_2roominterior_1B.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.adaptive-delivery-prevent-bg, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyload, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #VVeCRPLNQegwgZs6TxdK13htB81I88RA { width:23.25rem;height:2.15rem;top:3.375rem;left:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dqwWyqzTrTpmRGQsAeWQ57MRrNrWpt3o { width:2.4375rem;height:2.4375rem;top:9.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJFDmpCwZqdOz3rTIOCrDwUzoiBBZvGg { width:7.25rem;height:1.45rem;top:9.6875rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GT5ReB8LZMgRglXLedauxVEBp5knHvh6 { width:2.4375rem;height:2.4375rem;top:12.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lX4GIsLuanC3eTomTqxrO8pX5GTLeMGQ { width:7.25rem;height:1.45rem;top:12.875rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ngNwXAfzT7J9bgzKULrLX0frdpDTftTA { width:4.375rem;height:1.45rem;top:12.8125rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BafCI1K0ndubRhRb1lNTR6AMxErvmWRz { width:2.4375rem;height:2.4375rem;top:9.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSzTW2H6lhIiPeGGIKZzND2cdbn9TbdV { width:2.4375rem;height:2.4375rem;top:12.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgkHJgtwTC0AG0PJPqw2ft5hTc4OmheV { width:8.0625rem;height:1.45rem;top:9.625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gb2fv0Zzeg7w7WPBTLUyOQLETLSFSagw { width:2.4375rem;height:2.4375rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeyZpkyZkaBTzb8usuN63XRq3UvlWNCq { width:14rem;height:1.45rem;top:6.75rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kp29AwywK1yTOrMTeGLh2OTSfJwk9G60 { width:28.1875rem;height:14.875rem;top:1.6875133514404rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe { display:block; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hFTTax48y5rAQokDdwvO1Vbpui4ew6Kg { width:32.5625rem;height:3.25rem;top:3.3117184638977rem;left:7.5625003576281rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 { display:block; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GSahqLkbIXT9TByp1cvXfXLk47erlZDH { width:13.8125rem;height:10.375rem;top:3.125rem;left:0.89531254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cB9gKGHsdbGDishSbsqlVv9bD833q8tF { width:14.9375rem;height:1.6rem;top:14.637500762939rem;left:0.48906254768372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqBpvhz1Z5rAltTvTVbTLvUGnGs43Ip8 { width:14.125rem;height:13.5625rem;top:4.0375003814697rem;left:0.86406254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETEa6qIK5XlNC1sLX6A19JiWVnZQcNAd { width:17.375rem;height:1.6rem;top:14.637500762939rem;left:15.187500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pfcB7L9mDDetTpzi3aV84BOaoiKwAHNo { width:14.125rem;height:13.5625rem;top:4.0375003814697rem;left:16.812500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uaf436a339bfZDsKIBIcEySmTCscr8Vf { width:14.125rem;height:10.5625rem;top:3.03125rem;left:16.812500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkAuH0SoIJNXCTIHhtqCy7U1QNCVWBcf { width:15.0625rem;height:1.6rem;top:14.637500762939rem;left:32.260156989098rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpnTinb9UE3i4fcrTNafdD5d9NgU1E1T { width:14.125rem;height:13.5625rem;top:4.0375003814697rem;left:32.728906989098rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mu1Iq1VLrFUy4ZfDmxnbX3H74THObLMi { width:14.125rem;height:10.5625rem;top:3.03125rem;left:32.728906989098rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHveCskAc2HPBSRUzbqX1WdwquL6sotM { display:block; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OW78W4qALFiRGRhEgx1h4yeOcsuNx1nw { width:47.75rem;height:3.25rem;top:3.125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W { display:block; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ED381rLtNG29qA9ivB2F7TsuAzvvrnWB { width:31.375rem;height:23.625rem;top:2.9750003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THTWSLXGJDI76XD2Hx1VT4deJWxvNPU3 { width:18.1875rem;height:28.35rem;top:2.0625rem;left:29.562500357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDCFq4xTTSZ4bIQOaFfzqWhZi8bi7VTQ { width:42.875rem;height:32.625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UGQsz9mMe4WfX6yxB0fEev4tLJynvcTl { width:42.875rem;height:32.625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ENABvMD9PdT4W3mqACfWbdCtobm6ydUu { width:47.75rem;height:36.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { width:21.8125rem;height:6.5rem;top:3.875rem;left:0.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:22.4375rem;height:3.6rem;top:11.3125rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:first-of-type{padding-top:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:last-of-type{padding-bottom:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { width:20.125rem;height:auto;top:3.875rem;left:24.187500357628rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { width:20.125rem;height:auto;top:3.875rem;left:24.187500357628rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ; }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #HUJXZUPVi7R2nOdGxcXuJxkFnGL4ESnZ {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #McUiWlzOKHlGm0hQC9WmbTW2LDTvy4rR {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Ss3Hr6pSsagma0hqqg1hPicWn905DKmW {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv {  }
 }@media only screen and (max-width: 1199px) { #WvGWMtzvszouRTRHJcLocZif4frGqMM2 { display:block; }
 }@media only screen and (max-width: 1199px) { #cr14etNtS1AUCqGTuCrAQEaewZWUilIF { display:block; }
 }@media only screen and (max-width: 1199px) { #WNHTdePbnIM8BHBU89lbm178qC0PpBBU { display:block; }
 }@media only screen and (max-width: 1199px) { #H2eXpsTo7luky5N9Hlh0N1r1f6qOD7I5 { display:block; }
 }@media only screen and (max-width: 1199px) { #QcUfsew7ALIP9eXpzhwp6GgAAU5iJdfZ { display:block; }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #eeqcEXJzXumvWTgtGVBuxT53s0akJby3 {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #oTniLC11MQJLf4Zf06l3raPW2OnAlscT {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #RlercXA5IT6ZCt5rVfrIyTxcSnbkT4PX {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE {  }
 }@media only screen and (max-width: 1199px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 {  }
 }@media only screen and (max-width: 1199px) { #o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 { display:block; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hzHlOB9C7STHRDnTOibIx8tbtl924LeI { width:19.125rem;height:3.25rem;top:3.25rem;left:1.3125rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ecmTmkfsRCDG4Ab6ThhqCPgwO3DUNEMS { width:22.375rem;height:1.7rem;top:4.0242195129394rem;left:24.625000357628rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cZrT9k4vm9CctlbQZ175mTp4A7ozPZOA { width:22.375rem;height:1.7rem;top:4.0242195129394rem;left:24.625000357628rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #iTB29qourRgIsBKvMghJXZ4H4LeeNVOL { display:block; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hA5oeURpGFgShUmVQVZwmghZ48vbkneB { width:20.875rem;height:8.8rem;top:2.2867193222046rem;left:1.5000001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDOMc3XtaToKuq0CRERdRVVeXySHLDtq { width:22.3125rem;height:10.9375rem;top:1.21875rem;left:24.187500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFBG3TNuJ5onlTClux8NpaUhFKyqeShT { width:12.5rem;height:1.25rem;top:11.9375rem;left:0.14999997615814rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W9FOXVfBeWiCaPNaptKGkL1m8AyxIRiS { width:22.375rem;height:1.7rem;top:4.0242195129394rem;left:24.625000357628rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #LoHxhTJwPG5fmiuIBLI16MzengPRS2eI { display:block; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ypa7dTCCM92FdfUSaK5UfJ86dvtRfBM0 { width:16.25rem;height:5.95rem;top:2.3375015258789rem;left:6.3124998807906rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHZF4xfuISDEq9foJLDxDDekQl5KJAER { width:5.1875rem;height:5.5rem;top:2.4242210388184rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgSL0Zzu0hMvlfzBAu8FLtmS8x0yqEh3 { width:5.9375rem;height:1.6875rem;top:3.4562511444092rem;left:30.062500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghCOX6KTdF7lLvJt2vIGIkV93BHvJe0B { width:17.6875rem;height:0.95rem;top:5.5625rem;left:30.062500357628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoK7lD16H6I0P2XoWhvwLZApOyK6brRX { width:11.125rem;height:1.1rem;top:3.75rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZZTKGdUadAgVhtq6Sf6QSbR0u20syOM { width:17.875rem;height:0.8rem;top:7.2000007629394rem;left:29.875000357628rem;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) { #PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb { display:block; }#PNTTQDuLbwvb9InKCfTiRxCGf4zgunwb > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDGwC7ZrL4kaig6HpUTikhO5fcm1peG0 { width:10.0625rem;height:2.875rem;top:1.90625rem;left:4.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:14.6875rem;height:3.125rem;top:25.375rem;left:2.6562501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #mBMbumIPbIG0fBs3U5GgBR0cCZGhvCg5 { height:11.0805rem;width:20rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzMbyNykIcMZmqK1VnGl453ZhownZCvD { width:17.125rem;height:4.5rem;top:13.887499809265rem;left:1.4375001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDHcQpIc801W7OGvPbUSJgEnJNF0RPrd { width:16.875rem;height:4.4rem;top:18.967969894409rem;left:1.5625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bc2iaoJekbJ5DsskovoLURynTk4JGNle { width:11.9375rem;height:6.6875rem;top:17.155468940735rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D { display:block; }#TQPvBQaJZ9rLs5kX0sT2MTaFJmNt0L3D > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKOGeT8MPpkG5DO8FgzRo6t2xfo9xVRC { width:11.625rem;height:6.75rem;top:1.375rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoI9V7r6Q1x9TJIJDMGMfynUT4oX6egk { width:11.5625rem;height:6.75rem;top:14.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0gw8aQtyw18T7GqfXUGVRq3gQhrWePK { width:11.5625rem;height:6.75rem;top:27.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKHXwHgg4AABvZ41WoTJeHXWMZ44Mi4t { width:11.5625rem;height:6.75rem;top:41rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2ssEyZxEXlGm9scUETdtMCtK9l8bsu7 { width:12.5rem;height:3.9rem;top:9.0624990463256rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBo5ynTIAOzIe7Lo7T47vG2WKT7O81N { width:12.5rem;height:3.9rem;top:21.6875rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu4oUIiqIdTTeyvwi2mi9lM1tKnTKZTT { width:12.5rem;height:3.9rem;top:35.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbR4RD9CFFQtQLXCDLrRtsX70JRCL95V { width:12.5rem;height:3.9rem;top:48.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBdxVxve3mox7HZNpLDkVd3LTIx7rN56 { width:20rem;height:2rem;top:1.4054688811302rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc { display:block; }#cEcae2mCvGt8PwZIzgSDrE2ahVsmIpuc > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlVcoXk6Rgh1IGy4oC2TqiC8n29mwikL { width:20rem;height:24.625rem;top:1.28515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 { display:block; }#ElHo5vHLtf0EpQh409kIyn0Rve4Dzuo2 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELJsAvlw62Rv7z1M7CTSxUOVNugnwePD { width:20rem;height:2rem;top:1.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m07cNZtn627JLx8ekBv2pKm1dzwEMiXM { display:block; }#m07cNZtn627JLx8ekBv2pKm1dzwEMiXM > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgHB6woLmakJEnVPWPKdioaHJhIeIOqX { width:20rem;height:24.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc { display:block; }#SA0bbfFDn0Rw2bXpefUzPAxh0AbMd9dc > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgH9T4v32vTP6r45LTmNZncn8ggO59us { width:20rem;height:2rem;top:2.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVyHIdTZif7sJbM0DJbJwzwbbbJHkOQc { width:17.75rem;height:5.2rem;top:5.1875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { width:18.75rem;height:1.95rem;top:17.061731576919rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNm5ZqTwwdsaWChQCIkP6PxkJOeNZoHF { width:2.4375rem;height:2.4375rem;top:20.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JffiVdvVrbsp8DXWyZm8uGpaHLM5qlDh { width:14rem;height:1.45rem;top:20.86874961853rem;left:5.9999998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WSMqIq5odn4VNP1cVEzQMEPLEB3M09QE { width:2.4375rem;height:2.4375rem;top:23.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td7AtTDRD3X48N6nbMJKNMETzveZW6nb { width:8.0625rem;height:1.45rem;top:24.11874961853rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8dkRQsMeXHE4UPMQtlfbKn4FKOGqFRc { width:2.4375rem;height:2.4375rem;top:30.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2RhOn1WTRk9euL9RXBO0VHO1yOQSpyG { width:7rem;height:1.45rem;top:30.68124961853rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcZVXdNayBa9GFdxdxHqLz3zw8c9plNc { width:2.4375rem;height:2.4375rem;top:26.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1E4OQa7PZArMuEMfFcylnWJnemOPBD { width:7.25rem;height:1.45rem;top:27.30624961853rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jrct6UCmmVA60qleox5Gtl1J3Tqw6WqK { width:2.4375rem;height:2.4375rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJIVUaldbZ9lHBM3FyXcwzWZA8NA3neW { width:7.25rem;height:1.45rem;top:34.11874961853rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fm9G5FzdO3NU1l0TuyxOXThTIdLTFz9a { width:16.6875rem;height:21.5625rem;top:15.75rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:20rem;height:15.125rem;top:0.81093788146975rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/LyVSESGV/The_Mate_Type_A_FA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tv06cTuMUoplB0nAMw4E2XSogPlAUT5m { width:20rem;height:14.920634920635rem;top:38.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { width:20rem;height:15.125rem;top:0.87500667572019rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/z5E1iJTd/TheMate_2roominterior_1B.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.adaptive-delivery-prevent-bg, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyload, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VVeCRPLNQegwgZs6TxdK13htB81I88RA { width:20rem;height:1.95rem;top:16.924999713897rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwWyqzTrTpmRGQsAeWQ57MRrNrWpt3o { width:2.4375rem;height:2.4375rem;top:27.012500017881rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJFDmpCwZqdOz3rTIOCrDwUzoiBBZvGg { width:7.25rem;height:1.45rem;top:27.381249636412rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GT5ReB8LZMgRglXLedauxVEBp5knHvh6 { width:2.4375rem;height:2.4375rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4GIsLuanC3eTomTqxrO8pX5GTLeMGQ { width:7.25rem;height:1.45rem;top:34.125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngNwXAfzT7J9bgzKULrLX0frdpDTftTA { width:7rem;height:1.45rem;top:30.900000780821rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BafCI1K0ndubRhRb1lNTR6AMxErvmWRz { width:2.4375rem;height:2.4375rem;top:23.706250399351rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzTW2H6lhIiPeGGIKZzND2cdbn9TbdV { width:2.4375rem;height:2.4375rem;top:30.406251162291rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgkHJgtwTC0AG0PJPqw2ft5hTc4OmheV { width:8.0625rem;height:1.45rem;top:24.075000762939rem;left:5.9999998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gb2fv0Zzeg7w7WPBTLUyOQLETLSFSagw { width:2.4375rem;height:2.4375rem;top:20.368751525879rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeyZpkyZkaBTzb8usuN63XRq3UvlWNCq { width:14rem;height:1.45rem;top:20.862499654293rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kp29AwywK1yTOrMTeGLh2OTSfJwk9G60 { width:16.6875rem;height:21.6875rem;top:16rem;left:1.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe { display:block; }#ngbBUnZgWwu9dLHa1Zv6SN28vagMhnfe > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFTTax48y5rAQokDdwvO1Vbpui4ew6Kg { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/7KJcyODN/bg_registration.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20.adaptive-delivery-prevent-bg, #vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20.lazyload, #vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20.lazyloading { background-image: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { background-color: transparent; background-image: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container > .video-iframe-container { display: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row > .video-iframe-container { display: none; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .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); }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { border-width: 0; border-radius: 0; }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row > .video-iframe-container {  }#vX4FxDPPHTU2ow6A1T7LB92rFRxHwE20 > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSahqLkbIXT9TByp1cvXfXLk47erlZDH { width:17.5rem;height:13.125rem;top:1.6242198944092rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB9gKGHsdbGDishSbsqlVv9bD833q8tF { width:17.375rem;height:1.85rem;top:15.68593788147rem;left:1.3125001192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqBpvhz1Z5rAltTvTVbTLvUGnGs43Ip8 { width:17.5625rem;height:17.1875rem;top:1.6242198944092rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEa6qIK5XlNC1sLX6A19JiWVnZQcNAd { width:17.375rem;height:1.85rem;top:35.9375rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcB7L9mDDetTpzi3aV84BOaoiKwAHNo { width:17.5625rem;height:17.1875rem;top:21.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaf436a339bfZDsKIBIcEySmTCscr8Vf { width:17.125rem;height:12.875rem;top:21.875000953674rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkAuH0SoIJNXCTIHhtqCy7U1QNCVWBcf { width:17.375rem;height:1.85rem;top:55.562501907349rem;left:1.3125001192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpnTinb9UE3i4fcrTNafdD5d9NgU1E1T { width:17.5625rem;height:17.1875rem;top:41.625001907349rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu1Iq1VLrFUy4ZfDmxnbX3H74THObLMi { width:17.5rem;height:12.875rem;top:41.625001430511rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHveCskAc2HPBSRUzbqX1WdwquL6sotM { display:block; }#mHveCskAc2HPBSRUzbqX1WdwquL6sotM > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OW78W4qALFiRGRhEgx1h4yeOcsuNx1nw { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W { display:block; }#dOGZWKypAbWvVdKTwNnzxR0poJ2FGy8W > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ED381rLtNG29qA9ivB2F7TsuAzvvrnWB { width:20rem;height:15.25rem;top:7.7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #THTWSLXGJDI76XD2Hx1VT4deJWxvNPU3 { width:17.625rem;height:28.35rem;top:16.499218702316rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDCFq4xTTSZ4bIQOaFfzqWhZi8bi7VTQ { width:20rem;height:15.25rem;top:19.074996948243rem;left:1.3999999761581rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #UGQsz9mMe4WfX6yxB0fEev4tLJynvcTl { width:20rem;height:15.25rem;top:6.2000002861023rem;left:1.3999999761581rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #ENABvMD9PdT4W3mqACfWbdCtobm6ydUu { top:1.1242198944092rem;left:0rem;width:20rem;height:15.3125rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { width:18.75rem;height:4.5rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:19rem;height:3.3rem;top:7rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { width:10.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.3125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-checkbox-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:first-of-type{padding-top:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:last-of-type{padding-bottom:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { width:15.5rem;height:auto;top:11.55rem;left:1rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { width:15.5rem;height:auto;top:11.55rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #HUJXZUPVi7R2nOdGxcXuJxkFnGL4ESnZ {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #McUiWlzOKHlGm0hQC9WmbTW2LDTvy4rR {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Ss3Hr6pSsagma0hqqg1hPicWn905DKmW {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv {  }
 }@media only screen and (max-width: 763px) { #WvGWMtzvszouRTRHJcLocZif4frGqMM2 { display:block; }
 }@media only screen and (max-width: 763px) { #cr14etNtS1AUCqGTuCrAQEaewZWUilIF { display:block; }
 }@media only screen and (max-width: 763px) { #WNHTdePbnIM8BHBU89lbm178qC0PpBBU { display:block; }
 }@media only screen and (max-width: 763px) { #H2eXpsTo7luky5N9Hlh0N1r1f6qOD7I5 { display:block; }
 }@media only screen and (max-width: 763px) { #QcUfsew7ALIP9eXpzhwp6GgAAU5iJdfZ { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #eeqcEXJzXumvWTgtGVBuxT53s0akJby3 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #oTniLC11MQJLf4Zf06l3raPW2OnAlscT {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #RlercXA5IT6ZCt5rVfrIyTxcSnbkT4PX {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 {  }
 }@media only screen and (max-width: 763px) { #o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 { display:block; }#o8tmN7Tgad11wxrewZTTMwwsUhJHgkP0 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzHlOB9C7STHRDnTOibIx8tbtl924LeI { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecmTmkfsRCDG4Ab6ThhqCPgwO3DUNEMS { width:20rem;height:0;top:10.275000572204rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cZrT9k4vm9CctlbQZ175mTp4A7ozPZOA { width:20rem;height:0;top:2.0999994277954rem;left:1.3999999761581rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #iTB29qourRgIsBKvMghJXZ4H4LeeNVOL { display:block; }#iTB29qourRgIsBKvMghJXZ4H4LeeNVOL > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA5oeURpGFgShUmVQVZwmghZ48vbkneB { width:17.25rem;height:6.8rem;top:1.25rem;left:1.3750001192093rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #nDOMc3XtaToKuq0CRERdRVVeXySHLDtq { width:19.5625rem;height:9.5625rem;top:13.250000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFBG3TNuJ5onlTClux8NpaUhFKyqeShT { top:11.368750572204rem;left:0rem;width:20rem;height:1.45rem;z-index:100005;font-family:montserrat;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9FOXVfBeWiCaPNaptKGkL1m8AyxIRiS { width:20rem;height:0;top:11.03750038147rem;left:1.3999999761581rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #LoHxhTJwPG5fmiuIBLI16MzengPRS2eI { display:block; }#LoHxhTJwPG5fmiuIBLI16MzengPRS2eI > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypa7dTCCM92FdfUSaK5UfJ86dvtRfBM0 { width:20rem;height:6.65rem;top:8.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHZF4xfuISDEq9foJLDxDDekQl5KJAER { width:6rem;height:6.4375rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSL0Zzu0hMvlfzBAu8FLtmS8x0yqEh3 { width:5.9375rem;height:1.6875rem;top:17.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghCOX6KTdF7lLvJt2vIGIkV93BHvJe0B { width:18rem;height:1.05rem;top:21.525000572204rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoK7lD16H6I0P2XoWhvwLZApOyK6brRX { width:18rem;height:1.1rem;top:19.186720848084rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZZTKGdUadAgVhtq6Sf6QSbR0u20syOM { width:14.4375rem;height:2.1rem;top:24.374220848084rem;left:2.7812501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }