.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:217,218,240;--color-primary-1:148,200,255;--color-primary-2:67,72,179;--color-primary-3:20,26,160;--color-primary-4:3,12,76;--color-secondary-0:240,240,223;--color-secondary-1:209,209,158;--color-secondary-2:179,179,94;--color-secondary-3:160,160,54;--color-secondary-4:98,70,12;--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:url("https://images.assets-landingi.com/g5sJAjuO/canstockphoto12610363_1080x675.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,66,146,0.44); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,66,146,0.44); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:40.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { position:absolute;display:block;z-index:15000;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:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.5rem;width:27.625rem;top:10.75rem;left:5.75rem;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-form-header {  }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:23.875rem;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:left;text-align-last:left; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:23.875rem;box-sizing:border-box;height:3.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:23.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:23.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:#e1af4c;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:1.3125rem;font-weight:bold;color:#020202;width:23.875rem;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) ; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:22.5rem;overflow:hidden;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container:first-of-type{padding-top:0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container:last-of-type{padding-bottom:0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.3742179870606rem;top:14.249218940735rem;z-index:15006;position:absolute; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.3742179870606rem;top:14.249218940735rem;z-index:15006;position:absolute; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { position:relative;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { position:relative;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #BsQ9Fpe8be4TXh50x2bFvlZzySBxWfiR { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #WJZ5LwoLPddWzA2vVutN1377P3NLlMhi { position:relative;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GwL7RA4szUUAGo5KoiMImiG9c0FukTbE { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf { position:relative; }
#tAQJ9JPCn7bT35UNiuLNUL0wTXSnh55m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:12.4375rem;height:3.73535rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NhaorLpbbXhuR37pqNygr758bTyET2OZ { color:#c195a1;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:40rem;height:6.71925rem;text-align:center;text-align-last:center;display:block; }#NhaorLpbbXhuR37pqNygr758bTyET2OZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NhaorLpbbXhuR37pqNygr758bTyET2OZ li:before{  }
#UntNiCJfWlTxrLLslukmi9cI5hO4MmH0 { color:#c07a8c;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:40.125rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#e6p1F1VqcHxIeKJn40PTyFlUS289gg07 { position:absolute;display:block;z-index:15001;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:4.0625rem;left:40.8125rem;display:block; }
#xxtUcbEs6EkV8xKaK0xNZTcSHwpXHNT1 { box-sizing:content-box;color:#e1af4c;font-size:4.25rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.6875rem;left:51.9375rem;display:block; }
#CLJstsAyCb8RLx6kqakMKMTMwWKRHipJ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c7ba5;border-left:0.0625rem solid #2c7ba5;border-right:0.0625rem solid #2c7ba5;border-bottom:0.0625rem solid #2c7ba5;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:26.9375rem;width:28.875rem;top:9.9375rem;left:5.125rem;display:block; }
#Dk1sa0U0HGOxmUUGIFmZwhc3OuwJKzmz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:6.9375rem;font-weight:400;line-height:1;height:9.9375rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0rem;left:50.0625rem;display:block; }
#FmieABftZbUh5OBOCdOUku3ons1WlAXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.86);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; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { background-color: transparent; background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .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); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { border-width: 0; border-radius: 0; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#ipzhqKgcRyNJEBTLFR07IkSuJUFWpcbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:0.96875rem;left:6rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zqTuF5i08VFcgheZroF2pXrD8TCvZoTK { position:absolute;display:block;z-index:15025;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4353125rem;width:7.3730625rem;top:14.1875rem;left:46.3125rem;display:block; }
#O5Oya0ZJs2iGyaWc6ZtCSvVl6mcfZXKL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:13.75rem;left:45.875rem;display:block; }
#glGtGDyHtn6iVd6CuNeniuZSbuWLtWVb { position:absolute;display:block;z-index:15026;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:5.06225625rem;width:6.12426875rem;top:15.375rem;left:46.9375rem;overflow:hidden;display:block; }
#HVErPE50IAuhWak7Oswqzkhgl4C3wgU2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:14.125rem;left:26.25rem;display:block; }
#mcJy1G2WpuvwG3BGA7LqbZmhFWKvAuNb { position:absolute;display:block;z-index:15025;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.37425rem;top:14.5625rem;left:26.6875rem;display:block; }
#bKQCD4RzKI8TWL8f7QD0EFNRlEDKRCtB { position:absolute;display:block;z-index:15026;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:5.06225625rem;width:6.12426875rem;top:15.75rem;left:27.3125rem;overflow:hidden;display:block; }
#srTino4aLEburHsMEU1g4nBgHnOXHGh2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.625rem;left:40rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p62TChzNMJKiRGPEhtzaeiFLx9fg7bHf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.625rem;left:20.75rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMK0b5m1NN9mQ4UTH0cQ44OVUBx4F1L1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wqTCoIARy2oMBIsiNaBDdwhkQlHNmLBm { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:14.1875rem;left:6.3125rem;display:block; }
#OZrm0EmTdT4SyOcy84gwboGfVGIInNru { position:absolute;display:block;z-index:15030;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.37425rem;top:14.5625rem;left:6.75rem;display:block; }
#T76Qnr7gC1ZCl0fWuLFMJJ61OT395Bh5 { position:absolute;display:block;z-index:15031;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:5.06225625rem;width:6.12426875rem;top:15.75rem;left:7.375rem;overflow:hidden;display:block; }
#L3J4EydN64iUSrCsBaXSEtreAL6EHQ1G { position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:27.0625rem;left:6.4375rem;display:block; }
#eAh0Tq0407TK5AGtR9ai9K7bbkiGpAv7 { position:absolute;display:block;z-index:15035;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.3730625rem;top:27.5rem;left:6.8125rem;display:block; }
#fzEz2NsN94qDKHLh11DiGv6zyTxH3aXN { position:absolute;display:block;z-index:15036;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:5.0610375rem;width:6.12305rem;top:28.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#QTVnTclTbkcFEdnXH0l5JweM2GpT3Fcn { position:absolute;display:block;z-index:15030;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.37425rem;top:27.375rem;left:26.75rem;display:block; }
#gTI9Hq8Gsf22UgbUg6mT0yUO0M6GrsEe { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:27rem;left:26.3125rem;display:block; }
#NTOWRtnIxpezrbtoRakC89qBKzd0lFAl { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:35.75rem;left:20rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ftzfkULDTEQxnTcrB1uZOigcqUAdS9C8 { position:absolute;display:block;z-index:15031;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:5.06225625rem;width:6.12426875rem;top:28.5625rem;left:27.375rem;overflow:hidden;display:block; }
#SgsKBHpFK0948HNbVcMqO6Kwt7zF6qE2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:35.8125rem;left:0rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZUIpO1S0UWmiZlElobX31MUInvNVnp4T { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:35.8125rem;left:40rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3hM97qpmgZ0fT4XEWXUZUyRB1i5RFGi { position:absolute;display:block;z-index:15035;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.3730625rem;top:27.4375rem;left:46.375rem;display:block; }
#efLQnfTwleI0TkIxfl2d08VJaZPwXVDW { position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:27rem;left:46rem;display:block; }
#vSxqSl27LBZVe1vPQ2SZ8SI67yGZdCzR { position:absolute;display:block;z-index:15036;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:5.0610375rem;width:6.12305rem;top:28.625rem;left:47rem;overflow:hidden;display:block; }
#FfIBvlJS17BFf1DKmcgzzgWaKHvEwZMg { position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:39.6875rem;left:6.4375rem;display:block; }
#MMIyM6x5toz2nxy1v4hed8q3v92BywJr { position:absolute;display:block;z-index:15035;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.3730625rem;top:40.125rem;left:6.8125rem;display:block; }
#R7WK3ZReVLan4JUuOnrx5wSQRVgs13ZS { position:absolute;display:block;z-index:15036;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:5.0610375rem;width:6.12305rem;top:41.3125rem;left:7.4375rem;overflow:hidden;display:block; }
#GbJJtLGM3qLl3cAwg5JeDwisBWWpSrB7 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:39.6875rem;left:26.3125rem;display:block; }
#iR4w9lAGNnwgm1ftqkLR9ooPL61tnnpB { position:absolute;display:block;z-index:15030;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.37425rem;top:40.0625rem;left:26.75rem;display:block; }
#zc2GvpBJ10Hk24mG9NAXsMJKJfGtEyow { position:absolute;display:block;z-index:15031;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:5.06225625rem;width:6.12426875rem;top:41.25rem;left:27.375rem;overflow:hidden;display:block; }
#DrVldB7gakN0QU7oHscanUTMFSXGvhBF { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:48.4375rem;left:20rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1IcTwen6pWktaIaDhf1ubiCT6ss4Taw { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:48.5625rem;left:0rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZztlBL69SVS0ylTEPtRqUeDBXd5T9aZw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:48.5625rem;left:40.1875rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4WFIfiFMTedNOiE1L4I5z5tNBOascyN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.1860625rem;top:39.8125rem;left:45.875rem;display:block; }
#xrTRQT2g7QJGC2psXz4ThsfTp3vLbGWJ { position:absolute;display:block;z-index:15025;background-color:#edf1f3;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-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.4365rem;width:7.37425rem;top:40.25rem;left:46.3125rem;display:block; }
#aiVN8C630AVg2wz2wkrFDecxTfgznovI { position:absolute;display:block;z-index:15026;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:5.06225625rem;width:6.12426875rem;top:41.4375rem;left:46.9375rem;overflow:hidden;display:block; }
#f05ebLTms4BDeHucA6F6sT1dzxyErapa { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:60rem;top:26.375rem;left:0rem;display:block; }
#kSGxal82q29RMXw1Gw4nobN3GDTUCwuw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:60rem;top:0rem;left:0rem;display:block; }
#KcP0ww26G6hwX1lXmWBrrlXl460hhgrc { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:60rem;top:26.375rem;left:0rem;display:none; }
#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.48);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; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { background-color: transparent; background-image: none; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container > .video-iframe-container { display: none; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row > .video-iframe-container { display: none; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .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); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { border-width: 0; border-radius: 0; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#TyuwdZsslD8v9XMxOqymQwCM9Jwf3inS { 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:15023;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.2504875rem;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; }
#eNgRDZUygt7Jh1OBCEufTNMIUl7LKFAN { 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:15031;top:6.6875rem;left:56.375rem;display:block; }
#FGGWI08BqABlROfpw2lxlaQ0S2uGdQHN { 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:15029;top:8.1875rem;left:43.6875rem;display:block; }
#ecfAeaFZTGWFS38w8qloMDRUkpS9kTBo { position:absolute;display:block;z-index:15024;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:8.25rem;left:32.375rem;display:block; }
#K1wuPB2iVL6Vepxo8fDTSmuto53UnG53 { 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:15028;top:8.1875rem;left:41.375rem;display:block; }
#UyiBsz5B3ynNNotF4pEkXGokfscFHFKA { 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:15027;top:8.1875rem;left:39.0625rem;display:block; }
#m5yoF8QUHZTpPzSIbJSMOvmIqDbqS1Wt { 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:15026;top:8.1875rem;left:36.6875rem;display:block; }
#p6bpk1f9liy8hcWo786aqPzPG40CfOt9 { 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:15028;line-height:1.7;letter-spacing:0;top:10.6875rem;left:35.5rem;height:5.10205rem;text-align:right;text-align-last:right;display:block; }
#gCfOfl5xPbvzDoewT8KSnashrPIyl2CJ { 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:15025;top:8.25rem;left:34.5rem;display:block; }
#Lfs3r5J08DIUczvdFZdnLTeMN6iQ0JuE { 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:15041;top:6.875rem;left:25.5625rem;display:block; }
#oMNGon2TpqaOnGcsUkI59XZhTlv7q1S1 { position:absolute;display:block;z-index:15034;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:8.4375rem;left:1.5625rem;display:block; }
#dEZq8Vu7BoxanGurIzgnJKh6pghCHvQd { 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:15038;line-height:1.7;letter-spacing:0;top:10.875rem;left:4.6875rem;height:3.40136875rem;text-align:right;text-align-last:right;display:block; }
#DTaQPJAzuQ2bJe5fiKMXP3BpOR8d466I { 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:15039;top:8.375rem;left:12.8125rem;display:block; }
#z1yCgaVLTQBlMhr9TvrJoB4fpBJVSf9k { 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:15038;top:8.375rem;left:10.5625rem;display:block; }
#K5A5ksTHsqJGlk6vvMzglv3zvOfmsgya { 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:15037;top:8.375rem;left:8.25rem;display:block; }
#i9hKSaAPD3xN3bxXLxuXwBUtt8x32Qfs { position:absolute;display:block;z-index:15030;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.5625rem;left:55.3125rem;display:block; }#i9hKSaAPD3xN3bxXLxuXwBUtt8x32Qfs.adaptive-delivery-prevent-bg, #i9hKSaAPD3xN3bxXLxuXwBUtt8x32Qfs.lazyload, #i9hKSaAPD3xN3bxXLxuXwBUtt8x32Qfs.lazyloading { background-image: none; }
#Ovcu7LZLOUHeP7eDTmhO7EqeFdhx1PMU { 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:15036;top:8.375rem;left:5.875rem;display:block; }
#pbcrtnpTl5qe3wOglvCrSRKGhFWX7ee4 { color:#e4c431;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:18rem;left:34.5625rem;height:1.95rem;font-style:normal;display:block; }
#niT02MhPsL213d7nah2T5ElO7BVAxogk { color:#e4c431;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:18.1875rem;left:3.75rem;height:1.95rem;font-style:normal;display:block; }
#JgXfa57yIleAwne8ZeGpT1bmOa1m6Dcb { position:absolute;display:block;z-index:15040;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:17.75rem;left:24.5rem;display:block; }#JgXfa57yIleAwne8ZeGpT1bmOa1m6Dcb.adaptive-delivery-prevent-bg, #JgXfa57yIleAwne8ZeGpT1bmOa1m6Dcb.lazyload, #JgXfa57yIleAwne8ZeGpT1bmOa1m6Dcb.lazyloading { background-image: none; }
#DvWXPTxf75HiokhwWbfShfmUVW7OtZFl { 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:15035;top:8.4375rem;left:3.6875rem;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#NqtN5TvQIzK5W5x3zVWTucTdHLEPCcON { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:40.9375rem;height:1.798825rem;text-align:right;text-align-last:right;display:block; }
#aSK1AT4KRvSzrIUTwEPTvz1M2G7KMFzL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40.9375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Qxf7eZMnMPy4x8wDhLuMszSxDy1uKWAc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:40.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#R8fKMJBpJbmJ3rn92NrLPXgtAxbTfcTk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#UHxbMkuNynIzf3iJOmu8M5GInwOlIP3t { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.625rem;left:40.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#UlK2FhLAordT7qbcHyscyKkwv0OTXFT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:32.875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TgCIWL85z0TTwEUwpZbfwD0iWT7EIdoB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:32.875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T1T1akpeoCcG2Wb464y3NcyKVc2cudWp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:32.875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Cx85WZPf0mEk2Rm1ByofcQkL7yyBUGD4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.4375rem;left:32.875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PbyGavrzA6U2dxllZl3CXhQ5K5zn5T0W { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.875rem;left:7.625rem;height:1.798825rem;text-align:right;text-align-last:right;display:block; }
#GmIbwWOTi9p4w31UumfgUOT4p8LlnPcn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:17.625rem;left:4.4375rem;display:block; }
#xMvLTzUvGs8lCF1DTR8nS6zCwriiuPsX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:2rem;left:4.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:11.25rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:27.625rem;height:25.5rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.1875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { width:23.875rem;height:auto;top:14.1875rem;left:0.24921798706055rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { width:23.875rem;height:auto;top:14.1875rem;left:0.24921798706055rem; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #BsQ9Fpe8be4TXh50x2bFvlZzySBxWfiR {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #WJZ5LwoLPddWzA2vVutN1377P3NLlMhi { display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GwL7RA4szUUAGo5KoiMImiG9c0FukTbE {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf {  }
 }@media only screen and (max-width: 763px) { #tAQJ9JPCn7bT35UNiuLNUL0wTXSnh55m { top:11.1875rem;left:6.3125rem;width:14.25rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhaorLpbbXhuR37pqNygr758bTyET2OZ { top:1.875rem;left:33.875rem;width:11.8125rem;height:6.6875rem;font-size:1.0625rem;display:block; }#NhaorLpbbXhuR37pqNygr758bTyET2OZ li:before{  }
 }@media only screen and (max-width: 763px) { #UntNiCJfWlTxrLLslukmi9cI5hO4MmH0 { top:3.9375rem;left:34rem;width:11.8125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p1F1VqcHxIeKJn40PTyFlUS289gg07 { top:4.0625rem;left:31.8125rem;width:15.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxtUcbEs6EkV8xKaK0xNZTcSHwpXHNT1 { top:1.6875rem;left:41.625rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJstsAyCb8RLx6kqakMKMTMwWKRHipJ { top:9.9375rem;left:0rem;width:28.875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk1sa0U0HGOxmUUGIFmZwhc3OuwJKzmz { top:0rem;left:37.8125rem;width:9.9375rem;height:9.9375rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipzhqKgcRyNJEBTLFR07IkSuJUFWpcbQ { top:0.9375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTuF5i08VFcgheZroF2pXrD8TCvZoTK { width:7.3125rem;height:7.375rem;top:14.1875rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Oya0ZJs2iGyaWc6ZtCSvVl6mcfZXKL { width:8.125rem;height:8.125rem;top:13.75rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glGtGDyHtn6iVd6CuNeniuZSbuWLtWVb { width:6.0625rem;height:5.0106744032724rem;top:15.375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVErPE50IAuhWak7Oswqzkhgl4C3wgU2 { width:8.125rem;height:8.125rem;top:14.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJy1G2WpuvwG3BGA7LqbZmhFWKvAuNb { width:7.3125rem;height:7.375rem;top:14.5625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKQCD4RzKI8TWL8f7QD0EFNRlEDKRCtB { width:6.0625rem;height:5.0106744032724rem;top:15.75rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTino4aLEburHsMEU1g4nBgHnOXHGh2 { width:20rem;height:1.625rem;top:22.625rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p62TChzNMJKiRGPEhtzaeiFLx9fg7bHf { width:18.8125rem;height:1.625rem;top:22.625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMK0b5m1NN9mQ4UTH0cQ44OVUBx4F1L1 { width:20rem;height:1.625rem;top:22.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTCoIARy2oMBIsiNaBDdwhkQlHNmLBm { width:8.125rem;height:8.125rem;top:14.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrm0EmTdT4SyOcy84gwboGfVGIInNru { width:7.3125rem;height:7.375rem;top:14.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76Qnr7gC1ZCl0fWuLFMJJ61OT395Bh5 { width:6.0625rem;height:5.0106744032724rem;top:15.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3J4EydN64iUSrCsBaXSEtreAL6EHQ1G { width:8.125rem;height:8.125rem;top:27.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAh0Tq0407TK5AGtR9ai9K7bbkiGpAv7 { width:7.3125rem;height:7.375rem;top:27.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzEz2NsN94qDKHLh11DiGv6zyTxH3aXN { width:6.0625rem;height:5.0105069164877rem;top:28.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVnTclTbkcFEdnXH0l5JweM2GpT3Fcn { width:7.3125rem;height:7.375rem;top:27.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI9Hq8Gsf22UgbUg6mT0yUO0M6GrsEe { width:8.125rem;height:8.125rem;top:27rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOWRtnIxpezrbtoRakC89qBKzd0lFAl { width:20rem;height:1.625rem;top:35.75rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftzfkULDTEQxnTcrB1uZOigcqUAdS9C8 { width:6.0625rem;height:5.0106744032724rem;top:28.5625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsKBHpFK0948HNbVcMqO6Kwt7zF6qE2 { width:20rem;height:1.625rem;top:35.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUIpO1S0UWmiZlElobX31MUInvNVnp4T { width:20rem;height:1.625rem;top:35.8125rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3hM97qpmgZ0fT4XEWXUZUyRB1i5RFGi { width:7.3125rem;height:7.375rem;top:27.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efLQnfTwleI0TkIxfl2d08VJaZPwXVDW { width:8.125rem;height:8.125rem;top:27rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSxqSl27LBZVe1vPQ2SZ8SI67yGZdCzR { width:6.0625rem;height:5.0105069164877rem;top:28.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfIBvlJS17BFf1DKmcgzzgWaKHvEwZMg { width:8.125rem;height:8.125rem;top:39.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMIyM6x5toz2nxy1v4hed8q3v92BywJr { width:7.3125rem;height:7.375rem;top:40.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7WK3ZReVLan4JUuOnrx5wSQRVgs13ZS { width:6.0625rem;height:5.0105069164877rem;top:41.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbJJtLGM3qLl3cAwg5JeDwisBWWpSrB7 { width:8.125rem;height:8.125rem;top:39.6875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4w9lAGNnwgm1ftqkLR9ooPL61tnnpB { width:7.3125rem;height:7.375rem;top:40.0625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2GvpBJ10Hk24mG9NAXsMJKJfGtEyow { width:6.0625rem;height:5.0106744032724rem;top:41.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrVldB7gakN0QU7oHscanUTMFSXGvhBF { width:20rem;height:1.625rem;top:48.4375rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1IcTwen6pWktaIaDhf1ubiCT6ss4Taw { width:20rem;height:1.625rem;top:48.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztlBL69SVS0ylTEPtRqUeDBXd5T9aZw { width:19.75rem;height:1.625rem;top:48.5625rem;left:28rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WFIfiFMTedNOiE1L4I5z5tNBOascyN { width:8.125rem;height:8.125rem;top:39.8125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrTRQT2g7QJGC2psXz4ThsfTp3vLbGWJ { width:7.3125rem;height:7.375rem;top:40.25rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiVN8C630AVg2wz2wkrFDecxTfgznovI { width:6.0625rem;height:5.0106744032724rem;top:41.4375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f05ebLTms4BDeHucA6F6sT1dzxyErapa { top:26.375rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSGxal82q29RMXw1Gw4nobN3GDTUCwuw { top:0rem;left:0rem;width:47.75rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcP0ww26G6hwX1lXmWBrrlXl460hhgrc { top:26.375rem;left:0rem;width:47.75rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkv6fry0d47oFGJtUDMlZyrVa8zs25lx { display:block; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyuwdZsslD8v9XMxOqymQwCM9Jwf3inS { width:47.75rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNgRDZUygt7Jh1OBCEufTNMIUl7LKFAN { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGGWI08BqABlROfpw2lxlaQ0S2uGdQHN { width:2.375rem;height:2.375rem;top:8.1875rem;left:37.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecfAeaFZTGWFS38w8qloMDRUkpS9kTBo { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wuPB2iVL6Vepxo8fDTSmuto53UnG53 { width:2.375rem;height:2.375rem;top:8.1875rem;left:35.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyiBsz5B3ynNNotF4pEkXGokfscFHFKA { width:2.375rem;height:2.375rem;top:8.1875rem;left:32.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yoF8QUHZTpPzSIbJSMOvmIqDbqS1Wt { width:2.375rem;height:2.375rem;top:8.1875rem;left:30.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bpk1f9liy8hcWo786aqPzPG40CfOt9 { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfOfl5xPbvzDoewT8KSnashrPIyl2CJ { width:2.1875rem;height:2.375rem;top:8.25rem;left:28.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfs3r5J08DIUczvdFZdnLTeMN6iQ0JuE { top:6.875rem;left:19.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMNGon2TpqaOnGcsUkI59XZhTlv7q1S1 { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEZq8Vu7BoxanGurIzgnJKh6pghCHvQd { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaQPJAzuQ2bJe5fiKMXP3BpOR8d466I { width:2.375rem;height:2.375rem;top:8.375rem;left:6.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yCgaVLTQBlMhr9TvrJoB4fpBJVSf9k { width:2.375rem;height:2.375rem;top:8.375rem;left:4.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5A5ksTHsqJGlk6vvMzglv3zvOfmsgya { width:2.375rem;height:2.375rem;top:8.375rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hKSaAPD3xN3bxXLxuXwBUtt8x32Qfs { width:3.0625rem;height:3.0625rem;top:17.5625rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovcu7LZLOUHeP7eDTmhO7EqeFdhx1PMU { width:2.375rem;height:2.375rem;top:8.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcrtnpTl5qe3wOglvCrSRKGhFWX7ee4 { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT02MhPsL213d7nah2T5ElO7BVAxogk { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXfa57yIleAwne8ZeGpT1bmOa1m6Dcb { width:3.0625rem;height:3.0625rem;top:17.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvWXPTxf75HiokhwWbfShfmUVW7OtZFl { width:2.1875rem;height:2.375rem;top:8.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqtN5TvQIzK5W5x3zVWTucTdHLEPCcON { top:2rem;left:31.4375rem;width:16.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSK1AT4KRvSzrIUTwEPTvz1M2G7KMFzL { top:6.1875rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxf7eZMnMPy4x8wDhLuMszSxDy1uKWAc { top:14rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8fKMJBpJbmJ3rn92NrLPXgtAxbTfcTk { top:10.3125rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHxbMkuNynIzf3iJOmu8M5GInwOlIP3t { top:17.625rem;left:33.5rem;width:14.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlK2FhLAordT7qbcHyscyKkwv0OTXFT8 { top:8.125rem;left:25.375rem;width:22.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCIWL85z0TTwEUwpZbfwD0iWT7EIdoB { top:12.25rem;left:25.375rem;width:22.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T1akpeoCcG2Wb464y3NcyKVc2cudWp { top:15.8125rem;left:25.375rem;width:22.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx85WZPf0mEk2Rm1ByofcQkL7yyBUGD4 { top:19.4375rem;left:25.375rem;width:22.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbyGavrzA6U2dxllZl3CXhQ5K5zn5T0W { top:18.875rem;left:1.5rem;width:8.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmIbwWOTi9p4w31UumfgUOT4p8LlnPcn { top:17.625rem;left:0rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvLTzUvGs8lCF1DTR8nS6zCwriiuPsX { top:2rem;left:0rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.44);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;z-index:auto;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,223,248,0.48); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,223,248,0.48); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:43.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/8hqTp6L6/canstockphoto12610363_1080x675235252.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:4.375rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:18.5625rem;height:25.3125rem;top:16.3125rem;left:0.875rem;z-index:14997;background-color:rgba(65,104,153,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.75rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { width:9.8125rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:3.5rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { width:15.125rem;height:auto;top:20.125rem;left:1.3125rem;z-index:14998; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { width:15.125rem;height:auto;top:20.125rem;left:1.3125rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #BsQ9Fpe8be4TXh50x2bFvlZzySBxWfiR {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #WJZ5LwoLPddWzA2vVutN1377P3NLlMhi { display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GwL7RA4szUUAGo5KoiMImiG9c0FukTbE {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf {  }
 }@media only screen and (max-width: 763px) { #tAQJ9JPCn7bT35UNiuLNUL0wTXSnh55m { width:14.25rem;height:3.0878875rem;top:17rem;left:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhaorLpbbXhuR37pqNygr758bTyET2OZ { width:9.4375rem;height:4.763675rem;top:3.5625rem;left:3.3125rem;font-size:1.0625rem;display:block; }#NhaorLpbbXhuR37pqNygr758bTyET2OZ li:before{  }
 }@media only screen and (max-width: 763px) { #UntNiCJfWlTxrLLslukmi9cI5hO4MmH0 { width:8.6875rem;height:1.7871125rem;top:5rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p1F1VqcHxIeKJn40PTyFlUS289gg07 { width:12.1875rem;height:2rem;top:5.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxtUcbEs6EkV8xKaK0xNZTcSHwpXHNT1 { width:5.4375rem;height:5.4375rem;top:3.0406250953674rem;left:13.250000357628rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJstsAyCb8RLx6kqakMKMTMwWKRHipJ { width:20rem;height:27.5625rem;top:15.250003814698rem;left:0.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Dk1sa0U0HGOxmUUGIFmZwhc3OuwJKzmz { width:8.0625rem;height:8.0625rem;top:1.9156249761581rem;left:11.937500357628rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #17479e, #897149);background-image: -moz-linear-gradient(180deg, #17479e, #897149);background-image: -ms-linear-gradient(180deg, #17479e, #897149);background-image: -o-linear-gradient(180deg, #17479e, #897149);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#17479e', endColorstr='#897149' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#17479e', endColorstr='#897149' );";background-image: linear-gradient(180deg, #17479e, #897149);background-size:cover !important;display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { background-color: transparent; background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .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); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipzhqKgcRyNJEBTLFR07IkSuJUFWpcbQ { width:20rem;height:11.25rem;top:1.90625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqTuF5i08VFcgheZroF2pXrD8TCvZoTK { width:7.3125rem;height:7.375rem;top:29.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Oya0ZJs2iGyaWc6ZtCSvVl6mcfZXKL { width:8.125rem;height:8.125rem;top:29.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glGtGDyHtn6iVd6CuNeniuZSbuWLtWVb { width:6.0625rem;height:5.0106744032724rem;top:30.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVErPE50IAuhWak7Oswqzkhgl4C3wgU2 { width:8.125rem;height:8.125rem;top:14.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJy1G2WpuvwG3BGA7LqbZmhFWKvAuNb { width:7.3125rem;height:7.375rem;top:15.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKQCD4RzKI8TWL8f7QD0EFNRlEDKRCtB { width:6.0625rem;height:5.0106744032724rem;top:16.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTino4aLEburHsMEU1g4nBgHnOXHGh2 { width:7.8125rem;height:1.38125rem;top:38.4375rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p62TChzNMJKiRGPEhtzaeiFLx9fg7bHf { width:10.4375rem;height:1.38125rem;top:24.9375rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMK0b5m1NN9mQ4UTH0cQ44OVUBx4F1L1 { width:7.9375rem;height:1.38125rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTCoIARy2oMBIsiNaBDdwhkQlHNmLBm { width:7.9375rem;height:7.9375rem;top:15.0625rem;left:0.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OZrm0EmTdT4SyOcy84gwboGfVGIInNru { width:7.125rem;height:7.25rem;top:15.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76Qnr7gC1ZCl0fWuLFMJJ61OT395Bh5 { width:6.6875rem;height:5.4375rem;top:16.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3J4EydN64iUSrCsBaXSEtreAL6EHQ1G { width:8.125rem;height:8.125rem;top:29.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAh0Tq0407TK5AGtR9ai9K7bbkiGpAv7 { width:7.3125rem;height:7.375rem;top:29.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzEz2NsN94qDKHLh11DiGv6zyTxH3aXN { width:6.0625rem;height:5.0105069164877rem;top:30.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVnTclTbkcFEdnXH0l5JweM2GpT3Fcn { width:7.3125rem;height:7.375rem;top:42.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI9Hq8Gsf22UgbUg6mT0yUO0M6GrsEe { width:8.125rem;height:8.125rem;top:42.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOWRtnIxpezrbtoRakC89qBKzd0lFAl { width:9.375rem;height:2.6rem;top:51.0625rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftzfkULDTEQxnTcrB1uZOigcqUAdS9C8 { width:6.0625rem;height:5.0106744032724rem;top:43.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsKBHpFK0948HNbVcMqO6Kwt7zF6qE2 { width:5.75rem;height:1.38125rem;top:51.671875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUIpO1S0UWmiZlElobX31MUInvNVnp4T { width:9.125rem;height:1.38125rem;top:38.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3hM97qpmgZ0fT4XEWXUZUyRB1i5RFGi { width:7.3125rem;height:7.375rem;top:42.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efLQnfTwleI0TkIxfl2d08VJaZPwXVDW { width:8.125rem;height:8.125rem;top:42.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSxqSl27LBZVe1vPQ2SZ8SI67yGZdCzR { width:6.0625rem;height:5.0105069164877rem;top:43.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfIBvlJS17BFf1DKmcgzzgWaKHvEwZMg { width:8.125rem;height:8.125rem;top:42.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMIyM6x5toz2nxy1v4hed8q3v92BywJr { width:7.3125rem;height:7.375rem;top:42.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7WK3ZReVLan4JUuOnrx5wSQRVgs13ZS { width:6.0625rem;height:5.0105069164877rem;top:43.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbJJtLGM3qLl3cAwg5JeDwisBWWpSrB7 { width:8.125rem;height:8.125rem;top:55.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4w9lAGNnwgm1ftqkLR9ooPL61tnnpB { width:7.3125rem;height:7.375rem;top:56.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2GvpBJ10Hk24mG9NAXsMJKJfGtEyow { width:6.0625rem;height:5.0106744032724rem;top:57.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrVldB7gakN0QU7oHscanUTMFSXGvhBF { width:6.5rem;height:1.38125rem;top:65.375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1IcTwen6pWktaIaDhf1ubiCT6ss4Taw { width:9.3125rem;height:1.38125rem;top:65.375rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztlBL69SVS0ylTEPtRqUeDBXd5T9aZw { width:19.75rem;height:1.3808625rem;top:72.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4WFIfiFMTedNOiE1L4I5z5tNBOascyN { width:8.125rem;height:8.125rem;top:55.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrTRQT2g7QJGC2psXz4ThsfTp3vLbGWJ { width:7.3125rem;height:7.375rem;top:56.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiVN8C630AVg2wz2wkrFDecxTfgznovI { width:6.0625rem;height:5.0106744032724rem;top:57.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f05ebLTms4BDeHucA6F6sT1dzxyErapa { width:20rem;height:12.6875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSGxal82q29RMXw1Gw4nobN3GDTUCwuw { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcP0ww26G6hwX1lXmWBrrlXl460hhgrc { width:20rem;height:12.6875rem;top:55.21875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #lkv6fry0d47oFGJtUDMlZyrVa8zs25lx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b79461, #2c4971);background-image: -moz-linear-gradient(180deg, #b79461, #2c4971);background-image: -ms-linear-gradient(180deg, #b79461, #2c4971);background-image: -o-linear-gradient(180deg, #b79461, #2c4971);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79461', endColorstr='#2c4971' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79461', endColorstr='#2c4971' );";background-image: linear-gradient(180deg, #b79461, #2c4971);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { background-color: transparent; background-image: none; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container > .video-iframe-container { display: none; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row > .video-iframe-container { display: none; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .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); }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { border-width: 0; border-radius: 0; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkv6fry0d47oFGJtUDMlZyrVa8zs25lx > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyuwdZsslD8v9XMxOqymQwCM9Jwf3inS { width:20rem;height:1.95rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNgRDZUygt7Jh1OBCEufTNMIUl7LKFAN { width:3.125rem;height:3.125rem;top:35.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGGWI08BqABlROfpw2lxlaQ0S2uGdQHN { width:2.375rem;height:2.375rem;top:20.25rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecfAeaFZTGWFS38w8qloMDRUkpS9kTBo { width:19.875rem;height:14.0625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wuPB2iVL6Vepxo8fDTSmuto53UnG53 { width:2.375rem;height:2.375rem;top:4.44921875rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyiBsz5B3ynNNotF4pEkXGokfscFHFKA { width:2.375rem;height:2.375rem;top:20.25rem;left:12.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yoF8QUHZTpPzSIbJSMOvmIqDbqS1Wt { width:2.375rem;height:2.375rem;top:20.25rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bpk1f9liy8hcWo786aqPzPG40CfOt9 { width:20rem;height:6.80275rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfOfl5xPbvzDoewT8KSnashrPIyl2CJ { width:2.1875rem;height:2.375rem;top:20.25rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfs3r5J08DIUczvdFZdnLTeMN6iQ0JuE { width:3.125rem;height:3.125rem;top:16.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMNGon2TpqaOnGcsUkI59XZhTlv7q1S1 { width:19.875rem;height:12.875rem;top:3.69921875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #dEZq8Vu7BoxanGurIzgnJKh6pghCHvQd { width:20rem;height:3.40136875rem;top:6.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaQPJAzuQ2bJe5fiKMXP3BpOR8d466I { width:2.375rem;height:2.375rem;top:20.25rem;left:5.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yCgaVLTQBlMhr9TvrJoB4fpBJVSf9k { width:2.375rem;height:2.375rem;top:4.44921875rem;left:12.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5A5ksTHsqJGlk6vvMzglv3zvOfmsgya { width:2.375rem;height:2.375rem;top:4.44921875rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hKSaAPD3xN3bxXLxuXwBUtt8x32Qfs { width:3.0625rem;height:3.0625rem;top:30rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovcu7LZLOUHeP7eDTmhO7EqeFdhx1PMU { width:2.375rem;height:2.375rem;top:4.44921875rem;left:5.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcrtnpTl5qe3wOglvCrSRKGhFWX7ee4 { width:16.9375rem;height:1.4625rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT02MhPsL213d7nah2T5ElO7BVAxogk { width:16.9375rem;height:1.4625rem;top:11.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXfa57yIleAwne8ZeGpT1bmOa1m6Dcb { width:3.0625rem;height:3.0625rem;top:10.91796875rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvWXPTxf75HiokhwWbfShfmUVW7OtZFl { width:2.1875rem;height:2.375rem;top:4.44921875rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:40.1865rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqtN5TvQIzK5W5x3zVWTucTdHLEPCcON { width:16.3125rem;height:1.70625rem;top:3.4375rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSK1AT4KRvSzrIUTwEPTvz1M2G7KMFzL { width:14.25rem;height:1.21875rem;top:6.9375rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qxf7eZMnMPy4x8wDhLuMszSxDy1uKWAc { width:14.25rem;height:1.21875rem;top:18.9375rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8fKMJBpJbmJ3rn92NrLPXgtAxbTfcTk { width:14.25rem;height:1.21875rem;top:13.375rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHxbMkuNynIzf3iJOmu8M5GInwOlIP3t { width:7.375rem;height:1.21875rem;top:25.375rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlK2FhLAordT7qbcHyscyKkwv0OTXFT8 { width:20rem;height:2.2734375rem;top:9rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgCIWL85z0TTwEUwpZbfwD0iWT7EIdoB { width:20rem;height:1.1375rem;top:15.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T1akpeoCcG2Wb464y3NcyKVc2cudWp { width:18.375rem;height:2.2734375rem;top:20.75rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx85WZPf0mEk2Rm1ByofcQkL7yyBUGD4 { width:19.4375rem;height:2.11230625rem;top:27.3125rem;left:0.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbyGavrzA6U2dxllZl3CXhQ5K5zn5T0W { width:8.8125rem;height:1.70625rem;top:31.4375rem;left:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmIbwWOTi9p4w31UumfgUOT4p8LlnPcn { width:3.75rem;height:3.75rem;top:30.25rem;left:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvLTzUvGs8lCF1DTR8nS6zCwriiuPsX { width:7.1875rem;height:7.1875rem;top:33rem;left:6.40625rem;display:block; }
 }