.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,232,240;--color-primary-1:255,179,204;--color-primary-2:255,102,153;--color-primary-3:128,51,77;--color-primary-4:38,15,23;--color-secondary-0:255,255,255;--color-secondary-1:234,234,234;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:63,63,63;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:240,244,237;--color-tertiary-3:144,146,142;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Playfair Display"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#031117;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e5fe215-1e4e-484c-a699-7a92e5ffe913/StressbellySolutionImage.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0.adaptive-delivery-prevent-bg, #KnBFRIVt3TThcd78bmXBzq8iEHocbIV0.lazyload, #KnBFRIVt3TThcd78bmXBzq8iEHocbIV0.lazyloading { background-image: none; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container { background-color: transparent; background-image: none; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container > .video-iframe-container { display: none; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row > .video-iframe-container { display: none; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .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); }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container { border-width: 0; border-radius: 0; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:block; }#qEP8TPW2CJZiuP3tnPybTS2K3q5EbsLi { z-index:15003;top:58.006942749024rem;left:41.041666030884rem;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IFOKbPQvAW583Od46OJQikkc5X9KywtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { background-color: transparent; background-image: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .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); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { border-width: 0; border-radius: 0; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { width:60rem;height:35.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uoCV2TH516g3944o9KetaGhurffDqKBg { display:block;width:58.37325rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.7586808204651rem;left:1.6276035308838rem;height:2.818575rem;color:#0c7f86;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmL0ddGtrVguk10EWttCUXmGOFdyVzUw { position:absolute;display:block;z-index:15020;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:16.6875rem;width:26.8125rem;top:11.206597089768rem;left:3.0625rem;overflow:hidden;display:block; }
#mNHkABoLIWld6aTJtMG1hopU2oO480Xc { 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:15rem;width:25.0625rem;top:12.050347089768rem;left:34.937498092651rem;overflow:hidden;display:block; }
#qRnO0ElEXk4kJBZFLn2ByaqrDUrX0y0b { display:block;width:58.372375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:30.446181058884rem;left:1.6284713745118rem;height:2.818575rem;color:#0c7f86;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container { background-color: transparent; background-image: none; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container > .video-iframe-container { display: none; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row > .video-iframe-container { display: none; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .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); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container { border-width: 0; border-radius: 0; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container { width:60rem;height:57.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gHthu3ZrmgU0VolEI0lEv8L5SGFX3U0v { display:block;width:58.374rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.510009765625rem;left:0.811767578125rem;height:2.818575rem;color:#0c7f86;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qm3q83NELnkdE7XzwfZEB9qFqPnQ0vGX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.723090171814rem;left:4.8671875rem;height:7.1493125rem;font-style:normal;display:block; }
#hFk8v2kUpOqPuHXtucC7uu8rCSLlFB4z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.2482625rem;width:3.2482625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.78125rem;left:0.81163215637206rem; }
#dmQ66qcJMKnLw5dE1aGwuzKuzuqlufBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.723090171814rem;left:35.124998092651rem;height:8.936625rem;font-style:normal;display:block; }
#Ad1MDgMt9SMkPwVJ8l19gpqtpAk4TAyK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:43.108507156372rem;left:4.8671875rem;height:8.936625rem;font-style:normal;display:block; }
#yzxeKNbzhAkpqleaui9Wf8tMcTndEzga { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6927068233488rem;left:1.5520820617676rem;height:10.72395625rem;font-style:normal;display:block; }
#guwkIfx3MXSwBBBLA6z45bCRv8T4kcUH { display:block;width:58.37325rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.197047710419rem;left:0.81163215637206rem;height:2.818575rem;color:#0c7f86;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLikEuSD31vqvis0B9t9LTSNuhE6o2sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.24739375rem;width:3.24739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.723090171814rem;left:30.624132156372rem; }
#yJeT9VQcG8bsqxnttXwaqrk1dMDX9IT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.246525rem;width:3.246525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.166666030884rem;left:0.81163215637206rem; }
#a6cXe0oFrixkPJHGpZAAcrAn6yHzkELn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:44.166666030884rem;left:35.124132156372rem;height:8.936625rem;font-style:normal;display:block; }
#tXC7qShbJBTPXF92WvoEfrfXwzoBq0sN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.2456625rem;width:3.2456625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:44.166666030884rem;left:30.624132156372rem; }
#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/5a1d1672-0a3a-48e7-8e80-f9d32ff3789f/Untitleddesign2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.adaptive-delivery-prevent-bg, #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.lazyload, #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.lazyloading { background-image: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { background-color: transparent; background-image: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container > .video-iframe-container { display: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container { display: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .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); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { border-width: 0; border-radius: 0; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.625rem;width:52.0625rem;top:12rem;left:3.9375rem;display:block; }
#uazuAzSVvWIE09FtyCTZ76U1Zrq6lI0y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.4375rem;width:15.625rem;top:12.5625rem;left:38.5rem;overflow:hidden;display:block; }
#fLO3vXuIDNkSpxpb9iHBck8z1RsAO7qq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.235250473023rem;left:7.6875rem;height:6.497375rem;font-style:italic;display:block; }
#TQ1dsnqSnDgWqKgpkpTz5dCbqH2TdfcE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.625rem;left:7.6875rem;height:3.8984375rem;font-style:italic;display:block; }
#iTIFrlxVQGp07nWT2XmE91ududFzqP3c { color:#0a91a1;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #020000;top:13.875rem;left:7.6875rem;height:2.11198125rem;font-style:normal;display:block; }
#NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { position:absolute;display:block;z-index:15012;background-color:#30b4c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:6.25rem;width:52.1875rem;top:1.87744140625rem;left:3.9375rem;display:block; }
#ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { display:block;width:58.3728125rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.531494140625rem;left:0.81298828125rem;height:2.81875rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvoFLxhzteeRFeZpC8ltrhkTmFp87P3L { background-color:#42a8b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.996528625488rem;left:19.774305343628rem;display:block; }
#zJrTSTBDyyfuBofTl9y9TBwtT6eDlLiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMe4oeyTQCGHCgpmln3CBpD1q120IvWN { background-color:#42a8b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42.6875rem;left:17.118055343628rem;display:block; }
#yTNSf9s7OIDSigrXQ25b9Z2o6Io13RsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { background-color: transparent; background-image: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .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); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { border-width: 0; border-radius: 0; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { 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:4.624025rem;width:8.4375rem;top:1.280517578125rem;left:25.78125rem;overflow:hidden;display:block; }
#vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.12426875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.94189453125rem;left:17.310791015625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.94189453125rem;left:36.84326171875rem;height:1.29948125rem;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; }
#WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.494140625rem;left:0rem;height:7.9600625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 { display:block; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEP8TPW2CJZiuP3tnPybTS2K3q5EbsLi { top:58rem;left:30.25rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFOKbPQvAW583Od46OJQikkc5X9KywtG { display:block; }
 }@media only screen and (max-width: 763px) { #lRBfTe1wbRTIPaolH78m5O1qX1P6erJo { display:block; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoCV2TH516g3944o9KetaGhurffDqKBg { width:47.75rem;height:2.8125rem;top:2.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmL0ddGtrVguk10EWttCUXmGOFdyVzUw { top:11.1875rem;left:0rem;width:26.8125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNHkABoLIWld6aTJtMG1hopU2oO480Xc { top:12rem;left:22.6875rem;width:25.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRnO0ElEXk4kJBZFLn2ByaqrDUrX0y0b { width:47.75rem;height:2.8125rem;top:30.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x { display:block; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHthu3ZrmgU0VolEI0lEv8L5SGFX3U0v { width:47.75rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3q83NELnkdE7XzwfZEB9qFqPnQ0vGX { top:27.6875rem;left:0rem;width:23.8125rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFk8v2kUpOqPuHXtucC7uu8rCSLlFB4z { top:28.75rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmQ66qcJMKnLw5dE1aGwuzKuzuqlufBZ { top:27.6875rem;left:4.75rem;width:24.75rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad1MDgMt9SMkPwVJ8l19gpqtpAk4TAyK { top:43.0625rem;left:0rem;width:17.9375rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzxeKNbzhAkpqleaui9Wf8tMcTndEzga { top:6.6875rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guwkIfx3MXSwBBBLA6z45bCRv8T4kcUH { width:47.75rem;height:2.8125rem;top:21.1875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLikEuSD31vqvis0B9t9LTSNuhE6o2sz { top:27.6875rem;left:24.499132156372rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeT9VQcG8bsqxnttXwaqrk1dMDX9IT5 { top:44.125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6cXe0oFrixkPJHGpZAAcrAn6yHzkELn { top:44.125rem;left:25.125rem;width:22.625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXC7qShbJBTPXF92WvoEfrfXwzoBq0sN { top:44.125rem;left:24.499132156372rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { top:12rem;left:0rem;width:47.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazuAzSVvWIE09FtyCTZ76U1Zrq6lI0y { top:12.5625rem;left:32.125rem;width:15.625rem;height:22.4365rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLO3vXuIDNkSpxpb9iHBck8z1RsAO7qq { top:17.1875rem;left:1.5625rem;width:26.6875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1dsnqSnDgWqKgpkpTz5dCbqH2TdfcE { top:25.625rem;left:1.5625rem;width:26.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIFrlxVQGp07nWT2XmE91ududFzqP3c { top:13.875rem;left:1.5625rem;width:15.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { top:1.875rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { width:47.75rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvoFLxhzteeRFeZpC8ltrhkTmFp87P3L { width:23.9375rem;height:4rem;top:36.9375rem;left:13.649305343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJrTSTBDyyfuBofTl9y9TBwtT6eDlLiH { display:block; }
 }@media only screen and (max-width: 763px) { #EMe4oeyTQCGHCgpmln3CBpD1q120IvWN { width:29.25rem;height:4rem;top:42.6875rem;left:10.993055343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNSf9s7OIDSigrXQ25b9Z2o6Io13RsT { display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { top:1.25rem;left:19.65625rem;width:8.4375rem;height:4.624025rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { top:2.9375rem;left:11.185791015625rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { top:2.9375rem;left:30.71826171875rem;width:4.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { top:6.4375rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 { display:block; }#KnBFRIVt3TThcd78bmXBzq8iEHocbIV0 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEP8TPW2CJZiuP3tnPybTS2K3q5EbsLi { top:13.625rem;left:9.3229169845581rem;width:10.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFOKbPQvAW583Od46OJQikkc5X9KywtG { display:block; }
 }@media only screen and (max-width: 763px) { #lRBfTe1wbRTIPaolH78m5O1qX1P6erJo { background-color:#faf2f2;background-image:none;display:block; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { background-color: transparent; background-image: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .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); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoCV2TH516g3944o9KetaGhurffDqKBg { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmL0ddGtrVguk10EWttCUXmGOFdyVzUw { width:20rem;height:12.447552447552rem;top:4.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNHkABoLIWld6aTJtMG1hopU2oO480Xc { width:20rem;height:11.970074812968rem;top:17.9158125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRnO0ElEXk4kJBZFLn2ByaqrDUrX0y0b { width:20rem;height:1.71875rem;top:31.1354375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x { background-color:#faf2f2;background-image:none;display:block; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container { background-color: transparent; background-image: none; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container > .video-iframe-container { display: none; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row > .video-iframe-container { display: none; }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .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); }#Ilb48I4mAegw3HOqHb3m5v6f5Gdv3z0x > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHthu3ZrmgU0VolEI0lEv8L5SGFX3U0v { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3q83NELnkdE7XzwfZEB9qFqPnQ0vGX { width:20rem;height:5.19791875rem;top:44.971375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFk8v2kUpOqPuHXtucC7uu8rCSLlFB4z { width:3.25rem;height:3.25rem;top:40.471375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmQ66qcJMKnLw5dE1aGwuzKuzuqlufBZ { width:20rem;height:6.497375rem;top:55.85679375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ad1MDgMt9SMkPwVJ8l19gpqtpAk4TAyK { width:20rem;height:5.19791875rem;top:68.04079375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzxeKNbzhAkpqleaui9Wf8tMcTndEzga { width:20rem;height:28.5972rem;top:5.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guwkIfx3MXSwBBBLA6z45bCRv8T4kcUH { width:20rem;height:3.4375rem;top:35.783875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLikEuSD31vqvis0B9t9LTSNuhE6o2sz { width:3.1875rem;height:3.1875rem;top:51.41929375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeT9VQcG8bsqxnttXwaqrk1dMDX9IT5 { width:3.1875rem;height:3.1875rem;top:63.60329375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6cXe0oFrixkPJHGpZAAcrAn6yHzkELn { width:20rem;height:5.19791875rem;top:78.9262125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXC7qShbJBTPXF92WvoEfrfXwzoBq0sN { width:3.1875rem;height:3.1875rem;top:74.4887125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { width:20rem;height:74.375001907349rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { width:20rem;height:52.5625rem;top:10.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazuAzSVvWIE09FtyCTZ76U1Zrq6lI0y { width:15.625rem;height:22.4375rem;top:11.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLO3vXuIDNkSpxpb9iHBck8z1RsAO7qq { width:20rem;height:10.3958125rem;top:41.312501311302rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1dsnqSnDgWqKgpkpTz5dCbqH2TdfcE { width:20rem;height:5.19791875rem;top:53.937510013581rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTIFrlxVQGp07nWT2XmE91ududFzqP3c { width:15.875rem;height:2.11198125rem;top:35.973949432373rem;left:2.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0a91a1;display:block; }
 }@media only screen and (max-width: 763px) { #NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { width:20rem;height:6.25rem;top:2.5625042319298rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { width:20rem;height:3.4375rem;top:3.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvoFLxhzteeRFeZpC8ltrhkTmFp87P3L { width:20rem;height:4.375rem;top:63.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJrTSTBDyyfuBofTl9y9TBwtT6eDlLiH { display:block; }
 }@media only screen and (max-width: 763px) { #EMe4oeyTQCGHCgpmln3CBpD1q120IvWN { width:19rem;height:4rem;top:69.12500190735rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNSf9s7OIDSigrXQ25b9Z2o6Io13RsT { display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { width:6.125rem;height:3.4375rem;top:3.6362875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { width:6.125rem;height:1.13715rem;top:1.25rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { width:4.6875rem;height:1.13715rem;top:8.3237875rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { width:18.75rem;height:15.59723125rem;top:10.710075rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }