.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:251,219,232;--color-primary-1:255,102,153;--color-primary-2:236,76,140;--color-primary-3:142,46,84;--color-primary-4:47,15,28;--color-secondary-0:218,238,255;--color-secondary-1:145,205,255;--color-secondary-2:72,171,255;--color-secondary-3:43,103,153;--color-secondary-4:29,67,67;--color-tertiary-0:255,255,255;--color-tertiary-1:247,249,253;--color-tertiary-2:250,250,250;--color-tertiary-3:20,25,28;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image:url("https://images.assets-landingi.com/JqUzjwWh/pexels_pixabay_355328.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(238,233,246,0.06); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(238,233,246,0.06); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container { background-color: transparent; background-image: none; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container > .video-iframe-container { display: none; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row > .video-iframe-container { display: none; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .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); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container { border-width: 0; border-radius: 0; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#NRGDFmpD3eHhI0zmdrQuSxTcLqAyKIeq { position:absolute;display:block;z-index:15003;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.4375rem;width:11rem;top:0.8125rem;left:43.789581298828rem;overflow:hidden;display:block; }
#A8GT1wBnoTE7nHuXmsSQlsarxrDqP6hh { color:#ff4053;display:block;width:46.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:26.719791412354rem;height:7.71875rem;display:block; }
#MvtgaRyVrg3ghfFM8E3M1GQ4X9D2x52B { color:rgba(var(--color-secondary-2),1);display:block;width:44.1239375rem;position:absolute;font-family:caveat;font-size:7.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.715624809265rem;left:28.447917938233rem;height:9.75rem;display:block; }
#Mga4MTIHHqvlLBpzLWzctRvWbuKKlKlH { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:37.793750762939rem;left:25rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BaBhRuyc65gXBUxwerrXkUD794I0CncP { position:absolute;display:block;z-index:15014;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:36.125rem;width:24.0625rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#ko8hH19TTDwCzwLLHz4A8ysBPxDz2GZT { color:#142231;display:block;width:49.1864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.160415649414rem;left:24.696876525879rem;height:1.95rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VKRNBcgI7a59Me2pHeTQLn35a3HgcNLF { z-index:15002;top:32.75rem;left:35.59375rem;background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LS17VGHSdTowhJNBTe8SWg5bk7rznx4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBivu8iDiPVHTycFi4ncCIxKOFz1XMzh { 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:75rem;width:75rem;display:none; }
#pb36Ew7VAK2L1KODi55LZaDN69sOZrrS { color:rgba(var(--color-primary-1),1);display:block;width:49.8125rem;position:absolute;font-family:"russo one";font-size:2.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.22812461853rem;left:25.1875rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(242deg, #464d4d, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(242deg, #464d4d, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(242deg, #464d4d, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(242deg, #464d4d, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#464d4d', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#464d4d', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(242deg, #464d4d, rgba(var(--color-primary-2),1));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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#bJePkvqhWH0ZOJqnTb554OWwMTiPFni3 { color:rgba(var(--color-tertiary-0),1);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:0.34375rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { color:rgba(var(--color-tertiary-3),1);display:block;width:68rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.375rem;left:4.28125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzBcsbRQIRHl6C2CGPph5rgMheN40MrP { color:rgba(var(--color-tertiary-1),1);display:block;width:71.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.53125rem;height:20.3125rem;text-align:center;text-align-last:center;display:block; }
#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(var(--color-primary-1),1), #f4ffff);background-image: -moz-linear-gradient(262deg, rgba(var(--color-primary-1),1), #f4ffff);background-image: -ms-linear-gradient(262deg, rgba(var(--color-primary-1),1), #f4ffff);background-image: -o-linear-gradient(262deg, rgba(var(--color-primary-1),1), #f4ffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#f4ffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#f4ffff' );";background-image: linear-gradient(262deg, rgba(var(--color-primary-1),1), #f4ffff);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; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container { background-color: transparent; background-image: none; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container > .video-iframe-container { display: none; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row > .video-iframe-container { display: none; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .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); }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container { border-width: 0; border-radius: 0; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container { font-size:0.875rem;font-family:arial;height:103.4375rem;width:75rem;position:relative;display:block; }#Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20.375rem;width:36.3125rem;top:3.96875rem;left:0.59375rem;display:block; }
#xgmC31obzUaofQGPTGCxfhmJSgLVrwIE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:39rem;height:55.25rem;font-style:normal;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; }
#kZ7XglUORdJngrFEkLxDfBRqI3R1dCOd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:"russo one";font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.53125rem;left:37.8125rem;height:7.06875rem;font-style:normal;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; }
#tw53NyRckQffkgsfT7SBbAkps23Rsxyo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:56.90625rem;height:1.3rem;display:block; }
#ruD29RHrRziFfdEXG41domsq7xTNkRLM { position:absolute;display:block;z-index:15006;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:17.25rem;width:17.25rem;top:26.25rem;left:0.59375rem;overflow:hidden;display:block; }
#EmZ8KgKlEDPQeq9dmJmyxTOFlEV6K2v7 { position:absolute;display:block;z-index:15007;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:17.75rem;width:17.75rem;top:26rem;left:19.21875rem;overflow:hidden;display:block; }
#JOAsxILCAG1hJTIzIXy9CeehMTvENAgr { position:absolute;display:block;z-index:15007;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:17.5rem;width:17.125rem;top:45.6875rem;left:0.59375rem;overflow:hidden;display:block; }
#VaSTSXJWFZtGoHpMxek1nySrCzaD4kuU { position:absolute;display:block;z-index:15008;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:17.375rem;width:17.375rem;top:45.6875rem;left:18.686174911661rem;overflow:hidden;display:block; }
#VPODChHRg01JoIKLdfUHzUZZkfIV7d5S { position:absolute;display:block;z-index:15009;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:26.125rem;width:16.6875rem;top:74.75rem;left:48.0625rem;overflow:hidden;display:block; }
#J23JAwE8HyLJQJsTIDQmdkzOcwDeB6AM { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:"gravitas one";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:60.46875rem;left:37.5rem;height:5.6875rem;font-style:normal;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; }
#NWwgqwef2sJXeeNJB69SE5D54cIn1qhB { position:absolute;display:block;z-index:15008;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:17.125rem;width:17.125rem;top:65.0625rem;left:0rem;overflow:hidden;display:block; }
#c5V4X6MR33eXHqHz5DaxaanqNsgX1mDd { position:absolute;display:block;z-index:15009;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:17.125rem;width:17.125rem;top:65.0625rem;left:18.8125rem;overflow:hidden;display:block; }
#vXt7NKTT8DcUeNzqhDT4RCLTzsci4T1n { position:absolute;display:block;z-index:15009;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:17.125rem;width:17.125rem;top:84.375rem;left:0rem;overflow:hidden;display:block; }
#SAelhfJJNWfOre4R4ggyHTLTnpLzQ7Fm { position:absolute;display:block;z-index:15010;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:17.125rem;width:17.125rem;top:84.4375rem;left:18.8125rem;overflow:hidden;display:block; }
#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container { background-color: transparent; background-image: none; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container > .video-iframe-container { display: none; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row > .video-iframe-container { display: none; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .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); }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container { border-width: 0; border-radius: 0; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#OiKnlMuQaJMSs5HccHbouxGNeO8Cxdg2 { color:#31b3c9;display:block;width:46.1875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:14.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkx8OIgelz4AuvP7hhDBHcdB0eD0vTHA { z-index:15003;top:6.4249992370606rem;left:24.09375rem;background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GcQtvCa23KguPCQg1zaESQdTgfKQRZ9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(262deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(262deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(262deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(262deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));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; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { background-color: transparent; background-image: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .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); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { border-width: 0; border-radius: 0; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#saDBK0OZMc2pm2N7tpaSUahvg5sau96k { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1375007629394rem;left:25.9375rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.625rem;left:49.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rodJgu2TRfw0eXBomynnqfrpUpJNtAdI { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:6.1875rem;left:23.4375rem;display:block; }
#lxWM4s2132v5NTWagsnm6GhnIBEyJcIE { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:12.1875rem;left:64.75rem;display:block; }
#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #726e72, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(270deg, #726e72, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(270deg, #726e72, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(270deg, #726e72, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#726e72', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#726e72', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(270deg, #726e72, rgba(var(--color-secondary-4),1));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; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container { background-color: transparent; background-image: none; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container > .video-iframe-container { display: none; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row > .video-iframe-container { display: none; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .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); }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container { border-width: 0; border-radius: 0; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#JQ7vPTUV8i7yW8SRf4VN83XCmUU1ovr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#JKyMrLOGU3Vx3p7xsCezrtr9r97aw82w { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:8.8125rem;left:31.5rem;display:block; }
#bU4e8Vpdd67HTkZP7RK1EIUG4W3cKvb8 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:17.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdFLArOiOfoJNSQGQuRogVeBmgUxzAZG { z-index:15004;top:4.6875rem;left:24rem;background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dL8q2oOuSbEMKEsZKSMT9x1oNcGHTF8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #726e72, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(246deg, #726e72, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(246deg, #726e72, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(246deg, #726e72, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#726e72', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#726e72', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(246deg, #726e72, rgba(var(--color-secondary-4),1));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; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { border-width: 0; border-radius: 0; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { 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:5.375rem;width:13.375rem;top:1.375rem;left:30.8125rem;overflow:hidden;display:block; }
#ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { color:rgba(var(--color-tertiary-4),1);display:block;width:69.5rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.75rem;height:4.46875rem;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) { #oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc { display:block; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRGDFmpD3eHhI0zmdrQuSxTcLqAyKIeq { top:0.8125rem;left:30.164581298828rem;width:11rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8GT1wBnoTE7nHuXmsSQlsarxrDqP6hh { top:7.1875rem;left:1.0625rem;width:46.6875rem;height:7.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvtgaRyVrg3ghfFM8E3M1GQ4X9D2x52B { top:11.6875rem;left:3.6875rem;width:44.0625rem;height:9.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mga4MTIHHqvlLBpzLWzctRvWbuKKlKlH { top:37.75rem;left:1.25rem;width:46.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaBhRuyc65gXBUxwerrXkUD794I0CncP { top:3.5625rem;left:0rem;width:24.0625rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8hH19TTDwCzwLLHz4A8ysBPxDz2GZT { top:28.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKRNBcgI7a59Me2pHeTQLn35a3HgcNLF { top:32.75rem;left:21.96875rem;width:25.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS17VGHSdTowhJNBTe8SWg5bk7rznx4V { display:block; }
 }@media only screen and (max-width: 763px) { #FBivu8iDiPVHTycFi4ncCIxKOFz1XMzh { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb36Ew7VAK2L1KODi55LZaDN69sOZrrS { top:23.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJePkvqhWH0ZOJqnTb554OWwMTiPFni3 { top:1.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { top:25.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBcsbRQIRHl6C2CGPph5rgMheN40MrP { top:5.9375rem;left:0rem;width:47.75rem;height:22.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl { display:block; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { top:3.9375rem;left:0rem;width:36.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmC31obzUaofQGPTGCxfhmJSgLVrwIE { top:16rem;left:13.25rem;width:34.5rem;height:56.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7XglUORdJngrFEkLxDfBRqI3R1dCOd { top:1.5rem;left:10.5625rem;width:37.1875rem;height:11.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw53NyRckQffkgsfT7SBbAkps23Rsxyo { top:7.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruD29RHrRziFfdEXG41domsq7xTNkRLM { top:26.25rem;left:0rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ8KgKlEDPQeq9dmJmyxTOFlEV6K2v7 { top:26rem;left:6.125rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOAsxILCAG1hJTIzIXy9CeehMTvENAgr { top:45.6875rem;left:0rem;width:17.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaSTSXJWFZtGoHpMxek1nySrCzaD4kuU { top:45.6875rem;left:6.25rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPODChHRg01JoIKLdfUHzUZZkfIV7d5S { top:74.75rem;left:27.625rem;width:16.6875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23JAwE8HyLJQJsTIDQmdkzOcwDeB6AM { top:60.4375rem;left:10.5625rem;width:37.1875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWwgqwef2sJXeeNJB69SE5D54cIn1qhB { top:65.0625rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5V4X6MR33eXHqHz5DaxaanqNsgX1mDd { top:65.0625rem;left:6.75rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXt7NKTT8DcUeNzqhDT4RCLTzsci4T1n { top:84.375rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAelhfJJNWfOre4R4ggyHTLTnpLzQ7Fm { top:84.4375rem;left:6.75rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl { display:block; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiKnlMuQaJMSs5HccHbouxGNeO8Cxdg2 { top:2.25rem;left:0rem;width:46.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkx8OIgelz4AuvP7hhDBHcdB0eD0vTHA { top:6.375rem;left:0rem;width:25.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQtvCa23KguPCQg1zaESQdTgfKQRZ9n { display:block; }
 }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { top:2.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDBK0OZMc2pm2N7tpaSUahvg5sau96k { top:7.125rem;left:7.8125rem;width:39.9375rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { top:14.625rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rodJgu2TRfw0eXBomynnqfrpUpJNtAdI { top:6.1875rem;left:9.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWM4s2132v5NTWagsnm6GhnIBEyJcIE { top:12.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau { display:block; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ7vPTUV8i7yW8SRf4VN83XCmUU1ovr5 { top:9.3125rem;left:18.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKyMrLOGU3Vx3p7xsCezrtr9r97aw82w { top:8.8125rem;left:17.875rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4e8Vpdd67HTkZP7RK1EIUG4W3cKvb8 { top:1.375rem;left:3.5rem;width:40.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFLArOiOfoJNSQGQuRogVeBmgUxzAZG { top:4.6875rem;left:10.375rem;width:25.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL8q2oOuSbEMKEsZKSMT9x1oNcGHTF8T { display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:1.375rem;left:17.1875rem;width:13.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { top:7.9375rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/JqUzjwWh/pexels_pixabay_355328.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc { background-color:#ffffff;background-image:none;display:block; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container { background-color: transparent; background-image: none; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container > .video-iframe-container { display: none; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row > .video-iframe-container { display: none; }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .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); }#oH1a0QetRITb0OlHWTh2xa8fQzCgLnfc > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRGDFmpD3eHhI0zmdrQuSxTcLqAyKIeq { width:0;height:4.43685rem;top:16.7480625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8GT1wBnoTE7nHuXmsSQlsarxrDqP6hh { width:17.2489375rem;height:2.51875rem;top:5.9375rem;left:1.3760414123535rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvtgaRyVrg3ghfFM8E3M1GQ4X9D2x52B { width:12.8739375rem;height:2.6rem;top:7.93124961853rem;left:3.7520837783814rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mga4MTIHHqvlLBpzLWzctRvWbuKKlKlH { width:20rem;height:1.1375rem;top:34.883331298828rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaBhRuyc65gXBUxwerrXkUD794I0CncP { width:9.4375rem;height:14.1875rem;top:11.872916221619rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8hH19TTDwCzwLLHz4A8ysBPxDz2GZT { width:20rem;height:2.6rem;top:27.064582824707rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKRNBcgI7a59Me2pHeTQLn35a3HgcNLF { top:30.38437461853rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS17VGHSdTowhJNBTe8SWg5bk7rznx4V { display:block; }
 }@media only screen and (max-width: 763px) { #FBivu8iDiPVHTycFi4ncCIxKOFz1XMzh { top:0rem;left:7.3135414123538rem;width:5.75rem;height:5.875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pb36Ew7VAK2L1KODi55LZaDN69sOZrrS { width:20rem;height:1.54375rem;top:37.208331298828rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJePkvqhWH0ZOJqnTb554OWwMTiPFni3 { width:20rem;height:4.7125rem;top:1.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { width:18.75rem;height:9.425rem;top:47.625rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBcsbRQIRHl6C2CGPph5rgMheN40MrP { width:20rem;height:40.625rem;top:7.84375rem;left:0rem;font-size:0.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl { display:block; }#rv7ktMtPAOoSaSMCTpg6SQsx8VmpEvWl > .row .container { width:20rem;height:263.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { height:10.5rem;width:18.75rem;top:9.71875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmC31obzUaofQGPTGCxfhmJSgLVrwIE { width:20rem;height:63.29375rem;top:21.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7XglUORdJngrFEkLxDfBRqI3R1dCOd { width:20rem;height:8.53125rem;top:0.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tw53NyRckQffkgsfT7SBbAkps23Rsxyo { width:12.5rem;height:1.3rem;top:39.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruD29RHrRziFfdEXG41domsq7xTNkRLM { width:16.75rem;height:16.75rem;top:244.38749980926rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ8KgKlEDPQeq9dmJmyxTOFlEV6K2v7 { width:17.75rem;height:17.75rem;top:110.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOAsxILCAG1hJTIzIXy9CeehMTvENAgr { width:17.125rem;height:17.5rem;top:130.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaSTSXJWFZtGoHpMxek1nySrCzaD4kuU { width:17.375rem;height:17.375rem;top:151.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPODChHRg01JoIKLdfUHzUZZkfIV7d5S { width:14.5rem;height:22.75rem;top:85.856250762938rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23JAwE8HyLJQJsTIDQmdkzOcwDeB6AM { width:20rem;height:5.2rem;top:71.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWwgqwef2sJXeeNJB69SE5D54cIn1qhB { width:17.125rem;height:17.125rem;top:170.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5V4X6MR33eXHqHz5DaxaanqNsgX1mDd { width:17.125rem;height:17.125rem;top:189.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXt7NKTT8DcUeNzqhDT4RCLTzsci4T1n { width:17.125rem;height:17.125rem;top:207.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAelhfJJNWfOre4R4ggyHTLTnpLzQ7Fm { width:17.125rem;height:17.125rem;top:225.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl { display:block; }#zfXLJz3RJQ1uFzFG5Lrs3kqfIkFwpTGl > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiKnlMuQaJMSs5HccHbouxGNeO8Cxdg2 { width:20rem;height:4.225rem;top:1.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkx8OIgelz4AuvP7hhDBHcdB0eD0vTHA { top:7.3614578247069rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQtvCa23KguPCQg1zaESQdTgfKQRZ9n { display:block; }
 }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { background-color:transparent;background-image: -webkit-linear-gradient(262deg, #31b3c9, #726e72);background-image: -moz-linear-gradient(262deg, #31b3c9, #726e72);background-image: -ms-linear-gradient(262deg, #31b3c9, #726e72);background-image: -o-linear-gradient(262deg, #31b3c9, #726e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3c9', endColorstr='#726e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3c9', endColorstr='#726e72' );";background-image: linear-gradient(262deg, #31b3c9, #726e72);background-size:cover !important;display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { background-color: transparent; background-image: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .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); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { width:18.75rem;height:4.0625rem;top:1.25rem;left:0.625rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #saDBK0OZMc2pm2N7tpaSUahvg5sau96k { width:18.3125rem;height:9.1rem;top:7.875rem;left:0.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { width:12.5rem;height:1.3rem;top:17.1875rem;left:3.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rodJgu2TRfw0eXBomynnqfrpUpJNtAdI { width:2rem;height:2rem;top:5.875rem;left:8.875rem;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lxWM4s2132v5NTWagsnm6GhnIBEyJcIE { width:2.0625rem;height:2.0625rem;top:18.4375rem;left:8.96875rem;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau { display:block; }#iU6VbJDWiUGXaGtJMtxiTLrILFH6Efau > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ7vPTUV8i7yW8SRf4VN83XCmUU1ovr5 { width:12.5rem;height:0.975rem;top:9.4375rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKyMrLOGU3Vx3p7xsCezrtr9r97aw82w { width:1.75rem;height:1.75rem;top:8.84375rem;left:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4e8Vpdd67HTkZP7RK1EIUG4W3cKvb8 { width:18.75rem;height:1.4625rem;top:1.90625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFLArOiOfoJNSQGQuRogVeBmgUxzAZG { top:4.40625rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL8q2oOuSbEMKEsZKSMT9x1oNcGHTF8T { display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:8.375rem;height:3.4375rem;top:1.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:18.75rem;height:13.40625rem;top:6.8125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }