.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:255,253,250;--color-primary-1:255,249,239;--color-primary-2:255,243,222;--color-primary-3:128,122,111;--color-primary-4:38,36,33;--color-secondary-0:231,225,249;--color-secondary-1:174,154,235;--color-secondary-2:93,53,215;--color-secondary-3:47,27,108;--color-secondary-4:14,8,32;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:Roboto;--paragraphs-font-family:Inter; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,194,99,0.57);background-image:url("https://images.assets-landingi.com/uc/02236ed2-90e3-4490-b11b-a7b3b21c7bf7/Untitleddesign1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm.adaptive-delivery-prevent-bg, #ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm.lazyload, #ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm.lazyloading { background-image: none; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container { background-color: transparent; background-image: none; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container > .video-iframe-container { display: none; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row > .video-iframe-container { display: none; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .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); }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container { border-width: 0; border-radius: 0; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#GuaVZQMTrhx1sUF3C3EhH6NB0s65qxxx { 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:2.8125rem;width:15.1875rem;top:2.201171875rem;left:0rem;overflow:hidden;display:block; }
#GLgluK68lKto75c9TriEf7ff3DQbbncd { color:rgba(var(--color-tertiary-2),1);display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:11rem;left:0rem;height:8.6002625rem;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; }
#TPkpVHvw8I1HRAfCqNwlaVvlNBlE8qS6 { color:rgba(var(--color-tertiary-2),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:23.203125rem;left:0rem;height:8.246525rem;display:block; }
#Q7e5gJlzrTP271lo99rbZiudQZSpEJ8P { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#kSwI7MtWwMPTel20TpgITFMFqDoFtd7B { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.68359375rem;left:0rem;display:block; }
#V1D8pBhBhxA2XhwAAVo8cO1UBZkbuIiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkyGVSRRxpsa7VMW1EVFm7ZKDfzDIhSw { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:1.732421875rem;left:15.875rem;display:block; }
#qnFrV57TdJmGaahQwbVu1cCCW4OmmWaF { position:absolute;display:block;z-index:15013;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.625rem;width:11.8125rem;top:2.169921875rem;left:17.75rem;overflow:hidden;display:block; }
#V3BOeKwiV19QMk3fPtciccXnOxEtCV6T { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.490234375rem;left:0rem;height:8.39941875rem;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; }
#PEUDITLuTmwBuUtp0hXETFkrUqyfxXPs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:13.25rem;width:12.4375rem;top:9.953125rem;left:56.240234375rem;overflow:hidden;display:block; }
#gr3vJApA30aERQnqdXAnFUVC4Pqgx7gD { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:27.805997848511rem;left:51.927085876465rem;height:7.1224rem;text-align:center;text-align-last:center;display:block; }
#JuNoKsToNUrZX5w57fnlBkHX0OEzTeuy { color:rgba(var(--color-tertiary-2),1);display:block;width:16.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:24.449878692627rem;left:54.240455627441rem;height:2.7181rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cdBthDZHIALpiLewqakJ89EN2DZEkCpU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container { background-color: transparent; background-image: none; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container > .video-iframe-container { display: none; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row > .video-iframe-container { display: none; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .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); }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container { border-width: 0; border-radius: 0; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#fT4XDhmJgEtDRkTfukQ8KE5PpX40cVcW { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.412109375rem;left:33.625rem;height:14.7048375rem;font-style:normal;display:block; }
#BTTbdh1smhwTLTvPDOIv8wSEKcDuGVX5 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0703125rem;left:33.15625rem;height:2.43815rem;font-style:normal;display:block; }
#PVTDG0hNFxXu3bxJpZFJkZgSo3WNB4IB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.375rem 0.5625rem #000000 ;height:26.3125rem;width:24.1875rem;top:1.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdd9b;background-image:url("https://images.assets-landingi.com/uc/02236ed2-90e3-4490-b11b-a7b3b21c7bf7/Untitleddesign1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA.adaptive-delivery-prevent-bg, #nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA.lazyload, #nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA.lazyloading { background-image: none; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container { background-color: transparent; background-image: none; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container > .video-iframe-container { display: none; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row > .video-iframe-container { display: none; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .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); }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container { border-width: 0; border-radius: 0; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#IkpESFNcPsaF0MNqUTphcesWDDAZQ5Tr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.28125rem;height:2.5996125rem;display:block; }
#ZpUaGQgE13IA0dM2kxzXruZkJ90Uk3hM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:23.1435546875rem;left:4.59375rem;height:2.7181rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CpgP8lUwd9OhVMXRHb8n7WTAGUgrqCqq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.5rem;width:9.875rem;top:10.9248046875rem;left:7.875rem;overflow:hidden;display:block; }
#tZdHGxmlr3oBriKJQiJA1K0J5sdHJDTl { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:26.9658203125rem;left:2.28125rem;height:5.40039375rem;text-align:center;text-align-last:center;display:block; }
#tmfncmLaFXlkLU4lWomMvM2porellhH5 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.9560546875rem;left:26.9375rem;height:11.501725rem;display:block; }
#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container { background-color: transparent; background-image: none; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container > .video-iframe-container { display: none; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row > .video-iframe-container { display: none; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .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); }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container { border-width: 0; border-radius: 0; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#UE9tzrke9JFUHVmP1bP4DLhsasNMTriv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:3.396484375rem;left:0rem;height:2.79980625rem;font-style:normal;display:block; }
#mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi { color:rgba(var(--color-tertiary-2),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.39453125rem;left:0rem;height:9.34025rem;display:block; }#mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi li:before{  }
#qwtG4GbNMt2ft10nuOKgIg6B6xMbVf9I { color:rgba(var(--color-tertiary-2),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:18.8603515625rem;left:0rem;height:4.398875rem;display:block; }
#d63Iir2z6pZ3VBBT9n7ADtfVLegK1Rs1 { position:absolute;display:block;z-index:15005;height:39.375rem;width:39.436875rem;top:26.562494911254rem;left:35.562068939209rem;display:block; }
#c05yZQxyT2wimVznAqDTt1ETGA1oRmci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container { background-color: transparent; background-image: none; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container > .video-iframe-container { display: none; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row > .video-iframe-container { display: none; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .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); }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container { border-width: 0; border-radius: 0; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#ckD4x2T0ppwSnSFvVqzmlBN80dXzyb4i { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6171875rem;left:5.75rem;height:2.51855625rem;font-style:normal;display:block; }
#LXBwhAG7muKklVSAZRMBXa4pBKKJ2MPm { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.4072265625rem;left:20.6875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm { display:block; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuaVZQMTrhx1sUF3C3EhH6NB0s65qxxx { width:15.1875rem;height:2.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLgluK68lKto75c9TriEf7ff3DQbbncd { width:47.75rem;height:8.6002625rem;top:11rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPkpVHvw8I1HRAfCqNwlaVvlNBlE8qS6 { width:47.75rem;height:8.246525rem;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7e5gJlzrTP271lo99rbZiudQZSpEJ8P { width:12.5rem;height:1.6875rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSwI7MtWwMPTel20TpgITFMFqDoFtd7B { width:15.4375rem;height:3.5625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1D8pBhBhxA2XhwAAVo8cO1UBZkbuIiA { display:block; }
 }@media only screen and (max-width: 763px) { #lkyGVSRRxpsa7VMW1EVFm7ZKDfzDIhSw { width:0.125rem;height:3.75rem;top:1.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnFrV57TdJmGaahQwbVu1cCCW4OmmWaF { width:11.8125rem;height:2.625rem;top:2.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3BOeKwiV19QMk3fPtciccXnOxEtCV6T { width:39rem;height:8.3984375rem;top:15.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEUDITLuTmwBuUtp0hXETFkrUqyfxXPs { width:12.4375rem;height:13.25rem;top:9.9375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3vJApA30aERQnqdXAnFUVC4Pqgx7gD { width:21rem;height:7.0625rem;top:27.75rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuNoKsToNUrZX5w57fnlBkHX0OEzTeuy { width:16.375rem;height:2.6875rem;top:24.4375rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdBthDZHIALpiLewqakJ89EN2DZEkCpU { display:block; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4XDhmJgEtDRkTfukQ8KE5PpX40cVcW { width:38.75rem;height:14.7048375rem;top:10.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTbdh1smhwTLTvPDOIv8wSEKcDuGVX5 { width:39.6875rem;height:1.875rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTDG0hNFxXu3bxJpZFJkZgSo3WNB4IB { width:24.1875rem;height:26.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA { display:block; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkpESFNcPsaF0MNqUTphcesWDDAZQ5Tr { width:31.75rem;height:1.8684875rem;top:3.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUaGQgE13IA0dM2kxzXruZkJ90Uk3hM { width:16.4375rem;height:1.875rem;top:23.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpgP8lUwd9OhVMXRHb8n7WTAGUgrqCqq { width:9.875rem;height:10.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZdHGxmlr3oBriKJQiJA1K0J5sdHJDTl { width:21.0625rem;height:4.80143125rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmfncmLaFXlkLU4lWomMvM2porellhH5 { width:43.4375rem;height:11.501725rem;top:13.9375rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw { display:block; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE9tzrke9JFUHVmP1bP4DLhsasNMTriv { width:15.3125rem;height:2.5rem;top:3.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi { width:47.75rem;height:12.832rem;top:8.375rem;left:0rem;font-size:1.0625rem;display:block; }#mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi li:before{  }
 }@media only screen and (max-width: 763px) { #qwtG4GbNMt2ft10nuOKgIg6B6xMbVf9I { width:47.75rem;height:4.398875rem;top:18.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d63Iir2z6pZ3VBBT9n7ADtfVLegK1Rs1 { width:39.375rem;height:39.375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05yZQxyT2wimVznAqDTt1ETGA1oRmci { display:block; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckD4x2T0ppwSnSFvVqzmlBN80dXzyb4i { width:19.5rem;height:2.51844375rem;top:3.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBwhAG7muKklVSAZRMBXa4pBKKJ2MPm { width:2.9375rem;height:2.9375rem;top:3.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm { display:block; }#ptvBp6bQnFu2BcyK5kI6Za9TwoZ8RoLm > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuaVZQMTrhx1sUF3C3EhH6NB0s65qxxx { width:6.875rem;height:1.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLgluK68lKto75c9TriEf7ff3DQbbncd { width:20rem;height:8.99739375rem;top:7.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPkpVHvw8I1HRAfCqNwlaVvlNBlE8qS6 { width:19.875rem;height:10.1237rem;top:18.00390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7e5gJlzrTP271lo99rbZiudQZSpEJ8P { width:12.5rem;height:1.21875rem;top:4.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSwI7MtWwMPTel20TpgITFMFqDoFtd7B { width:11.875rem;height:2.625rem;top:30.1875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1D8pBhBhxA2XhwAAVo8cO1UBZkbuIiA { display:block; }
 }@media only screen and (max-width: 763px) { #lkyGVSRRxpsa7VMW1EVFm7ZKDfzDIhSw { width:0.0625rem;height:1.875rem;top:0.6875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnFrV57TdJmGaahQwbVu1cCCW4OmmWaF { width:6.1875rem;height:1.375rem;top:0.9375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3BOeKwiV19QMk3fPtciccXnOxEtCV6T { width:20rem;height:5.6966125rem;top:12.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEUDITLuTmwBuUtp0hXETFkrUqyfxXPs { width:9.25rem;height:9.875rem;top:35rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3vJApA30aERQnqdXAnFUVC4Pqgx7gD { width:20rem;height:4.50195rem;top:48.748916625976rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuNoKsToNUrZX5w57fnlBkHX0OEzTeuy { width:16.3748125rem;height:1.875rem;top:46.187067031861rem;left:1.8120661377907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdBthDZHIALpiLewqakJ89EN2DZEkCpU { display:block; }#cdBthDZHIALpiLewqakJ89EN2DZEkCpU > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4XDhmJgEtDRkTfukQ8KE5PpX40cVcW { width:20rem;height:18.69140625rem;top:8.78125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTbdh1smhwTLTvPDOIv8wSEKcDuGVX5 { width:20rem;height:3.75rem;top:3.03125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTDG0hNFxXu3bxJpZFJkZgSo3WNB4IB { width:17.0625rem;height:18.5625rem;top:29.6591796875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA { display:block; }#nJOIBLNIhTRst6UIT1wyMkv6RALJVWuA > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkpESFNcPsaF0MNqUTphcesWDDAZQ5Tr { width:19.3125rem;height:1.8684875rem;top:0.9375rem;left:0.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUaGQgE13IA0dM2kxzXruZkJ90Uk3hM { width:12.875rem;height:1.875rem;top:15.2333984375rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpgP8lUwd9OhVMXRHb8n7WTAGUgrqCqq { width:8.25rem;height:8.625rem;top:4.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZdHGxmlr3oBriKJQiJA1K0J5sdHJDTl { width:17.375rem;height:6.40190625rem;top:17.451171875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmfncmLaFXlkLU4lWomMvM2porellhH5 { width:20rem;height:11.89453125rem;top:26.8203125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw { display:block; }#HGFWisdOQB5mxMC55ZppM8mB5qz7AVTw > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE9tzrke9JFUHVmP1bP4DLhsasNMTriv { width:12.625rem;height:2.5rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi { width:20rem;height:23.027375rem;top:6.828125rem;left:0rem;font-size:1.0625rem;display:block; }#mWNU7NBEZuD1gc0h14ECWaUmHPiGfUCi li:before{  }
 }@media only screen and (max-width: 763px) { #qwtG4GbNMt2ft10nuOKgIg6B6xMbVf9I { width:20rem;height:5.40039375rem;top:30.4189453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d63Iir2z6pZ3VBBT9n7ADtfVLegK1Rs1 { width:20rem;height:28.25rem;top:6.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05yZQxyT2wimVznAqDTt1ETGA1oRmci { display:block; }#c05yZQxyT2wimVznAqDTt1ETGA1oRmci > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckD4x2T0ppwSnSFvVqzmlBN80dXzyb4i { width:12.4375rem;height:2.1933625rem;top:1.7802734375rem;left:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBwhAG7muKklVSAZRMBXa4pBKKJ2MPm { display:flex;width:2.5625rem;height:2.5625rem;top:1.595703125rem;left:14.375rem; }
 }