.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/fb8ec63a-b20b-423a-a116-3085f6a4afd7/Tolandingpage7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.adaptive-delivery-prevent-bg, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyload, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyloading { background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { background-color: transparent; background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { border-width: 0; border-radius: 0; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#dbLkZnIBctze9wsy7xRUmEHeucnKksfi { display:block;width:29.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.5rem;left:4.75rem;height:7.1875rem;font-style:normal;color:#ffffff;display:block; }
#apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { background-color:#e5a396;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.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.25rem;left:4.5625rem;display:block; }
#StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#yg2TX866OSvKCSGhvMS2TrbvXbBm3VNx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.5rem;top:0.6875rem;left:26.80859375rem;overflow:hidden;display:block; }
#O3piaVEPoa6Vz1OxSgaVCubKd3iVJzOI { color:#ffa08d;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.841796875rem;left:4.74609375rem;height:16rem;text-align:center;text-align-last:center;display:block; }
#ZPNbMnLet1L7Tf44T4lwHA2qrglz11PH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.7493095625rem;width:25.4997691875rem;top:20.341796875rem;left:31.3427734375rem;overflow:hidden;display:block; }
#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { background-color: transparent; background-image: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .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); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { border-width: 0; border-radius: 0; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#XtIftxhQ7MFFNmEzhWQ4hLr4vmvZOUAi { color:#e5a396;display:block;width:22.9354305rem;position:absolute;font-family:oswald;font-size:5.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:27.8125rem;height:6.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcA0ttcLtVr9e1iDuSRxlQou8z5PLtnQ { color:#ffffff;display:block;width:39.1865806875rem;position:absolute;font-family:oswald;font-size:4.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.6875rem;height:12rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { background-color: transparent; background-image: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .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); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { border-width: 0; border-radius: 0; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#Z8dObbbwZUzCDqywUdSaEFq9m91eaDo3 { display:block;width:15.7490806875rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6293640136719rem;left:1.184513092041rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { display:block;width:14.1245403125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:11.686584472656rem;left:1.997932434082rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { display:block;width:14.4370403125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:13.376602172851rem;left:43.718978881836rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.88948059082rem;left:44.6875rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#cVtfJVTXkOJaxHkclEJNpQvGPGPBAfKK { box-sizing:content-box;height:16.6865806875rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:4.1875rem;left:0rem;border-top:0.125rem solid #e5a396;border-left:0.125rem solid #e5a396;border-right:0.125rem solid #e5a396;border-bottom:0.125rem solid #e5a396;border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-top-left-radius:2.75rem;display:block; }
#kzr2sVGTyvqxxKXoXldsNNf7ae8kESNf { box-sizing:content-box;height:16.6865806875rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:4.9375rem;left:41.9375rem;border-top:0.125rem solid #e5a396;border-left:0.125rem solid #e5a396;border-right:0.125rem solid #e5a396;border-bottom:0.125rem solid #e5a396;border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-top-left-radius:2.75rem;display:block; }
#HvqLIkw7pQrnyZip5pNAygaxVJ55TACL { box-sizing:content-box;height:16.6865806875rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:8.4375rem;left:20.875rem;border-top:0.125rem solid #e5a396;border-left:0.125rem solid #e5a396;border-right:0.125rem solid #e5a396;border-bottom:0.125rem solid #e5a396;border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-top-left-radius:2.75rem;display:block; }
#E1sqLlzuah974A12fcHgQuia3TII69QR { display:block;width:14.8747701875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:15.744491577149rem;left:22.48046875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { display:block;width:15.5618105rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.276885986328rem;left:22.136947631836rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#EGvs5W4dnswQlEwWmdENpKTWSIh9TCdC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:0.70198059082031rem;left:52.24723815918rem;overflow:hidden;display:block; }
#oUP7HHMQnXAPkAUUheb1JtAn6z0C9lkl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3743105rem;width:8.3743105rem;top:2.6792373657226rem;left:25.730697631836rem;overflow:hidden;display:block; }
#UZCS0IfQzWDZevPamb0DIcpokZZOZMHh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.2497701875rem;width:9.2497701875rem;top:1.0443420410156rem;left:1.184513092041rem;overflow:hidden;display:block; }
#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { background-color: transparent; background-image: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container > .video-iframe-container { display: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container { display: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .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); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { border-width: 0; border-radius: 0; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#TIU41hQiUg1m6uGytp8SxUx6ciHDezus { background-color:#e5a396;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.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.46875rem;left:17.25rem;display:block; }
#efV6DIAtLBgLu9GIQeLuzynXRZAFDNR7 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f244cd42-da58-445d-900e-c6745953fb6e/body28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41.adaptive-delivery-prevent-bg, #FCGunJUHeIFl8RrFJhTr3P2IieKQoT41.lazyload, #FCGunJUHeIFl8RrFJhTr3P2IieKQoT41.lazyloading { background-image: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container { background-color: transparent; background-image: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container > .video-iframe-container { display: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row > .video-iframe-container { display: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .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); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container { border-width: 0; border-radius: 0; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#KXLehbPDHo0ubQTtvZMq2DTxp13KOF05 { color:#ffffff;display:block;width:37.1243095625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.0625rem;left:11.4375rem;height:5.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O8exNAhas7RS8ls1H2OOESnFp1hlpxtu { color:#e5a396;display:block;width:40.2493095625rem;position:absolute;font-family:oswald;font-size:4.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.375rem;left:9.875rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGsK2PpgE1P8u5btrmKytOCyuDJqlClu { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.625rem;left:16.875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4f4206e-e2bc-4b40-b511-37876af7923a/body31.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT.adaptive-delivery-prevent-bg, #nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT.lazyload, #nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT.lazyloading { background-image: none; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container { background-color: transparent; background-image: none; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container > .video-iframe-container { display: none; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row > .video-iframe-container { display: none; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .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); }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container { border-width: 0; border-radius: 0; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#qLsTBafPmxskTnM9Zive2LlQm1Cse13c { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.75rem;width:33.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:5.8111114501953rem;left:0rem;overflow:hidden;display:block; }
#vl9w3ZXXQAGPnZIzKlDcDvGu5eactwcE { display:block;width:25.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:20.0625rem;left:33.8125rem;height:20.25rem;font-style:normal;color:#1d1d1b;display:block; }
#TTOwP8wTHrX2MHBcQesUkJ5p63mZvf7V { color:#002642;display:block;width:17.8745403125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:40rem;height:3.0625rem;text-align:left;text-align-last:left;display:block; }
#k97DEmcr3nIefI1q6xakBEvVDrLmw62U { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:oswald;font-size:5.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5224609375rem;left:33.8115234375rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ws45EOTFTXQz0PClsMGrB0oLqKKEWIu0 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.125rem;left:33.6875rem;height:6.1875rem;display:block; }
#JKaPpwnZniqDP6cLvBdBZdN3ZLvuz3qR { background-color:#0c7d00;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.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:6.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.9375rem;left:7.0625rem;display:block; }
#mWUksHBOJEfUxMg1MfLXBU3XhylUXvoo { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dd44b1f-7e58-4e14-8c07-fa19ba3944ad/Tolandingpage8.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL.adaptive-delivery-prevent-bg, #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL.lazyload, #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL.lazyloading { background-image: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { background-color: transparent; background-image: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container > .video-iframe-container { display: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container { display: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .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); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { border-width: 0; border-radius: 0; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { display:block;width:60rem;position:absolute;font-family:oswald;font-size:5.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:6.8125rem;text-align:center;text-align-last:center;color:#e5a396;font-style:normal;display:block; }
#q2sV65NMAcHhRRHm64wFq3SUntHuKgHi { display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#SiupBiFsBQSs6ED85BVJ4QOokISO6tZN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:31.25rem;top:19.658782958984rem;left:0rem;overflow:hidden;display:block; }
#NSJPvQ3qT1EJpPxU1pPwDTVpMzZsH2Be { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4995403125rem;width:22.5rem;top:21.498168945312rem;left:34.246322631836rem;overflow:hidden;display:block; }
#G4AH18QmSzaQbqWR4wGTeW7BeNDXGSBI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3745403125rem;width:20.0620403125rem;top:28.809753417969rem;left:26.822151184082rem;overflow:hidden;display:block; }
#xXT5Q9O5Q7OzSZb4XdwvUT32Ol8L6OKn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.2493105rem;width:18.0618095625rem;top:32.981384277344rem;left:8.7614898681637rem;overflow:hidden;display:block; }
#Kc4tK1p8BcCv5bEgGJw4qvsZfSxNRnCG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1870403125rem;width:24.2497691875rem;top:38.436340332031rem;left:24.654182434082rem;overflow:hidden;display:block; }
#XfVPnCQ8zuvK7g5MTpTo5LT7en3waAwq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:19.4375rem;top:32.177400230469rem;left:40.435679739684rem;overflow:hidden;display:block; }
#DPGqw2rmSTzo5TDWdmLDmGPmZJ2saKXZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3122701875rem;width:17.9365806875rem;top:45.691619873047rem;left:13.999309539795rem;overflow:hidden;display:block; }
#euwpeZVNN8m8Fo4FPobBgLWEchAcDEFL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1243095625rem;width:17.1243095625rem;top:45.713012695312rem;left:0rem;overflow:hidden;display:block; }
#etmuVfgHftaBBTKHuhU61VfdM50OXzIu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1240806875rem;width:22.9365806875rem;top:46.569396972656rem;left:28.50643157959rem;overflow:hidden;display:block; }
#u7I4aIpZZeA5TQ0WaxwtcZSqlW7IHzAQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1243105rem;width:18.3743095625rem;top:43.005523681641rem;left:40.435432434082rem;overflow:hidden;display:block; }
#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container { background-color: transparent; background-image: none; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container > .video-iframe-container { display: none; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row > .video-iframe-container { display: none; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .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); }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container { border-width: 0; border-radius: 0; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#HwFexWMGwOiRt0f67vW6cukdJ2cHaJwz { display:block;width:60rem;position:absolute;font-family:oswald;font-size:6.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:15.875rem;text-align:center;text-align-last:center;color:#e5a396;font-style:normal;display:block; }
#lRWBe0EapeHn9GgHTWKuJ6CPqJp6EtcX { display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#UHXACMRCcTa95wlestX1JJ9tk84wBDfk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { background-color: transparent; background-image: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .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); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { border-width: 0; border-radius: 0; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#w6XF9Zy0LzLrzqWI9iMt2EFcaB3D1lpX { border-top:0.1875rem solid #e5a396;border-left:0.1875rem solid #e5a396;border-right:0.1875rem solid #e5a396;border-bottom:0.1875rem solid #e5a396;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#000000;background-image:none;height:30.1240806875rem;width:25.625rem;position:absolute;display:block;z-index:15004;top:2.1245422363281rem;left:32.039291381836rem;display:block; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-form-header {  }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:300;color:#ffffff;width:20.625rem;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;overflow:hidden;font-style:normal; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: none; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: none; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.9375rem;overflow:hidden;box-shadow: none; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .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; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#e5a396;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:20.625rem;height:3.75rem;font-family:"open sans";overflow:hidden; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .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:"open sans";font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:19.375rem;overflow:hidden;font-style:normal;line-height:1.6; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .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; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .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:"open sans";font-size:0.75rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-container:first-of-type{padding-top:0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-container:last-of-type{padding-bottom:0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:4.0712890625rem;left:33.4375rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM {display:block;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:4.0712890625rem;left:33.4375rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #XZRSmT1BzgZwOQdo3fgTVU8O384aPrwO { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #dSqrse6LUFMoUOxfwfEaTWsleiHi1WAu { position:relative;display:block; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #o8H2LyBIZnvHIrKO6aQMEgASTL8XFClV { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #SUCf0E6VQqJ25W6k81E5lqQ7kMBtgGTi { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #mITzhuuPn6yT7nR8CzIKWeIKiyWAbW5A { position:relative;display:block; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #fJHvmEoNhOcom0vmbMhz2rvuPxywzT7Z { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #MKcPTzzaZV7zN0nIWiVxldufVVv8nivt { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #LLwPf3GkySNt38f2ycvZnQUWGzaeLCqk { position:relative;z-index:2; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #uwJVMQomGOcT4s0LeHCvkTySaDfDpVzs { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #sZ9KEF63hWxqF3QT67gP9rNGMTTLhHkC { position:relative; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #MbsCbX1mXhgfQR6XtyaStJnDyfhdasP6 { position:relative; }
#cglZ2kgueu1H5lGAVIMyrSbn73EFnunK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:25.2493095625rem;top:2.0413818359375rem;left:2.3747711181641rem;overflow:hidden;display:block; }
#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container { background-color: transparent; background-image: none; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container > .video-iframe-container { display: none; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row > .video-iframe-container { display: none; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .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); }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container { border-width: 0; border-radius: 0; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#ZDz0yiAw9J09ElWa3xkNmxAct0mSD073 { color:#6d6d6d;display:block;width:40.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:9.75rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qU9dFpUz/bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); } }@media only screen and (max-width: 763px) { #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbLkZnIBctze9wsy7xRUmEHeucnKksfi { width:23.875rem;height:4.125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #yg2TX866OSvKCSGhvMS2TrbvXbBm3VNx { top:0.6875rem;left:17.375rem;width:6.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3piaVEPoa6Vz1OxSgaVCubKd3iVJzOI { top:8.8125rem;left:0rem;width:47.75rem;height:8rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNbMnLet1L7Tf44T4lwHA2qrglz11PH { top:20.3125rem;left:22.3125rem;width:25.4375rem;height:32.670007372372rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtIftxhQ7MFFNmEzhWQ4hLr4vmvZOUAi { top:11.0625rem;left:21.6875rem;width:22.875rem;height:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcA0ttcLtVr9e1iDuSRxlQou8z5PLtnQ { top:6.375rem;left:1.5625rem;width:39.125rem;height:5.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8dObbbwZUzCDqywUdSaEFq9m91eaDo3 { width:10.625rem;height:1.75rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { width:10.625rem;height:6.25rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { width:10.625rem;height:6.25rem;top:8.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { width:10.625rem;height:1.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVtfJVTXkOJaxHkclEJNpQvGPGPBAfKK { top:4.1875rem;left:0rem;width:17.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzr2sVGTyvqxxKXoXldsNNf7ae8kESNf { top:4.9375rem;left:17.6875rem;width:17.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvqLIkw7pQrnyZip5pNAygaxVJ55TACL { top:8.4375rem;left:5.75rem;width:17.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sqLlzuah974A12fcHgQuia3TII69QR { width:10.625rem;height:6.25rem;top:8.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGvs5W4dnswQlEwWmdENpKTWSIh9TCdC { top:0.6875rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUP7HHMQnXAPkAUUheb1JtAn6z0C9lkl { top:2.625rem;left:15.5625rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCS0IfQzWDZevPamb0DIcpokZZOZMHh { top:1rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIU41hQiUg1m6uGytp8SxUx6ciHDezus { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efV6DIAtLBgLu9GIQeLuzynXRZAFDNR7 { display:block; }
 }@media only screen and (max-width: 763px) { #FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 { display:block; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXLehbPDHo0ubQTtvZMq2DTxp13KOF05 { top:19.0625rem;left:5.3122711181641rem;width:37.0625rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8exNAhas7RS8ls1H2OOESnFp1hlpxtu { top:6.375rem;left:3.75rem;width:40.1875rem;height:6.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGsK2PpgE1P8u5btrmKytOCyuDJqlClu { top:13.625rem;left:10.75rem;width:26.25rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT { display:block; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLsTBafPmxskTnM9Zive2LlQm1Cse13c { width:33.8125rem;height:27.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl9w3ZXXQAGPnZIzKlDcDvGu5eactwcE { width:30rem;height:8.4375rem;top:6.0625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOwP8wTHrX2MHBcQesUkJ5p63mZvf7V { top:9.25rem;left:29.9375rem;width:17.8125rem;height:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k97DEmcr3nIefI1q6xakBEvVDrLmw62U { top:3.5rem;left:27.6865234375rem;width:14.0625rem;height:6.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws45EOTFTXQz0PClsMGrB0oLqKKEWIu0 { top:14.125rem;left:22.5625rem;width:25.1875rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKaPpwnZniqDP6cLvBdBZdN3ZLvuz3qR { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUksHBOJEfUxMg1MfLXBU3XhylUXvoo { display:block; }
 }@media only screen and (max-width: 763px) { #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL { display:block; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { width:47.75rem;height:6.75rem;top:8.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2sV65NMAcHhRRHm64wFq3SUntHuKgHi { width:47.75rem;height:2.1875rem;top:15.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiupBiFsBQSs6ED85BVJ4QOokISO6tZN { top:19.625rem;left:0rem;width:31.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJPvQ3qT1EJpPxU1pPwDTVpMzZsH2Be { top:21.4375rem;left:25.25rem;width:22.5rem;height:8.4995403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4AH18QmSzaQbqWR4wGTeW7BeNDXGSBI { top:28.75rem;left:20.697151184082rem;width:20rem;height:10.342457846659rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXT5Q9O5Q7OzSZb4XdwvUT32Ol8L6OKn { top:32.9375rem;left:2.6364898681641rem;width:18rem;height:15.197125628536rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc4tK1p8BcCv5bEgGJw4qvsZfSxNRnCG { top:38.375rem;left:18.529182434082rem;width:24.1875rem;height:8.1660174176284rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfVPnCQ8zuvK7g5MTpTo5LT7en3waAwq { top:32.125rem;left:27.0625rem;width:19.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGqw2rmSTzo5TDWdmLDmGPmZJ2saKXZ { top:45.6875rem;left:7.874309539795rem;width:17.875rem;height:13.266565893877rem;display:block; }
 }@media only screen and (max-width: 763px) { #euwpeZVNN8m8Fo4FPobBgLWEchAcDEFL { top:45.6875rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etmuVfgHftaBBTKHuhU61VfdM50OXzIu { top:46.5625rem;left:22.38143157959rem;width:22.875rem;height:20.070051068137rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7I4aIpZZeA5TQ0WaxwtcZSqlW7IHzAQ { top:43rem;left:29.4375rem;width:18.3125rem;height:12.083525385051rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz1WTkmpogVO83JASWqJy8TdWQcqQosq { display:block; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwFexWMGwOiRt0f67vW6cukdJ2cHaJwz { width:47.75rem;height:7.9375rem;top:5.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRWBe0EapeHn9GgHTWKuJ6CPqJp6EtcX { width:47.75rem;height:2.1875rem;top:13.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXACMRCcTa95wlestX1JJ9tk84wBDfk { display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6XF9Zy0LzLrzqWI9iMt2EFcaB3D1lpX { width:23.5rem;height:23.6875rem;top:3rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM  { width:20.625rem;height:auto;top:3.5rem;left:24.25rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM {display:block;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM { width:20.625rem;height:auto;top:3.5rem;left:24.25rem; }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #XZRSmT1BzgZwOQdo3fgTVU8O384aPrwO {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #dSqrse6LUFMoUOxfwfEaTWsleiHi1WAu {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #o8H2LyBIZnvHIrKO6aQMEgASTL8XFClV {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #SUCf0E6VQqJ25W6k81E5lqQ7kMBtgGTi {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #mITzhuuPn6yT7nR8CzIKWeIKiyWAbW5A {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #fJHvmEoNhOcom0vmbMhz2rvuPxywzT7Z {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #MKcPTzzaZV7zN0nIWiVxldufVVv8nivt {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #LLwPf3GkySNt38f2ycvZnQUWGzaeLCqk {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #uwJVMQomGOcT4s0LeHCvkTySaDfDpVzs {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #sZ9KEF63hWxqF3QT67gP9rNGMTTLhHkC {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #MbsCbX1mXhgfQR6XtyaStJnDyfhdasP6 {  }
 }@media only screen and (max-width: 763px) { #cglZ2kgueu1H5lGAVIMyrSbn73EFnunK { top:2rem;left:0rem;width:25.1875rem;height:31.173500924913rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D { display:block; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDz0yiAw9J09ElWa3xkNmxAct0mSD073 { top:1.625rem;left:3.625rem;width:40.5rem;height:1.875rem;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) { #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/76860b85-0d0e-41ad-b2b2-16e77d6053ae/TALP.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.adaptive-delivery-prevent-bg, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyload, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyloading { background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { background-color: transparent; background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbLkZnIBctze9wsy7xRUmEHeucnKksfi { width:15.8743105rem;height:7.875rem;top:35.6875rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { width:17.2495403125rem;height:3.249080875rem;top:57.062267303467rem;left:1.3740807771682rem;font-size:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #yg2TX866OSvKCSGhvMS2TrbvXbBm3VNx { width:3.8120403125rem;height:3.4995403125rem;top:0.868566095829rem;left:8.0928307771681rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3piaVEPoa6Vz1OxSgaVCubKd3iVJzOI { width:18.3740234375rem;height:9.25rem;top:6.5rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNbMnLet1L7Tf44T4lwHA2qrglz11PH { width:12.5620403125rem;height:16.3120403125rem;top:18.8125rem;left:3.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtIftxhQ7MFFNmEzhWQ4hLr4vmvZOUAi { width:20rem;height:2rem;top:5.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcA0ttcLtVr9e1iDuSRxlQou8z5PLtnQ { width:20rem;height:2rem;top:4.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8dObbbwZUzCDqywUdSaEFq9m91eaDo3 { width:13.75rem;height:3.75rem;top:6rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { width:14.4370403125rem;height:5.75rem;top:10.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { width:14.4990806875rem;height:5.75rem;top:50.3125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { width:13.75rem;height:4rem;top:44.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVtfJVTXkOJaxHkclEJNpQvGPGPBAfKK { width:17.5rem;height:14.375rem;top:42.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzr2sVGTyvqxxKXoXldsNNf7ae8kESNf { width:17.5rem;height:14.5625rem;top:23.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvqLIkw7pQrnyZip5pNAygaxVJ55TACL { width:17.5rem;height:14.4375rem;top:4.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sqLlzuah974A12fcHgQuia3TII69QR { width:14.7495403125rem;height:5.75rem;top:30.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { width:13.75rem;height:4rem;top:25.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGvs5W4dnswQlEwWmdENpKTWSIh9TCdC { width:5.9375rem;height:5.9375rem;top:39rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUP7HHMQnXAPkAUUheb1JtAn6z0C9lkl { width:8.3122701875rem;height:8.3122701875rem;top:18.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCS0IfQzWDZevPamb0DIcpokZZOZMHh { width:8.6247701875rem;height:8.6247701875rem;top:0.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIU41hQiUg1m6uGytp8SxUx6ciHDezus { width:19rem;height:4rem;top:2.5625rem;left:0.5rem;font-size:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #efV6DIAtLBgLu9GIQeLuzynXRZAFDNR7 { display:block; }
 }@media only screen and (max-width: 763px) { #FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/221e0117-c852-465c-909c-896e57fef812/TALP310x550px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41.adaptive-delivery-prevent-bg, #FCGunJUHeIFl8RrFJhTr3P2IieKQoT41.lazyload, #FCGunJUHeIFl8RrFJhTr3P2IieKQoT41.lazyloading { background-image: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container { background-color: transparent; background-image: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container > .video-iframe-container { display: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row > .video-iframe-container { display: none; }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .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); }#FCGunJUHeIFl8RrFJhTr3P2IieKQoT41 > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXLehbPDHo0ubQTtvZMq2DTxp13KOF05 { width:15.2493105rem;height:8.3125rem;top:11.085708618164rem;left:2.3736213445664rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8exNAhas7RS8ls1H2OOESnFp1hlpxtu { width:18.4375rem;height:2.375rem;top:4.3508758544922rem;left:0.78010118007662rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VGsK2PpgE1P8u5btrmKytOCyuDJqlClu { width:11.875rem;height:2rem;top:6.65901184082rem;left:4.0280328989029rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT { display:block; }#nPXu8p8qNQ0PzwGTTJW5hS4E0AQsvUqT > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLsTBafPmxskTnM9Zive2LlQm1Cse13c { width:18.4375rem;height:15.0620403125rem;top:3.6787719726562rem;left:0.78010118007662rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vl9w3ZXXQAGPnZIzKlDcDvGu5eactwcE { width:16.9370403125rem;height:19.25rem;top:31.712997436524rem;left:1.5303307771682rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOwP8wTHrX2MHBcQesUkJ5p63mZvf7V { width:15.3125rem;height:2.8125rem;top:20.875rem;left:2.3125rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k97DEmcr3nIefI1q6xakBEvVDrLmw62U { width:6.3120403125rem;height:2.8125rem;top:18.6875rem;left:6.8125rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ws45EOTFTXQz0PClsMGrB0oLqKKEWIu0 { width:15.875rem;height:5.0625rem;top:25.3125rem;left:2.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JKaPpwnZniqDP6cLvBdBZdN3ZLvuz3qR { width:17.75rem;height:5.625rem;top:53.5634765625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUksHBOJEfUxMg1MfLXBU3XhylUXvoo { display:block; }
 }@media only screen and (max-width: 763px) { #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b93e5bfd-ec9a-4f17-a18c-3d8ffcc14611/TALP310x1500px.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL.adaptive-delivery-prevent-bg, #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL.lazyload, #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL.lazyloading { background-image: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { background-color: transparent; background-image: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container > .video-iframe-container { display: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container { display: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .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); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { width:20rem;height:128.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { width:17.0622691875rem;height:2.375rem;top:4.3095092773438rem;left:1.4671415090561rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q2sV65NMAcHhRRHm64wFq3SUntHuKgHi { width:18.0606613125rem;height:1.8125rem;top:6.6888732910156rem;left:0.96852028369906rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiupBiFsBQSs6ED85BVJ4QOokISO6tZN { width:15.5618105rem;height:7.8745403125rem;top:9.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJPvQ3qT1EJpPxU1pPwDTVpMzZsH2Be { width:15.875rem;height:5.8125rem;top:19.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4AH18QmSzaQbqWR4wGTeW7BeNDXGSBI { width:15.9375rem;height:8.1870403125rem;top:58.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXT5Q9O5Q7OzSZb4XdwvUT32Ol8L6OKn { width:15.8743105rem;height:13.4375rem;top:44.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc4tK1p8BcCv5bEgGJw4qvsZfSxNRnCG { width:15.8125rem;height:5.25rem;top:82.396820068363rem;left:2.0284935704039rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfVPnCQ8zuvK7g5MTpTo5LT7en3waAwq { width:15.7490806875rem;height:6.4993105rem;top:89.474945068363rem;left:2.1243106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGqw2rmSTzo5TDWdmLDmGPmZJ2saKXZ { width:15.9375rem;height:11.8125rem;top:68.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euwpeZVNN8m8Fo4FPobBgLWEchAcDEFL { width:15.9375rem;height:15.9375rem;top:26.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #etmuVfgHftaBBTKHuhU61VfdM50OXzIu { width:15.9375rem;height:13.9993105rem;top:97.564117431637rem;left:2.0289522409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7I4aIpZZeA5TQ0WaxwtcZSqlW7IHzAQ { width:16.125rem;height:10.5625rem;top:112.91128540039rem;left:1.9037224054336rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz1WTkmpogVO83JASWqJy8TdWQcqQosq { display:block; }#Rz1WTkmpogVO83JASWqJy8TdWQcqQosq > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwFexWMGwOiRt0f67vW6cukdJ2cHaJwz { width:14.5622701875rem;height:5.625rem;top:3.7488708496094rem;left:2.7171415090561rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRWBe0EapeHn9GgHTWKuJ6CPqJp6EtcX { width:18.060546875rem;height:3.375rem;top:9.896484375rem;left:0.9697265625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UHXACMRCcTa95wlestX1JJ9tk84wBDfk { display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6XF9Zy0LzLrzqWI9iMt2EFcaB3D1lpX { width:18.5625rem;height:30.625rem;top:19.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-regular-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-text { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-textarea { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-select { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM  { width:15.25rem;height:auto;top:19.875rem;left:1.0625rem; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM .radio-container { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM {display:block;}#EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM { width:15.25rem;height:auto;top:19.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #XZRSmT1BzgZwOQdo3fgTVU8O384aPrwO {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #dSqrse6LUFMoUOxfwfEaTWsleiHi1WAu {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #o8H2LyBIZnvHIrKO6aQMEgASTL8XFClV {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #SUCf0E6VQqJ25W6k81E5lqQ7kMBtgGTi {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #mITzhuuPn6yT7nR8CzIKWeIKiyWAbW5A {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #fJHvmEoNhOcom0vmbMhz2rvuPxywzT7Z {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #MKcPTzzaZV7zN0nIWiVxldufVVv8nivt {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #LLwPf3GkySNt38f2ycvZnQUWGzaeLCqk {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #uwJVMQomGOcT4s0LeHCvkTySaDfDpVzs {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #sZ9KEF63hWxqF3QT67gP9rNGMTTLhHkC {  }
 }@media only screen and (max-width: 763px) { #EyrsHqB8MxbVdq1aTDeOra4XU0qWSWTM #MbsCbX1mXhgfQR6XtyaStJnDyfhdasP6 {  }
 }@media only screen and (max-width: 763px) { #cglZ2kgueu1H5lGAVIMyrSbn73EFnunK { width:15.375rem;height:19rem;top:0.9375rem;left:1.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D { display:block; }#lgqMvx3FsqBq6zihTqA4thssr9Q9UL5D > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDz0yiAw9J09ElWa3xkNmxAct0mSD073 { width:17.4368095625rem;height:3.25rem;top:1.25rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }