.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:218,247,236;--color-primary-1:145,230,199;--color-primary-2:72,213,161;--color-primary-3:64,179,86;--color-primary-4:45,167,96;--color-secondary-0:225,239,224;--color-secondary-1:157,202,152;--color-secondary-2:58,149,48;--color-secondary-3:29,75,24;--color-secondary-4:9,22,7;--color-tertiary-0:255,255,255;--color-tertiary-1:187,191,199;--color-tertiary-2:141,149,162;--color-tertiary-3:112,123,139;--color-tertiary-4:0,8,20;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO { position:relative;display:none; }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO { border-width: 0; border-radius: 0; }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO > .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; }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#koDa0NuGfqFOgJMNvN4sNTma5e8Pf9GV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#OxcFiApvSxTu8IgTI9BBqs5o61RsRx8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBqCD2ywyVP7TZ6zTi9VtvPRpWW7GzPd { 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:2.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { position:relative;display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { background-color: transparent; background-image: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .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); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { border-width: 0; border-radius: 0; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:56rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.adaptive-delivery-prevent-bg, #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.lazyload, #Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container.lazyloading { background-image: none; }#bckhxfzpt6FHx1X725RleZ469rTxCxhb { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#hbfsIVBRpzQq8GhAEoG0hcUkCp4RrIod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGclrCwg6aTgtWczXgnogTn8UUcE0GwW { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#ws9rzWr5xpsXD25kV5IMoF5IppHIfAiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xO8ygeu9QFZQWA8zxKyZ6C2HBkaxK79s { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#PRglMvlTwGskqHNvNNTc1UzCoGIfGFxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#wGAd2u9OUVluPlsA3BK1XdQU6hR6n6wR { background-color:rgba(0,0,0,0);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#VIKTZhEEA3cWmfGQaDTXnsMl7s0TTgQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0JMTACXnVRqFliflIdDtqBKtztXzJGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hCSnyIBcMbNXbr33KDpVfoAX7bUtP3ZJ { position:absolute;display:block;z-index:15177;height:3.0625rem;width:5.5rem;top:20.25rem;left:28.724609375rem;display:none; }
#waeW73RtPdn5wTkeiG201XlAbEhhXshz { position:absolute;display:block;z-index:15178;height:2.9375rem;width:5.3125rem;top:18rem;left:22.6875rem;display:none; }
#uH5WkWhPzA1siAAd2oluBBmCmTFqXqZ0 { color:#405466;display:block;width:23.6875rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:18.0712890625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZefccXX464WU4lxyoaDMbbeSHy3J8W9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12305rem;width:3.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.3125rem;left:2.5rem;display:none; }
#uc4zgUaT8ls0F8zavN56lrTu4sygZ3p1 { position:absolute;display:block;z-index:15047;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.1859375rem;width:6.5625rem;top:27.375rem;left:41.6875rem;overflow:hidden;display:none; }
#kZqsp8DJ01uU5twZurKrcuXuhmQ6GDff { position:absolute;display:block;z-index:15047;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:1.5609375rem;width:6.5625rem;top:27.6875rem;left:49.1875rem;overflow:hidden;display:none; }
#KN4z7R4URG7ZxT6LefRPTG4N12QITJAu { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;height:2.03125rem;top:25.3125rem;left:38.875rem;text-align:center;text-align-last:center;display:none; }
#PC8pCVHoJqU4TTuTtQsdcCQQoNNJm0IM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.1875rem;left:47.25rem;display:none; }
#WtT6gOcqtR7yUqTgweNG1ENDEtaNOwTH { background-color:#40b356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18rem;left:41.375rem;display:block; }
#Uz3wceCQy7pZzzVfN5HkOZxtvontE1CB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWwxQOu5pwUAdITTqnlEI71neGN86w0O { background-color:#2c8e50;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.8125rem;left:41.3125rem;display:block; }
#yovNa4c6eewVTflxT5vTEugQWSLr5uZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHvrBF7oEQ9baJySNy0pD3LBJ0ymgV94 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.125rem;left:41.9375rem; }
#N4H0qRwTtG0g9WyArXUfNTgO8Tl2z0gs { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"alw font";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;height:4.875rem;top:5.75rem;left:38.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCHlBQ5T0RCuIiKiVsH11BnkGrf8m6RP { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.375rem;width:16.4375rem;top:1.1875rem;left:3.625rem;overflow:hidden;display:block; }
#vbTFskArSDwqeTWvv9lC4Q0TswXZBXTd { position:absolute;display:block;z-index:15034;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:3.5rem;width:9.375rem;top:14.1572265625rem;left:8.3125rem;overflow:hidden;display:none; }
#GrrF6aUiCcA6ha4cuRodS1c758prTbyH { position:absolute;display:block;z-index:15033;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.6875rem;width:6.625rem;top:14.1572265625rem;left:2.125rem;overflow:hidden;display:none; }
#xlxFb7gUN3iw522uDDOCZ4eAONfv6wOX { position:absolute;display:block;z-index:15039;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.4375rem;width:2.4375rem;top:16.75rem;left:27.34375rem;overflow:hidden;display:none; }
#Gpwte1giEFJdyZP8XdATT11MM1wa1aQK { color:#000000;display:block;width:19.999rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;height:2.03125rem;top:10.375rem;left:20.6875rem;text-align:center;text-align-last:center;display:block; }
#LZ2Dz76vtpnTCTRyHN5DcQT2qlJnugfb { position:absolute;display:block;z-index:15000;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.0625rem;width:9.8125rem;display:none; }
#yVBRg78nMLcQLOTp4lPHfL0EL01C5pMl { color:#000000;display:block;width:19.999rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;height:2.03125rem;top:10.375rem;left:20.6875rem;text-align:center;text-align-last:center;display:none; }
#h2Z9mLgn2dUTvK8X82eieWzr6nmcabTc { position:absolute;display:block;z-index:15100;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:1.25rem;width:18.125rem;top:89.6875rem;left:19.656251907349rem;overflow:hidden;display:none; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-form-header {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#000000;width:15.375rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:1.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -moz-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -ms-linear-gradient(102deg, #77ac98, #eaf3f3);background-image: -o-linear-gradient(102deg, #77ac98, #eaf3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#eaf3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='#eaf3f3' );";background-image: linear-gradient(102deg, #77ac98, #eaf3f3);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:3.5625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:8.25rem;height:2.6875rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:14.1875rem;overflow:hidden;font-style:normal; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .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; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:first-of-type{padding-top:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:last-of-type{padding-bottom:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6875rem;top:9.7607421875rem;z-index:15029;position:absolute;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.77) ; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.375rem;display:block;vertical-align:top; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW {display:block;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6875rem;top:9.7607421875rem;z-index:15029;position:absolute;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.77) ; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #ZK1G4KnzgR8AQwg03lQAp9sZLBPdbdhd { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #T6ZXZTu8EsO52qSJAw8CEpAcqRUXUmAc { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #gPqrMth665MHb4wGVcX1FV3b2OprMTdf { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #q3yvX1yTHTRI7ey2Glzk6EHdDDpGDh8J { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #OIhhkV4P7oFlzFlxTwfOIccVDEVZTaTy { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #JRk0FNiZtNeM6qVXwKbdpfEC9v7MGvud { position:relative; }
#c74mepZRNOmL2LXlvrzwLrDV5lhVpWim { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #HUTTJONLRec8w9sniQnZyaNyXMrM0odC { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #hERM9pnt5trsNJ1BQEzkSQsAD9IgDuMT { position:relative;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #C14eAsVWH05OEl8aPpFU4zacCLyGboFB { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #zRtbfhoiWuzXepAMOlOh5mGJ0s27JvXH { position:relative; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #CxZQn36KfcMmuK1sZaEfugF6t0EFFPT7 { position:relative; }
#QOhx8cSJyWxKAIAqhzlvqvT2tKsXazaM { color:#000000;display:block;width:18.874rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:4.263671875rem;left:20.5625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6xXtFfh81L32xQ825XO1bZu0VzhsLFq { 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:4.3125rem;width:20.5rem;top:4.263671875rem;left:19.25rem;overflow:hidden;display:block; }
#kHeB5gqwCp0W6rKx11nZwJZFdgWKThtJ { position:absolute;display:block;z-index:15000;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:21.3125rem;width:45.6875rem;display:none; }
#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO { position:relative;display:none; }#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO { border-width: 0; border-radius: 0; }#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO > .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; }#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#R0renTIGtOQZJEm6UHVX2QilsdnqO29m { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;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.2);height:;top:2.375rem;left:3.9375rem;display:none; }
#aqoeFDevyvNWWDFPATMrfiXCin2ilgk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;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.2);height:;top:3.9375rem;left:3.6875rem;display:none; }
#WSTVeoKJP6sXFBpv2zkRk2soB6cMhhEM { position:absolute;display:block;z-index:15000;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:34.875rem;width:60rem;display:none; }
#ZledoRL7yXTBOTdrcoi49AcTQAEa7mZz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lBtSpU0WCqtpX81aZnOLeprkWazabVlx { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#e00D0nzheDuHokNWlggyCo2FBfzTIkJz { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#B0TeK26EITSkQADBPAE3XOzghXvxpMBA { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yae21wbqsMpCEEBcqi43KBZcUeWS2SdF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#zCcRILQAPaEQ8Pgr2rUxZWKEBWuKJXeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6VaAoQTG4FqrCD3kMWqlVOqA8M4ED8M { position:absolute;display:block;z-index:15000;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:34.875rem;width:60rem;display:none; }
#swo0aXoRLJLQcGGdIMku92J7tD5m33yu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#b2hhiGHaHvcdmwXw3igD2bqCBE6UO9s8 { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#khv1OwNQhZCL3VRkHnKcrEyDf3RtSoFr { color:#000000;display:block;width:19.99825rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:32.5rem;left:30.4375rem;text-align:center;text-align-last:center;display:none; }
#ryxuyDcrXou6C90a1kinqJ4OfN4hJXyB { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nrbDtsDZbavc93iH08Zw9HssKdtc7Kun { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#Qaon1WpwPFOlmc1iuzr6Uv6mTB2buhHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H39kbBBVwlHySfBsipGFQxdk8892aEs2 { position:relative;display:none; }#H39kbBBVwlHySfBsipGFQxdk8892aEs2 { border-width: 0; border-radius: 0; }#H39kbBBVwlHySfBsipGFQxdk8892aEs2 > .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; }#H39kbBBVwlHySfBsipGFQxdk8892aEs2 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D0hyinZcLuAv2LVSrTitZs33xKzJDUKC { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:28.8125rem;width:23rem;top:25rem;left:18.5rem;overflow:hidden;display:block; }
#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { position:relative;display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { background-color: transparent; background-image: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .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); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { border-width: 0; border-radius: 0; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container.adaptive-delivery-prevent-bg, #d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container.lazyload, #d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container.lazyloading { background-image: none; }#kFxwHHNRGg6BGz8ezK7SvXyGQhCdmhdg { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.7625rem;font-style:normal;display:block; }
#MHrOgSf4mtLtX3qVRmgvLlf1f3QfCx5g { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#VHFfm0Fzhb8VxcmGSqESXvm5a37E7SbN { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:5.95rem;text-align:justify;text-align-last:initial;display:block; }
#Txvf3geC9XgzVnUlxE3U8zQTqd0nXEZG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#bRI3SUVVXup76alBLduoKnhrnzvHhUdv { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#WBOruB6yQXa0uDKSyflQkK81S4qQRa4C { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:19.937501430511rem;left:56rem;display:block; }
#kAn5CR5rlE3pPrtfuVTbwLo71TOrfZlu { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.8005375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FET9t3VoF6U0ZPpW1uhS50tPTBD3aUUI { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#bbms9HGV2VdvuUEJBFE5P9Qm2BCeBiqJ { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:22.062501430511rem;left:56.0625rem;display:block; }
#kP2itH48qOfm6KS0BVRq0boPamrRXxqL { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#MEttTGRunSO2dtU9synWxetVWtGaJM7y { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.375001430511rem;left:56.0625rem;display:block; }
#VyX8I1rSOTk0iWQSGxhzerdNKeMeoCAi { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#cpGn5FpwcH0FJX5EvDD1lGMylCK9C6Ow { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#VD5T64i8Tko3FLPwrGG2IIcLrcOiCWPb { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ixWpw2aNy6F74mdQPxl5H1XXh8UF4l4M { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:26.541667461395rem;left:56.0625rem;display:block; }
#wzXhm6s8pDdxHQm3ygoEVVl040Zgb616 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#UKQpaPzpoveb3nlWiucPfHb44x335630 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { position:relative;display:block; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { background-color: transparent; background-image: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container > .video-iframe-container { display: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row > .video-iframe-container { display: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .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); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { border-width: 0; border-radius: 0; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .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; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .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:24.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P9ro9SoMF4Qn5WeNBMynWJe5e0vmm9D4 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:9.4375rem;left:18.78125rem;overflow:hidden;display:none; }
#G0U5uym4IiRmOdAiaOnMZDAT3FDHQavb { position:absolute;display:block;z-index:15035;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.6875rem;width:6.625rem;top:9.4375rem;left:12.59375rem;overflow:hidden;display:none; }
#MQkfdDWnpem5zpUbIVaxtr4oMALlCVLm { position:absolute;display:block;z-index:15037;height:21.75rem;width:38.75rem;top:1.9375rem;left:10.625rem;display:block; }
#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { position:relative;display:block; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { background-color: transparent; background-image: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .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); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { border-width: 0; border-radius: 0; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .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; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O6kE2VhDRKMEfFdCNOuPCXFyWGRCPJSe { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kvJ6yb4gD2HAUMtznNrQpBJiJkaJlXKU { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6875rem;left:17.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Ig1TTiTtdIxuxbMWrWfyK4f2hIeocAAz { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6859375rem;width:3.6859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.125rem;left:54.9375rem;display:block; }
#zkq3fqlsXv2x6TXRKEner5UUzkXirSqW { position:absolute;display:block;z-index:15000;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:73.625rem;width:60rem;display:none; }
body { position:relative;display:block; }
#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO { display:none; }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO > .row .container { width:47.75rem;position:relative;display:none; }#koDa0NuGfqFOgJMNvN4sNTma5e8Pf9GV { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#OxcFiApvSxTu8IgTI9BBqs5o61RsRx8K { display:block; }
#cBqCD2ywyVP7TZ6zTi9VtvPRpWW7GzPd { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:2.8125rem;display:none; }
#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container { width:47.75rem;position:relative;display:block; }#bckhxfzpt6FHx1X725RleZ469rTxCxhb { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#hbfsIVBRpzQq8GhAEoG0hcUkCp4RrIod { display:block; }
#wGclrCwg6aTgtWczXgnogTn8UUcE0GwW { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#ws9rzWr5xpsXD25kV5IMoF5IppHIfAiR { display:block; }
#xO8ygeu9QFZQWA8zxKyZ6C2HBkaxK79s { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#PRglMvlTwGskqHNvNNTc1UzCoGIfGFxE { display:block; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#wGAd2u9OUVluPlsA3BK1XdQU6hR6n6wR { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#VIKTZhEEA3cWmfGQaDTXnsMl7s0TTgQQ { display:block; }
#F0JMTACXnVRqFliflIdDtqBKtztXzJGX { display:none; }
#hCSnyIBcMbNXbr33KDpVfoAX7bUtP3ZJ { top:20.25rem;left:22.599609375rem;width:5.5rem;height:3.0625rem;display:block; }
#waeW73RtPdn5wTkeiG201XlAbEhhXshz { top:18rem;left:16.5625rem;width:5.3125rem;height:2.9375rem;display:block; }
#uH5WkWhPzA1siAAd2oluBBmCmTFqXqZ0 { top:1.125rem;left:11.9462890625rem;width:23.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
#yZefccXX464WU4lxyoaDMbbeSHy3J8W9 { top:25.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#uc4zgUaT8ls0F8zavN56lrTu4sygZ3p1 { top:27.375rem;left:35.5625rem;width:6.5625rem;height:2.1859375rem;display:none; }
#kZqsp8DJ01uU5twZurKrcuXuhmQ6GDff { top:27.6875rem;left:41.1875rem;width:6.5625rem;height:1.5609375rem;display:none; }
#KN4z7R4URG7ZxT6LefRPTG4N12QITJAu { top:25.3125rem;left:27.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#PC8pCVHoJqU4TTuTtQsdcCQQoNNJm0IM { top:22.1875rem;left:41.125rem;width:3.0625rem;height:3.0625rem;display:none; }
#WtT6gOcqtR7yUqTgweNG1ENDEtaNOwTH { width:13.8125rem;height:2.25rem;top:18rem;left:33.9375rem;display:none; }
#Uz3wceCQy7pZzzVfN5HkOZxtvontE1CB { display:block; }
#nWwxQOu5pwUAdITTqnlEI71neGN86w0O { width:13.9375rem;height:2.875rem;top:13.8125rem;left:33.8125rem;display:none; }
#yovNa4c6eewVTflxT5vTEugQWSLr5uZD { display:block; }
#fHvrBF7oEQ9baJySNy0pD3LBJ0ymgV94 { top:14.125rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:none; }
#N4H0qRwTtG0g9WyArXUfNTgO8Tl2z0gs { top:5.75rem;left:28.625rem;width:19.125rem;height:4.875rem;font-size:1.25rem;display:none; }
#NCHlBQ5T0RCuIiKiVsH11BnkGrf8m6RP { top:1.1875rem;left:0rem;width:16.4375rem;height:19.375rem;display:block; }
#vbTFskArSDwqeTWvv9lC4Q0TswXZBXTd { top:14.125rem;left:2.1875rem;width:9.375rem;height:3.5rem;display:none; }
#GrrF6aUiCcA6ha4cuRodS1c758prTbyH { top:14.125rem;left:0rem;width:6.625rem;height:2.6875rem;display:none; }
#xlxFb7gUN3iw522uDDOCZ4eAONfv6wOX { top:16.75rem;left:21.21875rem;width:2.4375rem;height:2.4375rem;display:none; }
#Gpwte1giEFJdyZP8XdATT11MM1wa1aQK { top:10.375rem;left:14.5625rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#LZ2Dz76vtpnTCTRyHN5DcQT2qlJnugfb { width:9.8125rem;height:7.0625rem;display:none; }
#yVBRg78nMLcQLOTp4lPHfL0EL01C5pMl { top:44.625rem;left:2.25rem;width:11.625rem;height:1.125rem;font-size:1.5625rem;display:none; }
#h2Z9mLgn2dUTvK8X82eieWzr6nmcabTc { top:89.6875rem;left:13.531251907349rem;width:18.125rem;height:1.25rem;display:none; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-regular-label { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW  { width:15rem;height:auto; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW {display:block;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW { width:15rem;height:auto; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #ZK1G4KnzgR8AQwg03lQAp9sZLBPdbdhd {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #T6ZXZTu8EsO52qSJAw8CEpAcqRUXUmAc { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #gPqrMth665MHb4wGVcX1FV3b2OprMTdf {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #q3yvX1yTHTRI7ey2Glzk6EHdDDpGDh8J {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #OIhhkV4P7oFlzFlxTwfOIccVDEVZTaTy { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #JRk0FNiZtNeM6qVXwKbdpfEC9v7MGvud {  }
#c74mepZRNOmL2LXlvrzwLrDV5lhVpWim { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #HUTTJONLRec8w9sniQnZyaNyXMrM0odC {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #hERM9pnt5trsNJ1BQEzkSQsAD9IgDuMT { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #C14eAsVWH05OEl8aPpFU4zacCLyGboFB {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #zRtbfhoiWuzXepAMOlOh5mGJ0s27JvXH {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #CxZQn36KfcMmuK1sZaEfugF6t0EFFPT7 {  }
#QOhx8cSJyWxKAIAqhzlvqvT2tKsXazaM { top:4.25rem;left:14.4375rem;width:18.8125rem;height:3.1875rem;font-size:1.5625rem;display:block; }
#r6xXtFfh81L32xQ825XO1bZu0VzhsLFq { top:4.25rem;left:13.125rem;width:20.5rem;height:4.3125rem;display:block; }
#kHeB5gqwCp0W6rKx11nZwJZFdgWKThtJ { width:45.6875rem;height:21.3125rem;display:none; }
#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO { display:none; }#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO > .row .container { width:47.75rem;position:relative;display:none; }#R0renTIGtOQZJEm6UHVX2QilsdnqO29m { top:2.375rem;left:0rem;width:11.125rem;height:;font-size:2rem;display:none; }
#aqoeFDevyvNWWDFPATMrfiXCin2ilgk4 { top:3.9375rem;left:0rem;width:12.625rem;height:;font-size:1.4375rem;display:none; }
#WSTVeoKJP6sXFBpv2zkRk2soB6cMhhEM { width:47.75rem;height:27.75rem;display:none; }
#ZledoRL7yXTBOTdrcoi49AcTQAEa7mZz { display:none; }
#lBtSpU0WCqtpX81aZnOLeprkWazabVlx { top:23.5rem;left:0rem;width:16.5rem;height:2.25rem;font-size:0.75rem;display:none; }
#e00D0nzheDuHokNWlggyCo2FBfzTIkJz { top:27.1875rem;left:0rem;width:16.5rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#B0TeK26EITSkQADBPAE3XOzghXvxpMBA { top:30.125rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:none; }
#yae21wbqsMpCEEBcqi43KBZcUeWS2SdF { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#zCcRILQAPaEQ8Pgr2rUxZWKEBWuKJXeH { display:block; }
#W6VaAoQTG4FqrCD3kMWqlVOqA8M4ED8M { width:47.75rem;height:27.75rem;display:none; }
#swo0aXoRLJLQcGGdIMku92J7tD5m33yu { display:none; }
#b2hhiGHaHvcdmwXw3igD2bqCBE6UO9s8 { top:52.8125rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:0.75rem;display:none; }
#khv1OwNQhZCL3VRkHnKcrEyDf3RtSoFr { top:56.625rem;left:0rem;width:18.0625rem;height:1rem;font-size:1rem;display:none; }
#ryxuyDcrXou6C90a1kinqJ4OfN4hJXyB { top:61.3125rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:none; }
#nrbDtsDZbavc93iH08Zw9HssKdtc7Kun { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#Qaon1WpwPFOlmc1iuzr6Uv6mTB2buhHV { display:block; }
#H39kbBBVwlHySfBsipGFQxdk8892aEs2 { display:none; }#H39kbBBVwlHySfBsipGFQxdk8892aEs2 > .row .container { width:47.75rem;position:relative;display:none; }#D0hyinZcLuAv2LVSrTitZs33xKzJDUKC { top:25rem;left:12.375rem;width:23rem;height:28.8125rem;display:block; }
#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { width:47.75rem;position:relative;display:block; }#kFxwHHNRGg6BGz8ezK7SvXyGQhCdmhdg { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#MHrOgSf4mtLtX3qVRmgvLlf1f3QfCx5g { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#VHFfm0Fzhb8VxcmGSqESXvm5a37E7SbN { width:20.75rem;height:5.9375rem;top:7.875rem;left:27rem;font-size:0.75rem;display:block; }
#Txvf3geC9XgzVnUlxE3U8zQTqd0nXEZG { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
#bRI3SUVVXup76alBLduoKnhrnzvHhUdv { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#WBOruB6yQXa0uDKSyflQkK81S4qQRa4C { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
#kAn5CR5rlE3pPrtfuVTbwLo71TOrfZlu { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
#FET9t3VoF6U0ZPpW1uhS50tPTBD3aUUI { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
#bbms9HGV2VdvuUEJBFE5P9Qm2BCeBiqJ { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
#kP2itH48qOfm6KS0BVRq0boPamrRXxqL { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
#MEttTGRunSO2dtU9synWxetVWtGaJM7y { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
#VyX8I1rSOTk0iWQSGxhzerdNKeMeoCAi { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
#cpGn5FpwcH0FJX5EvDD1lGMylCK9C6Ow { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
#VD5T64i8Tko3FLPwrGG2IIcLrcOiCWPb { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
#ixWpw2aNy6F74mdQPxl5H1XXh8UF4l4M { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
#wzXhm6s8pDdxHQm3ygoEVVl040Zgb616 { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
#UKQpaPzpoveb3nlWiucPfHb44x335630 { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { display:block; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container { width:47.75rem;position:relative;display:block; }#P9ro9SoMF4Qn5WeNBMynWJe5e0vmm9D4 { top:10.0625rem;left:13.28125rem;width:9.375rem;height:3.5rem;display:none; }
#G0U5uym4IiRmOdAiaOnMZDAT3FDHQavb { top:10.0625rem;left:7.09375rem;width:6.625rem;height:2.6875rem;display:none; }
#MQkfdDWnpem5zpUbIVaxtr4oMALlCVLm { top:1.9375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { display:none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container { width:47.75rem;position:relative;display:none; }#O6kE2VhDRKMEfFdCNOuPCXFyWGRCPJSe { top:1.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.0625rem;display:none; }
#kvJ6yb4gD2HAUMtznNrQpBJiJkaJlXKU { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
#Ig1TTiTtdIxuxbMWrWfyK4f2hIeocAAz { width:3.625rem;height:3.625rem;top:5.125rem;left:44.125rem;font-size:2.5rem;display:none; }
#zkq3fqlsXv2x6TXRKEner5UUzkXirSqW { width:47.75rem;height:58.5625rem;display:none; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dmkgATfUh9mrH5gZKPmO0nXxbwLgw8QO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#koDa0NuGfqFOgJMNvN4sNTma5e8Pf9GV { width:7.625rem;height:3rem;top:1.6562501192093rem;left:11.125000774861rem;z-index:15182;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;display:block; }
#OxcFiApvSxTu8IgTI9BBqs5o61RsRx8K { display:block; }
#cBqCD2ywyVP7TZ6zTi9VtvPRpWW7GzPd { width:6.125rem;height:3.5625rem;top:1.3750001192093rem;left:1.6875000596046rem;z-index:15019;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { display:block; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { background-color: transparent; background-image: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row > .video-iframe-container { display: none; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .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); }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD { border-width: 0; border-radius: 0; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nzt3kTwsOl9PuwoziJlOxTAISvViRAPD > .row .container { width:20rem;height:83.9375rem;background-color:#49604c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bckhxfzpt6FHx1X725RleZ469rTxCxhb { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hbfsIVBRpzQq8GhAEoG0hcUkCp4RrIod { display:block; }
#wGclrCwg6aTgtWczXgnogTn8UUcE0GwW { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ws9rzWr5xpsXD25kV5IMoF5IppHIfAiR { display:block; }
#xO8ygeu9QFZQWA8zxKyZ6C2HBkaxK79s { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PRglMvlTwGskqHNvNNTc1UzCoGIfGFxE { display:block; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#s9gwHKBtF40c7ceiJZOWqu6wzqXi4xlq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#aNhzSaH26Cf8OndTzFR6qXNNRvoU1ebd > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#wGAd2u9OUVluPlsA3BK1XdQU6hR6n6wR { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VIKTZhEEA3cWmfGQaDTXnsMl7s0TTgQQ { display:block; }
#F0JMTACXnVRqFliflIdDtqBKtztXzJGX { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#hCSnyIBcMbNXbr33KDpVfoAX7bUtP3ZJ { width:3.625rem;height:2rem;top:30.25rem;left:0.0625rem;z-index:15198;display:none; }
#waeW73RtPdn5wTkeiG201XlAbEhhXshz { width:3.25rem;height:1.8125rem;top:30.34375rem;left:14.25rem;z-index:15199;display:none; }
#uH5WkWhPzA1siAAd2oluBBmCmTFqXqZ0 { width:20rem;height:2.5996125rem;top:15.875000953674rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:#ffffff;display:block; }
#yZefccXX464WU4lxyoaDMbbeSHy3J8W9 { display:flex;top:54.5rem;left:8.625rem;width:3.0625rem;height:3.0625rem;z-index:15199;font-size:2rem;display:none; }
#uc4zgUaT8ls0F8zavN56lrTu4sygZ3p1 { width:6.5625rem;height:2.1859375rem;top:51.8125rem;left:10.875rem;z-index:15033;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kZqsp8DJ01uU5twZurKrcuXuhmQ6GDff { width:6.5625rem;height:1.5609375rem;top:52.125rem;left:3.625rem;z-index:15034;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KN4z7R4URG7ZxT6LefRPTG4N12QITJAu { top:50.125rem;left:0rem;width:19.9375rem;height:0;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#PC8pCVHoJqU4TTuTtQsdcCQQoNNJm0IM { display:flex;top:46.5rem;left:8.46875rem;width:3.0625rem;height:3.0625rem;z-index:15194;display:none; }
#WtT6gOcqtR7yUqTgweNG1ENDEtaNOwTH { top:49.749786376953rem;left:3.1250000596046rem;width:13.875rem;height:2.375rem;z-index:15187;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Uz3wceCQy7pZzzVfN5HkOZxtvontE1CB { display:block; }
#nWwxQOu5pwUAdITTqnlEI71neGN86w0O { top:46.124568939209rem;left:3.0620661377907rem;width:13.9375rem;height:2.875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yovNa4c6eewVTflxT5vTEugQWSLr5uZD { display:block; }
#fHvrBF7oEQ9baJySNy0pD3LBJ0ymgV94 { display:flex;top:46.624786376953rem;left:4.4368494153022rem;width:1.875rem;height:1.875rem;z-index:15191; }
#N4H0qRwTtG0g9WyArXUfNTgO8Tl2z0gs { top:41.312286376953rem;left:0.43728297948838rem;width:19.125rem;height:3.89941875rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#NCHlBQ5T0RCuIiKiVsH11BnkGrf8m6RP { width:14.8125rem;height:17.4375rem;top:21.124567031861rem;left:2.6247830986977rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vbTFskArSDwqeTWvv9lC4Q0TswXZBXTd { width:4.625rem;height:1.6875rem;top:57.5rem;left:10.8125rem;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#GrrF6aUiCcA6ha4cuRodS1c758prTbyH { width:4.3125rem;height:1.625rem;top:57.5rem;left:4.0625rem;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#xlxFb7gUN3iw522uDDOCZ4eAONfv6wOX { width:2.4375rem;height:2.4375rem;top:57.068575rem;left:8.75rem;z-index:15035;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Gpwte1giEFJdyZP8XdATT11MM1wa1aQK { top:79.74978637695rem;left:0rem;width:19.9375rem;height:1.13671875rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#LZ2Dz76vtpnTCTRyHN5DcQT2qlJnugfb { top:73.874137878419rem;left:2.6247830986977rem;width:7.125rem;height:5.0625rem;z-index:15186;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yVBRg78nMLcQLOTp4lPHfL0EL01C5pMl { top:75.812072753906rem;left:8.3745663762094rem;width:11.625rem;height:1.13671875rem;z-index:15188;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#h2Z9mLgn2dUTvK8X82eieWzr6nmcabTc { width:18.125rem;height:1.25rem;top:82.24978637695rem;left:0.93750005960463rem;z-index:15102;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-regular-label { display:block;text-align:center;text-align-last:center;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;line-height:.6;background-color:transparent;background-image:none; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text { height:1.375rem;width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-input-button { width:8.0625rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3.4375rem;height:2rem;font-size:0.75rem;overflow:hidden;line-height:.4;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #77ac98, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #77ac98, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #77ac98, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #77ac98, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac98', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #77ac98, rgba(var(--color-tertiary-0),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#101112;box-shadow: none;font-family:var(--paragraphs-font-family); }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-radio-label { font-family:var(--paragraphs-font-family); }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:first-of-type{padding-top:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-container:last-of-type{padding-bottom:0;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW  { width:15rem;height:auto;top:58.812286376953rem;left:1.2500000596046rem;background-color:rgba(236,236,236,0.77);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.77) ; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW {display:block;}#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW { width:15rem;height:auto;top:58.812286376953rem;left:1.2500000596046rem;background-color:rgba(236,236,236,0.77);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(0,0,0,0.77) ; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #ZK1G4KnzgR8AQwg03lQAp9sZLBPdbdhd {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #T6ZXZTu8EsO52qSJAw8CEpAcqRUXUmAc { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #gPqrMth665MHb4wGVcX1FV3b2OprMTdf {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #q3yvX1yTHTRI7ey2Glzk6EHdDDpGDh8J {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #OIhhkV4P7oFlzFlxTwfOIccVDEVZTaTy { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #JRk0FNiZtNeM6qVXwKbdpfEC9v7MGvud {  }
#c74mepZRNOmL2LXlvrzwLrDV5lhVpWim { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #HUTTJONLRec8w9sniQnZyaNyXMrM0odC {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #hERM9pnt5trsNJ1BQEzkSQsAD9IgDuMT { display:block; }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #C14eAsVWH05OEl8aPpFU4zacCLyGboFB {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #zRtbfhoiWuzXepAMOlOh5mGJ0s27JvXH {  }
#le5VUvDWcSmRJmtlmTlyR4aGLLy1lEkW #CxZQn36KfcMmuK1sZaEfugF6t0EFFPT7 {  }
#QOhx8cSJyWxKAIAqhzlvqvT2tKsXazaM { width:18.8114375rem;height:2.65625rem;top:54.999351501465rem;left:0rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#r6xXtFfh81L32xQ825XO1bZu0VzhsLFq { width:19.3125rem;height:2.4375rem;top:55.187068939209rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kHeB5gqwCp0W6rKx11nZwJZFdgWKThtJ { top:6.6861982345581rem;left:0rem;width:20rem;height:9.3125rem;z-index:15200;overflow:hidden;display:block; }
#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO { display:block; }#Zc4XBJHSVOUPI0sK7kIOfqNLdSaHuvZO > .row .container { width:20rem;height:68.375rem;position:relative;display:block; }#R0renTIGtOQZJEm6UHVX2QilsdnqO29m { top:1.875rem;left:3.6875rem;width:12.625rem;height:2.5996125rem;z-index:15003;font-family:"alw font";font-size:2rem;font-weight:700;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;color:#2b84bf;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#aqoeFDevyvNWWDFPATMrfiXCin2ilgk4 { top:5.375rem;left:1.53125rem;width:16.9375rem;height:1.8681625rem;z-index:15004;font-family:"alw font";font-size:1.4375rem;font-weight:700;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;color:#2b84bf;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#WSTVeoKJP6sXFBpv2zkRk2soB6cMhhEM { top:39.9375rem;left:0.65625rem;width:18.6875rem;height:10.8125rem;z-index:15002;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#ZledoRL7yXTBOTdrcoi49AcTQAEa7mZz { top:22.0625rem;left:0.65625rem;width:18.6875rem;height:15.8125rem;z-index:14997;background-color:#49604c;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#lBtSpU0WCqtpX81aZnOLeprkWazabVlx { top:23.5rem;left:1.75rem;width:16.5rem;height:0.9746125rem;z-index:15196;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#e00D0nzheDuHokNWlggyCo2FBfzTIkJz { top:27rem;left:0.96875rem;width:18.0625rem;height:1.0556625rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#abdce6;display:block; }
#B0TeK26EITSkQADBPAE3XOzghXvxpMBA { top:30.125rem;left:2.03125rem;width:16.5rem;height:2.51855625rem;z-index:15194;font-family:var(--paragraphs-font-family);font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f1f5f8;display:block; }
#yae21wbqsMpCEEBcqi43KBZcUeWS2SdF { width:8.0625rem;height:1.6875rem;top:34.5625rem;left:1.53125rem;z-index:15186;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;line-height:1.1;display:block; }
#zCcRILQAPaEQ8Pgr2rUxZWKEBWuKJXeH { display:block; }
#W6VaAoQTG4FqrCD3kMWqlVOqA8M4ED8M { top:10.125rem;left:0.65625rem;width:18.6875rem;height:10.8125rem;z-index:15003;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#swo0aXoRLJLQcGGdIMku92J7tD5m33yu { top:51.875rem;left:0.65625rem;width:18.6875rem;height:15.8125rem;z-index:14998;background-color:#49604c;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#b2hhiGHaHvcdmwXw3igD2bqCBE6UO9s8 { top:52.8125rem;left:1.75rem;width:16.5rem;height:1.94921875rem;z-index:15197;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#khv1OwNQhZCL3VRkHnKcrEyDf3RtSoFr { top:58.1875rem;left:1.09375rem;width:18.0625rem;height:1.29980625rem;z-index:15199;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#abdce6;display:block; }
#ryxuyDcrXou6C90a1kinqJ4OfN4hJXyB { top:61.3125rem;left:1.53125rem;width:16.5rem;height:2.51855625rem;z-index:15195;font-family:var(--paragraphs-font-family);font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f1f5f8;display:block; }
#nrbDtsDZbavc93iH08Zw9HssKdtc7Kun { width:8.0625rem;height:1.6875rem;top:65.0625rem;left:1.53125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;line-height:1.1;display:block; }
#Qaon1WpwPFOlmc1iuzr6Uv6mTB2buhHV { display:block; }
#H39kbBBVwlHySfBsipGFQxdk8892aEs2 { display:block; }#H39kbBBVwlHySfBsipGFQxdk8892aEs2 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; }#D0hyinZcLuAv2LVSrTitZs33xKzJDUKC { width:18.3125rem;height:22.9375rem;top:2.2490234375rem;left:0.84375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { background-color: transparent; background-image: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row > .video-iframe-container { display: none; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .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); }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { border-width: 0; border-radius: 0; }#d8JOTFyPPmTml0MUJhtWTtpSVI40nOdI > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; }#kFxwHHNRGg6BGz8ezK7SvXyGQhCdmhdg { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#MHrOgSf4mtLtX3qVRmgvLlf1f3QfCx5g { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VHFfm0Fzhb8VxcmGSqESXvm5a37E7SbN { width:17.625rem;height:4.5rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#Txvf3geC9XgzVnUlxE3U8zQTqd0nXEZG { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bRI3SUVVXup76alBLduoKnhrnzvHhUdv { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WBOruB6yQXa0uDKSyflQkK81S4qQRa4C { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:none; }
#kAn5CR5rlE3pPrtfuVTbwLo71TOrfZlu { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#FET9t3VoF6U0ZPpW1uhS50tPTBD3aUUI { width:15.5625rem;height:2.2744125rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#bbms9HGV2VdvuUEJBFE5P9Qm2BCeBiqJ { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:none; }
#kP2itH48qOfm6KS0BVRq0boPamrRXxqL { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#MEttTGRunSO2dtU9synWxetVWtGaJM7y { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:none; }
#VyX8I1rSOTk0iWQSGxhzerdNKeMeoCAi { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cpGn5FpwcH0FJX5EvDD1lGMylCK9C6Ow { width:10.0625rem;height:2.2744125rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#VD5T64i8Tko3FLPwrGG2IIcLrcOiCWPb { width:10.0625rem;height:2.2744125rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#ixWpw2aNy6F74mdQPxl5H1XXh8UF4l4M { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:none; }
#wzXhm6s8pDdxHQm3ygoEVVl040Zgb616 { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UKQpaPzpoveb3nlWiucPfHb44x335630 { width:11.375rem;height:2.2744125rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { display:block; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { background-color: transparent; background-image: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container > .video-iframe-container { display: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row > .video-iframe-container { display: none; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .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); }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg { border-width: 0; border-radius: 0; }#ld32BzzgwESLakdCDUSMds6pJBDi9KWg > .row .container { width:20rem;height:28.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#P9ro9SoMF4Qn5WeNBMynWJe5e0vmm9D4 { width:4.625rem;height:1.7266666666667rem;top:27.249025rem;left:7.6875rem;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#G0U5uym4IiRmOdAiaOnMZDAT3FDHQavb { width:4.3125rem;height:1.7494103773585rem;top:24.25rem;left:7.8125rem;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#MQkfdDWnpem5zpUbIVaxtr4oMALlCVLm { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { display:block; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { background-color: transparent; background-image: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row > .video-iframe-container { display: none; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .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); }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD { border-width: 0; border-radius: 0; }#CKlF0iGvZDvmZZNnqufqSx3XM7RNgBlD > .row .container { width:20rem;height:12.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#O6kE2VhDRKMEfFdCNOuPCXFyWGRCPJSe { width:15.061875rem;height:2.5996125rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#kvJ6yb4gD2HAUMtznNrQpBJiJkaJlXKU { width:18rem;height:2.798825rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);display:block; }
#Ig1TTiTtdIxuxbMWrWfyK4f2hIeocAAz { width:2.4359375rem;height:2.4359375rem;top:7.5125045776369rem;left:16.251563251019rem;font-size:1.6875rem;z-index:15012;display:block; }
#zkq3fqlsXv2x6TXRKEner5UUzkXirSqW { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
