.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:220,222,228;--color-primary-1:138,145,164;--color-primary-2:20,34,72;--color-primary-3:10,17,36;--color-primary-4:3,5,11;--color-secondary-0:253,244,214;--color-secondary-1:250,222,133;--color-secondary-2:246,200,51;--color-secondary-3:247,149,40;--color-secondary-4:255,180,0;--color-tertiary-0:255,255,255;--color-tertiary-1:245,244,242;--color-tertiary-2:51,51,51;--color-tertiary-3:9,9,9;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7267377a-f290-413e-8ecf-50e3d4a83a09/IMG_0690.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w.adaptive-delivery-prevent-bg, #c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w.lazyload, #c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w.lazyloading { background-image: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { background-color: transparent; background-image: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container > .video-iframe-container { display: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row > .video-iframe-container { display: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .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); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { border-width: 0; border-radius: 0; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w::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; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#F4FDhttB2oWKBG8ac6qNyZ8tZLaLwnkr { color:rgba(var(--color-tertiary-1),1);display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-0),0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hgTe2EVzNsu8EFAeeBtantaRIiJW2kRd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:700;z-index:15019;line-height:.7;letter-spacing:0;top:37.5625rem;left:12.625rem;height:0.4375rem;font-style:normal;display:block; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-form-header {  }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:19.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal;float:none; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .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; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-container:first-of-type{padding-top:0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-container:last-of-type{padding-bottom:0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ  { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.3125rem;top:15rem;z-index:15009;position:absolute; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ {display:block;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.3125rem;top:15rem;z-index:15009;position:absolute; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #RLTqP7qsTJOS3NraBrZEPx0LpeCJ9MmD { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #QXSkStMLP2Q6L912STWaTcqDDBdVMb6a { position:relative;display:block; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #IaGKx6GJT96ctQIAoHynn2qaE1XDiAsK { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #oWb1KDRwPGgDmEyZxHZDf5X3iWCxMcPG { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #MyITr2OpTk9QFnLzWe1NKMygNDI3zzKZ { position:relative;display:block; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #HaG6tpmZz57csqTWMwN4UytVymopw9lR { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #Dtk4Nf0zGOgPTc452ckosJlPNuG4CbcR { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #wy6hQkFdyGvrSAsTvD5gLXIFo0hvE6Qw { position:relative;display:block; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #B5RvcbF6s4qE6QemXTZGnEZNIPpBKtQ0 { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #JX6x1NmCVNoxqQOMtsM95OBNuo3TeVzG { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #IPtuUzqzmUbsDyLUx5Twigg1fsUfcBlw { position:relative;display:block; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #a7own2DECacPg8Ov3nHPTS6o6qqZqszF { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #W2dpAy1ars0WDQICHrPAvlh25LwA9GPi { position:relative; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #rZ5OBa0AVhT13luRSATFGNarFgoQcBxu { position:relative; }
#KQb3DRXwHniOlcIECKJstNl4NzPe3hK4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1) ;height:29.3125rem;width:24.5rem;top:10.625rem;left:45.8125rem;display:block; }
#hJMrAQMpSPBcokJ33MmVD2ii9XNhZ462 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.7480625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:47.6875rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ismNRDaB7JgHvFKRXxXHlK9KZDd9e48m { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #wG5uhcnoxuSQRJeWdW6G5dEHuui1Hvza { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qAFUTazJiiJmBmREXTH1m4iZ62ALv4yT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #B5cCvfhr4KLCDsceWkLTXe7ER3AJ4wFE { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sM3UtOS8Ic174uEc9rrPOtiFuc4uEcIS { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #KthsJJbs3TqznDJkls4h40N77JdCsONW { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #BFtuvTH6CcKTdHcasmTWCU3J5EutJPlq { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d0o8gnnZ2inzpQMUplEFKgr0HcJ8eJoA { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #wrvxixUz3RcFATEGkrhm5GogI945Tsdc { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ILX3Cg05AK19UNc9Ad7NUZ8lTRVbAq6y { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #PDaycrA7TSyNQdh5nUVZzFz6QTyhn6uR { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #nbCBKft27dv9FBbQgrJ6oMTgfqd3Im13 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TuAiNNyTlQIVgNU3d8S3DNTMtzL1QSfo { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OobmknCD3eF8iR20TXClvhyV6kOW7U4l { position:relative; }
#kqUgGwyf2SaV3KAXK4uemF4bf9KpNoJf { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #090506;top:11.494140625rem;left:7.43359375rem;height:4.125rem;font-style:normal;display:block; }
#rEbPQrVfntPwnXTIB7qDehWdSy1NK0dK { color:#fbfaf8;display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.8125rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-0),0);top:17.1875rem;left:13.9375rem;height:10.630875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trLnpnlBTZhFiSno3EQxd6fl1fTF7eQu { color:#f8f5ef;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15053;line-height:.7;letter-spacing:0;top:17.75rem;left:34.625rem;height:3.01855625rem;font-style:normal;display:block; }
#b2bgRrI4kwVShPP2SAKfDlyOTvJ6GOK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.83);top:30.80859375rem;left:7.43359375rem;height:1.94921875rem;font-style:normal;display:block; }
#e7zy00yhrSWnHCsoO3Abt8D1tpy3WbhI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:11.3125rem;top:1.810546875rem;left:16.28125rem;overflow:hidden;display:block; }
#gqTMJ0czS1UF506fIJSZ2OxgtxRKE1ai { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.1;letter-spacing:0;top:19.875rem;left:7.4375rem;height:3.0234375rem;font-style:normal;display:block; }
#qCs8UMmfNs9v8yXFTuurld8qaz2PJKmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15064;line-height:.9;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.5);top:33.3125rem;left:8rem;height:1.4619125rem;font-style:normal;display:block; }
#TipLP4QnIMunxyf6vDVxilWTRGbTbA0r { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:22.3125rem;top:32.75rem;left:7.4375rem;display:block; }
#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 { position:relative;display:block; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 { background-color: transparent; background-image: none; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row .container > .video-iframe-container { display: none; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row > .video-iframe-container { display: none; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .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); }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 { border-width: 0; border-radius: 0; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WHHG9hqhK7fpSWQn97Q7OXELG2wVMueq { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:1.75rem;left:38.5rem;height:4.3496125rem;text-align:justify;text-align-last:initial;display:block; }
#IirV6HtS3pguzwvz9X4ku5X7SydLLeUa { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:30.1875rem;top:6.625rem;left:38.5rem;display:block; }
#dtThIzyPki42CAKg0sVzL1USwICymTce { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),0.96);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:0.5rem;width:30.25rem;top:6.875rem;left:38.5rem;display:block; }
#kXz1aBs4STPLF5VUztVOU6noT1qN5Mq4 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:8.529296875rem;left:38.5rem;height:4.798825rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#v2qUhOpBgNZ5BMmoLQkfn3Uoxy1QhBRb { color:rgba(var(--color-tertiary-3),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:13.693359375rem;left:38.4375rem;height:12.1113375rem;text-align:justify;text-align-last:initial;display:block; }
#Mztf3uJd5SXpyt5zlqC3KuTcTTnyVcLu { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:32.3369140625rem;left:38.5rem;height:3.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#lK5NdICe9h5HKQpyUCnT90Q4wdOAafK8 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:26.701171875rem;left:38.5rem;height:4.798825rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fkcB404p5vvUEAuUoFGLXPxTyzfZtzuO { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:12.3125rem;left:8.59375rem;height:15.99611875rem;text-align:justify;text-align-last:initial;display:block; }
#cKVVmVilJ8S0HmzlSKo8IZ89NLbJaKrp { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:32.6875rem;top:1.84375rem;left:2.40625rem;overflow:hidden;display:block; }
#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR { position:relative;display:block; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR { background-color: transparent; background-image: none; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row .container > .video-iframe-container { display: none; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row > .video-iframe-container { display: none; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .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); }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR { border-width: 0; border-radius: 0; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fPnSoQIVz16AFHDXFgfLQW2907IBcBgs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.3125rem;left:6.0625rem;overflow:hidden;display:block; }
#kpGvxQHzmlHRhs4uBwsbyLo1MwihaPgU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.5rem;top:12.3125rem;left:44.25rem;overflow:hidden;display:block; }
#r1be0sn8lqMC1kChnfKWRSo6ODwruVin { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:24.4375rem;left:1.25rem;height:2.7625875rem;text-align:center;text-align-last:center;display:block; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXc3029kBIxMkNm0anRhct0yicZ4l9pk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:19.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiV4BNS2tEWofS8LB1iTMtF0KJ1LNKif { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:24.4375rem;left:20.4052734375rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#nKA3tZ2fGkQ9pRSSKTRitXGIPZgkSbnp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.75rem;left:38.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7SqwxwQB7cSIW8RC5xM0EKnqCgF0Nun { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:24.4375rem;left:39.25rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#DnF33F34HmSfXkGVwBJ4MhiNN975xgpy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.75rem;left:55.748046875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aa69ByB2LsQExXua5r49v4Vy43SbwTNc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:24.25rem;left:57.0625rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#v11ap1t3QNuiAO52nC2HvWvT6PTtfDWS { box-sizing:content-box;color:#5d92ff;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.21875rem;left:61.8720703125rem; }
#kWWszXDiWdNAPfoqzHUKBNVeWW7EvbRP { box-sizing:content-box;color:#5d92ff;font-size:4.5rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.1875rem;left:25.5927734375rem; }
#mty01VGrESm0KLzzIpF5GbWExDh1avnz { border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5807f7b1-575a-424e-89a7-b40ab96d32b8/IMG_9332.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz.adaptive-delivery-prevent-bg, #mty01VGrESm0KLzzIpF5GbWExDh1avnz.lazyload, #mty01VGrESm0KLzzIpF5GbWExDh1avnz.lazyloading { background-image: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { background-color: transparent; background-image: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container > .video-iframe-container { display: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row > .video-iframe-container { display: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .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); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { border-width: 0; border-radius: 0; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz::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; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#TWTy8n8MRrdg0SkoPGpbkhAibqqSeZJv { position:absolute;display:block;z-index:15110;border-top:0.25rem solid #fdfdfd;border-left:0.25rem solid #fdfdfd;border-right:0.25rem solid #fdfdfd;border-bottom:0.25rem solid #fdfdfd;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.5625rem;width:8.8125rem;top:15.3125rem;left:24.125rem;overflow:hidden;display:block; }
#Iq7KfgWQ8Xxlx1qEyh8XRJeCxCQgcd76 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.88);top:3.248046875rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfZW53huVvfsDVrlgfp82pc3y4XOyJhw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.8);top:7.8125rem;left:0rem;height:2.9069rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuBPV68MZQnFKmXsMWVAo3zs940xCgbd { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:17.249375rem;width:13.0620625rem;top:13.8125rem;left:56.25rem;display:block; }
#kBtSzh2GWdaHSbMnP9wf8H8f5UVcsUZH { color:#003334;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:21.6875rem;left:56.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdThJxaUc7axwnMWDO6lzsT29q4dvmhd { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:22.6875rem;left:56.9375rem;height:;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; }
#suyWTXkWrfzXsJCaBq1TrdPA7D3huw7F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:25.5625rem;left:59rem; }
#Dn0BUdQ5UVyrfGaePdOEmWb2E8mI7XfG { color:#064a87;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:25.6875rem;left:60.375rem;height:;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; }
#Ac0CqpSqHQQR2kgiPIRnFIF6gz2V1R0a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:25.1875rem;left:63.5625rem; }
#JpsHPtrq6gsZrJJIyFCLBtldH3dZuc2l { color:#064a87;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:25.5625rem;left:65.1875rem;height:;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; }
#UOc67a9QGU96dB5hSC9A9ZWQIFEmxAT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:28.8125rem;left:59rem; }
#xHy2klg55PAm2f96y0iF1arITUaPTDGs { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:28.875rem;left:60.1875rem;height:1.600475rem;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; }
#uRH9csi8oSiqpsLA14qhnLC3sNelGrgg { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:28.3125rem;left:63.5625rem; }
#xveZQTqNixvIAS8ekOyErFHz6rogNxGf { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:28.5rem;left:65.1875rem;height:;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; }
#vvsguFesU2XCJtDS7Nvz32UATB5GAu7a { position:absolute;display:block;z-index:15094;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.625rem;width:10.125rem;top:15.5625rem;left:57.6875rem;overflow:hidden;display:block; }
#Gy6k0BD2glXr8RiXMEdiTl3bpaEQ6xKJ { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:17.249375rem;width:13.0620625rem;top:13.810764312744rem;left:22.137588500976rem;display:block; }
#Mv249hT1BdhcG0GovT1UCETGvFNrt2f6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:28.4375rem;left:23.875rem; }
#Vz90vLTvDST4cC8a7HA51minDMDdunbJ { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:28.5rem;left:25.0625rem;height:1.600475rem;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; }
#svdtp7MGAKLbDu8b6C6rDQNL8kzqKpCD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:25.1875rem;left:23.875rem; }
#wQEKFTFIuinvRByAlF2XcDGExKkaZnum { color:#064a87;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:25.3125rem;left:25.625rem;height:1.600475rem;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; }
#S61iVLvL9MB5a4c73XkdJWu532sVnU0g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:25.25rem;left:29.625rem; }
#dWK1C4EqawzkU8U7Zy7cKzv8p0m8nKAI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:28.375rem;left:29.4375rem; }
#eOTW6ottovrbzyIv8AabubhntkMPcpNR { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.6;letter-spacing:0;top:22.5rem;left:22.875rem;height:1.3994125rem;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; }
#pvIQ0JWhtFchvuKweRLTkw8vNXliRHny { color:#064a87;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15059;line-height:1.6;letter-spacing:0;top:25.625rem;left:31.625rem;height:1.600475rem;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; }
#c7aJ05xGaH3MnOm7OVn5yFxxbfNn5Ht9 { color:#064a87;display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:28.5625rem;left:31.5rem;height:1.5996125rem;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; }
#BSAS4yAkWRnivipEaRFA6zGE3bhOTmec { color:#003334;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15106;line-height:1.2;letter-spacing:0;top:21.5rem;left:22.375rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhX53yLoVSxTIQeVrnGKuNHIBsqL39Mk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:28.624349594116rem;left:41.687282562256rem; }
#ZLr4THhuKzVSx7Z9CqTEJK4t0I4zta5K { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.6;letter-spacing:0;top:28.68728351593rem;left:42.874355316162rem;height:1.600475rem;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; }
#rycJE6rKvvcVETQutVkRzZAliTEKSbF9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:25.5625rem;left:41.375rem; }
#ThFSXtxwO02VfBvETIdLE3KHlugwNmnl { color:#064a87;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:25.6875rem;left:43.125rem;height:1.600475rem;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; }
#wRL8BuFpv5AKNHMbehhuRrfqAOOBlO3P { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:28.311632156372rem;left:46.562503814698rem; }
#Aa6xx6v8N3AyGtFkLDgTtJoxFxxl28bE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:25.1875rem;left:46.4375rem; }
#Jfct9N7S5eHLRahrDVzWvdpb36Uc2Rqf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.6;letter-spacing:0;top:22.6875rem;left:40.125rem;height:;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; }
#NwtJhFatQIFeJKFRTrEOUJrLqQ0O3hnz { color:#064a87;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:25.4375rem;left:48.3125rem;height:1.600475rem;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; }
#IrQMshfeyz3k3r03U8gDlf5IsGF91lcT { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:28.499349594116rem;left:48.186855316162rem;height:1.600475rem;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; }
#B27BUZVDfzbrtyISTtXAuXwAmudHxhRZ { color:#003334;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:21.6875rem;left:39.625rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U49y3BE0i7567UWRvGsbbmAEknN7atTL { position:absolute;display:block;z-index:15124;border-top:0.25rem solid #fdfdfd;border-left:0.25rem solid #fdfdfd;border-right:0.25rem solid #fdfdfd;border-bottom:0.25rem solid #fdfdfd;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.5625rem;width:8.8125rem;top:15.5rem;left:41.375rem;overflow:hidden;display:block; }
#xt8O91H96JHmubzqiDSwhgdy6AOuhcMB { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:17.249375rem;width:13.0620625rem;top:13.810762405396rem;left:4.833984375rem;display:block; }
#uOR70n3SzxolUZaBtCdSmIRux5J4NnuL { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.6;letter-spacing:0;top:22.5625rem;left:5.625rem;height:1.3994125rem;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; }
#skFtgCCPERqJuf8NuggyFXCPUUtJHn77 { color:#064a87;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:25.4375rem;left:13.8125rem;height:1.600475rem;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; }
#QFErZl7VaWLhAhSoJoT93tbTsWlP6R37 { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:28.3125rem;left:13.1875rem;height:;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; }
#iMpMeqoOLxyxUVa5441coLXTtQ2ZeLW9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:25.125rem;left:11.8125rem; }
#QRruieEQx5fDJp43rG48hxyyMQswuxpo { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:28.125rem;left:11.5625rem; }
#W1qhq0doakPZLucv8wilOehTh8DhVTvP { color:#003334;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:21.5625rem;left:5.125rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pW1uSlaepqFVzNWKvBs009JsUaixpUqm { position:absolute;display:block;z-index:15124;border-top:0.25rem solid #fdfdfd;border-left:0.25rem solid #fdfdfd;border-right:0.25rem solid #fdfdfd;border-bottom:0.25rem solid #fdfdfd;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.1875rem;width:8.125rem;top:14.966363906861rem;left:7.1603736877444rem;overflow:hidden;display:block; }
#JQCUSVDpOfMgwkmq8vffQOzQZ8tUyxXP { color:#064a87;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:25.1875rem;left:8.75rem;height:1.600475rem;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; }
#NxNHxnfeTPFBs027iLUn3nJZ7zUVIdK4 { color:#064a87;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.6;letter-spacing:0;top:28.375rem;left:8rem;height:1.600475rem;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; }
#H34UKpoBy1grREp035CTE4X4kNhfAS3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:28.3125rem;left:6.8125rem; }
#K6ZtEUEfx3XWqRLLZRxtWVxPSWpNCv6N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:25.0625rem;left:6.8125rem; }
#ccLWzHuOCbWssD3rEquZQ4DJclfEvWiH { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:17.249375rem;width:13.061rem;top:13.623263835907rem;left:39.333766937256rem;display:block; }
#UDFEZnIEI4D473ds2vvda4n6cS53bfcm { position:absolute;display:block;z-index:15124;border-top:0.25rem solid #fdfdfd;border-left:0.25rem solid #fdfdfd;border-right:0.25rem solid #fdfdfd;border-bottom:0.25rem solid #fdfdfd;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.5625rem;width:8.8125rem;top:15.5rem;left:41.375rem;overflow:hidden;display:none; }
#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV { position:relative;display:block; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV { background-color: transparent; background-image: none; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row .container > .video-iframe-container { display: none; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row > .video-iframe-container { display: none; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .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); }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV { border-width: 0; border-radius: 0; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.24951171875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.75rem;left:0.0625rem;overflow:hidden;display:block; }
#IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.75rem;left:25.0625rem;overflow:hidden;display:block; }
#ubgzI4AT37skwxflPGqNmN03GLruLm9U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.0625rem;width:22.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.75rem;left:49.9375rem;overflow:hidden;display:block; }
#IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.1875rem;left:0.0625rem;overflow:hidden;display:block; }
#db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.81);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:2.56185rem;width:22.8125rem;top:26.4375rem;left:0.0625rem;display:block; }
#PSUcOOShErRggkFDLgaP4ubDK25AN5BL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:5.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.9375rem;left:28.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.81);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:2.56185rem;width:22.8125rem;top:26.4375rem;left:25rem;display:block; }
#F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:54.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.81);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:2.56185rem;width:22.6248125rem;top:26.3125rem;left:49.9375rem;display:block; }
#lWPtH9opkHmm7ehqAflRob1NBztnXg8A { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.3125rem;left:5.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.81);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:2.56185rem;width:22.874375rem;top:46.875rem;left:0rem;display:block; }
#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfaff;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; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container { background-color: transparent; background-image: none; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container > .video-iframe-container { display: none; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row > .video-iframe-container { display: none; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .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); }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container { border-width: 0; border-radius: 0; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#xwuQXD116XzxgguiE76nPfoI882sMb5f { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#D0KwPHxPQOztkb0tt4y02kyt717oR4Vf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.6865rem;width:49.3125rem;top:8.654296875rem;left:12.84375rem;display:block; }
#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { background-color: transparent; background-image: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .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); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { border-width: 0; border-radius: 0; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#eKcZaI3OVGsc5Key9mbCPO8d2wVBB4Nx { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.421875rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#k4C7HloAg1kt1M3UampTCzxwwXxQzcMR { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.9516063928604rem;left:0rem;height:1.8997375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#l1fU8E8pTJzox245NBWP0MEN21vaNpS2 { z-index:15005;top:9.9511666297913rem;left:28.812935829163rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s3T8SQpsRE3VUkmzd6SXW0oOUQyC32vV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.0498046875rem;left:14.40625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipKLST480fRAaLMEoXqAWRWerr6QRQcP { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7962074279785rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.91);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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#M8BPDIfLJrC3kJNOdKR0dXi11pOpxWLT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:1.12890625rem;left:20.84375rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w { display:block; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4FDhttB2oWKBG8ac6qNyZ8tZLaLwnkr { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgTe2EVzNsu8EFAeeBtantaRIiJW2kRd { top:37.5625rem;left:0rem;width:10.3125rem;height:0.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-regular-label { display:block;width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ  { width:19.0625rem;height:auto;top:15rem;left:26.1875rem; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ {display:block;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ { width:19.0625rem;height:auto;top:15rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #RLTqP7qsTJOS3NraBrZEPx0LpeCJ9MmD {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #QXSkStMLP2Q6L912STWaTcqDDBdVMb6a { display:none; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #IaGKx6GJT96ctQIAoHynn2qaE1XDiAsK {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #oWb1KDRwPGgDmEyZxHZDf5X3iWCxMcPG {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #MyITr2OpTk9QFnLzWe1NKMygNDI3zzKZ { display:none; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #HaG6tpmZz57csqTWMwN4UytVymopw9lR {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #Dtk4Nf0zGOgPTc452ckosJlPNuG4CbcR {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #wy6hQkFdyGvrSAsTvD5gLXIFo0hvE6Qw {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #B5RvcbF6s4qE6QemXTZGnEZNIPpBKtQ0 {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #JX6x1NmCVNoxqQOMtsM95OBNuo3TeVzG {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #IPtuUzqzmUbsDyLUx5Twigg1fsUfcBlw {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #a7own2DECacPg8Ov3nHPTS6o6qqZqszF {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #W2dpAy1ars0WDQICHrPAvlh25LwA9GPi {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #rZ5OBa0AVhT13luRSATFGNarFgoQcBxu {  }
 }@media only screen and (max-width: 763px) { #KQb3DRXwHniOlcIECKJstNl4NzPe3hK4 { top:10.625rem;left:23.25rem;width:24.5rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMrAQMpSPBcokJ33MmVD2ii9XNhZ462 { top:12.3125rem;left:27.0625rem;width:20.6875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ismNRDaB7JgHvFKRXxXHlK9KZDd9e48m {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #wG5uhcnoxuSQRJeWdW6G5dEHuui1Hvza { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qAFUTazJiiJmBmREXTH1m4iZ62ALv4yT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #B5cCvfhr4KLCDsceWkLTXe7ER3AJ4wFE {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sM3UtOS8Ic174uEc9rrPOtiFuc4uEcIS { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #KthsJJbs3TqznDJkls4h40N77JdCsONW {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #BFtuvTH6CcKTdHcasmTWCU3J5EutJPlq {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d0o8gnnZ2inzpQMUplEFKgr0HcJ8eJoA {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #wrvxixUz3RcFATEGkrhm5GogI945Tsdc {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ILX3Cg05AK19UNc9Ad7NUZ8lTRVbAq6y {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #PDaycrA7TSyNQdh5nUVZzFz6QTyhn6uR {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #nbCBKft27dv9FBbQgrJ6oMTgfqd3Im13 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TuAiNNyTlQIVgNU3d8S3DNTMtzL1QSfo {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OobmknCD3eF8iR20TXClvhyV6kOW7U4l {  }
 }@media only screen and (max-width: 763px) { #kqUgGwyf2SaV3KAXK4uemF4bf9KpNoJf { top:11.4375rem;left:0rem;width:36.5625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEbPQrVfntPwnXTIB7qDehWdSy1NK0dK { top:17.1875rem;left:0.3125rem;width:23.5rem;height:10.625rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trLnpnlBTZhFiSno3EQxd6fl1fTF7eQu { top:17.75rem;left:21rem;width:3.625rem;height:3rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2bgRrI4kwVShPP2SAKfDlyOTvJ6GOK1 { top:30.75rem;left:0rem;width:34.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zy00yhrSWnHCsoO3Abt8D1tpy3WbhI { top:1.75rem;left:2.65625rem;width:11.3125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqTMJ0czS1UF506fIJSZ2OxgtxRKE1ai { top:19.875rem;left:0rem;width:7.375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCs8UMmfNs9v8yXFTuurld8qaz2PJKmQ { top:33.3125rem;left:0rem;width:20.9375rem;height:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipLP4QnIMunxyf6vDVxilWTRGbTbA0r { top:32.75rem;left:0rem;width:22.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLX5obO8xG0Un334o90kKeUo0pJXCOu6 { display:block; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHHG9hqhK7fpSWQn97Q7OXELG2wVMueq { top:1.75rem;left:18.25rem;width:29.5rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirV6HtS3pguzwvz9X4ku5X7SydLLeUa { top:6.625rem;left:17.5625rem;width:30.1875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtThIzyPki42CAKg0sVzL1USwICymTce { top:6.875rem;left:17.5rem;width:30.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXz1aBs4STPLF5VUztVOU6noT1qN5Mq4 { top:8.5rem;left:17.1875rem;width:30.5625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qUhOpBgNZ5BMmoLQkfn3Uoxy1QhBRb { top:13.6875rem;left:11.1875rem;width:36.5625rem;height:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mztf3uJd5SXpyt5zlqC3KuTcTTnyVcLu { top:32.3125rem;left:13.875rem;width:33.875rem;height:3.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK5NdICe9h5HKQpyUCnT90Q4wdOAafK8 { top:26.6875rem;left:17.1875rem;width:30.5625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkcB404p5vvUEAuUoFGLXPxTyzfZtzuO { top:12.3125rem;left:1.78125rem;width:14.375rem;height:15.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVVmVilJ8S0HmzlSKo8IZ89NLbJaKrp { top:1.8125rem;left:0rem;width:32.6875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR { display:block; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPnSoQIVz16AFHDXFgfLQW2907IBcBgs { top:12.3125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpGvxQHzmlHRhs4uBwsbyLo1MwihaPgU { top:12.3125rem;left:30.625rem;width:6.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1be0sn8lqMC1kChnfKWRSo6ODwruVin { width:47.75rem;height:3.625rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:24.4375rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:21.75rem;left:0rem;width:18.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXc3029kBIxMkNm0anRhct0yicZ4l9pk { top:21.75rem;left:5.875rem;width:18.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV4BNS2tEWofS8LB1iTMtF0KJ1LNKif { top:24.375rem;left:6.7797317504881rem;width:16.875rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKA3tZ2fGkQ9pRSSKTRitXGIPZgkSbnp { top:21.75rem;left:24.5625rem;width:18.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7SqwxwQB7cSIW8RC5xM0EKnqCgF0Nun { top:24.4375rem;left:25.625rem;width:16.4375rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnF33F34HmSfXkGVwBJ4MhiNN975xgpy { top:21.75rem;left:29.125rem;width:18.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa69ByB2LsQExXua5r49v4Vy43SbwTNc { top:24.1875rem;left:31.125rem;width:16.625rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v11ap1t3QNuiAO52nC2HvWvT6PTtfDWS { top:12.1875rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWWszXDiWdNAPfoqzHUKBNVeWW7EvbRP { top:12.1875rem;left:11.9677734375rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mty01VGrESm0KLzzIpF5GbWExDh1avnz { display:block; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWTy8n8MRrdg0SkoPGpbkhAibqqSeZJv { top:15.3125rem;left:10.5rem;width:8.8125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7KfgWQ8Xxlx1qEyh8XRJeCxCQgcd76 { top:3.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfZW53huVvfsDVrlgfp82pc3y4XOyJhw { top:7.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBPV68MZQnFKmXsMWVAo3zs940xCgbd { width:13rem;height:17.1875rem;top:13.8125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBtSzh2GWdaHSbMnP9wf8H8f5UVcsUZH { width:12.625rem;height:1.1875rem;top:21.6875rem;left:35.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdThJxaUc7axwnMWDO6lzsT29q4dvmhd { width:11.5625rem;height:;top:22.6875rem;left:36.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suyWTXkWrfzXsJCaBq1TrdPA7D3huw7F { top:25.5625rem;left:45.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn0BUdQ5UVyrfGaePdOEmWb2E8mI7XfG { width:1.9375rem;height:;top:25.6875rem;left:45.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0CqpSqHQQR2kgiPIRnFIF6gz2V1R0a { top:25.1875rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpsHPtrq6gsZrJJIyFCLBtldH3dZuc2l { width:1.6875rem;height:;top:25.5625rem;left:46.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOc67a9QGU96dB5hSC9A9ZWQIFEmxAT8 { top:28.8125rem;left:45.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHy2klg55PAm2f96y0iF1arITUaPTDGs { width:1.5625rem;height:1.5625rem;top:28.875rem;left:46.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRH9csi8oSiqpsLA14qhnLC3sNelGrgg { top:28.3125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xveZQTqNixvIAS8ekOyErFHz6rogNxGf { width:1.5625rem;height:;top:28.5rem;left:46.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvsguFesU2XCJtDS7Nvz32UATB5GAu7a { top:15.5625rem;left:37.625rem;width:10.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy6k0BD2glXr8RiXMEdiTl3bpaEQ6xKJ { width:13rem;height:17.1875rem;top:13.75rem;left:8.5125885009762rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv249hT1BdhcG0GovT1UCETGvFNrt2f6 { top:28.4375rem;left:10.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz90vLTvDST4cC8a7HA51minDMDdunbJ { width:1.5625rem;height:1.5625rem;top:28.5rem;left:11.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svdtp7MGAKLbDu8b6C6rDQNL8kzqKpCD { top:25.1875rem;left:10.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQEKFTFIuinvRByAlF2XcDGExKkaZnum { width:1.9375rem;height:1.5625rem;top:25.3125rem;left:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61iVLvL9MB5a4c73XkdJWu532sVnU0g { top:25.25rem;left:16rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWK1C4EqawzkU8U7Zy7cKzv8p0m8nKAI { top:28.375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOTW6ottovrbzyIv8AabubhntkMPcpNR { width:11.5625rem;height:;top:22.5rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvIQ0JWhtFchvuKweRLTkw8vNXliRHny { width:1.6875rem;height:1.5625rem;top:25.625rem;left:18rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7aJ05xGaH3MnOm7OVn5yFxxbfNn5Ht9 { width:2.0625rem;height:1.5625rem;top:28.5625rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSAS4yAkWRnivipEaRFA6zGE3bhOTmec { width:12.625rem;height:1.1875rem;top:21.5rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhX53yLoVSxTIQeVrnGKuNHIBsqL39Mk { top:28.5625rem;left:28.062282562256rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLr4THhuKzVSx7Z9CqTEJK4t0I4zta5K { width:1.5625rem;height:1.5625rem;top:28.625rem;left:29.249355316162rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycJE6rKvvcVETQutVkRzZAliTEKSbF9 { top:25.5625rem;left:27.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThFSXtxwO02VfBvETIdLE3KHlugwNmnl { width:1.9375rem;height:1.5625rem;top:25.6875rem;left:29.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRL8BuFpv5AKNHMbehhuRrfqAOOBlO3P { top:28.25rem;left:32.937503814698rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa6xx6v8N3AyGtFkLDgTtJoxFxxl28bE { top:25.1875rem;left:32.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfct9N7S5eHLRahrDVzWvdpb36Uc2Rqf { width:11.5625rem;height:;top:22.6875rem;left:26.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtJhFatQIFeJKFRTrEOUJrLqQ0O3hnz { width:1.6875rem;height:1.5625rem;top:25.4375rem;left:34.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrQMshfeyz3k3r03U8gDlf5IsGF91lcT { width:1.5625rem;height:1.5625rem;top:28.4375rem;left:34.561855316162rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B27BUZVDfzbrtyISTtXAuXwAmudHxhRZ { width:12.625rem;height:1.1875rem;top:21.6875rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49y3BE0i7567UWRvGsbbmAEknN7atTL { top:15.5rem;left:27.75rem;width:8.8125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt8O91H96JHmubzqiDSwhgdy6AOuhcMB { width:13rem;height:17.1875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOR70n3SzxolUZaBtCdSmIRux5J4NnuL { width:11.5625rem;height:;top:22.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skFtgCCPERqJuf8NuggyFXCPUUtJHn77 { width:1.6875rem;height:1.5625rem;top:25.4375rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFErZl7VaWLhAhSoJoT93tbTsWlP6R37 { width:1.5625rem;height:;top:28.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMpMeqoOLxyxUVa5441coLXTtQ2ZeLW9 { top:25.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRruieEQx5fDJp43rG48hxyyMQswuxpo { top:28.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1qhq0doakPZLucv8wilOehTh8DhVTvP { width:12.625rem;height:1.1875rem;top:21.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW1uSlaepqFVzNWKvBs009JsUaixpUqm { top:14.9375rem;left:0rem;width:8.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQCUSVDpOfMgwkmq8vffQOzQZ8tUyxXP { width:1.9375rem;height:1.5625rem;top:25.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxNHxnfeTPFBs027iLUn3nJZ7zUVIdK4 { width:1.5625rem;height:1.5625rem;top:28.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H34UKpoBy1grREp035CTE4X4kNhfAS3i { top:28.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6ZtEUEfx3XWqRLLZRxtWVxPSWpNCv6N { top:25.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccLWzHuOCbWssD3rEquZQ4DJclfEvWiH { width:13rem;height:17.1875rem;top:13.5625rem;left:25.708766937256rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDFEZnIEI4D473ds2vvda4n6cS53bfcm { top:15.5rem;left:27.75rem;width:8.8125rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV { display:block; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:22.8125rem;height:15.186625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:22.8125rem;height:15.186625rem;top:13.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:22.5625rem;height:15.020392088885rem;top:13.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:22.8125rem;height:15.186625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { top:26.4375rem;left:0rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { top:26.9375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { top:26.9375rem;left:15.3125rem;width:15rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { top:26.4375rem;left:11.375rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { top:26.9375rem;left:33.6875rem;width:14.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { top:26.3125rem;left:25.1875rem;width:22.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { top:47.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { top:46.875rem;left:0rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F { display:block; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwuQXD116XzxgguiE76nPfoI882sMb5f { width:47.75rem;height:3.4375rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0KwPHxPQOztkb0tt4y02kyt717oR4Vf { top:8.625rem;left:0rem;width:47.75rem;height:26.809234474018rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKcZaI3OVGsc5Key9mbCPO8d2wVBB4Nx { width:47.75rem;height:2.875rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4C7HloAg1kt1M3UampTCzxwwXxQzcMR { width:47.75rem;height:1.875rem;top:5.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1fU8E8pTJzox245NBWP0MEN21vaNpS2 { top:9.9375rem;left:15.187935829162rem;width:17.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3T8SQpsRE3VUkmzd6SXW0oOUQyC32vV { display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:7rem;left:0.78125rem;width:46.125rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKLST480fRAaLMEoXqAWRWerr6QRQcP { width:47.75rem;height:2.3125rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8BPDIfLJrC3kJNOdKR0dXi11pOpxWLT { top:1.125rem;left:7.21875rem;width:33.3125rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7267377a-f290-413e-8ecf-50e3d4a83a09/IMG_0690.JPG");background-position:top 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;display:block; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w.adaptive-delivery-prevent-bg, #c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w.lazyload, #c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w.lazyloading { background-image: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { background-color: transparent; background-image: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.83); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container > .video-iframe-container { display: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.83); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row > .video-iframe-container { display: none; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .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); }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { border-width: 0; border-radius: 0; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w::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; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0XZ5crrRCa4dF5V3DfdzppWd4ewcp3w > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4FDhttB2oWKBG8ac6qNyZ8tZLaLwnkr { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgTe2EVzNsu8EFAeeBtantaRIiJW2kRd { width:8.811875rem;height:0.393555rem;top:27.375rem;left:5.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.625rem; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.6875rem; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ  { width:15rem;height:auto;top:32.875rem;left:1.25rem; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ {display:block;}#m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ { width:15rem;height:auto;top:32.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #RLTqP7qsTJOS3NraBrZEPx0LpeCJ9MmD {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #QXSkStMLP2Q6L912STWaTcqDDBdVMb6a { display:none; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #IaGKx6GJT96ctQIAoHynn2qaE1XDiAsK {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #oWb1KDRwPGgDmEyZxHZDf5X3iWCxMcPG {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #MyITr2OpTk9QFnLzWe1NKMygNDI3zzKZ { display:none; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #HaG6tpmZz57csqTWMwN4UytVymopw9lR {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #Dtk4Nf0zGOgPTc452ckosJlPNuG4CbcR {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #wy6hQkFdyGvrSAsTvD5gLXIFo0hvE6Qw { display:block; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #B5RvcbF6s4qE6QemXTZGnEZNIPpBKtQ0 {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #JX6x1NmCVNoxqQOMtsM95OBNuo3TeVzG {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #IPtuUzqzmUbsDyLUx5Twigg1fsUfcBlw { display:block; }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #a7own2DECacPg8Ov3nHPTS6o6qqZqszF {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #W2dpAy1ars0WDQICHrPAvlh25LwA9GPi {  }
 }@media only screen and (max-width: 763px) { #m7F2oOsQLpaDbxriMVlhtzxA15FcxsdQ #rZ5OBa0AVhT13luRSATFGNarFgoQcBxu {  }
 }@media only screen and (max-width: 763px) { #KQb3DRXwHniOlcIECKJstNl4NzPe3hK4 { width:18.4375rem;height:23.3125rem;top:30.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMrAQMpSPBcokJ33MmVD2ii9XNhZ462 { width:15.8125rem;height:2.11154375rem;top:31rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ismNRDaB7JgHvFKRXxXHlK9KZDd9e48m {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #wG5uhcnoxuSQRJeWdW6G5dEHuui1Hvza { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qAFUTazJiiJmBmREXTH1m4iZ62ALv4yT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #B5cCvfhr4KLCDsceWkLTXe7ER3AJ4wFE {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sM3UtOS8Ic174uEc9rrPOtiFuc4uEcIS { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #KthsJJbs3TqznDJkls4h40N77JdCsONW {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #BFtuvTH6CcKTdHcasmTWCU3J5EutJPlq {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d0o8gnnZ2inzpQMUplEFKgr0HcJ8eJoA {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #wrvxixUz3RcFATEGkrhm5GogI945Tsdc {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ILX3Cg05AK19UNc9Ad7NUZ8lTRVbAq6y {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #PDaycrA7TSyNQdh5nUVZzFz6QTyhn6uR {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #nbCBKft27dv9FBbQgrJ6oMTgfqd3Im13 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TuAiNNyTlQIVgNU3d8S3DNTMtzL1QSfo {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OobmknCD3eF8iR20TXClvhyV6kOW7U4l {  }
 }@media only screen and (max-width: 763px) { #kqUgGwyf2SaV3KAXK4uemF4bf9KpNoJf { width:20rem;height:2.3984375rem;top:11.0986328125rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rEbPQrVfntPwnXTIB7qDehWdSy1NK0dK { width:9.8730625rem;height:9.019125rem;top:13.29861164093rem;left:4.3815105557442rem;font-size:6.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #trLnpnlBTZhFiSno3EQxd6fl1fTF7eQu { width:2.56185rem;height:1.837025rem;top:14.224175930023rem;left:16.257596313953rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2bgRrI4kwVShPP2SAKfDlyOTvJ6GOK1 { width:19.436875rem;height:1.3125rem;top:22.25rem;left:0.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e7zy00yhrSWnHCsoO3Abt8D1tpy3WbhI { width:11.3748125rem;height:7.561875rem;top:1.9976129531861rem;left:4.3120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqTMJ0czS1UF506fIJSZ2OxgtxRKE1ai { width:2.87435rem;height:2.111325rem;top:16.584201812744rem;left:0rem;font-size:0.8125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qCs8UMmfNs9v8yXFTuurld8qaz2PJKmQ { width:14.25rem;height:1.59375rem;top:23.5625rem;left:1.1875rem;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.81);display:block; }
 }@media only screen and (max-width: 763px) { #TipLP4QnIMunxyf6vDVxilWTRGbTbA0r { width:14.4375rem;height:1.75rem;top:23.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLX5obO8xG0Un334o90kKeUo0pJXCOu6 { display:block; }#yLX5obO8xG0Un334o90kKeUo0pJXCOu6 > .row .container { width:20rem;height:55.996125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHHG9hqhK7fpSWQn97Q7OXELG2wVMueq { width:20rem;height:2.0996125rem;top:14.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirV6HtS3pguzwvz9X4ku5X7SydLLeUa { width:20rem;height:0.248480625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtThIzyPki42CAKg0sVzL1USwICymTce { width:20rem;height:0.3125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXz1aBs4STPLF5VUztVOU6noT1qN5Mq4 { width:20rem;height:3.59765625rem;top:17.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qUhOpBgNZ5BMmoLQkfn3Uoxy1QhBRb { width:20rem;height:9.2578125rem;top:21.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mztf3uJd5SXpyt5zlqC3KuTcTTnyVcLu { width:20rem;height:1.923825rem;top:35.625rem;left:0rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lK5NdICe9h5HKQpyUCnT90Q4wdOAafK8 { width:20rem;height:3.59765625rem;top:31rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkcB404p5vvUEAuUoFGLXPxTyzfZtzuO { width:14.375rem;height:0;top:38.75rem;left:2.8125rem;font-size:0.8125rem;line-height:1.3;font-family:"open sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKVVmVilJ8S0HmzlSKo8IZ89NLbJaKrp { width:10.0625rem;height:10.0625rem;top:1.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR { display:block; }#nMCN2iXWVnXbDRkZBOuKGbU5sz4VREnR > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPnSoQIVz16AFHDXFgfLQW2907IBcBgs { width:3.93555rem;height:3.87305rem;top:6.3984375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpGvxQHzmlHRhs4uBwsbyLo1MwihaPgU { width:3.9375rem;height:3.875rem;top:16.6464875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1be0sn8lqMC1kChnfKWRSo6ODwruVin { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:11.75rem;height:3.375rem;top:36.76954375rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:6.5625rem;height:0.9746125rem;top:26.8964875rem;left:6.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXc3029kBIxMkNm0anRhct0yicZ4l9pk { width:11.625rem;height:1.94921875rem;top:29.1211rem;left:4.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiV4BNS2tEWofS8LB1iTMtF0KJ1LNKif { width:11.6875rem;height:4.5rem;top:41.39454375rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nKA3tZ2fGkQ9pRSSKTRitXGIPZgkSbnp { width:7.7480625rem;height:0.9746125rem;top:32.32031875rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7SqwxwQB7cSIW8RC5xM0EKnqCgF0Nun { width:11.4365rem;height:7.6465rem;top:47.14454375rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnF33F34HmSfXkGVwBJ4MhiNN975xgpy { width:7.4355625rem;height:0.9746125rem;top:34.54493125rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aa69ByB2LsQExXua5r49v4Vy43SbwTNc { width:11.499rem;height:7.6465rem;top:56.04104375rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v11ap1t3QNuiAO52nC2HvWvT6PTtfDWS { display:flex;width:3.875rem;height:3.875rem;top:21.7714875rem;left:8.0625rem;font-size:2.6875rem; }
 }@media only screen and (max-width: 763px) { #kWWszXDiWdNAPfoqzHUKBNVeWW7EvbRP { display:flex;width:3.875rem;height:3.875rem;top:11.5214875rem;left:8.0625rem;font-size:2.6875rem; }
 }@media only screen and (max-width: 763px) { #mty01VGrESm0KLzzIpF5GbWExDh1avnz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5807f7b1-575a-424e-89a7-b40ab96d32b8/IMG_9332.png");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz.adaptive-delivery-prevent-bg, #mty01VGrESm0KLzzIpF5GbWExDh1avnz.lazyload, #mty01VGrESm0KLzzIpF5GbWExDh1avnz.lazyloading { background-image: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { background-color: transparent; background-image: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,65,0.76); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container > .video-iframe-container { display: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,65,0.76); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row > .video-iframe-container { display: none; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .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); }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { border-width: 0; border-radius: 0; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz::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; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mty01VGrESm0KLzzIpF5GbWExDh1avnz > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWTy8n8MRrdg0SkoPGpbkhAibqqSeZJv { width:9.3120625rem;height:6.06228125rem;top:26.875rem;left:5.25rem;border-top:0.25rem solid #f1f5fd;border-left:0.25rem solid #f1f5fd;border-right:0.25rem solid #f1f5fd;border-bottom:0.25rem solid #f1f5fd;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7KfgWQ8Xxlx1qEyh8XRJeCxCQgcd76 { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfZW53huVvfsDVrlgfp82pc3y4XOyJhw { width:20rem;height:1.59375rem;top:4.822048664093rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuBPV68MZQnFKmXsMWVAo3zs940xCgbd { width:11.1875rem;height:14.6875rem;top:61.6875rem;left:4.4375rem;z-index:14996;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #kBtSzh2GWdaHSbMnP9wf8H8f5UVcsUZH { width:8.4375rem;height:0.8997375rem;top:68.125rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdThJxaUc7axwnMWDO6lzsT29q4dvmhd { width:8.8748125rem;height:1.19921875rem;top:69rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suyWTXkWrfzXsJCaBq1TrdPA7D3huw7F { display:flex;width:1.375rem;height:1.375rem;top:71.125rem;left:6.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Dn0BUdQ5UVyrfGaePdOEmWb2E8mI7XfG { width:1.5625rem;height:1.19921875rem;top:71.25rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0CqpSqHQQR2kgiPIRnFIF6gz2V1R0a { display:flex;width:1.375rem;height:1.375rem;top:71.125rem;left:11.375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #JpsHPtrq6gsZrJJIyFCLBtldH3dZuc2l { width:1.6862rem;height:1.19921875rem;top:71.125rem;left:12.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #UOc67a9QGU96dB5hSC9A9ZWQIFEmxAT8 { display:flex;width:1.18706875rem;height:1.18706875rem;top:74.375rem;left:6.3125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #xHy2klg55PAm2f96y0iF1arITUaPTDGs { width:1.12413125rem;height:1.19921875rem;top:74.4375rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #uRH9csi8oSiqpsLA14qhnLC3sNelGrgg { display:flex;width:1.375rem;height:1.375rem;top:74.375rem;left:10.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #xveZQTqNixvIAS8ekOyErFHz6rogNxGf { width:0.87456875rem;height:1.19921875rem;top:74.5625rem;left:12.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #vvsguFesU2XCJtDS7Nvz32UATB5GAu7a { width:9.6245625rem;height:4.87413125rem;top:62.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy6k0BD2glXr8RiXMEdiTl3bpaEQ6xKJ { width:11.1875rem;height:14.6875rem;top:26.0625rem;left:4.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Mv249hT1BdhcG0GovT1UCETGvFNrt2f6 { display:flex;width:1.375rem;height:1.375rem;top:38.75rem;left:6.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Vz90vLTvDST4cC8a7HA51minDMDdunbJ { width:1.5625rem;height:1rem;top:38.875rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #svdtp7MGAKLbDu8b6C6rDQNL8kzqKpCD { display:flex;width:1.375rem;height:1.375rem;top:36.5625rem;left:6.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #wQEKFTFIuinvRByAlF2XcDGExKkaZnum { width:1.93685rem;height:1.19921875rem;top:36.75rem;left:7.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #S61iVLvL9MB5a4c73XkdJWu532sVnU0g { display:flex;width:1.18706875rem;height:1.18706875rem;top:36.625rem;left:11.25rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #dWK1C4EqawzkU8U7Zy7cKzv8p0m8nKAI { display:flex;width:1.375rem;height:1.375rem;top:38.75rem;left:11.25rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #eOTW6ottovrbzyIv8AabubhntkMPcpNR { width:9.4998125rem;height:1.19921875rem;top:34.75rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvIQ0JWhtFchvuKweRLTkw8vNXliRHny { width:1.6862rem;height:1.19921875rem;top:36.625rem;left:12.5rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #c7aJ05xGaH3MnOm7OVn5yFxxbfNn5Ht9 { width:1.5625rem;height:1.19921875rem;top:38.875rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #BSAS4yAkWRnivipEaRFA6zGE3bhOTmec { width:9.0625rem;height:0.8997375rem;top:33.875rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhX53yLoVSxTIQeVrnGKuNHIBsqL39Mk { display:flex;width:1.375rem;height:1.375rem;top:56.625rem;left:5.75rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZLr4THhuKzVSx7Z9CqTEJK4t0I4zta5K { width:1.5625rem;height:1rem;top:56.8125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #rycJE6rKvvcVETQutVkRzZAliTEKSbF9 { display:flex;width:1.375rem;height:1.375rem;top:54.3125rem;left:5.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ThFSXtxwO02VfBvETIdLE3KHlugwNmnl { width:1.43555rem;height:1.19921875rem;top:54.4375rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #wRL8BuFpv5AKNHMbehhuRrfqAOOBlO3P { display:flex;width:1.375rem;height:1.375rem;top:56.625rem;left:11.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Aa6xx6v8N3AyGtFkLDgTtJoxFxxl28bE { display:flex;width:1.375rem;height:1.375rem;top:54.3125rem;left:11.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Jfct9N7S5eHLRahrDVzWvdpb36Uc2Rqf { width:8.3735rem;height:1.19921875rem;top:52.125rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtJhFatQIFeJKFRTrEOUJrLqQ0O3hnz { width:1.18706875rem;height:1.19921875rem;top:54.3125rem;left:13.25rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #IrQMshfeyz3k3r03U8gDlf5IsGF91lcT { width:1.5625rem;height:1.19921875rem;top:56.75rem;left:12.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #B27BUZVDfzbrtyISTtXAuXwAmudHxhRZ { width:8.9355625rem;height:0.8997375rem;top:50.9375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49y3BE0i7567UWRvGsbbmAEknN7atTL { width:9.3120625rem;height:5.68685rem;top:44.625rem;left:5.1875rem;border-top:0.25rem solid #f1f5fd;border-left:0.25rem solid #f1f5fd;border-right:0.25rem solid #f1f5fd;border-bottom:0.25rem solid #f1f5fd;display:block; }
 }@media only screen and (max-width: 763px) { #xt8O91H96JHmubzqiDSwhgdy6AOuhcMB { width:11.1875rem;height:14.6875rem;top:8.0625rem;left:4.4375rem;z-index:14996;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOR70n3SzxolUZaBtCdSmIRux5J4NnuL { width:7.8125rem;height:1.19921875rem;top:16.625rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skFtgCCPERqJuf8NuggyFXCPUUtJHn77 { width:1.6862rem;height:1.19921875rem;top:18.0625rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #QFErZl7VaWLhAhSoJoT93tbTsWlP6R37 { width:1.25rem;height:1rem;top:20.6875rem;left:12.75rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #iMpMeqoOLxyxUVa5441coLXTtQ2ZeLW9 { display:flex;width:1.375rem;height:1.375rem;top:18.0625rem;left:10.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #QRruieEQx5fDJp43rG48hxyyMQswuxpo { display:flex;width:1.18706875rem;height:1.18706875rem;top:20.625rem;left:11.1875rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #W1qhq0doakPZLucv8wilOehTh8DhVTvP { width:8.8748125rem;height:0.8997375rem;top:15.875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW1uSlaepqFVzNWKvBs009JsUaixpUqm { width:9.1875rem;height:5.875rem;top:8.625rem;left:5.375rem;border-top:0.25rem solid #f1f5fd;border-left:0.25rem solid #f1f5fd;border-right:0.25rem solid #f1f5fd;border-bottom:0.25rem solid #f1f5fd;display:block; }
 }@media only screen and (max-width: 763px) { #JQCUSVDpOfMgwkmq8vffQOzQZ8tUyxXP { width:1.49956875rem;height:1.19921875rem;top:17.8125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #NxNHxnfeTPFBs027iLUn3nJZ7zUVIdK4 { width:1.5625rem;height:1rem;top:20.75rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#064a87;display:block; }
 }@media only screen and (max-width: 763px) { #H34UKpoBy1grREp035CTE4X4kNhfAS3i { display:flex;width:1.18706875rem;height:1.18706875rem;top:20.6875rem;left:6.125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #K6ZtEUEfx3XWqRLLZRxtWVxPSWpNCv6N { display:flex;width:1.37478125rem;height:1.37478125rem;top:18.0625rem;left:6.125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ccLWzHuOCbWssD3rEquZQ4DJclfEvWiH { width:11.1875rem;height:14.6875rem;top:44.0625rem;left:4.3125rem;z-index:14996;border-top:0.0625rem solid rgba(20,38,28,0.2);border-left:0.0625rem solid rgba(20,38,28,0.2);border-right:0.0625rem solid rgba(20,38,28,0.2);border-bottom:0.0625rem solid rgba(20,38,28,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #UDFEZnIEI4D473ds2vvda4n6cS53bfcm { width:9.3115rem;height:5.6860375rem;top:62.04833984375rem;left:5.108642578125rem;border-top:0.25rem solid #f1f5fd;border-left:0.25rem solid #f1f5fd;border-right:0.25rem solid #f1f5fd;border-bottom:0.25rem solid #f1f5fd;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV { display:block; }#CP4CiSkPD2D0nLonmtlifCE7a3JMh4hV > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:1.9494625rem;top:0.81015634536744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:15.8745625rem;height:10.4373125rem;top:5.0716142654419rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:15.9375rem;height:10.2495625rem;top:17.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:15.875rem;height:10.1875rem;top:30rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:15.875rem;height:10.375rem;top:42.749564647674rem;left:2.1940105557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { width:15.875rem;height:2.1875rem;top:13.327474594116rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { width:6.6861875rem;height:1.2999125rem;top:13.76953125rem;left:6.6558161377906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { width:10.186625rem;height:1.2999125rem;top:26.125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { width:15.9375rem;height:2.1875rem;top:25.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { width:12.874375rem;height:1.2999125rem;top:38.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { width:15.875rem;height:2.1875rem;top:38.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { width:4.12435rem;height:1.2999125rem;top:52.298178434372rem;left:7.937283575535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { width:15.875rem;height:2.1875rem;top:51.942277431488rem;left:2.1940105557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F { display:block; }#xTUx7JaxLHRdQcEnxTfRy33uGWiEGi0F > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwuQXD116XzxgguiE76nPfoI882sMb5f { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0KwPHxPQOztkb0tt4y02kyt717oR4Vf { height:9.749375rem;width:17.436rem;top:4.4487875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKcZaI3OVGsc5Key9mbCPO8d2wVBB4Nx { width:20rem;height:3.0859375rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4C7HloAg1kt1M3UampTCzxwwXxQzcMR { width:20rem;height:2.19921875rem;top:6.294538497925rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1fU8E8pTJzox245NBWP0MEN21vaNpS2 { top:9.8037109375rem;left:3.5rem;width:13rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3T8SQpsRE3VUkmzd6SXW0oOUQyC32vV { display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:15.625rem;height:2.8125rem;top:6.81640625rem;left:2.1875rem;font-size:0.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ipKLST480fRAaLMEoXqAWRWerr6QRQcP { width:14.8125rem;height:2.923825rem;top:2.6142578125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8BPDIfLJrC3kJNOdKR0dXi11pOpxWLT { width:20rem;height:0.7312rem;top:1.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }