.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,240,227;--color-primary-1:249,207,161;--color-primary-2:242,158,67;--color-primary-3:121,79,34;--color-primary-4:36,24,10;--color-secondary-0:221,221,224;--color-secondary-1:142,143,151;--color-secondary-2:28,31,47;--color-secondary-3:14,16,24;--color-secondary-4:4,5,7;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:230,230,230;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf78a9d1-b297-43b6-9d00-f1e0467e261c/DSC_0757crop_6000x2175_01815.preview.mirror.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:12.1875rem;left:0.875rem;height:13.75rem;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { 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:8.75rem;width:10.5625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:26.5390625rem;left:0.875rem;height:3.3984375rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.8125rem;left:0.875rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnSRlycil6UBLORckRUrmcxCVrddZ0aM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:8.625rem;left:44.625rem;display:block; }
#LsPpZGs5fWCO86V0mpAzFUNItDWaIEOi { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:12.1875rem;left:46.78125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-form-header {  }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .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; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-container:first-of-type{padding-top:0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-container:last-of-type{padding-bottom:0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 {display:block;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #BC5dMqBshLQFs243qTS83GSL61NoZVEK { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #G4TDh4KsNei8M1sF52plhrp1fSozcvJS { position:relative;display:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #RcDpH2KJMswg08tWdH5r4SMI7McC6VFm { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TWJOb0bWyVeEH5eVMaa8PoBPmBu1B5JH { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #tsZ6NV93xqeOhpCNbMDoWMb7GP3gCpx1 { position:relative;display:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #rsL6fStsnk6ZLCFKxeJ3gpWUf4N1WhJs { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TuFbzOzU2Fa7OGGyNn6zwqdtCyD9B1qf { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #Dl6DVZ5rveWFPcNUaESgQE1qPKidLutb { position:relative;z-index:2; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #UGBlDgHmqJF2MyMCFDiPJmuLa4BS0IBM { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #nbTBX4zbAvvooeziDUA9u5MnJTyO2lrf { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #IZPWdHWtEm8p2SkyUtaAOqxmqfZlFc5w { position:relative; }
#f1H5t4NDsSrNtZPW189NibSb4tptw0OM { box-sizing:content-box;height:18.8125rem;width:44.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:0rem;display:block; }
#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { position:relative;display:block; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { background-color: transparent; background-image: none; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container > .video-iframe-container { display: none; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row > .video-iframe-container { display: none; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .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); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { border-width: 0; border-radius: 0; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg { box-sizing:content-box;height:24.5625rem;width:36.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/5a4b497a-886e-4a2c-8444-18605ac19832/IMG_3298crop_5235x3990_7650.preview.enhance_100.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:38.125rem;display:block; }#uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.adaptive-delivery-prevent-bg, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyload, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyloading { background-image: none; }
#NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ { box-sizing:content-box;height:24.5625rem;width:36.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/36e9220e-d785-454f-9167-d849c3c93511/IMG_2866.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0rem;display:block; }#NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.adaptive-delivery-prevent-bg, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyload, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyloading { background-image: none; }
#QXSeFyHbOPFHPUi126J7keUhS8ztadKO { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:8.625rem;left:44.625rem;display:none; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-form-header {  }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-text {padding-top: 0; padding-bottom: 0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-select {padding-top: 0; padding-bottom: 0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .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; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-container:first-of-type{padding-top:0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-container:last-of-type{padding-bottom:0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL {display:block;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem;display:none; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #Vu9X5M5LIqlWBsVyustdbXvnu2nQqQhK { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #Al5gRXGDbVGHuWvS30VXvQItAn93caNv { position:relative;display:none; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #LttdzZnCEp0Wov9dzWSG3TtqA7T9Acbs { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #O7yPG1uAgbA4IzkoZpEzCHDF8NGMltyW { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #ydLnaAtOAEQsVLGZz0BUzHFfioEsSUkB { position:relative;display:none; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #mTLaBOfCQ1kop7XOMfseqL2p9vqDC7iA { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #M4zPG3terxuntDqpTVsbCSgRnh4btLeH { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #VI5TlnIfrsrDQlHKnXbpNW0VT3fwfAe1 { position:relative;z-index:2; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #d8QRoR2TdMFAtXXMThtnitzrTzXwZPtU { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #AAMD7WCAnzn96gUBMiQUiRiW9u3zvZBq { position:relative; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #AAhOtpGaGfTAd5OAuTnpRZAniifWm35T { position:relative; }
#A56MsSTWoh3XVZmwPW1DGMexZ8R87EZR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:12.1875rem;left:46.78125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qtTbU5TxyFSL8Rtb7ytDP8yWbQZM0E0l { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.375rem;top:18.625rem;left:25.84375rem;overflow:hidden;display:none; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:0rem;height:1.92480625rem;font-style:normal;display:block; }
#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.3125rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PQHemN4T4C9mJBLiu6XunIhZsQsHlHXU { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p { position:relative;display:block; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p { background-color: transparent; background-image: none; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row .container > .video-iframe-container { display: none; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row > .video-iframe-container { display: none; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .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); }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p { border-width: 0; border-radius: 0; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF { box-sizing:content-box;height:23.5rem;width:36.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/03a678ff-7dee-4ba8-9bfc-060cc771e441/IMG_1123.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF.adaptive-delivery-prevent-bg, #xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF.lazyload, #xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF.lazyloading { background-image: none; }
#bzd6we37gSy8gt03H1DPF2nAEzzzzlH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:3.25390625rem;left:38.78125rem;height:16.9921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#e66pPkViJANON2KSeTTTig5BN69PGIPX { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:1.125rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#U21wmq4BdsZUTPOqznICOQumTFvXELy5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.0625rem;left:2.3125rem; }
#cPT5GEsG9nE7CPmH9c96cDXOzkRkEfuq { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:4rem;left:5rem;height:1.69921875rem;font-style:normal;display:block; }
#NKZF7pzovxFnf1wUvteOzts3EgPJhB83 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:6.875rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#U0MNQl20ZeJu4WumSCVCKPPOxoSFRcZG { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:9.5rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#Rp0XoL0eJ4Delp7Kch9KFyTH2ViB4nOU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.0625rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#CDaVy5Gt9viy6Q6py2HuO4h5MBSUMdTc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.875rem;left:2.3125rem; }
#AmNT5XKlaWz4qHqOCmMXt5twF4XkCTIC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:2.3125rem; }
#TQMH9r6AgTlfskg7EmWo9IQpqqkBoF9C { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.9375rem;left:2.3125rem; }
#dzQgyTOvwIyHD2wVl5o4wfwDuNGE59Tn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.375rem;left:2.3125rem; }
#ED8uJMppw4sUTtSrP00fGhsGBpWFbWHo { box-sizing:content-box;height:14.875rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/808b07e7-77d2-4608-8e9f-12ac8919352a/DSC_0927.preview.mirror.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5rem;left:41.75rem;height:3.8496125rem;font-style:normal;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:8.169921875rem;left:41.8125rem;height:18.6914375rem;font-style:normal;display:block; }
#a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.375rem;top:17.6875rem;left:24.84375rem;display:block; }
#wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:30.1875rem;left:62.125rem;height:2.125rem;font-style:normal;display:block; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:40rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#P9VZUB4rD6gNX2TktFE8apVtCOVBVt8D { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.375rem;top:18.625rem;left:25.84375rem;overflow:hidden;display:block; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.1875rem;left:65.9375rem; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.1875rem;left:69.8125rem; }
#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64ae6e2c-6066-4bf4-b498-e998e3ef1184/maxRemtor42.crop_4339x4360_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { border-width: 0; border-radius: 0; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#hhl5Z5hCx7HTPU1UrvUXIqiTz4ETtoG8 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:9.375rem;left:44.625rem;display:block; }
#iyiDm3sc7o5ecEN8gCgMK83RxRThIxHR { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:12.9375rem;left:46.8125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-form-header {  }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-text {padding-top: 0; padding-bottom: 0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-select {padding-top: 0; padding-bottom: 0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .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; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-container:first-of-type{padding-top:0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-container:last-of-type{padding-bottom:0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p {display:block;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.3125rem;left:47.0625rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #Qfggp1Mlw5v3wlBG8Syal55Q22AcHw4f { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #x7SaHqONyfunKGiWVU5iL0q1tiyng1JN { position:relative;display:none; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #uprkIFLIoI6cySl0WeJNziRcaNqkzLcT { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #kK4a3IA4g09gAo6STfum2KTSIqD9A63N { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #QNvc2vIDkGF7HEJwtsH11i834hzyXGLz { position:relative;display:none; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #kP02gfXDDpywchVO9lXdKtpA9QpMrHkS { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #fRPOGWZ4M966cl2NiQAuOiRvTMCIiVN5 { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #LMsAtNrAwq6MX66gAff7I7wEBCEsVTv6 { position:relative;z-index:2; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #WbwecTrtfH9fJFwyyPS1xhnvEF32MTyi { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #c6q867sw8WaB7o6SidFBAHofbTToKn8b { position:relative; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #MtVQmN6Q6S0v5JT9i56pcrstsisV86xn { position:relative; }
#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:0.955078125rem;left:5.8125rem;height:3.71191875rem;font-style:normal;display:block; }
#r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { 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:4.1875rem;width:5rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#cGksoxpvvyxyAXkU6meTJrGDfryi276S { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.6875rem;left:51.0625rem;height:1.0996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.3125rem;left:51.0625rem;height:0.9619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:42.875rem;height:13.75rem;top:12.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:10.5625rem;height:8.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:42.4375rem;height:3.375rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #MnSRlycil6UBLORckRUrmcxCVrddZ0aM { width:30.375rem;height:25.875rem;top:8.625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsPpZGs5fWCO86V0mpAzFUNItDWaIEOi { width:26.0625rem;height:3.4375rem;top:12.1875rem;left:21.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3  { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 {display:block;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #BC5dMqBshLQFs243qTS83GSL61NoZVEK {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #G4TDh4KsNei8M1sF52plhrp1fSozcvJS { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #RcDpH2KJMswg08tWdH5r4SMI7McC6VFm {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TWJOb0bWyVeEH5eVMaa8PoBPmBu1B5JH {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #tsZ6NV93xqeOhpCNbMDoWMb7GP3gCpx1 { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #rsL6fStsnk6ZLCFKxeJ3gpWUf4N1WhJs {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TuFbzOzU2Fa7OGGyNn6zwqdtCyD9B1qf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #Dl6DVZ5rveWFPcNUaESgQE1qPKidLutb {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #UGBlDgHmqJF2MyMCFDiPJmuLa4BS0IBM {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #nbTBX4zbAvvooeziDUA9u5MnJTyO2lrf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #IZPWdHWtEm8p2SkyUtaAOqxmqfZlFc5w {  }
 }@media only screen and (max-width: 763px) { #f1H5t4NDsSrNtZPW189NibSb4tptw0OM { top:11.375rem;left:0rem;width:44.625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { display:block; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg { top:0.375rem;left:10.875rem;width:36.875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ { top:0.375rem;left:0rem;width:36.875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXSeFyHbOPFHPUi126J7keUhS8ztadKO { width:30.375rem;height:25.875rem;top:8.625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-text {padding-top: 0; padding-bottom: 0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-select {padding-top: 0; padding-bottom: 0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL  { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL {display:block;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL { width:23rem;height:auto;top:15.5625rem;left:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #Vu9X5M5LIqlWBsVyustdbXvnu2nQqQhK {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #Al5gRXGDbVGHuWvS30VXvQItAn93caNv { display:none; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #LttdzZnCEp0Wov9dzWSG3TtqA7T9Acbs {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #O7yPG1uAgbA4IzkoZpEzCHDF8NGMltyW {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #ydLnaAtOAEQsVLGZz0BUzHFfioEsSUkB { display:none; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #mTLaBOfCQ1kop7XOMfseqL2p9vqDC7iA {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #M4zPG3terxuntDqpTVsbCSgRnh4btLeH {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #VI5TlnIfrsrDQlHKnXbpNW0VT3fwfAe1 {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #d8QRoR2TdMFAtXXMThtnitzrTzXwZPtU {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #AAMD7WCAnzn96gUBMiQUiRiW9u3zvZBq {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #AAhOtpGaGfTAd5OAuTnpRZAniifWm35T {  }
 }@media only screen and (max-width: 763px) { #A56MsSTWoh3XVZmwPW1DGMexZ8R87EZR { width:26.0625rem;height:3.4375rem;top:12.1875rem;left:21.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtTbU5TxyFSL8Rtb7ytDP8yWbQZM0E0l { top:18.625rem;left:11.5rem;width:12.375rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:3.375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQHemN4T4C9mJBLiu6XunIhZsQsHlHXU { top:0rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p { display:block; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF { top:0rem;left:0rem;width:36.625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzd6we37gSy8gt03H1DPF2nAEzzzzlH4 { width:34.9375rem;height:16.9375rem;top:3.25rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e66pPkViJANON2KSeTTTig5BN69PGIPX { width:45.4375rem;height:1.6875rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21wmq4BdsZUTPOqznICOQumTFvXELy5 { top:1.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPT5GEsG9nE7CPmH9c96cDXOzkRkEfuq { width:45.4375rem;height:1.6875rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZF7pzovxFnf1wUvteOzts3EgPJhB83 { width:47.75rem;height:1.6875rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MNQl20ZeJu4WumSCVCKPPOxoSFRcZG { width:45.4375rem;height:1.6875rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0XoL0eJ4Delp7Kch9KFyTH2ViB4nOU { width:45.4375rem;height:1.6875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDaVy5Gt9viy6Q6py2HuO4h5MBSUMdTc { top:3.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmNT5XKlaWz4qHqOCmMXt5twF4XkCTIC { top:6.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMH9r6AgTlfskg7EmWo9IQpqqkBoF9C { top:11.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQgyTOvwIyHD2wVl5o4wfwDuNGE59Tn { top:9.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED8uJMppw4sUTtSrP00fGhsGBpWFbWHo { top:0rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:33.0625rem;height:3.8125rem;top:2.5rem;left:14.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:33.1875rem;height:18.6875rem;top:8.125rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:14.375rem;height:12.5rem;top:17.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { width:10.75rem;height:2.125rem;top:30.1875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0rem;left:10.25rem;width:37.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9VZUB4rD6gNX2TktFE8apVtCOVBVt8D { top:18.625rem;left:11.5rem;width:12.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G { top:33.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DogORrJXGpLrW63TIzHoAXiXGqX5vmKq { top:33.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhl5Z5hCx7HTPU1UrvUXIqiTz4ETtoG8 { width:30.375rem;height:25.875rem;top:9.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiDm3sc7o5ecEN8gCgMK83RxRThIxHR { width:26rem;height:3.4375rem;top:12.9375rem;left:21.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-text {padding-top: 0; padding-bottom: 0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-select {padding-top: 0; padding-bottom: 0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p  { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p {display:block;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p { width:23rem;height:auto;top:16.3125rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #Qfggp1Mlw5v3wlBG8Syal55Q22AcHw4f {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #x7SaHqONyfunKGiWVU5iL0q1tiyng1JN { display:none; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #uprkIFLIoI6cySl0WeJNziRcaNqkzLcT {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #kK4a3IA4g09gAo6STfum2KTSIqD9A63N {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #QNvc2vIDkGF7HEJwtsH11i834hzyXGLz { display:none; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #kP02gfXDDpywchVO9lXdKtpA9QpMrHkS {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #fRPOGWZ4M966cl2NiQAuOiRvTMCIiVN5 {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #LMsAtNrAwq6MX66gAff7I7wEBCEsVTv6 {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #WbwecTrtfH9fJFwyyPS1xhnvEF32MTyi {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #c6q867sw8WaB7o6SidFBAHofbTToKn8b {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #MtVQmN6Q6S0v5JT9i56pcrstsisV86xn {  }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:23.9375rem;height:3.6875rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:5rem;height:4.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:23.9375rem;height:1.0625rem;top:1.6875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:23.9375rem;height:0.9375rem;top:3.3125rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2aad297e-776b-4a10-9fa2-91efeb2be9de/DSC_0757.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:11.997075rem;top:10.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:9rem;height:7.5rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:8.3965rem;top:24.4150390625rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:33.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #MnSRlycil6UBLORckRUrmcxCVrddZ0aM { width:20rem;height:25.875rem;top:38.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsPpZGs5fWCO86V0mpAzFUNItDWaIEOi { width:18.9375rem;height:0;top:40.1875rem;left:0.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3  { width:17.5rem;height:13.76175rem;top:45.75rem;left:0rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 {display:block;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 { width:17.5rem;height:13.76175rem;top:45.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #BC5dMqBshLQFs243qTS83GSL61NoZVEK {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #G4TDh4KsNei8M1sF52plhrp1fSozcvJS { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #RcDpH2KJMswg08tWdH5r4SMI7McC6VFm {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TWJOb0bWyVeEH5eVMaa8PoBPmBu1B5JH {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #tsZ6NV93xqeOhpCNbMDoWMb7GP3gCpx1 { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #rsL6fStsnk6ZLCFKxeJ3gpWUf4N1WhJs {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TuFbzOzU2Fa7OGGyNn6zwqdtCyD9B1qf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #Dl6DVZ5rveWFPcNUaESgQE1qPKidLutb {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #UGBlDgHmqJF2MyMCFDiPJmuLa4BS0IBM {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #nbTBX4zbAvvooeziDUA9u5MnJTyO2lrf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #IZPWdHWtEm8p2SkyUtaAOqxmqfZlFc5w {  }
 }@media only screen and (max-width: 763px) { #f1H5t4NDsSrNtZPW189NibSb4tptw0OM { width:20rem;height:22.5625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { display:block; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg { width:20rem;height:20rem;top:1.3125rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/36e9220e-d785-454f-9167-d849c3c93511/IMG_2866.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.adaptive-delivery-prevent-bg, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyload, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ { width:20rem;height:20rem;top:22.1875rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/5a4b497a-886e-4a2c-8444-18605ac19832/IMG_3298crop_5235x3990_7650.preview.enhance_100.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.adaptive-delivery-prevent-bg, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyload, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QXSeFyHbOPFHPUi126J7keUhS8ztadKO { width:20rem;height:35.125rem;top:43.0625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-text {padding-top: 0; padding-bottom: 0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-select {padding-top: 0; padding-bottom: 0;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL  { width:17.5rem;height:auto;top:62.125rem;left:0rem;z-index:15018; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL {display:block;}#dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL { width:17.5rem;height:auto;top:62.125rem;left:0rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #Vu9X5M5LIqlWBsVyustdbXvnu2nQqQhK {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #Al5gRXGDbVGHuWvS30VXvQItAn93caNv { display:none; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #LttdzZnCEp0Wov9dzWSG3TtqA7T9Acbs {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #O7yPG1uAgbA4IzkoZpEzCHDF8NGMltyW {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #ydLnaAtOAEQsVLGZz0BUzHFfioEsSUkB { display:none; }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #mTLaBOfCQ1kop7XOMfseqL2p9vqDC7iA {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #M4zPG3terxuntDqpTVsbCSgRnh4btLeH {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #VI5TlnIfrsrDQlHKnXbpNW0VT3fwfAe1 {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #d8QRoR2TdMFAtXXMThtnitzrTzXwZPtU {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #AAMD7WCAnzn96gUBMiQUiRiW9u3zvZBq {  }
 }@media only screen and (max-width: 763px) { #dQHAnA1tgqrVLqyKc9yK4Zb5TCnmuyfL #AAhOtpGaGfTAd5OAuTnpRZAniifWm35T {  }
 }@media only screen and (max-width: 763px) { #A56MsSTWoh3XVZmwPW1DGMexZ8R87EZR { width:18.9375rem;height:5.625rem;top:56.5625rem;left:0.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qtTbU5TxyFSL8Rtb7ytDP8yWbQZM0E0l { width:12.375rem;height:10.625rem;top:44.3125rem;left:3.8125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:19.1875rem;height:6.597625rem;top:1.25rem;left:0.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:15.293rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQHemN4T4C9mJBLiu6XunIhZsQsHlHXU { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p { display:block; }#ZmoQP56eJ8NyZ4ZKZJBwO6BLEd21VA7p > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF { width:20rem;height:20rem;top:1.25rem;left:0rem;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/808b07e7-77d2-4608-8e9f-12ac8919352a/DSC_0927.preview.mirror.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF.adaptive-delivery-prevent-bg, #xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF.lazyload, #xuJgP5ZlSPNA4bwq8nFLvqXHI5XiZZwF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bzd6we37gSy8gt03H1DPF2nAEzzzzlH4 { width:20rem;height:30.5859375rem;top:22.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e66pPkViJANON2KSeTTTig5BN69PGIPX { width:20rem;height:5.09765625rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U21wmq4BdsZUTPOqznICOQumTFvXELy5 { display:flex;width:2.5rem;height:2.5rem;top:0.625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cPT5GEsG9nE7CPmH9c96cDXOzkRkEfuq { width:20rem;height:3.3984375rem;top:12.41015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKZF7pzovxFnf1wUvteOzts3EgPJhB83 { width:20rem;height:6.796875rem;top:19.89453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0MNQl20ZeJu4WumSCVCKPPOxoSFRcZG { width:20rem;height:3.3984375rem;top:30.50390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0XoL0eJ4Delp7Kch9KFyTH2ViB4nOU { width:20rem;height:5.09765625rem;top:38.02734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDaVy5Gt9viy6Q6py2HuO4h5MBSUMdTc { display:flex;width:2.5rem;height:2.5rem;top:8.78515625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #AmNT5XKlaWz4qHqOCmMXt5twF4XkCTIC { display:flex;width:2.5rem;height:2.5rem;top:16.4375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TQMH9r6AgTlfskg7EmWo9IQpqqkBoF9C { display:flex;width:2.5rem;height:2.5rem;top:34.77734375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #dzQgyTOvwIyHD2wVl5o4wfwDuNGE59Tn { display:flex;width:2.5rem;height:2.5rem;top:27.31640625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ED8uJMppw4sUTtSrP00fGhsGBpWFbWHo { width:20rem;height:43.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/03a678ff-7dee-4ba8-9bfc-060cc771e441/IMG_1123.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:20rem;height:3.8496125rem;top:12.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:20rem;height:27.1875rem;top:17.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:20rem;height:56.25rem;top:0rem;left:0rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { width:12.125rem;height:2.4433625rem;top:44.875rem;left:3.9375rem;font-size:1.4375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:20rem;height:40rem;top:62.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9VZUB4rD6gNX2TktFE8apVtCOVBVt8D { width:12.375rem;height:10.625rem;top:0.65625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G { display:flex;width:6.25rem;height:6.25rem;top:48.76171875rem;left:2.8125rem;font-size:4.375rem; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G > img { max-width: 100%;max-height:100%; width:6.25rem; height:6.25rem; } }@media only screen and (max-width: 763px) { #DogORrJXGpLrW63TIzHoAXiXGqX5vmKq { display:flex;width:6.25rem;height:6.25rem;top:48.76171875rem;left:9.875rem;font-size:4.375rem; }
#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq > img { max-width: 100%;max-height:100%; width:6.25rem; height:6.25rem; } }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edd32ab2-bf12-4b29-ae22-9641f246d1fe/4lonzownikswietlikwdachu.crop_973x480_93,320.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhl5Z5hCx7HTPU1UrvUXIqiTz4ETtoG8 { width:20rem;height:25.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiDm3sc7o5ecEN8gCgMK83RxRThIxHR { width:19.1875rem;height:5.625rem;top:2.625rem;left:0.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-text {padding-top: 0; padding-bottom: 0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-select {padding-top: 0; padding-bottom: 0;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p  { width:17.5rem;height:auto;top:40.8125rem;left:0rem; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p {display:block;}#JDGDxCliIcTAu5H3NawcFR1feL5rvl0p { width:17.5rem;height:13.76175rem;top:8.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #Qfggp1Mlw5v3wlBG8Syal55Q22AcHw4f {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #x7SaHqONyfunKGiWVU5iL0q1tiyng1JN { display:none; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #uprkIFLIoI6cySl0WeJNziRcaNqkzLcT {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #kK4a3IA4g09gAo6STfum2KTSIqD9A63N {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #QNvc2vIDkGF7HEJwtsH11i834hzyXGLz { display:none; }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #kP02gfXDDpywchVO9lXdKtpA9QpMrHkS {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #fRPOGWZ4M966cl2NiQAuOiRvTMCIiVN5 {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #LMsAtNrAwq6MX66gAff7I7wEBCEsVTv6 {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #WbwecTrtfH9fJFwyyPS1xhnvEF32MTyi {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #c6q867sw8WaB7o6SidFBAHofbTToKn8b {  }
 }@media only screen and (max-width: 763px) { #JDGDxCliIcTAu5H3NawcFR1feL5rvl0p #MtVQmN6Q6S0v5JT9i56pcrstsisV86xn {  }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:16.3125rem;height:3.71191875rem;top:4.8125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:2.75rem;height:2.3125rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:20rem;height:0.9619125rem;top:9.7744125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:20rem;height:0.9619125rem;top:11.296875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }