.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:221,223,225;--color-primary-1:143,149,155;--color-primary-2:31,42,55;--color-primary-3:16,21,28;--color-primary-4:5,6,8;--color-secondary-0:254,254,254;--color-secondary-1:250,250,250;--color-secondary-2:245,245,245;--color-secondary-3:123,123,123;--color-secondary-4:37,37,37;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { z-index:;position:relative;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/29awpwx_AkU/unsplash/alaa-cherni-29awpwx_AkU-photo-1622179761894-39bc33f6bc1a.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container.lazyloading { background-image: none; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:36.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.96875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:11.30078125rem;left:1.375rem;height:13.0488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:11.33837890625rem;left:38.5rem;height:14.847625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.6875rem;left:1.375rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5Ik0bLkFcpLlrg4wu54ktrWsWoJaTX2 { position:absolute;display:block;z-index:15008;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:5.8125rem;width:15.9375rem;top:2.25rem;left:1.375rem;overflow:hidden;display:block; }
#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { background-color: transparent; background-image: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .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); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { border-width: 0; border-radius: 0; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:11.125rem;display:block; }
#OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:5.1875rem;left:6.0625rem;height:2.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { color:rgba(var(--color-primary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.125rem;left:3rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.1875rem;left:31.9375rem;height:2.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:36.3125rem;display:block; }
#Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.1875rem;left:56.25rem;height:2.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:61.75rem;display:block; }
#SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:24.8125rem;display:block; }
#JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:49.8125rem;display:block; }
#tcIVDBDFoeEpBzNbT8gONLbBehFyLhws { color:rgba(var(--color-primary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:9.11279296875rem;left:28.1875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5ryOI5cUG5GLS6eAKyu7ZegfdRfIMBe { color:rgba(var(--color-primary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:9.11279296875rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DztVapeFPsAfmg6tDw9uGaZiCFLs0vEq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.03125rem;left:11.46875rem; }
#zG9NDeWCrI5rWLQyzV5rtcLIonKNyiST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.03125rem;left:36.6875rem; }
#xTa6xGTlVvv3ntLp126oWQGcVzOEyMX4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.03125rem;left:62.125rem; }
#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .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); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { border-width: 0; border-radius: 0; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { color:rgba(var(--color-primary-2),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.46875rem;left:15.84375rem;height:2.92480625rem;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; }
#evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { color:#3a6ea5;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:9.5rem;left:33.125rem;height:2.5rem;text-align:left;text-align-last:left;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; }
#vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { box-sizing:content-box;height:10.9375rem;width:43.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.67) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:28.375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5625rem;left:29.8125rem;display:block; }
#Pmh4seookpl0SDiiZodTWzPgK2Sxy6Mb { color:rgba(var(--color-secondary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:11.9375rem;left:33.125rem;height:4.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dDMeqPTSEifVzMlHvA1OERQ3F8xu2yx4 { box-sizing:content-box;height:10.9375rem;width:43.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.67) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.9375rem;left:28.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#oFIOgsHdnG8TZML4ghaAOzIrvmbPTWSe { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:29.8125rem;display:block; }
#zURWVBHlBOZ5yhTB062LwlCMNsMwQUmq { color:#3a6ea5;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:21.5625rem;left:33.125rem;height:2.5rem;text-align:left;text-align-last:left;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; }
#png7otlQKqCleGGXodRNUsQLx0ogi0e1 { color:rgba(var(--color-secondary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:24rem;left:33.125rem;height:6.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n5B6vI7QxE8za8bvedbLQlqEG71FkNwF { box-sizing:content-box;height:10.9375rem;width:43.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.67) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.125rem;left:28.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#CJd5QS4lBqipLSxTqQpEP3plxqzyO1UG { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8125rem;left:29.8125rem;display:block; }
#NnRdDLuvQwLwTcFA1cDwL2ToIJOKVLkq { color:#3a6ea5;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:33.75rem;left:33.125rem;height:2.5rem;text-align:left;text-align-last:left;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; }
#P6RLGzb2WuC1LxdIrTp1EDKSQzHTvBQv { color:rgba(var(--color-secondary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:36.1875rem;left:33.125rem;height:4.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZQe9Hly9ItH59nhVDdRZ9cG0kFn2vmxM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.67) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.125rem;left:3.9375rem;display:block; }
#iMnEuGP4lLe9PmVEdNM20Pr4R5mFa8hd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAaOxLaME3F1OAo1VJn5B4O9AeNCfgNw { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:14.4375rem;width:19.3125rem;top:8.875rem;left:3.65625rem;overflow:hidden;display:block; }
#nfryr1UDEoKh3cP7wF1quEDG3eH07fdI { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:14.4375rem;width:19.3125rem;top:24rem;left:3.6875rem;overflow:hidden;display:block; }
#JaBwc5LSaIbblWeJUlPcg0QLhPfgIFBH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.90625rem;left:30.15625rem; }
#aXV6zT134iXTxBhs9yzT24eN5IcelhG4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.96875rem;left:30.15625rem; }
#Agk2RLZAEdEgs4gIlNvS38y2cdTwyJlQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:34.15625rem;left:30.15625rem; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/A6iKktKiiLk/unsplash/saj-shafique-A6iKktKiiLk-photo-1602064828974-fcac67d33f4e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg.adaptive-delivery-prevent-bg, #tex7LBDylWufsTB5m8MLKXfN9sQErgfg.lazyload, #tex7LBDylWufsTB5m8MLKXfN9sQErgfg.lazyloading { background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.3); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.3); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .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); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { box-sizing:content-box;height:28.375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#EWNRET8A780oxeJozSQW2VQmkLQL6KIB { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.9375rem;height:2.92480625rem;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; }
#TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { box-sizing:content-box;height:15.875rem;width:40.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:1.9375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { color:rgba(var(--color-primary-3),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.5rem;left:3.125rem;height:8.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.5rem;width:27.8125rem;top:11.375rem;left:45.0625rem;overflow:hidden;display:block; }
#IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { position:absolute;display:block;z-index:15009;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:3.4375rem;width:2.9375rem;top:6.625rem;left:68.9375rem;overflow:hidden;display:block; }
#OZkP6W6RPrTxJDW3baEla7yyFZIaIlQm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.67) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:4rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.1875rem;left:28.09375rem;display:block; }
#x4lmI3cGyZUvAwcsnSixpfT8VERd0o2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3n68lifl4hszIbBoCfihlcrEZU4zH9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { background-color: transparent; background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .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); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { border-width: 0; border-radius: 0; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { box-sizing:content-box;height:14.375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#FADknNmy70Tx2LTm6XA9OrMSTu783WTr { position:absolute;display:block;z-index:15002;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:8.125rem;width:8.25rem;top:5.3125rem;left:6.21875rem;overflow:hidden;display:block; }
#tf3g2uUi7rhQQgQ9UHgCbWHiIN064qqQ { position:absolute;display:block;z-index:15003;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:8.375rem;width:9.1875rem;top:5.1875rem;left:23.59375rem;overflow:hidden;display:block; }
#GD1qpKWyyrRTymRBSecCKBZUITRgw0bf { position:absolute;display:block;z-index:15004;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:8.4375rem;width:7.4375rem;top:5.15625rem;left:42.96875rem;overflow:hidden;display:block; }
#ELqyIBRKMRWkbnDyv8ULnWRkD33TePlg { position:absolute;display:block;z-index:15005;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:4.875rem;width:9.9375rem;top:6.9375rem;left:58.53125rem;overflow:hidden;display:block; }
#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container { background-color: transparent; background-image: none; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container > .video-iframe-container { display: none; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row > .video-iframe-container { display: none; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .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); }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container { border-width: 0; border-radius: 0; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#y1H8xVzmMgq6DcawLSg4m84cqyoshAcf { position:absolute;display:block;z-index:15021;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:5.0625rem;width:14.5625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#cOQOuPtUm14LP0UeBh6ocgqlz2zaxFzu { color:rgba(var(--color-primary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.625rem;height:3.89844375rem;display:block; }
#x7Fk6vrw44OAzHW6sbSIbqE9JzzW7RqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.0625rem;left:54.5rem; }
#LstKMRvRAPn70oUQcCiTA46vbaJBHLTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.0625rem;left:61.5625rem; }
#rs5Gxz8cZQzqcH87BFJARnaApVDSQ04H { 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:15025;opacity:1;top:2.0625rem;left:68.4375rem; }
#NS1mr50lLKNKFUNVx0ihTgH4i239sA6C { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.06201171875rem;left:30.71875rem;height:3.89844375rem;display:block; }
#wPITMBRAyU5lovIFXPUZ9x56si53t9T9 { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.7119140625rem;left:55.0625rem;height:2.59895625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:47.75rem;height:36.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:40.75rem;height:17.375rem;top:11.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:35.3125rem;height:17.3125rem;top:11.3125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:13.875rem;height:4rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #z5Ik0bLkFcpLlrg4wu54ktrWsWoJaTX2 { top:2.25rem;left:0rem;width:15.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { width:2.375rem;height:2.375rem;top:1.6875rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { width:12.5rem;height:2.75rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { width:18.6875rem;height:;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { width:11.1875rem;height:2.75rem;top:5.1875rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { width:2.375rem;height:2.375rem;top:1.6875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { width:13.4375rem;height:2.75rem;top:5.1875rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { width:2.375rem;height:2.375rem;top:1.6875rem;left:37.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { width:0.0625rem;height:12.5rem;top:5.4375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { width:0.0625rem;height:12.5rem;top:5.5rem;left:32.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcIVDBDFoeEpBzNbT8gONLbBehFyLhws { width:18.6875rem;height:;top:9.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ryOI5cUG5GLS6eAKyu7ZegfdRfIMBe { width:18.6875rem;height:;top:9.0625rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DztVapeFPsAfmg6tDw9uGaZiCFLs0vEq { top:2rem;left:8.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9NDeWCrI5rWLQyzV5rtcLIonKNyiST { top:2rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTa6xGTlVvv3ntLp126oWQGcVzOEyMX4 { top:2rem;left:38.28125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:43.3125rem;height:2.875rem;top:3.4375rem;left:2.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:29.1875rem;height:2.5rem;top:9.5rem;left:18.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:43.375rem;height:10.9375rem;top:8.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { width:2.375rem;height:2.375rem;top:9.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmh4seookpl0SDiiZodTWzPgK2Sxy6Mb { width:38.0625rem;height:6.375rem;top:11.9375rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMeqPTSEifVzMlHvA1OERQ3F8xu2yx4 { width:43.375rem;height:10.9375rem;top:20.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFIOgsHdnG8TZML4ghaAOzIrvmbPTWSe { width:2.375rem;height:2.375rem;top:21.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zURWVBHlBOZ5yhTB062LwlCMNsMwQUmq { width:29.1875rem;height:2.5rem;top:21.5625rem;left:18.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #png7otlQKqCleGGXodRNUsQLx0ogi0e1 { width:38.0625rem;height:6.375rem;top:24rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5B6vI7QxE8za8bvedbLQlqEG71FkNwF { width:43.375rem;height:10.9375rem;top:33.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJd5QS4lBqipLSxTqQpEP3plxqzyO1UG { width:2.375rem;height:2.375rem;top:33.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnRdDLuvQwLwTcFA1cDwL2ToIJOKVLkq { width:29.1875rem;height:2.5rem;top:33.75rem;left:18.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6RLGzb2WuC1LxdIrTp1EDKSQzHTvBQv { width:38.0625rem;height:4.75rem;top:36.1875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQe9Hly9ItH59nhVDdRZ9cG0kFn2vmxM { width:18.8125rem;height:4rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnEuGP4lLe9PmVEdNM20Pr4R5mFa8hd { display:block; }
 }@media only screen and (max-width: 763px) { #iAaOxLaME3F1OAo1VJn5B4O9AeNCfgNw { width:19.3125rem;height:14.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfryr1UDEoKh3cP7wF1quEDG3eH07fdI { width:19.3125rem;height:14.4375rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaBwc5LSaIbblWeJUlPcg0QLhPfgIFBH { top:9.875rem;left:16.53125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXV6zT134iXTxBhs9yzT24eN5IcelhG4 { top:21.9375rem;left:16.53125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agk2RLZAEdEgs4gIlNvS38y2cdTwyJlQ { top:34.125rem;left:16.53125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:47.75rem;height:28.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:42.625rem;height:2.875rem;top:5.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:40.6875rem;height:15.875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:38.1875rem;height:11.25rem;top:13.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:27.8125rem;height:15.5rem;top:11.375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:6.625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZkP6W6RPrTxJDW3baEla7yyFZIaIlQm { width:18.8125rem;height:4rem;top:29.1875rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4lmI3cGyZUvAwcsnSixpfT8VERd0o2w { display:block; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:47.75rem;height:14.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FADknNmy70Tx2LTm6XA9OrMSTu783WTr { top:5.3125rem;left:0rem;width:8.25rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3g2uUi7rhQQgQ9UHgCbWHiIN064qqQ { top:5.1875rem;left:9.96875rem;width:9.1875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1qpKWyyrRTymRBSecCKBZUITRgw0bf { top:5.125rem;left:29.34375rem;width:7.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqyIBRKMRWkbnDyv8ULnWRkD33TePlg { top:6.9375rem;left:37.8125rem;width:9.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx { display:block; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1H8xVzmMgq6DcawLSg4m84cqyoshAcf { top:1.0625rem;left:0rem;width:14.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOQOuPtUm14LP0UeBh6ocgqlz2zaxFzu { top:8.0625rem;left:0rem;width:20.0625rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Fk6vrw44OAzHW6sbSIbqE9JzzW7RqL { top:2.0625rem;left:40.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LstKMRvRAPn70oUQcCiTA46vbaJBHLTB { top:2.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs5Gxz8cZQzqcH87BFJARnaApVDSQ04H { top:2.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS1mr50lLKNKFUNVx0ihTgH4i239sA6C { top:8rem;left:17.09375rem;width:13.5625rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPITMBRAyU5lovIFXPUZ9x56si53t9T9 { top:8.6875rem;left:30.4375rem;width:17.3125rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:35.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/29awpwx_AkU/unsplash/alaa-cherni-29awpwx_AkU-photo-1622179761894-39bc33f6bc1a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:20rem;height:34.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:8.3984375rem;top:6.193359375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:15rem;top:15.53125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:12.4375rem;height:2.9375rem;top:31.375rem;left:3.78125rem;font-size:0.75rem;background-color:#3a6ea5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #z5Ik0bLkFcpLlrg4wu54ktrWsWoJaTX2 { width:8rem;height:2.8125rem;top:2.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { width:2.375rem;height:2.375rem;top:0.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { width:20rem;height:2.79980625rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { width:17.0625rem;height:11.19925rem;top:8.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { width:14.5rem;height:2.79980625rem;top:25.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { width:2.375rem;height:2.375rem;top:22.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { width:14.1875rem;height:2.79980625rem;top:46.6982421875rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { width:2.375rem;height:2.375rem;top:43.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { width:12.5rem;height:0.0625rem;top:41.88525390625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { width:12.5rem;height:0.0625rem;top:21.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcIVDBDFoeEpBzNbT8gONLbBehFyLhws { width:18.6875rem;height:9.7993125rem;top:30.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ryOI5cUG5GLS6eAKyu7ZegfdRfIMBe { width:18.6875rem;height:8.3994375rem;top:50.7607421875rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DztVapeFPsAfmg6tDw9uGaZiCFLs0vEq { display:flex;width:1.6875rem;height:1.6875rem;top:1.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #zG9NDeWCrI5rWLQyzV5rtcLIonKNyiST { display:flex;width:1.6875rem;height:1.6875rem;top:22.9375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #xTa6xGTlVvv3ntLp126oWQGcVzOEyMX4 { display:flex;width:1.6875rem;height:1.6875rem;top:43.65625rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:18.25rem;height:4.0625rem;top:1.92529296875rem;left:0.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:13.75rem;height:1.5996125rem;top:9.82470703125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:20rem;height:17.9375rem;top:8.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { width:2.375rem;height:2.375rem;top:9.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmh4seookpl0SDiiZodTWzPgK2Sxy6Mb { width:17.5625rem;height:12.796875rem;top:12.390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMeqPTSEifVzMlHvA1OERQ3F8xu2yx4 { width:20rem;height:19.1875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFIOgsHdnG8TZML4ghaAOzIrvmbPTWSe { width:2.375rem;height:2.375rem;top:29.19970703125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zURWVBHlBOZ5yhTB062LwlCMNsMwQUmq { width:11.1875rem;height:1.5996125rem;top:29.5869140625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #png7otlQKqCleGGXodRNUsQLx0ogi0e1 { width:17.875rem;height:14.3965rem;top:31.98876953125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5B6vI7QxE8za8bvedbLQlqEG71FkNwF { width:20rem;height:15.375rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJd5QS4lBqipLSxTqQpEP3plxqzyO1UG { width:2.375rem;height:2.375rem;top:50.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnRdDLuvQwLwTcFA1cDwL2ToIJOKVLkq { width:10.5625rem;height:3.19921875rem;top:50.125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6RLGzb2WuC1LxdIrTp1EDKSQzHTvBQv { width:18.3125rem;height:9.597625rem;top:53.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQe9Hly9ItH59nhVDdRZ9cG0kFn2vmxM { width:18.8125rem;height:4rem;top:83.9931640625rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnEuGP4lLe9PmVEdNM20Pr4R5mFa8hd { display:block; }
 }@media only screen and (max-width: 763px) { #iAaOxLaME3F1OAo1VJn5B4O9AeNCfgNw { width:11.75rem;height:8.75rem;top:73.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfryr1UDEoKh3cP7wF1quEDG3eH07fdI { width:11.5625rem;height:8.625rem;top:66.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaBwc5LSaIbblWeJUlPcg0QLhPfgIFBH { display:flex;width:1.6875rem;height:1.6875rem;top:9.5625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #aXV6zT134iXTxBhs9yzT24eN5IcelhG4 { display:flex;width:1.6875rem;height:1.6875rem;top:29.54345703125rem;left:2.03125rem; }
 }@media only screen and (max-width: 763px) { #Agk2RLZAEdEgs4gIlNvS38y2cdTwyJlQ { display:flex;width:1.6875rem;height:1.6875rem;top:50.875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:20rem;height:51.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:18.625rem;height:4.54980625rem;top:2.3125rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:18.125rem;height:29.75rem;top:8.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:15.5625rem;height:25.3125rem;top:10.84375rem;left:2.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:18.125rem;height:10.1875rem;top:40.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:36.6875rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZkP6W6RPrTxJDW3baEla7yyFZIaIlQm { width:18.8125rem;height:4rem;top:54.0625rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4lmI3cGyZUvAwcsnSixpfT8VERd0o2w { display:block; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:20rem;height:6.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FADknNmy70Tx2LTm6XA9OrMSTu783WTr { width:3.6875rem;height:3.625rem;top:2.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3g2uUi7rhQQgQ9UHgCbWHiIN064qqQ { width:4.625rem;height:4.1875rem;top:2.40625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1qpKWyyrRTymRBSecCKBZUITRgw0bf { width:3.4375rem;height:3.9375rem;top:2.53125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqyIBRKMRWkbnDyv8ULnWRkD33TePlg { width:4.75rem;height:2.3125rem;top:3.34375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx { display:block; }#WkAmfGBA5Tz28lrqgQKPQ49OvfBRHnyx > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1H8xVzmMgq6DcawLSg4m84cqyoshAcf { width:7.5rem;height:2.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOQOuPtUm14LP0UeBh6ocgqlz2zaxFzu { width:13rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Fk6vrw44OAzHW6sbSIbqE9JzzW7RqL { display:flex;width:2.4375rem;height:2.4375rem;top:0.625rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #LstKMRvRAPn70oUQcCiTA46vbaJBHLTB { display:flex;width:2.4375rem;height:2.4375rem;top:0.625rem;left:13.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #rs5Gxz8cZQzqcH87BFJARnaApVDSQ04H { display:flex;width:2.4375rem;height:2.4375rem;top:0.6875rem;left:17.5625rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #NS1mr50lLKNKFUNVx0ihTgH4i239sA6C { width:8.6875rem;height:2.4375rem;top:4.46142578125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPITMBRAyU5lovIFXPUZ9x56si53t9T9 { width:15.25rem;height:1.625rem;top:12.29833984375rem;left:0rem;font-size:0.625rem;display:block; }
 }