.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:242,238,235;--color-primary-1:216,205,195;--color-primary-2:190,172,155;--color-primary-3:174,140,103;--color-primary-4:38,34,31;--color-secondary-0:219,221,226;--color-secondary-1:135,140,158;--color-secondary-2:14,25,61;--color-secondary-3:7,13,31;--color-secondary-4:2,4,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43e34775-36fe-4fd6-bec4-30cb1d40a2e9/Artboard7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:38.875rem;width:60rem;overflow:visible;position:relative;display:block; }#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-form-header {  }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:right;text-align-last:right;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:19.0625rem;box-sizing:border-box;height:3.0625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:19.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:19.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #004090, #a34c2b);background-image: -moz-linear-gradient(360deg, #004090, #a34c2b);background-image: -ms-linear-gradient(360deg, #004090, #a34c2b);background-image: -o-linear-gradient(360deg, #004090, #a34c2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004090', endColorstr='#a34c2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004090', endColorstr='#a34c2b' );";background-image: linear-gradient(360deg, #004090, #a34c2b);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;line-height:.8;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:first-of-type{padding-top:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:last-of-type{padding-bottom:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0  { background-color:transparent;background-image: -webkit-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-image: -moz-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-image: -ms-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-image: -o-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002656', endColorstr='#ff7c007a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002656', endColorstr='#ff7c007a' );";background-image: linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:11.43593788147rem;top:13.750781059265rem;z-index:15012;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(31,74,126,0.5) ;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 {display:block;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 { background-color:transparent;background-image: -webkit-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-image: -moz-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-image: -ms-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-image: -o-linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002656', endColorstr='#ff7c007a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002656', endColorstr='#ff7c007a' );";background-image: linear-gradient(35deg, rgba(0,0,38,0.34), rgba(255,124,0,0.48));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:11.43593788147rem;top:13.750781059265rem;z-index:15012;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(31,74,126,0.5) ;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #y6ryLaSeAZKsks1JCRE0D7prr3beCcGn { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #gKffAcrtCiZnpgebUqNq1S9MuESiJ4bP { position:relative;display:block; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wwW89CoheDrWb3iMAhBT7Qg7roDUGmCT { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #C9WyPFa7kfTDbxry6Zu7xBRw8LA3rbiy { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #QWzIhC8WQmbJHnqyp0xS7GhByGUQmqHt { position:relative;display:block; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #sLftGcgSetenbz8MxRTwqrQI5oHl2UvF { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #Q5urHeIdiRrITKoHhmV1gEIXxIlJSMIA { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wBd5uhvZUycIrHq316z8025RLeLu4iRO { position:relative;display:block; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #iD29Tgptt87iXH9B8aVxCd4JT0Wqa6WU { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #lnh4zdLkMcXCiqMvZNsptbnRNx0T6xDK { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #z3dq8GQyDo4ccDKIpkw5hCbT2UDMmFQK { position:relative; }
#Lip8xKSoKRkVllA6q7boIMiZMTPkLqPB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:7.3125rem;width:11.25rem;top:0rem;left:3.8734374046326rem;overflow:hidden;display:block; }
#vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y { color:#c195a1;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:40.25rem;height:6.71875rem;text-align:center;text-align-last:center;display:block; }#vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y li:before{  }
#V10T8sfwdVCyO69q3usZTErbBFQ05yRe { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.62);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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:15.9375rem;top:2.1875rem;left:41rem;display:block; }
#astX3JSKnaNm2tagH6wOsmI11U2a6XsW { color:#c07a8c;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.140625rem;left:41.000001430511rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#Tfi5180JSz5oQleauDgpfCDVgn2xKKN6 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:5.1875rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0rem;left:52.342969417572rem;display:block; }
#Qr6IFhmZ3z9XZUZcxECGMShcrbHZnJTT { box-sizing:content-box;color:#e1af4c;font-size:4.25rem;font-weight:400;line-height:1;height:6.12421875rem;width:6.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:0.296875rem;left:52.999219417572rem;display:block; }
#IxEIG3abn22KtJq9ymFzmViRPJ9ISRyz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0.45);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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.5rem;width:22.0625rem;top:8.1259765625rem;left:37.9375rem;display:block; }
#gxvvFI4Ew7UTTKvxisfhPFOvTtQcqTra { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:2;letter-spacing:0;top:8.2509765625rem;left:38.78125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMF9nCUvfBGApBtaCfw9X1qZKLsfIaPS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:8.8125rem;top:7.3125rem;left:30.03125rem;overflow:hidden;display:block; }
#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container { background-color: transparent; background-image: none; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container > .video-iframe-container { display: none; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row > .video-iframe-container { display: none; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .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); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container { border-width: 0; border-radius: 0; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#kMxCb328q2dRM5ApbiAc2uLdcBFzBaky { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.930469512939rem;left:10.687500476837rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#holFcZ4xoPM6y4JvmKR1IinMsZJW5HKv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:23.453125rem;left:5.2187504768372rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Iur8FI14xkEGoJd7NWHSR8JsuSs0u6G8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:60rem;top:29.682029724121rem;left:0rem;display:block; }
#o1fZ5VlJgJ5IrVQxu7KCdDNmrhClRZJQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.057029724121rem;left:8.1875004768369rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dwKwTppawJuxKLidi5H2dmzFXfLvtl9H { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:39.3125rem;left:4.8437504768372rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kwIclksQuHetz6MVrz6p7OMW1LXT9Qhf { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:39.3125rem;left:34.937501430511rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5bSr1K0vTb2hNkH8GQqxQbh4HtifJ1n { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.057029724121rem;left:40.500001430511rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y8hJt8N5xqJTeUitrFoyUASIVIBxBEHr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:22.65625rem;left:34.906251430511rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7hhZGODOeQ30wzRke78UbD8g8sNphKq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.744529724121rem;left:40.875001430511rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmHMiFC1RThHTLhwRkmByBSm5wOizdAA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:15.625rem;width:0.0625rem;top:15.618750572204rem;left:29.968751430511rem;display:block; }
#Laf7pyIDzvM7ykWTrNbuvNPIPoWlgGmg { position:absolute;display:block;z-index:15000;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:14.994529724121rem;left:12.437499523163rem;display:block; }
#N8R24wpHFoJF54SNZ4woLo4vJ7e3e2EB { position:absolute;display:block;z-index:15001;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:30.619529724121rem;left:43.312501430511rem;display:block; }
#A3QoXkLlfhz8hS7Aeyy1cifB6iNrFw3F { position:absolute;display:block;z-index:15002;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:30.619529724121rem;left:12.000000476837rem;display:block; }
#kw1fQaAIiVPx7tGGZl3StVAUexz4HDLz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.5625rem;width:6.5625rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:12.994529724121rem;left:11.656250476837rem;overflow:hidden;display:block; }
#mVRZ6S4KG4RGp3sMmT9MTV0DKeJNQfak { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:2;letter-spacing:0;top:0rem;left:1.8117189407349rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RD49feTOaRUELNO21owGT5aT4UuoCsdb { position:absolute;display:block;z-index:15002;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:14.869529724121rem;left:43.000001430511rem;display:block; }
#MnwZpqrxMWTAp18rkbis8SsTOQEgcwgB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:15.619529724121rem;left:43.593751430511rem; }
#vXIwiTn47GcSOIh7iQ2zXDxJKy1MtSeQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:31.338279724121rem;left:12.656249523163rem; }
#ZeKFt6oOQo6HsM6EB9osQxCRkRSmExde { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:30.619529724121rem;left:43.281251430511rem; }
#sTOVBTflOKo78PGNWAWAmwfSXDDmla2H { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:15.625rem;width:0.0625rem;top:29.75rem;left:29.968751430511rem;display:block; }
#CfTtQn9inBtIWJMDyU8gOZHyV5HxRTMz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.59);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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.adaptive-delivery-prevent-bg, #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.lazyload, #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.lazyloading { background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { background-color: transparent; background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .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); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { border-width: 0; border-radius: 0; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl::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; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#wEcuG2HlXmJp0397tKZ24MpGb2m4JXC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d91KTVuRA181bVCXoTUgBIr4KdQVoKWk { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.8125rem;left:34.5rem;display:block; }
#xc7SZDPUDAcggoRFzAM86cwoyTmLHKle { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.75rem;left:36.6875rem;display:block; }
#w2UBXLy2QrVUwm5mO9mHAa50UXXk4LIp { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:8.75rem;left:39.0625rem;display:block; }
#ipv6ogGq6F6axZVnvSus90ZNwFuTxeZ7 { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:8.75rem;left:41.375rem;display:block; }
#Qw2tLF1wQmh2Ws5DuislTQxs6DHWyv1D { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.75rem;left:43.6875rem;display:block; }
#T8a8McMID85txukRvQgraQdh4gO36bAR { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #009dec;border-left:0.0625rem solid #009dec;border-right:0.0625rem solid #009dec;border-bottom:0.0625rem solid #009dec;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:27rem;top:8.8125rem;left:32.899999141693rem;display:block; }
#U7x4gCWhCm9SLLrl7692GrEB49UJTw2z { color:#e4c431;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5625rem;left:34.5625rem;height:1.95rem;font-style:normal;display:block; }
#vz91LDBymRLTqx0blhp31butaa92y8Gf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.7484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:11.1875rem;left:36.687501430511rem;height:6.8rem;text-align:right;text-align-last:right;display:block; }
#KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RszOzkNr/10_512.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:17.906251430511rem;left:56.137502193451rem;display:block; }#KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk.adaptive-delivery-prevent-bg, #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk.lazyload, #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk.lazyloading { background-image: none; }
#bX2f3AlFrBBTMBRWen7sdvIiDJgoymee { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15010;top:7.4375rem;left:56.875001430511rem;display:block; }
#kMpyK9vUsUirb2rEmQ3tWMFOIaVPvfDz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15020;top:7.4375rem;left:25.5625rem;display:block; }
#gECqWS15VRocoQ7iH6bxNAZdf0Qkryzv { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #009dec;border-left:0.0625rem solid #009dec;border-right:0.0625rem solid #009dec;border-bottom:0.0625rem solid #009dec;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.875rem;width:26.875rem;top:9rem;left:1.5625rem;display:block; }
#Tf2bEGMHce2gyz5x35EkyKTtIkTuk4OI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:13.60000038147rem;left:3.6750001907349rem;height:3.4rem;text-align:right;text-align-last:right;display:block; }
#s1D9wNFdDTc5Utl8lmrBcTxT7l4lJVxS { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:8.9375rem;left:10.5625rem;display:block; }
#WRTUsTWIkCph2sREhRrX2Z0ob7SWCI1i { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:8.9375rem;left:8.25rem;display:block; }
#m4ydPn3VTC6N6lwwns0OFvQZVaqycTXG { color:#e4c431;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.75rem;height:1.95rem;font-style:normal;display:block; }
#yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/W8U0IdJD/iconfinder_10_2694137_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:18.3125rem;left:24.5rem;display:block; }#yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR.adaptive-delivery-prevent-bg, #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR.lazyload, #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR.lazyloading { background-image: none; }
#w7WoPHKEvavFZXa3pnKVyIxSrfX8n76L { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:9rem;left:3.6875rem;display:block; }
#RvqdbAQRA1zZ9y6WtAxGxeFmCTaOnpa2 { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:8.9375rem;left:5.875rem;display:block; }
#y8DHhvNZm7BM31c7vXaK1sGu4v5NEdHl { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:8.9375rem;left:12.8125rem;display:block; }
#lfoUBve6Ch730sp2LFAMTaeyBGCbthDy { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #009dec;border-left:0.0625rem solid #009dec;border-right:0.0625rem solid #009dec;border-bottom:0.0625rem solid #009dec;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.875rem;width:26.875rem;top:9rem;left:1.5625rem;display:none; }
#tdVzHTTwQlwPnFAL560bilM6suvBP4PA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:60rem;top:0.875rem;left:0rem;display:block; }
#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),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; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { background-color: transparent; background-image: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container > .video-iframe-container { display: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container { display: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .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); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { border-width: 0; border-radius: 0; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#Pw5wd0tL5NsfVMeNHCiEIGw91WfFMETw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:12.625rem;top:0.75rem;left:23.000001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-checkbox-label { width:17.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0  { width:19.0625rem;height:16.75rem;top:13.75rem;left:5.3109378814697rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 {display:block;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 { width:19.0625rem;height:16.75rem;top:13.75rem;left:5.3109378814697rem; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #y6ryLaSeAZKsks1JCRE0D7prr3beCcGn {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #gKffAcrtCiZnpgebUqNq1S9MuESiJ4bP { display:block; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wwW89CoheDrWb3iMAhBT7Qg7roDUGmCT {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #C9WyPFa7kfTDbxry6Zu7xBRw8LA3rbiy {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #QWzIhC8WQmbJHnqyp0xS7GhByGUQmqHt { display:block; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #sLftGcgSetenbz8MxRTwqrQI5oHl2UvF {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #Q5urHeIdiRrITKoHhmV1gEIXxIlJSMIA {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wBd5uhvZUycIrHq316z8025RLeLu4iRO {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #iD29Tgptt87iXH9B8aVxCd4JT0Wqa6WU {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #lnh4zdLkMcXCiqMvZNsptbnRNx0T6xDK {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #z3dq8GQyDo4ccDKIpkw5hCbT2UDMmFQK {  }
 }@media only screen and (max-width: 763px) { #Lip8xKSoKRkVllA6q7boIMiZMTPkLqPB { top:0rem;left:0rem;width:11.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y { top:0rem;left:34.125rem;width:11.8125rem;height:6.6875rem;font-size:0.875rem;display:block; }#vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y li:before{  }
 }@media only screen and (max-width: 763px) { #V10T8sfwdVCyO69q3usZTErbBFQ05yRe { top:2.1875rem;left:31.8125rem;width:15.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #astX3JSKnaNm2tagH6wOsmI11U2a6XsW { top:2.125rem;left:34.875001430511rem;width:11.8125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi5180JSz5oQleauDgpfCDVgn2xKKN6 { top:0rem;left:40.3125rem;width:7.4375rem;height:7.4375rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6IFhmZ3z9XZUZcxECGMShcrbHZnJTT { top:0.25rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEIG3abn22KtJq9ymFzmViRPJ9ISRyz { top:8.125rem;left:25.6875rem;width:22.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxvvFI4Ew7UTTKvxisfhPFOvTtQcqTra { top:8.25rem;left:27.375rem;width:20.375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMF9nCUvfBGApBtaCfw9X1qZKLsfIaPS { top:7.3125rem;left:23.90625rem;width:8.8125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 { display:block; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMxCb328q2dRM5ApbiAc2uLdcBFzBaky { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #holFcZ4xoPM6y4JvmKR1IinMsZJW5HKv { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iur8FI14xkEGoJd7NWHSR8JsuSs0u6G8 { width:47.75rem;height:0.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1fZ5VlJgJ5IrVQxu7KCdDNmrhClRZJQ { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwKwTppawJuxKLidi5H2dmzFXfLvtl9H { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwIclksQuHetz6MVrz6p7OMW1LXT9Qhf { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5bSr1K0vTb2hNkH8GQqxQbh4HtifJ1n { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8hJt8N5xqJTeUitrFoyUASIVIBxBEHr { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7hhZGODOeQ30wzRke78UbD8g8sNphKq { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmHMiFC1RThHTLhwRkmByBSm5wOizdAA { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Laf7pyIDzvM7ykWTrNbuvNPIPoWlgGmg { top:14.9375rem;left:6.3124995231631rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8R24wpHFoJF54SNZ4woLo4vJ7e3e2EB { top:30.5625rem;left:37.187501430511rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3QoXkLlfhz8hS7Aeyy1cifB6iNrFw3F { top:30.5625rem;left:5.8750004768372rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw1fQaAIiVPx7tGGZl3StVAUexz4HDLz { width:7.3125rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRZ6S4KG4RGp3sMmT9MTV0DKeJNQfak { top:0rem;left:0rem;width:47.75rem;height:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD49feTOaRUELNO21owGT5aT4UuoCsdb { top:14.8125rem;left:36.875001430511rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnwZpqrxMWTAp18rkbis8SsTOQEgcwgB { top:15.5625rem;left:37.468751430511rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIwiTn47GcSOIh7iQ2zXDxJKy1MtSeQ { top:31.3125rem;left:6.5312495231631rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeKFt6oOQo6HsM6EB9osQxCRkRSmExde { top:30.5625rem;left:37.156251430511rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOVBTflOKo78PGNWAWAmwfSXDDmla2H { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTtQn9inBtIWJMDyU8gOZHyV5HxRTMz { top:0rem;left:0rem;width:47.75rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { display:block; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEcuG2HlXmJp0397tKZ24MpGb2m4JXC5 { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91KTVuRA181bVCXoTUgBIr4KdQVoKWk { width:2.1875rem;height:2.375rem;top:8.8125rem;left:28.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7SZDPUDAcggoRFzAM86cwoyTmLHKle { width:2.375rem;height:2.375rem;top:8.75rem;left:30.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2UBXLy2QrVUwm5mO9mHAa50UXXk4LIp { width:2.375rem;height:2.375rem;top:8.75rem;left:32.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv6ogGq6F6axZVnvSus90ZNwFuTxeZ7 { width:2.375rem;height:2.375rem;top:8.75rem;left:35.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2tLF1wQmh2Ws5DuislTQxs6DHWyv1D { width:2.375rem;height:2.375rem;top:8.75rem;left:37.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a8McMID85txukRvQgraQdh4gO36bAR { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7x4gCWhCm9SLLrl7692GrEB49UJTw2z { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz91LDBymRLTqx0blhp31butaa92y8Gf { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk { width:3.0625rem;height:3.0625rem;top:17.875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2f3AlFrBBTMBRWen7sdvIiDJgoymee { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpyK9vUsUirb2rEmQ3tWMFOIaVPvfDz { top:7.4375rem;left:19.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECqWS15VRocoQ7iH6bxNAZdf0Qkryzv { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2bEGMHce2gyz5x35EkyKTtIkTuk4OI { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1D9wNFdDTc5Utl8lmrBcTxT7l4lJVxS { width:2.375rem;height:2.375rem;top:8.9375rem;left:4.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTUsTWIkCph2sREhRrX2Z0ob7SWCI1i { width:2.375rem;height:2.375rem;top:8.9375rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ydPn3VTC6N6lwwns0OFvQZVaqycTXG { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR { width:3.0625rem;height:3.0625rem;top:18.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WoPHKEvavFZXa3pnKVyIxSrfX8n76L { width:2.1875rem;height:2.375rem;top:9rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqdbAQRA1zZ9y6WtAxGxeFmCTaOnpa2 { width:2.375rem;height:2.375rem;top:8.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DHhvNZm7BM31c7vXaK1sGu4v5NEdHl { width:2.375rem;height:2.375rem;top:8.9375rem;left:6.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoUBve6Ch730sp2LFAMTaeyBGCbthDy { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdVzHTTwQlwPnFAL560bilM6suvBP4PA { width:47.75rem;height:0.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { display:block; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pw5wd0tL5NsfVMeNHCiEIGw91WfFMETw { top:0.75rem;left:16.875001907349rem;width:12.625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ae8c67;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.9375rem;background-color:transparent;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-form-header {  }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;color:#ffffff;width:15.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:right;text-align-last:right;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15.375rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:cairo;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15.375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:cairo;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15.375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:cairo;font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#03205a;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:15.375rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:14rem;overflow:hidden;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:first-of-type{padding-top:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:last-of-type{padding-bottom:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0  { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-image: -moz-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-image: -ms-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-image: -o-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa14f', endColorstr='#033a9d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa14f', endColorstr='#033a9d8e' );";background-image: linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.0625rem;top:10.51171875rem;z-index:15001;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(31,74,126,0.5) ; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.375rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 {display:block;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-image: -moz-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-image: -ms-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-image: -o-linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa14f', endColorstr='#033a9d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa14f', endColorstr='#033a9d8e' );";background-image: linear-gradient(216deg, #eaa14f, rgba(3,58,157,0.56));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.0625rem;top:10.51171875rem;z-index:15001;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(31,74,126,0.5) ; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #y6ryLaSeAZKsks1JCRE0D7prr3beCcGn {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #gKffAcrtCiZnpgebUqNq1S9MuESiJ4bP { display:block; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wwW89CoheDrWb3iMAhBT7Qg7roDUGmCT {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #C9WyPFa7kfTDbxry6Zu7xBRw8LA3rbiy {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #QWzIhC8WQmbJHnqyp0xS7GhByGUQmqHt { display:block; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #sLftGcgSetenbz8MxRTwqrQI5oHl2UvF {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #Q5urHeIdiRrITKoHhmV1gEIXxIlJSMIA {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wBd5uhvZUycIrHq316z8025RLeLu4iRO {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #iD29Tgptt87iXH9B8aVxCd4JT0Wqa6WU {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #lnh4zdLkMcXCiqMvZNsptbnRNx0T6xDK {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #z3dq8GQyDo4ccDKIpkw5hCbT2UDMmFQK {  }
 }@media only screen and (max-width: 763px) { #Lip8xKSoKRkVllA6q7boIMiZMTPkLqPB { width:7.1875rem;height:4.5rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y { width:7.9375rem;height:4.0375rem;top:0.3125rem;left:9.375rem;font-size:0.875rem;display:block; }#vuoFA8h3oEoiPwxTVC3exIxKbBoa5u9y li:before{  }
 }@media only screen and (max-width: 763px) { #V10T8sfwdVCyO69q3usZTErbBFQ05yRe { width:9.5625rem;height:1.8125rem;top:1.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #astX3JSKnaNm2tagH6wOsmI11U2a6XsW { width:6.25rem;height:1.54375rem;top:1.5625rem;left:9.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi5180JSz5oQleauDgpfCDVgn2xKKN6 { width:4.62421875rem;height:4.62421875rem;top:0rem;left:15.4375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6IFhmZ3z9XZUZcxECGMShcrbHZnJTT { width:3.31171875rem;height:3.31171875rem;top:0.6875rem;left:16.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEIG3abn22KtJq9ymFzmViRPJ9ISRyz { width:20rem;height:2.5rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxvvFI4Ew7UTTKvxisfhPFOvTtQcqTra { width:20rem;height:1.875rem;top:6.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMF9nCUvfBGApBtaCfw9X1qZKLsfIaPS { width:5.625rem;height:4.625rem;top:36.52734375rem;left:4.8939393939394rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 { display:block; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 { background-color: transparent; background-image: none; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container > .video-iframe-container { display: none; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row > .video-iframe-container { display: none; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .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); }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 { border-width: 0; border-radius: 0; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .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; }#JcDukD2dCP1GaKqgTXzQpMSxUTlTSfR8 > .row .container { width:20rem;height:64.0625rem;background-color:transparent;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMxCb328q2dRM5ApbiAc2uLdcBFzBaky { width:16.5rem;height:1.4625rem;top:28.762499809265rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #holFcZ4xoPM6y4JvmKR1IinMsZJW5HKv { width:20rem;height:4.4625rem;top:31.050002098084rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iur8FI14xkEGoJd7NWHSR8JsuSs0u6G8 { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1fZ5VlJgJ5IrVQxu7KCdDNmrhClRZJQ { width:18.75rem;height:1.4625rem;top:42.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwKwTppawJuxKLidi5H2dmzFXfLvtl9H { width:20rem;height:4.4625rem;top:44.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwIclksQuHetz6MVrz6p7OMW1LXT9Qhf { width:18.75rem;height:4.4625rem;top:17.187500476837rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;font-family:cairo;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f5bSr1K0vTb2hNkH8GQqxQbh4HtifJ1n { width:9.625rem;height:1.625rem;top:14.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8hJt8N5xqJTeUitrFoyUASIVIBxBEHr { width:18.75rem;height:5.95rem;top:58.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7hhZGODOeQ30wzRke78UbD8g8sNphKq { width:9.1875rem;height:1.625rem;top:56.5rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmHMiFC1RThHTLhwRkmByBSm5wOizdAA { width:0.0625rem;height:15.625rem;top:15.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Laf7pyIDzvM7ykWTrNbuvNPIPoWlgGmg { width:5rem;height:5rem;top:9.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8R24wpHFoJF54SNZ4woLo4vJ7e3e2EB { width:5rem;height:5rem;top:23.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3QoXkLlfhz8hS7Aeyy1cifB6iNrFw3F { width:5rem;height:5rem;top:37.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw1fQaAIiVPx7tGGZl3StVAUexz4HDLz { width:5.9375rem;height:7.6875rem;top:21.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRZ6S4KG4RGp3sMmT9MTV0DKeJNQfak { width:20rem;height:5rem;top:2rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RD49feTOaRUELNO21owGT5aT4UuoCsdb { width:5rem;height:5rem;top:50.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnwZpqrxMWTAp18rkbis8SsTOQEgcwgB { display:flex;width:3.6875rem;height:3.6875rem;top:51.375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #vXIwiTn47GcSOIh7iQ2zXDxJKy1MtSeQ { display:flex;width:3.6875rem;height:3.6875rem;top:37.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #ZeKFt6oOQo6HsM6EB9osQxCRkRSmExde { display:flex;width:5.1875rem;height:5.1875rem;top:9.125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #sTOVBTflOKo78PGNWAWAmwfSXDDmla2H { width:0.0625rem;height:15.625rem;top:29.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfTtQn9inBtIWJMDyU8gOZHyV5HxRTMz { width:20rem;height:8.0625rem;top:0.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { display:block; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { background-color: transparent; background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .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); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { border-width: 0; border-radius: 0; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .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; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { width:20rem;height:38.6875rem;background-color:rgba(174,140,103,0.72);background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEcuG2HlXmJp0397tKZ24MpGb2m4JXC5 { width:18.621875rem;height:1.95rem;top:3.1359374523163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91KTVuRA181bVCXoTUgBIr4KdQVoKWk { width:2.374025rem;height:2.374025rem;top:23.5625rem;left:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7SZDPUDAcggoRFzAM86cwoyTmLHKle { width:2.374025rem;height:2.374025rem;top:23.5rem;left:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2UBXLy2QrVUwm5mO9mHAa50UXXk4LIp { width:2.374025rem;height:2.374025rem;top:23.5rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv6ogGq6F6axZVnvSus90ZNwFuTxeZ7 { width:2.374025rem;height:2.374025rem;top:23.5rem;left:11.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2tLF1wQmh2Ws5DuislTQxs6DHWyv1D { width:2.374025rem;height:2.374025rem;top:23.5rem;left:13.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a8McMID85txukRvQgraQdh4gO36bAR { width:19.875rem;height:11.6875rem;top:26.571875452995rem;left:0rem;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(255,255,255,0.42);display:block; }
 }@media only screen and (max-width: 763px) { #U7x4gCWhCm9SLLrl7692GrEB49UJTw2z { width:10.625rem;height:1.4625rem;top:36.167969703674rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz91LDBymRLTqx0blhp31butaa92y8Gf { width:18.75rem;height:8.5rem;top:26.571875572204rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk { width:3.125rem;height:3.125rem;top:35.23671913147rem;left:16.675001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2f3AlFrBBTMBRWen7sdvIiDJgoymee { width:3.125rem;height:3.125rem;top:24.28125rem;left:16.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMpyK9vUsUirb2rEmQ3tWMFOIaVPvfDz { width:3.125rem;height:3.125rem;top:2.5492191314698rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECqWS15VRocoQ7iH6bxNAZdf0Qkryzv { width:19.872625rem;height:11.497625rem;top:10.411719322204rem;left:0rem;border-top:0.0625rem solid #ae8c67;border-left:0.0625rem solid #ae8c67;border-right:0.0625rem solid #ae8c67;border-bottom:0.0625rem solid rgba(255,255,255,0.53);display:block; }
 }@media only screen and (max-width: 763px) { #Tf2bEGMHce2gyz5x35EkyKTtIkTuk4OI { width:20rem;height:3.4rem;top:11.474218726158rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1D9wNFdDTc5Utl8lmrBcTxT7l4lJVxS { width:2.374025rem;height:2.374025rem;top:7.375rem;left:11.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTUsTWIkCph2sREhRrX2Z0ob7SWCI1i { width:2.374025rem;height:2.374025rem;top:7.375rem;left:8.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ydPn3VTC6N6lwwns0OFvQZVaqycTXG { width:9.4359375rem;height:1.4625rem;top:16.995311975479rem;left:5.2820315361023rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR { width:3.1875rem;height:3.1875rem;top:16.032812476158rem;left:16.612501144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WoPHKEvavFZXa3pnKVyIxSrfX8n76L { width:2.1875rem;height:2.374025rem;top:7.4375rem;left:4.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqdbAQRA1zZ9y6WtAxGxeFmCTaOnpa2 { width:2.374025rem;height:2.374025rem;top:7.375rem;left:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DHhvNZm7BM31c7vXaK1sGu4v5NEdHl { width:2.374025rem;height:2.374025rem;top:7.375rem;left:13.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoUBve6Ch730sp2LFAMTaeyBGCbthDy { width:19.871875rem;height:11.496875rem;top:26.667187929154rem;left:0rem;border-top:0.0625rem solid #ae8c67;border-left:0.0625rem solid #ae8c67;border-right:0.0625rem solid #ae8c67;border-bottom:0.0625rem solid rgba(255,255,255,0.53);z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tdVzHTTwQlwPnFAL560bilM6suvBP4PA { width:20rem;height:0.125rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { display:block; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { background-color: transparent; background-image: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container > .video-iframe-container { display: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container { display: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .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); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { border-width: 0; border-radius: 0; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .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; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { width:20rem;height:15.375rem;background-color:#ae8c67;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pw5wd0tL5NsfVMeNHCiEIGw91WfFMETw { width:9.75rem;height:10.375rem;top:4.7683715820312E-7rem;left:6.28125rem;overflow:hidden;display:block; }
 }