.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: 227, 250, 232;
    --color-primary-1: 172, 240, 187;
    --color-primary-2: 117, 230, 142;
    --color-primary-3: 50, 193, 82;
    --color-primary-4: 25, 214, 67;
    --color-secondary-0: 232, 227, 241;
    --color-secondary-1: 179, 160, 208;
    --color-secondary-2: 102, 65, 161;
    --color-secondary-3: 51, 33, 81;
    --color-secondary-4: 15, 10, 24;
    --color-tertiary-0: 255, 255, 255;
    --color-tertiary-1: 175, 175, 176;
    --color-tertiary-2: 122, 122, 124;
    --color-tertiary-3: 102, 102, 104;
    --color-tertiary-4: 34, 34, 37;
    --headlines-font-family: "Inter";
    --paragraphs-font-family: "Inter";
}

@media only screen and (max-width: 763px) {
    [class*="col-"] {
        width: 100%%;
    }
}

@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}

body {
    background-color: #ffffff;
    background-image: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    top: 0rem;
    left: 0rem;
    display: block;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
    display: none;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    z-index: ;
    position: relative;
    display: block;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    background-color: transparent;
    background-image: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container>.video-iframe-container {
    display: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row>.video-iframe-container {
    display: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.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);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    border-width: 0;
    border-radius: 0;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container {
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    font-size: 0.875rem;
    font-family: arial;
    height: 40rem;
    width: 60rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
    display: block;
}

#XU3Fd3eBoTnWwgIXqfpD9paAt4SR6wcm {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 1.875rem;
    left: 5.1875rem;
    display: none;
}

#x4RqEo3eHxySGslpg8CByBqtWvVaPgKz {
    color: #000000;
    display: block;
    width: 17.6875rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4rem;
    top: 3.9375rem;
    left: 1.125rem;
    display: none;
}

#qPSststzJvUGeo4zf7P4luPH6fRP9E3l {
    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: 15rem;
    width: 15rem;
    display: none;
}

#SEsURMUnlN6C51wkES1toSvvXcV4fN36 {
    background-color: #5d92ff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: ;
    height: ;
    text-decoration: none;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    display: none;
}

#vhBcEmynhf4wKpu6Zfchs8QCeEOIxQ8V {
    display: block;
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 100%;
    z-index: 15000;
    display: block;
}

#TfnAdrkTuE7NVv2MqzlP5bewxcrwwAgC {
    color: #000000;
    display: block;
    width: 16.9375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.0625rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.75rem;
    top: 8.5625rem;
    left: 1.875rem;
    display: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT {
    position: relative;
    display: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT {
    border-width: 0;
    border-radius: 0;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#iQdZVw2gJh6B3CtHNdfKo47c6haC4NCT {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 1.5625rem;
    left: 5.1875rem;
    display: none;
}

#TPJbJHHLsRuduGZ65KxrE0WkUarxofMc {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 6.0625rem;
    top: 3.25rem;
    left: 0.8125rem;
    display: none;
}

#Nci5R5bJSBmWS94Tmg8dLlCavpqLdNrK {
    color: #000000;
    display: block;
    width: 16.9375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.0625rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4.125rem;
    top: 10.125rem;
    left: 1.5rem;
    display: none;
}

#hlfWfZ1W0K2xf4bAUtauN4NvebllsXan {
    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: 15rem;
    width: 15rem;
    display: none;
}

#frSAkMfDnIETqiTdzX4q0QR4k9RanbGu {
    background-color: #5d92ff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: ;
    height: ;
    text-decoration: none;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    display: none;
}

#iEzAclnTK99gqOQAMKyvBGqTQguUGLzu {
    display: block;
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 100%;
    z-index: 15000;
    display: block;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3 {
    position: relative;
    display: none;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3 {
    border-width: 0;
    border-radius: 0;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#dIgC6TTnyliBRwWsssXeTTQOsKvc2fKA {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 1.6875rem;
    left: 5.1875rem;
    display: none;
}

#y0zVNFtftghSWzCWixF4n0ShNFkqtBkK {
    color: #000000;
    display: block;
    width: 19.6875rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 6.0625rem;
    top: 3.75rem;
    left: 0.125rem;
    display: none;
}

#mbpixZvgUHDDykADFOc9tCI8pG9BWnd7 {
    color: #000000;
    display: block;
    width: 17.8125rem;
    position: absolute;
    font-family: arial;
    font-size: 1.0625rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.75rem;
    top: 10.375rem;
    left: 1.0625rem;
    display: none;
}

#bSoR82qRpeuqNGO8K14LDJGEpKMwk3nq {
    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: 15rem;
    width: 15rem;
    display: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI {
    position: relative;
    display: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI {
    border-width: 0;
    border-radius: 0;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#ldwpsr8qhL2XEWszpu84TdEVghs6xxM9 {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 1.9375rem;
    left: 5.1875rem;
    display: none;
}

#goRyJSTc54wIdslaaoJvTJVxu0npxiPe {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4rem;
    top: 3.5rem;
    left: 1.25rem;
    display: none;
}

#Iop2bJSPnqEoLSqFTT78XggwbGTrnDtg {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.5rem;
    top: 16.0625rem;
    left: 1.3125rem;
    display: none;
}

#mQ4PMsvdHL3lTBkFgSVxisHIRLx9mUa2 {
    color: #000000;
    display: block;
    width: 16.125rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 15.6875rem;
    left: 1.9375rem;
    display: none;
}

#q9OuwAa9RM3hSLOiIrfATqynRxPrrTDR {
    color: #000000;
    display: block;
    width: 11.8125rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 26.625rem;
    left: 4.0625rem;
    display: none;
}

#PqULJN6JymhD8AzX6K3EWShN2I8LynD5 {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.5rem;
    top: 27.25rem;
    left: 1.3125rem;
    display: none;
}

#MT35Nptq7Nb59WhdTwlRDhWCRqELPlog {
    color: #000000;
    display: block;
    width: 16.125rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 36.875rem;
    left: 1.9375rem;
    display: none;
}

#Tk1nWEnJTD0JBlBkqDm5MiweTooJscR6 {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.1875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 35.25rem;
    left: 1.3125rem;
    display: none;
}

#ZfNBxuKg4GndxfsSSFpf54kusxrDGxnB {
    color: #000000;
    display: block;
    width: 10.6875rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 49.125rem;
    left: 4.6875rem;
    display: none;
}

#WbsTNhJKlgACSiZiT3EQS7tt16DtTy5f {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 45.9375rem;
    left: 1.3125rem;
    display: none;
}

#rV9Kg1QFQ48Uzqz0eVprUlK4mbZJh6sy {
    color: #000000;
    display: block;
    width: 13.3125rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 64.8125rem;
    left: 3.25rem;
    display: none;
}

#We9iIoxb7S16OWTltmdeaIHnVh9uPdqq {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.1875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 65.4375rem;
    left: 1.3125rem;
    display: none;
}

#b2U4Qh3xHG6rikdz6NxfTNUt6lremf0p {
    background-color: #5d92ff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: ;
    height: ;
    text-decoration: none;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    display: none;
}

#KEC119PzEm3NJTLfQUTMshKc0CqIGQF1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 100%;
    z-index: 15000;
    display: block;
}

#fOEoS02Pl7UKGLyG2BdRgad0NTwgzsTd {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.3125rem;
    width: 2.625rem;
    display: none;
}

#MLSnlWFylLPFoF3TrUR3KTsWT3AOx0sW {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.6875rem;
    width: 2.6875rem;
    display: none;
}

#rWbAEkd3OJrxWSIp7TdaDaBRH7iq8etW {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.8125rem;
    width: 2.125rem;
    display: none;
}

#OXdcey2wAzvU5W5wWkAB7uDRD1tcHWQB {
    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: 1.8125rem;
    width: 2.625rem;
    display: none;
}

#xFFNuM9tFaBE5RqTrFnaTAN7agU1QT4I {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.375rem;
    width: 1.375rem;
    display: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B {
    position: relative;
    display: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B {
    border-width: 0;
    border-radius: 0;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#qfIyWKzrRhGtH4MqREpcDSEhtei51ORW {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 6.0625rem;
    top: 3.4375rem;
    left: 1.3125rem;
    display: none;
}

#kDAlnPLgE57O0T5R33SAwbAWfu8aNwip {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 1.875rem;
    left: 5.1875rem;
    display: none;
}

#oVHNNisdNaql3yEaLoSe1MC2Mks7JaOs {
    background-color: #5d92ff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: ;
    height: ;
    text-decoration: none;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    display: none;
}

#p55U3ux2LeKTKTFAFL4QXMeydC7QPIL8 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 100%;
    z-index: 15000;
    display: block;
}

#vrtEpVb3oVKiSTw77V7oeNTkWp1CWJVC {
    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: 1.75rem;
    width: 2rem;
    display: none;
}

#cfgSEEpXnPtiemyITQNZfOnBgkey73iw {
    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: 24.125rem;
    width: 28rem;
    display: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE {
    position: relative;
    display: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE {
    border-width: 0;
    border-radius: 0;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#dWgK7pR0INUTZCk4dzgovie6htAO2rQ4 {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 2.1875rem;
    left: 5.1875rem;
    display: none;
}

#gkDGwaRt02pdNonSpM7UJSTkqXQeKtii {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4rem;
    top: 3.75rem;
    left: 1.3125rem;
    display: none;
}

#ByWU0fmsb39l3TpbSensu2H5XZXILkml {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#TRBV6lTb41XPCz3Cl3dMnecETvzcL0pM {
    color: #000000;
    display: block;
    width: 16.25rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 6.0625rem;
    top: 25.6875rem;
    left: 1.875rem;
    display: none;
}

#zKSGnmRDMPsBMlXIpu7xx28KLn41aT6L {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.5rem;
    top: 29.8125rem;
    left: 2.0625rem;
    display: none;
}

#g0iGgmL7b7cKwMQyBh3sRElfwroCxeHP {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#VWzuRvROBCP5zAzzu4o19PPNQna3tTQf {
    color: #000000;
    display: block;
    width: 16.25rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 7.3125rem;
    top: 56.4375rem;
    left: 1.875rem;
    display: none;
}

#f4EzN2vo8CSPMW3gkeJ8Jzb6tZCP7IlC {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.5rem;
    top: 81rem;
    left: 2.0625rem;
    display: none;
}

#wWPDZ8acDOgerGTO7smk8ULQoHs4VxNf {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#zzMQvr1BX75Hbtt4xIGMQKUTgO8P2TwM {
    color: #000000;
    display: block;
    width: 16.5rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 9.75rem;
    top: 71rem;
    left: 1.875rem;
    display: none;
}

#TFJ7wppzqadmcp0Oni5i8WkmoB9GAXSD {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.5rem;
    top: 100.5rem;
    left: 2rem;
    display: none;
}

#V9MEOeMqG8pxz92cJtzClZSSyqaMegRz {
    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: 1.5625rem;
    width: 6.875rem;
    display: none;
}

#NWtqVGWhOxTGb2wWwTJRkWMIFAiq0ffA {
    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: 1.5625rem;
    width: 6.875rem;
    display: none;
}

#B7pWXmBBTwi8JDuaQ65ZUGsBOEX3giSz {
    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: 1.5625rem;
    width: 6.875rem;
    display: none;
}

#q1yMq3hH0gJmExMIvxXkzJ9ToN3sNoGU {
    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: 14.1875rem;
    width: 16.5rem;
    display: none;
}

#OKPHcOuuaZTSqclthTuFmlgKnRNDRI82 {
    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: 14.1875rem;
    width: 14.1875rem;
    display: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H {
    position: relative;
    display: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H {
    border-width: 0;
    border-radius: 0;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#y9v3BGHpmFZggTMrAiUQWHeFIvVA2XNN {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#MxUPWgmRRSUf9eFP3G0mb9F6vDIuC94Q {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 27.5rem;
    left: 3.875rem;
    display: none;
}

#JCle16As0igVOgiKFK6IbAoaiTXlZ59s {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 1.5625rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 0.9375rem;
    top: 29.5rem;
    left: 3.75rem;
    display: block;
}

#SMXfvTTvLB48N9G85VimD3TlgGLlAs7u {
    color: #000000;
    display: block;
    width: 3.0625rem;
    position: absolute;
    font-family: arial;
    font-size: 1.375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2rem;
    top: 29.5625rem;
    left: 4.9375rem;
    display: block;
}

#VHPvixl5x6rQ3AFLekiER14BT66tX7FU {
    color: #000000;
    display: block;
    width: 5.0625rem;
    position: absolute;
    font-family: arial;
    font-size: 3.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 5.0625rem;
    top: 27.8125rem;
    left: 7.9375rem;
    display: block;
}

#IEnDlBRsOT9hiNtWgoOJxvWCXa768yui {
    color: #000000;
    display: block;
    width: 5.0625rem;
    position: absolute;
    font-family: arial;
    font-size: 1.5rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 9.75rem;
    top: 28.875rem;
    left: 11.8125rem;
    display: block;
}

#RXKWStG14fC9aaK4Bsc60nndWO79snp4 {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 32.6875rem;
    left: 3.875rem;
    display: block;
}

#TPQJbMMxzDibncTUOzxpskOvZQxykshE {
    background-color: #5d92ff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: ;
    height: ;
    text-decoration: none;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    display: none;
}

#eurSANavuICSMfkFWyaImGSCC7bkpDzU {
    display: block;
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 100%;
    z-index: 15000;
    display: block;
}

#a6RvnTMGc0cHPf4drPE9IXdhTl0MM1TC {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 0.625rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 0.9375rem;
    top: 33.3125rem;
    left: 3.75rem;
    display: none;
}

#l12G09DRS6MHvAxQ30Tb7BwceIRLl1Nq {
    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: 0.625rem;
    width: 0.5rem;
    display: none;
}

#e6MVpBcAPUqlGDKT2E4FRJMw9zV25rEO {
    color: #000000;
    display: block;
    width: 11.3125rem;
    position: absolute;
    font-family: arial;
    font-size: 1.0625rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 3.25rem;
    left: 4.4375rem;
    display: none;
}

#T0eaKV0W9iKcKI9HI9BxOgUSEwcec2le {
    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: 32.8125rem;
    width: 31.5625rem;
    display: none;
}

#Kt4Lm300ih6kcm4I7bFpD7XKnnUdBIo4 {
    color: #000000;
    display: block;
    width: 18.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.75rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4.1875rem;
    top: 2.4375rem;
    left: 0.8125rem;
    display: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO {
    position: relative;
    display: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO {
    border-width: 0;
    border-radius: 0;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#QTO2KUxhqNsnymSILNUJSWcEuq2cBrQZ {
    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: 21.375rem;
    width: 21.375rem;
    display: none;
}

#ha2xQhGrtVsa3ZbTyNxbDsXJPZRNZwIA {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4rem;
    top: 18.625rem;
    left: 1.3125rem;
    display: none;
}

#lzDmvKX0ZTaizwqWwLIE9BgLvPVh0udf {
    color: #000000;
    display: block;
    width: 9.4375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.125rem;
    top: 17rem;
    left: 5.1875rem;
    display: none;
}

#rmIfM0uEGqpkSJ0cV7A4ecVfNKo5ZaGT {
    color: #000000;
    display: block;
    width: 18.1875rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 5.1875rem;
    top: 23.1875rem;
    left: 0.875rem;
    display: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5 {
    position: relative;
    display: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5 {
    border-width: 0;
    border-radius: 0;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#vTVPTlR7Tdr25ecT66xJsDkCRw3CnCfp {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2rem;
    top: 1.875rem;
    left: 0rem;
    display: none;
}

#xGOwSvJNlZP4k61TDSTHtB2p4HDWAcKn {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.3125rem;
    top: 6.9375rem;
    left: 0.8125rem;
    display: none;
}

#UrNX8GhUguZOdnpgD1eGhIgdSBU1O077 {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.625rem;
    top: 6.6875rem;
    left: 0rem;
    display: none;
}

#cRUqVJ27zK98T8qrX66MummPSvIqWpua {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#FsB5l37Jaw7HyE84ZhKgv0uGTWQcXsNa {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.3125rem;
    top: 14rem;
    left: 0rem;
    display: none;
}

#RmurffA3OMI71hu6HCTT4tCCsA95XbsM {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 3.9375rem;
    top: 14.25rem;
    left: 0rem;
    display: none;
}

#Z0mgIc3c5y8Qw2KEc94MFZtaB5sb7Wd1 {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#e3haG2Jb0BESwm4rochVLGgCsq6aFtQa {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 25.25rem;
    left: 0rem;
    display: none;
}

#QdnnX7VHss39EiA9zrtAlmzKCl50sagW {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4.1875rem;
    top: 23.625rem;
    left: 0rem;
    display: none;
}

#TsV7Gt4vI4A2FMioGIfFfOecMVtvPdlk {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#VRE4sBAJ0x7wqsWPFxZnmVxJtkZkRdUQ {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 3.9375rem;
    top: 32.9375rem;
    left: 0rem;
    display: none;
}

#MgGXZfC6RD86GeIF8TeVNZH3ese5JKWf {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 33.5rem;
    left: 0rem;
    display: none;
}

#tTkCaMc6mVdiW3JfQ4teSBItz9S4AvnM {
    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-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 12.5rem;
    width: 12.5rem;
    display: none;
}

#l3oAX5AXRDwbghDiTGehBdLTS3Fo0rs7 {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 3.9375rem;
    top: 40.375rem;
    left: 0rem;
    display: none;
}

#vQ0qfpv3QfcmhEEZRBbnTREWegFq7CwS {
    color: #000000;
    display: block;
    width: 18.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.6875rem;
    top: 40.5625rem;
    left: 0rem;
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    position: relative;
    display: block;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    background-color: transparent;
    background-image: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container>.video-iframe-container {
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row>.video-iframe-container {
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.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);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    border-width: 0;
    border-radius: 0;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#hlnkoCrnFn7Kk78MSkFCKXeXCI4LuULB {
    color: #000000;
    display: block;
    width: 17.3125rem;
    position: absolute;
    font-family: arial;
    font-size: 1.6875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 4rem;
    top: 2.75rem;
    left: 1.25rem;
    display: none;
}

#bZJu1IL4JWSp2XlokNs4Vcp55k0RRMrX {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 13.625rem;
    left: 3.8125rem;
    display: none;
}

#Ehr7pMnvEwoaan0CW6GpwhcITgR1KD7W {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.5rem;
    top: 11.0625rem;
    left: 1.3125rem;
    display: none;
}

#pG0RvLZ7gwpdLSHHMFO5y7WvOGhGrROc {
    color: #000000;
    display: block;
    width: 12.5rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 3.5625rem;
    top: 22.5625rem;
    left: 3.75rem;
    display: none;
}

#Uh7cTDri4tbszkDwEWirADvDawh47S6o {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 20.9375rem;
    left: 1.3125rem;
    display: none;
}

#pTby0C91ahkklv0ToVpRqnn3VQJ0mibt {
    color: #000000;
    display: block;
    width: 15.1875rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 35.6875rem;
    left: 2.4375rem;
    display: none;
}

#iw5xnTtMuU3BDkIFu1OJNNXvlQHBRnLn {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 32.25rem;
    left: 1.3125rem;
    display: none;
}

#tckkmFTUpPD6CTGXvlApkvk6UcK9V7L6 {
    background-color: #5d92ff;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: ;
    height: ;
    text-decoration: none;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    display: none;
}

#VPkPTKa2odxPCGOg5OHiQPsoNzbB6KgK {
    display: block;
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ug3WCQTlDQLhTGZfXHsMVtJJw5TAgKvp {
    color: #000000;
    display: block;
    width: 15.1875rem;
    position: absolute;
    font-family: arial;
    font-size: 1rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.375rem;
    top: 47rem;
    left: 2.4375rem;
    display: none;
}

#HBbdWNxRK3ESQbg9CdcqdmPVWqMMvCm5 {
    color: #000000;
    display: block;
    width: 17.375rem;
    position: absolute;
    font-family: arial;
    font-size: 1.25rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.375rem;
    top: 43.9375rem;
    left: 1.3125rem;
    display: none;
}

#Lnhb4K3GJO6LTHFFFK14Hblrq7xqQfU1 {
    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: 3rem;
    width: 3rem;
    display: none;
}

#gQ3iFInOw9nJObinxgEMTxlyPr3rHnqT {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.0625rem;
    width: 1.5rem;
    display: none;
}

#t8uTaKT3OXqyib24LScwhgOXKQ8oDk0g {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.1875rem;
    width: 2.25rem;
    display: none;
}

#W4RfnEWtJyoO4ZXGs5yZt5T8JMkCpUUC {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    box-shadow: none;
    height: 2.375rem;
    width: 3.3125rem;
    display: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw {
    position: relative;
    display: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw {
    border-width: 0;
    border-radius: 0;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    background-image: none;
    font-size: 0.875rem;
    font-family: arial;
    height: 18.75rem;
    width: 60rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#sr0HlO6S3nUTTJT6CAc4v6My4taIxuBM {
    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: 1.75rem;
    width: 8.0625rem;
    display: none;
}

#zSDzEwzUvVKqTSed4a7kCFTLT9E3DcWF {
    color: #000000;
    display: block;
    width: 11.875rem;
    position: absolute;
    font-family: arial;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 2.4375rem;
    top: 5.3125rem;
    left: 4.0625rem;
    display: none;
}

#su4kPA5mpNKy9pCPS9vIgdks3ZA73ZP0 {
    color: #000000;
    display: block;
    width: 12.9375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 8.625rem;
    left: 3.4375rem;
    display: none;
}

#APT3oTAWpvNBJIK9B572RwImqBQSqKt4 {
    color: #000000;
    display: block;
    width: 13.625rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 10.5rem;
    left: 3.125rem;
    display: none;
}

#emfSsb3J1gyBSUImaa2SL4Q2O8UMTwvM {
    color: #000000;
    display: block;
    width: 12.9375rem;
    position: absolute;
    font-family: arial;
    font-size: 0.9375rem;
    font-weight: normal;
    z-index: 15000;
    line-height: 1.3;
    letter-spacing: 0;
    height: 1.1875rem;
    top: 12.3125rem;
    left: 3.4375rem;
    display: none;
}

body {
    position: relative;
    display: block;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    display: block;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container {
    width: 47.5rem;
    position: relative;
    display: block;
}

#XU3Fd3eBoTnWwgIXqfpD9paAt4SR6wcm {
    width: 9.4375rem;
    height: 1.125rem;
    top: 1.875rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#x4RqEo3eHxySGslpg8CByBqtWvVaPgKz {
    width: 17.6875rem;
    height: 4rem;
    top: 3.9375rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#qPSststzJvUGeo4zf7P4luPH6fRP9E3l {
    width: 15rem;
    height: 15rem;
    display: none;
}

#SEsURMUnlN6C51wkES1toSvvXcV4fN36 {
    width: ;
    height: ;
    display: none;
}

#vhBcEmynhf4wKpu6Zfchs8QCeEOIxQ8V {
    display: block;
}

#TfnAdrkTuE7NVv2MqzlP5bewxcrwwAgC {
    width: 16.9375rem;
    height: 2.75rem;
    top: 8.5625rem;
    left: 0rem;
    font-size: 1.0625rem;
    display: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT {
    display: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#iQdZVw2gJh6B3CtHNdfKo47c6haC4NCT {
    width: 9.4375rem;
    height: 1.125rem;
    top: 1.5625rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#TPJbJHHLsRuduGZ65KxrE0WkUarxofMc {
    width: 18.375rem;
    height: 6.0625rem;
    top: 3.25rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#Nci5R5bJSBmWS94Tmg8dLlCavpqLdNrK {
    width: 16.9375rem;
    height: 4.125rem;
    top: 10.125rem;
    left: 0rem;
    font-size: 1.0625rem;
    display: none;
}

#hlfWfZ1W0K2xf4bAUtauN4NvebllsXan {
    width: 15rem;
    height: 15rem;
    display: none;
}

#frSAkMfDnIETqiTdzX4q0QR4k9RanbGu {
    width: ;
    height: ;
    display: none;
}

#iEzAclnTK99gqOQAMKyvBGqTQguUGLzu {
    display: block;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3 {
    display: none;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#dIgC6TTnyliBRwWsssXeTTQOsKvc2fKA {
    width: 9.4375rem;
    height: 1.125rem;
    top: 1.6875rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#y0zVNFtftghSWzCWixF4n0ShNFkqtBkK {
    width: 19.6875rem;
    height: 6.0625rem;
    top: 3.75rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#mbpixZvgUHDDykADFOc9tCI8pG9BWnd7 {
    width: 17.8125rem;
    height: 2.75rem;
    top: 10.375rem;
    left: 0rem;
    font-size: 1.0625rem;
    display: none;
}

#bSoR82qRpeuqNGO8K14LDJGEpKMwk3nq {
    width: 15rem;
    height: 15rem;
    display: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI {
    display: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#ldwpsr8qhL2XEWszpu84TdEVghs6xxM9 {
    width: 9.4375rem;
    height: 1.125rem;
    top: 1.9375rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#goRyJSTc54wIdslaaoJvTJVxu0npxiPe {
    width: 17.375rem;
    height: 4rem;
    top: 3.5rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#Iop2bJSPnqEoLSqFTT78XggwbGTrnDtg {
    width: 17.375rem;
    height: 1.5rem;
    top: 16.0625rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#mQ4PMsvdHL3lTBkFgSVxisHIRLx9mUa2 {
    width: 16.125rem;
    height: 2.375rem;
    top: 15.6875rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#q9OuwAa9RM3hSLOiIrfATqynRxPrrTDR {
    width: 11.8125rem;
    height: 2.375rem;
    top: 26.625rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#PqULJN6JymhD8AzX6K3EWShN2I8LynD5 {
    width: 17.375rem;
    height: 1.5rem;
    top: 27.25rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#MT35Nptq7Nb59WhdTwlRDhWCRqELPlog {
    width: 16.125rem;
    height: 2.375rem;
    top: 36.875rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#Tk1nWEnJTD0JBlBkqDm5MiweTooJscR6 {
    width: 17.375rem;
    height: 1.375rem;
    top: 35.25rem;
    left: 0rem;
    font-size: 1.1875rem;
    display: none;
}

#ZfNBxuKg4GndxfsSSFpf54kusxrDGxnB {
    width: 10.6875rem;
    height: 2.375rem;
    top: 49.125rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#WbsTNhJKlgACSiZiT3EQS7tt16DtTy5f {
    width: 17.375rem;
    height: 1.375rem;
    top: 45.9375rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#rV9Kg1QFQ48Uzqz0eVprUlK4mbZJh6sy {
    width: 13.3125rem;
    height: 2.375rem;
    top: 64.8125rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#We9iIoxb7S16OWTltmdeaIHnVh9uPdqq {
    width: 17.375rem;
    height: 1.375rem;
    top: 65.4375rem;
    left: 0rem;
    font-size: 1.1875rem;
    display: none;
}

#b2U4Qh3xHG6rikdz6NxfTNUt6lremf0p {
    width: ;
    height: ;
    display: none;
}

#KEC119PzEm3NJTLfQUTMshKc0CqIGQF1 {
    display: block;
}

#fOEoS02Pl7UKGLyG2BdRgad0NTwgzsTd {
    width: 2.625rem;
    height: 2.3125rem;
    display: none;
}

#MLSnlWFylLPFoF3TrUR3KTsWT3AOx0sW {
    width: 2.6875rem;
    height: 2.6875rem;
    display: none;
}

#rWbAEkd3OJrxWSIp7TdaDaBRH7iq8etW {
    width: 2.125rem;
    height: 2.8125rem;
    display: none;
}

#OXdcey2wAzvU5W5wWkAB7uDRD1tcHWQB {
    width: 2.625rem;
    height: 1.8125rem;
    display: none;
}

#xFFNuM9tFaBE5RqTrFnaTAN7agU1QT4I {
    width: 1.375rem;
    height: 2.375rem;
    display: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B {
    display: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#qfIyWKzrRhGtH4MqREpcDSEhtei51ORW {
    width: 17.375rem;
    height: 6.0625rem;
    top: 3.4375rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#kDAlnPLgE57O0T5R33SAwbAWfu8aNwip {
    width: 9.4375rem;
    height: 1.125rem;
    top: 1.875rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#oVHNNisdNaql3yEaLoSe1MC2Mks7JaOs {
    width: ;
    height: ;
    display: none;
}

#p55U3ux2LeKTKTFAFL4QXMeydC7QPIL8 {
    display: block;
}

#vrtEpVb3oVKiSTw77V7oeNTkWp1CWJVC {
    width: 2rem;
    height: 1.75rem;
    display: none;
}

#cfgSEEpXnPtiemyITQNZfOnBgkey73iw {
    width: 28rem;
    height: 24.125rem;
    display: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE {
    display: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#dWgK7pR0INUTZCk4dzgovie6htAO2rQ4 {
    width: 9.4375rem;
    height: 1.125rem;
    top: 2.1875rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#gkDGwaRt02pdNonSpM7UJSTkqXQeKtii {
    width: 17.375rem;
    height: 4rem;
    top: 3.75rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#ByWU0fmsb39l3TpbSensu2H5XZXILkml {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#TRBV6lTb41XPCz3Cl3dMnecETvzcL0pM {
    width: 16.25rem;
    height: 6.0625rem;
    top: 25.6875rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#zKSGnmRDMPsBMlXIpu7xx28KLn41aT6L {
    width: 12.5rem;
    height: 1.5rem;
    top: 29.8125rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#g0iGgmL7b7cKwMQyBh3sRElfwroCxeHP {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#VWzuRvROBCP5zAzzu4o19PPNQna3tTQf {
    width: 16.25rem;
    height: 7.3125rem;
    top: 56.4375rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#f4EzN2vo8CSPMW3gkeJ8Jzb6tZCP7IlC {
    width: 12.5rem;
    height: 1.5rem;
    top: 81rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#wWPDZ8acDOgerGTO7smk8ULQoHs4VxNf {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#zzMQvr1BX75Hbtt4xIGMQKUTgO8P2TwM {
    width: 16.5rem;
    height: 9.75rem;
    top: 71rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#TFJ7wppzqadmcp0Oni5i8WkmoB9GAXSD {
    width: 12.5rem;
    height: 1.5rem;
    top: 100.5rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#V9MEOeMqG8pxz92cJtzClZSSyqaMegRz {
    width: 6.875rem;
    height: 1.5625rem;
    display: none;
}

#NWtqVGWhOxTGb2wWwTJRkWMIFAiq0ffA {
    width: 6.875rem;
    height: 1.5625rem;
    display: none;
}

#B7pWXmBBTwi8JDuaQ65ZUGsBOEX3giSz {
    width: 6.875rem;
    height: 1.5625rem;
    display: none;
}

#q1yMq3hH0gJmExMIvxXkzJ9ToN3sNoGU {
    width: 16.5rem;
    height: 14.1875rem;
    display: none;
}

#OKPHcOuuaZTSqclthTuFmlgKnRNDRI82 {
    width: 14.1875rem;
    height: 14.1875rem;
    display: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H {
    display: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#y9v3BGHpmFZggTMrAiUQWHeFIvVA2XNN {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#MxUPWgmRRSUf9eFP3G0mb9F6vDIuC94Q {
    width: 12.5rem;
    height: 1.1875rem;
    top: 27.5rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#JCle16As0igVOgiKFK6IbAoaiTXlZ59s {
    width: 12.5rem;
    height: 0.9375rem;
    top: 29.5rem;
    left: 0rem;
    font-size: 1.5625rem;
    display: none;
}

#SMXfvTTvLB48N9G85VimD3TlgGLlAs7u {
    width: 3.0625rem;
    height: 2rem;
    top: 29.5625rem;
    left: 0rem;
    font-size: 1.375rem;
    display: none;
}

#VHPvixl5x6rQ3AFLekiER14BT66tX7FU {
    width: 5.0625rem;
    height: 5.0625rem;
    top: 27.8125rem;
    left: 1.8125rem;
    font-size: 3.9375rem;
    display: none;
}

#IEnDlBRsOT9hiNtWgoOJxvWCXa768yui {
    width: 5.0625rem;
    height: 9.75rem;
    top: 28.875rem;
    left: 5.6875rem;
    font-size: 1.5rem;
    display: none;
}

#RXKWStG14fC9aaK4Bsc60nndWO79snp4 {
    width: 12.5rem;
    height: 1.1875rem;
    top: 32.6875rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#TPQJbMMxzDibncTUOzxpskOvZQxykshE {
    width: ;
    height: ;
    display: none;
}

#eurSANavuICSMfkFWyaImGSCC7bkpDzU {
    display: block;
}

#a6RvnTMGc0cHPf4drPE9IXdhTl0MM1TC {
    width: 12.5rem;
    height: 0.9375rem;
    top: 33.3125rem;
    left: 0rem;
    font-size: 0.625rem;
    display: none;
}

#l12G09DRS6MHvAxQ30Tb7BwceIRLl1Nq {
    width: 0.5rem;
    height: 0.625rem;
    display: none;
}

#e6MVpBcAPUqlGDKT2E4FRJMw9zV25rEO {
    width: 11.3125rem;
    height: 1.375rem;
    top: 3.25rem;
    left: 0rem;
    font-size: 1.0625rem;
    display: none;
}

#T0eaKV0W9iKcKI9HI9BxOgUSEwcec2le {
    width: 31.5625rem;
    height: 32.8125rem;
    display: none;
}

#Kt4Lm300ih6kcm4I7bFpD7XKnnUdBIo4 {
    width: 18.4375rem;
    height: 4.1875rem;
    top: 2.4375rem;
    left: 0rem;
    font-size: 1.75rem;
    display: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO {
    display: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#QTO2KUxhqNsnymSILNUJSWcEuq2cBrQZ {
    width: 21.375rem;
    height: 21.375rem;
    display: none;
}

#ha2xQhGrtVsa3ZbTyNxbDsXJPZRNZwIA {
    width: 17.375rem;
    height: 4rem;
    top: 18.625rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#lzDmvKX0ZTaizwqWwLIE9BgLvPVh0udf {
    width: 9.4375rem;
    height: 1.125rem;
    top: 17rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#rmIfM0uEGqpkSJ0cV7A4ecVfNKo5ZaGT {
    width: 18.1875rem;
    height: 5.1875rem;
    top: 23.1875rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5 {
    display: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#vTVPTlR7Tdr25ecT66xJsDkCRw3CnCfp {
    width: 18.375rem;
    height: 2rem;
    top: 1.875rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#xGOwSvJNlZP4k61TDSTHtB2p4HDWAcKn {
    width: 18.375rem;
    height: 1.3125rem;
    top: 6.9375rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#UrNX8GhUguZOdnpgD1eGhIgdSBU1O077 {
    width: 18.375rem;
    height: 2.625rem;
    top: 6.6875rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#cRUqVJ27zK98T8qrX66MummPSvIqWpua {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#FsB5l37Jaw7HyE84ZhKgv0uGTWQcXsNa {
    width: 18.375rem;
    height: 1.3125rem;
    top: 14rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#RmurffA3OMI71hu6HCTT4tCCsA95XbsM {
    width: 18.375rem;
    height: 3.9375rem;
    top: 14.25rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#Z0mgIc3c5y8Qw2KEc94MFZtaB5sb7Wd1 {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#e3haG2Jb0BESwm4rochVLGgCsq6aFtQa {
    width: 18.375rem;
    height: 1.1875rem;
    top: 25.25rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#QdnnX7VHss39EiA9zrtAlmzKCl50sagW {
    width: 18.375rem;
    height: 4.1875rem;
    top: 23.625rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#TsV7Gt4vI4A2FMioGIfFfOecMVtvPdlk {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#VRE4sBAJ0x7wqsWPFxZnmVxJtkZkRdUQ {
    width: 18.375rem;
    height: 3.9375rem;
    top: 32.9375rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#MgGXZfC6RD86GeIF8TeVNZH3ese5JKWf {
    width: 18.375rem;
    height: 1.1875rem;
    top: 33.5rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#tTkCaMc6mVdiW3JfQ4teSBItz9S4AvnM {
    width: 12.5rem;
    height: 12.5rem;
    display: none;
}

#l3oAX5AXRDwbghDiTGehBdLTS3Fo0rs7 {
    width: 18.375rem;
    height: 3.9375rem;
    top: 40.375rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#vQ0qfpv3QfcmhEEZRBbnTREWegFq7CwS {
    width: 18.375rem;
    height: 2.6875rem;
    top: 40.5625rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#hlnkoCrnFn7Kk78MSkFCKXeXCI4LuULB {
    width: 17.3125rem;
    height: 4rem;
    top: 2.75rem;
    left: 0rem;
    font-size: 1.6875rem;
    display: none;
}

#bZJu1IL4JWSp2XlokNs4Vcp55k0RRMrX {
    width: 12.5rem;
    height: 2.375rem;
    top: 13.625rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#Ehr7pMnvEwoaan0CW6GpwhcITgR1KD7W {
    width: 17.375rem;
    height: 1.5rem;
    top: 11.0625rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#pG0RvLZ7gwpdLSHHMFO5y7WvOGhGrROc {
    width: 12.5rem;
    height: 3.5625rem;
    top: 22.5625rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#Uh7cTDri4tbszkDwEWirADvDawh47S6o {
    width: 17.375rem;
    height: 1.375rem;
    top: 20.9375rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#pTby0C91ahkklv0ToVpRqnn3VQJ0mibt {
    width: 15.1875rem;
    height: 2.375rem;
    top: 35.6875rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#iw5xnTtMuU3BDkIFu1OJNNXvlQHBRnLn {
    width: 17.375rem;
    height: 1.375rem;
    top: 32.25rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#tckkmFTUpPD6CTGXvlApkvk6UcK9V7L6 {
    width: ;
    height: ;
    display: none;
}

#VPkPTKa2odxPCGOg5OHiQPsoNzbB6KgK {
    display: block;
}

#ug3WCQTlDQLhTGZfXHsMVtJJw5TAgKvp {
    width: 15.1875rem;
    height: 2.375rem;
    top: 47rem;
    left: 0rem;
    font-size: 1rem;
    display: none;
}

#HBbdWNxRK3ESQbg9CdcqdmPVWqMMvCm5 {
    width: 17.375rem;
    height: 1.375rem;
    top: 43.9375rem;
    left: 0rem;
    font-size: 1.25rem;
    display: none;
}

#Lnhb4K3GJO6LTHFFFK14Hblrq7xqQfU1 {
    width: 3rem;
    height: 3rem;
    display: none;
}

#gQ3iFInOw9nJObinxgEMTxlyPr3rHnqT {
    width: 1.5rem;
    height: 2.0625rem;
    display: none;
}

#t8uTaKT3OXqyib24LScwhgOXKQ8oDk0g {
    width: 2.25rem;
    height: 2.1875rem;
    display: none;
}

#W4RfnEWtJyoO4ZXGs5yZt5T8JMkCpUUC {
    width: 3.3125rem;
    height: 2.375rem;
    display: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw {
    display: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container {
    width: 47.75rem;
    position: relative;
    display: none;
}

#sr0HlO6S3nUTTJT6CAc4v6My4taIxuBM {
    width: 8.0625rem;
    height: 1.75rem;
    display: none;
}

#zSDzEwzUvVKqTSed4a7kCFTLT9E3DcWF {
    width: 11.875rem;
    height: 2.4375rem;
    top: 5.3125rem;
    left: 0rem;
    font-size: 0.875rem;
    display: none;
}

#su4kPA5mpNKy9pCPS9vIgdks3ZA73ZP0 {
    width: 12.9375rem;
    height: 1.1875rem;
    top: 8.625rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#APT3oTAWpvNBJIK9B572RwImqBQSqKt4 {
    width: 13.625rem;
    height: 1.1875rem;
    top: 10.5rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

#emfSsb3J1gyBSUImaa2SL4Q2O8UMTwvM {
    width: 12.9375rem;
    height: 1.1875rem;
    top: 12.3125rem;
    left: 0rem;
    font-size: 0.9375rem;
    display: none;
}

body {
    position: relative;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: block;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
    display: none;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    background-color: #f7f7f7;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    display: block;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container {
    background-color: transparent;
    background-image: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container>.video-iframe-container {
    display: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row>.video-iframe-container {
    display: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.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);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container {
    border-width: 0;
    border-radius: 0;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row>.video-iframe-container {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN>.row .container {
    width: 20rem;
    height: 35.75rem;
    position: relative;
    display: block;
}

#XU3Fd3eBoTnWwgIXqfpD9paAt4SR6wcm {
    top: 1.875rem;
    left: 5.25rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15000;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#x4RqEo3eHxySGslpg8CByBqtWvVaPgKz {
    top: 3.94921875rem;
    left: 1.15625rem;
    width: 17.6875rem;
    height: 4.04980625rem;
    z-index: 15001;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#qPSststzJvUGeo4zf7P4luPH6fRP9E3l {
    top: 12.5rem;
    left: 2.5rem;
    width: 15rem;
    height: 15rem;
    z-index: 15008;
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#SEsURMUnlN6C51wkES1toSvvXcV4fN36 {
    top: 29.1875rem;
    left: 3.4375rem;
    width: 13.1861875rem;
    height: 3.4375rem;
    z-index: 15006;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";
    background-image: linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-size: auto !important;
    font-family: raleway;
    font-size: 1.25rem;
    color: rgba(var(--color-tertiary-0), 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#vhBcEmynhf4wKpu6Zfchs8QCeEOIxQ8V {
    display: block;
}

#TfnAdrkTuE7NVv2MqzlP5bewxcrwwAgC {
    top: 8.60791015625rem;
    left: 1.9072265625rem;
    width: 16.9985625rem;
    height: 2.76171875rem;
    z-index: 15005;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 1.0625rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT {
    display: block;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT {
    background-color: transparent;
    background-image: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row .container>.video-iframe-container {
    display: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row>.video-iframe-container {
    display: none;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.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);
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT {
    border-width: 0;
    border-radius: 0;
}

#ene4Hx3A74HcDptdlUas2QZeMfu51muT>.row .container {
    width: 20rem;
    height: 40.1875rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative;
    display: block;
}

#iQdZVw2gJh6B3CtHNdfKo47c6haC4NCT {
    top: 1.625rem;
    left: 5.25rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15004;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#TPJbJHHLsRuduGZ65KxrE0WkUarxofMc {
    top: 3.30078125rem;
    left: 0.8125rem;
    width: 18.375rem;
    height: 6.07470625rem;
    z-index: 15005;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#Nci5R5bJSBmWS94Tmg8dLlCavpqLdNrK {
    top: 10.1865234375rem;
    left: 1.5rem;
    width: 16.999rem;
    height: 4.142575rem;
    z-index: 15004;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 1.0625rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#hlfWfZ1W0K2xf4bAUtauN4NvebllsXan {
    top: 15.75rem;
    left: 2.5rem;
    width: 15rem;
    height: 15rem;
    z-index: 15043;
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#frSAkMfDnIETqiTdzX4q0QR4k9RanbGu {
    top: 34.623046875rem;
    left: 3.40673828125rem;
    width: 13.1860625rem;
    height: 3.4375rem;
    z-index: 15005;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";
    background-image: linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-size: auto !important;
    font-family: raleway;
    font-size: 1.25rem;
    color: rgba(var(--color-tertiary-0), 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#iEzAclnTK99gqOQAMKyvBGqTQguUGLzu {
    display: block;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3 {
    background-color: #f7f7f7;
    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;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container {
    background-color: transparent;
    background-image: none;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container>.video-iframe-container {
    display: none;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row>.video-iframe-container {
    display: none;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.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);
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container {
    border-width: 0;
    border-radius: 0;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#kDBGlLZv5qbsSlgnkEMV6GqqcOUBwwq3>.row .container {
    width: 20rem;
    height: 34.125rem;
    position: relative;
    display: block;
}

#dIgC6TTnyliBRwWsssXeTTQOsKvc2fKA {
    top: 1.75rem;
    left: 5.25rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15008;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#y0zVNFtftghSWzCWixF4n0ShNFkqtBkK {
    top: 3.7998046875rem;
    left: 0.12548828125rem;
    width: 19.749rem;
    height: 6.07470625rem;
    z-index: 15009;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#mbpixZvgUHDDykADFOc9tCI8pG9BWnd7 {
    top: 10.4365234375rem;
    left: 1.09375rem;
    width: 17.8125rem;
    height: 2.76171875rem;
    z-index: 15003;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 1.0625rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#bSoR82qRpeuqNGO8K14LDJGEpKMwk3nq {
    top: 16.25rem;
    left: 2.5rem;
    width: 15rem;
    height: 15rem;
    z-index: 15010;
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI {
    background-color: #f7f7f7;
    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;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container {
    background-color: transparent;
    background-image: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container>.video-iframe-container {
    display: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row>.video-iframe-container {
    display: none;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.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);
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container {
    border-width: 0;
    border-radius: 0;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#WFK2dbKmHkQJ1g7NdZfNWN6Scyw8RWOI>.row .container {
    width: 20rem;
    height: 73.375rem;
    position: relative;
    display: block;
}

#ldwpsr8qhL2XEWszpu84TdEVghs6xxM9 {
    top: 1.9991302490234rem;
    left: 5.2495660781861rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15014;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#goRyJSTc54wIdslaaoJvTJVxu0npxiPe {
    top: 3.5616302490234rem;
    left: 1.3118491172791rem;
    width: 17.375rem;
    height: 4.04980625rem;
    z-index: 15015;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#Iop2bJSPnqEoLSqFTT78XggwbGTrnDtg {
    top: 13.375rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.5rem;
    z-index: 15016;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#mQ4PMsvdHL3lTBkFgSVxisHIRLx9mUa2 {
    top: 15.736328125rem;
    left: 1.9375rem;
    width: 16.125rem;
    height: 2.3994125rem;
    z-index: 15017;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#q9OuwAa9RM3hSLOiIrfATqynRxPrrTDR {
    top: 26.625rem;
    left: 4.09375rem;
    width: 11.8125rem;
    height: 2.3994125rem;
    z-index: 15020;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#PqULJN6JymhD8AzX6K3EWShN2I8LynD5 {
    top: 24.5625rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.5rem;
    z-index: 15019;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#MT35Nptq7Nb59WhdTwlRDhWCRqELPlog {
    top: 36.875rem;
    left: 1.9375rem;
    width: 16.125rem;
    height: 2.3994125rem;
    z-index: 15023;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#Tk1nWEnJTD0JBlBkqDm5MiweTooJscR6 {
    top: 34.6875rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.42480625rem;
    z-index: 15022;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.1875rem;
    line-height: 1.2;
    display: block;
}

#ZfNBxuKg4GndxfsSSFpf54kusxrDGxnB {
    top: 49.125rem;
    left: 4.6875rem;
    width: 10.6875rem;
    height: 2.3994125rem;
    z-index: 15026;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#WbsTNhJKlgACSiZiT3EQS7tt16DtTy5f {
    top: 45rem;
    left: 3.125rem;
    width: 13.75rem;
    height: 3rem;
    z-index: 15025;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#rV9Kg1QFQ48Uzqz0eVprUlK4mbZJh6sy {
    top: 61rem;
    left: 3.3125rem;
    width: 13.3745625rem;
    height: 2.3994125rem;
    z-index: 15026;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#We9iIoxb7S16OWTltmdeaIHnVh9uPdqq {
    top: 58.875rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.42480625rem;
    z-index: 15025;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.1875rem;
    line-height: 1.2;
    display: block;
}

#b2U4Qh3xHG6rikdz6NxfTNUt6lremf0p {
    top: 67rem;
    left: 3.40625rem;
    width: 13.1875rem;
    height: 3.4375rem;
    z-index: 15008;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";
    background-image: linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-size: auto !important;
    font-family: raleway;
    font-size: 1.25rem;
    color: rgba(var(--color-tertiary-0), 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#KEC119PzEm3NJTLfQUTMshKc0CqIGQF1 {
    display: block;
}

#fOEoS02Pl7UKGLyG2BdRgad0NTwgzsTd {
    top: 9.875rem;
    left: 8.6875rem;
    width: 2.625rem;
    height: 2.3125rem;
    z-index: 15037;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#MLSnlWFylLPFoF3TrUR3KTsWT3AOx0sW {
    top: 20.9375rem;
    left: 8.65625rem;
    width: 2.6875rem;
    height: 2.6875rem;
    z-index: 15038;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#rWbAEkd3OJrxWSIp7TdaDaBRH7iq8etW {
    top: 31.25rem;
    left: 8.9375rem;
    width: 2.125rem;
    height: 2.8125rem;
    z-index: 15039;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#OXdcey2wAzvU5W5wWkAB7uDRD1tcHWQB {
    top: 42.1875rem;
    left: 8.6875rem;
    width: 2.625rem;
    height: 1.8125rem;
    z-index: 15040;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#xFFNuM9tFaBE5RqTrFnaTAN7agU1QT4I {
    top: 54.9375rem;
    left: 9.3125rem;
    width: 1.625rem;
    height: 3rem;
    z-index: 15041;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B {
    display: block;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B {
    background-color: transparent;
    background-image: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row .container>.video-iframe-container {
    display: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row>.video-iframe-container {
    display: none;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.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);
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B {
    border-width: 0;
    border-radius: 0;
}

#BKpqcTyUTQnKpsp2umyStHJTRFp47z5B>.row .container {
    width: 20rem;
    height: 32.1875rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative;
    display: block;
}

#qfIyWKzrRhGtH4MqREpcDSEhtei51ORW {
    top: 5.875rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 6.07470625rem;
    z-index: 15013;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#kDAlnPLgE57O0T5R33SAwbAWfu8aNwip {
    top: 3.5rem;
    left: 5.25rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15012;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#oVHNNisdNaql3yEaLoSe1MC2Mks7JaOs {
    top: 26.849609375rem;
    left: 3.40673828125rem;
    width: 13.1860625rem;
    height: 3.4375rem;
    z-index: 15007;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";
    background-image: linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-size: auto !important;
    font-family: raleway;
    font-size: 1.25rem;
    color: rgba(var(--color-tertiary-0), 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#p55U3ux2LeKTKTFAFL4QXMeydC7QPIL8 {
    display: block;
}

#vrtEpVb3oVKiSTw77V7oeNTkWp1CWJVC {
    top: 9.822265625rem;
    left: 16.0302734375rem;
    width: 2rem;
    height: 1.75rem;
    z-index: 15015;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#cfgSEEpXnPtiemyITQNZfOnBgkey73iw {
    top: 13.56103515625rem;
    left: 3.34375rem;
    width: 13.3125rem;
    height: 11.4375rem;
    z-index: 15016;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE {
    background-color: #f7f7f7;
    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;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container {
    background-color: transparent;
    background-image: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container>.video-iframe-container {
    display: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row>.video-iframe-container {
    display: none;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.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);
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container {
    border-width: 0;
    border-radius: 0;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#E1Jm1bNaZNya5QVdAhKoVQhHfQdoWQcE>.row .container {
    width: 20rem;
    height: 88.125rem;
    position: relative;
    display: block;
}

#dWgK7pR0INUTZCk4dzgovie6htAO2rQ4 {
    top: 2.1875rem;
    left: 5.25rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15016;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#gkDGwaRt02pdNonSpM7UJSTkqXQeKtii {
    top: 3.75rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 4.04980625rem;
    z-index: 15017;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#ByWU0fmsb39l3TpbSensu2H5XZXILkml {
    top: 9.1875rem;
    left: 0.875rem;
    width: 18.3125rem;
    height: 28.1875rem;
    z-index: 15018;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#TRBV6lTb41XPCz3Cl3dMnecETvzcL0pM {
    top: 25.6875rem;
    left: 1.875rem;
    width: 16.25rem;
    height: 6.09375rem;
    z-index: 15020;
    font-family: var(--paragraphs-font-family);
    font-size: 0.9375rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#zKSGnmRDMPsBMlXIpu7xx28KLn41aT6L {
    top: 32.5rem;
    left: 2.0625rem;
    width: 12.5rem;
    height: 1.5rem;
    z-index: 15018;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#g0iGgmL7b7cKwMQyBh3sRElfwroCxeHP {
    top: 38.375rem;
    left: 0.875rem;
    width: 18.3125rem;
    height: 30.25rem;
    z-index: 15023;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#VWzuRvROBCP5zAzzu4o19PPNQna3tTQf {
    top: 56.4375rem;
    left: 1.875rem;
    width: 16.25rem;
    height: 7.3125rem;
    z-index: 15025;
    font-family: var(--paragraphs-font-family);
    font-size: 0.9375rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#f4EzN2vo8CSPMW3gkeJ8Jzb6tZCP7IlC {
    top: 64.1875rem;
    left: 2.0625rem;
    width: 12.5rem;
    height: 1.5rem;
    z-index: 15023;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#wWPDZ8acDOgerGTO7smk8ULQoHs4VxNf {
    top: 69.75rem;
    left: 0.875rem;
    width: 18.3125rem;
    height: 16.4375rem;
    z-index: 15026;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#zzMQvr1BX75Hbtt4xIGMQKUTgO8P2TwM {
    top: 71rem;
    left: 1.875rem;
    width: 16.5rem;
    height: 9.75rem;
    z-index: 15028;
    font-family: var(--paragraphs-font-family);
    font-size: 0.9375rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#TFJ7wppzqadmcp0Oni5i8WkmoB9GAXSD {
    top: 81.375rem;
    left: 2rem;
    width: 12.5rem;
    height: 1.5rem;
    z-index: 15026;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#V9MEOeMqG8pxz92cJtzClZSSyqaMegRz {
    top: 34.310546875rem;
    left: 1.875rem;
    width: 6.875rem;
    height: 1.5625rem;
    z-index: 15039;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#NWtqVGWhOxTGb2wWwTJRkWMIFAiq0ffA {
    top: 65.875rem;
    left: 1.875rem;
    width: 6.875rem;
    height: 1.5625rem;
    z-index: 15041;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#B7pWXmBBTwi8JDuaQ65ZUGsBOEX3giSz {
    top: 83.125rem;
    left: 1.875rem;
    width: 6.875rem;
    height: 1.5625rem;
    z-index: 15042;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#q1yMq3hH0gJmExMIvxXkzJ9ToN3sNoGU {
    top: 10.3330078125rem;
    left: 1.75rem;
    width: 16.5rem;
    height: 14.1875rem;
    z-index: 15045;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#OKPHcOuuaZTSqclthTuFmlgKnRNDRI82 {
    top: 39.375rem;
    left: 1.875rem;
    width: 16.1870625rem;
    height: 16.1870625rem;
    z-index: 15046;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H {
    background-color: rgba(var(--color-secondary-2), 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;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container {
    background-color: transparent;
    background-image: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container>.video-iframe-container {
    display: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row>.video-iframe-container {
    display: none;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.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);
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container {
    border-width: 0;
    border-radius: 0;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#CySkKMARMZ3Jcp2KkWpGakLoyb9Up50H>.row .container {
    width: 20rem;
    height: 44.6875rem;
    position: relative;
    display: block;
}

#y9v3BGHpmFZggTMrAiUQWHeFIvVA2XNN {
    top: 8rem;
    left: 1.375rem;
    width: 17.3125rem;
    height: 33.125rem;
    z-index: 15000;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    background-color: #f7f7f7;
    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;
    display: block;
}

#MxUPWgmRRSUf9eFP3G0mb9F6vDIuC94Q {
    top: 26.8125rem;
    left: 4rem;
    width: 12.5rem;
    height: 1.21875rem;
    z-index: 15020;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    text-align: center;
    text-align-last: center;
    color: #ca0707;
    display: block;
}

#JCle16As0igVOgiKFK6IbAoaiTXlZ59s {
    top: 28.8125rem;
    left: 4.9375rem;
    width: 3.0625rem;
    height: 2.03125rem;
    z-index: 15021;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 1.5625rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#SMXfvTTvLB48N9G85VimD3TlgGLlAs7u {
    top: 30.4375rem;
    left: 4.9375rem;
    width: 3.0625rem;
    height: 1.7871125rem;
    z-index: 15022;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#VHPvixl5x6rQ3AFLekiER14BT66tX7FU {
    top: 27.8125rem;
    left: 7.9375rem;
    width: 5.0625rem;
    height: 5.11865rem;
    z-index: 15022;
    font-family: var(--headlines-font-family);
    font-weight: 700;
    font-style: normal;
    font-size: 3.9375rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-4), 1);
    line-height: 1.3;
    display: block;
}

#IEnDlBRsOT9hiNtWgoOJxvWCXa768yui {
    top: 28.75rem;
    left: 12.9375rem;
    width: 2.62478125rem;
    height: 1.94970625rem;
    z-index: 15023;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#RXKWStG14fC9aaK4Bsc60nndWO79snp4 {
    top: 32.6875rem;
    left: 3.875rem;
    width: 12.5rem;
    height: 1.21875rem;
    z-index: 15021;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#TPQJbMMxzDibncTUOzxpskOvZQxykshE {
    top: 34.5rem;
    left: 3.4375rem;
    width: 13.1875rem;
    height: 3.4375rem;
    z-index: 15010;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";
    background-image: linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-size: auto !important;
    font-family: raleway;
    font-size: 1.25rem;
    color: rgba(var(--color-tertiary-0), 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#eurSANavuICSMfkFWyaImGSCC7bkpDzU {
    display: block;
}

#a6RvnTMGc0cHPf4drPE9IXdhTl0MM1TC {
    top: 38.75rem;
    left: 6.8125rem;
    width: 7rem;
    height: 0.8125rem;
    z-index: 15022;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 0.625rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#l12G09DRS6MHvAxQ30Tb7BwceIRLl1Nq {
    top: 38.593757629394rem;
    left: 5.71875rem;
    width: 1.5rem;
    height: 1.125rem;
    z-index: 15024;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#e6MVpBcAPUqlGDKT2E4FRJMw9zV25rEO {
    top: 9.55615234375rem;
    left: 4.3125rem;
    width: 11.375rem;
    height: 1.3808625rem;
    z-index: 15023;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    text-align: center;
    text-align-last: center;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#T0eaKV0W9iKcKI9HI9BxOgUSEwcec2le {
    top: 10.875rem;
    left: 2.375rem;
    width: 14.6875rem;
    height: 15.3125rem;
    z-index: 15026;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#Kt4Lm300ih6kcm4I7bFpD7XKnnUdBIo4 {
    top: 2.49755859375rem;
    left: 0.8125rem;
    width: 18.4375rem;
    height: 4.19921875rem;
    z-index: 15019;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-0), 1);
    font-size: 1.75rem;
    line-height: 1.2;
    display: block;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO {
    background-color: #f7f7f7;
    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;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container {
    background-color: transparent;
    background-image: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container>.video-iframe-container {
    display: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row>.video-iframe-container {
    display: none;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.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);
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container {
    border-width: 0;
    border-radius: 0;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#TPzSPIJmSt2vV5JpNos7tJTuO2FxAzOO>.row .container {
    width: 20rem;
    height: 31.6875rem;
    position: relative;
    display: block;
}

#QTO2KUxhqNsnymSILNUJSWcEuq2cBrQZ {
    top: 1.5625rem;
    left: 2.625rem;
    width: 14.75rem;
    height: 14.75rem;
    z-index: 15000;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#ha2xQhGrtVsa3ZbTyNxbDsXJPZRNZwIA {
    top: 19.625rem;
    left: 2.5625rem;
    width: 14.875rem;
    height: 4.04980625rem;
    z-index: 15012;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#lzDmvKX0ZTaizwqWwLIE9BgLvPVh0udf {
    top: 17.0625rem;
    left: 5.25rem;
    width: 9.5rem;
    height: 1.13720625rem;
    z-index: 15011;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 0.875rem;
    display: block;
}

#rmIfM0uEGqpkSJ0cV7A4ecVfNKo5ZaGT {
    top: 24.806640625rem;
    left: 0.90625rem;
    width: 18.1875rem;
    height: 5.19921875rem;
    z-index: 15013;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 1rem;
    color: rgba(var(--color-tertiary-3), 1);
    display: block;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5 {
    display: block;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5 {
    background-color: transparent;
    background-image: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row .container>.video-iframe-container {
    display: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row>.video-iframe-container {
    display: none;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.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);
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5 {
    border-width: 0;
    border-radius: 0;
}

#bTN2VFPVtRiEAIem57sUHTt5UpLpJZc5>.row .container {
    width: 20rem;
    height: 45.5rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative;
    display: block;
}

#vTVPTlR7Tdr25ecT66xJsDkCRw3CnCfp {
    top: 1.8750114440918rem;
    left: 0rem;
    width: 18.375rem;
    height: 2.0249rem;
    z-index: 15013;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#xGOwSvJNlZP4k61TDSTHtB2p4HDWAcKn {
    top: 4.8125rem;
    left: 0rem;
    width: 18.375rem;
    height: 1.19970625rem;
    z-index: 15014;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#UrNX8GhUguZOdnpgD1eGhIgdSBU1O077 {
    top: 6.6875rem;
    left: 0rem;
    width: 18.375rem;
    height: 2.625rem;
    z-index: 15015;
    text-align: left;
    text-align-last: left;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 0.9375rem;
    line-height: 1.4;
    display: block;
}

#cRUqVJ27zK98T8qrX66MummPSvIqWpua {
    top: 10.8125rem;
    left: 0rem;
    width: 20rem;
    height: 0.125rem;
    z-index: 15016;
    background-color: #e3e3e3;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#FsB5l37Jaw7HyE84ZhKgv0uGTWQcXsNa {
    top: 12.25rem;
    left: 0rem;
    width: 18.375rem;
    height: 1.19970625rem;
    z-index: 15016;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#RmurffA3OMI71hu6HCTT4tCCsA95XbsM {
    top: 14.25rem;
    left: 0rem;
    width: 18.375rem;
    height: 3.9375rem;
    z-index: 15017;
    text-align: left;
    text-align-last: left;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 0.9375rem;
    line-height: 1.4;
    display: block;
}

#Z0mgIc3c5y8Qw2KEc94MFZtaB5sb7Wd1 {
    top: 19.6875rem;
    left: 0rem;
    width: 20rem;
    height: 0.125rem;
    z-index: 15017;
    background-color: #e3e3e3;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#e3haG2Jb0BESwm4rochVLGgCsq6aFtQa {
    top: 21.1875rem;
    left: 0rem;
    width: 18.375rem;
    height: 1.19970625rem;
    z-index: 15018;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#QdnnX7VHss39EiA9zrtAlmzKCl50sagW {
    top: 23.625rem;
    left: 0rem;
    width: 18.375rem;
    height: 3.9375rem;
    z-index: 15019;
    text-align: left;
    text-align-last: left;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 0.9375rem;
    line-height: 1.4;
    display: block;
}

#TsV7Gt4vI4A2FMioGIfFfOecMVtvPdlk {
    top: 29.5625rem;
    left: 0rem;
    width: 20rem;
    height: 0.125rem;
    z-index: 15018;
    background-color: #e3e3e3;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#VRE4sBAJ0x7wqsWPFxZnmVxJtkZkRdUQ {
    top: 32.9375rem;
    left: 0rem;
    width: 18.375rem;
    height: 3.9375rem;
    z-index: 15021;
    text-align: left;
    text-align-last: left;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 0.9375rem;
    line-height: 1.4;
    display: block;
}

#MgGXZfC6RD86GeIF8TeVNZH3ese5JKWf {
    top: 30.8125rem;
    left: 0rem;
    width: 18.375rem;
    height: 1.19970625rem;
    z-index: 15020;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#tTkCaMc6mVdiW3JfQ4teSBItz9S4AvnM {
    top: 36.875rem;
    left: 0rem;
    width: 20rem;
    height: 0.125rem;
    z-index: 15019;
    background-color: #e3e3e3;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#l3oAX5AXRDwbghDiTGehBdLTS3Fo0rs7 {
    top: 40.375rem;
    left: 0rem;
    width: 18.375rem;
    height: 3.9375rem;
    z-index: 15023;
    text-align: left;
    text-align-last: left;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 0.9375rem;
    line-height: 1.4;
    display: block;
}

#vQ0qfpv3QfcmhEEZRBbnTREWegFq7CwS {
    top: 38.375rem;
    left: 0rem;
    width: 20rem;
    height: 1.19970625rem;
    z-index: 15022;
    text-align: left;
    text-align-last: left;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-secondary-2), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    display: block;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    background-color: transparent;
    background-image: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container>.video-iframe-container {
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row>.video-iframe-container {
    display: none;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.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);
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7 {
    border-width: 0;
    border-radius: 0;
}

#OW67QKDlEAfpANt2aAAOzDl1GpdehNJ7>.row .container {
    width: 20rem;
    height: 54.6875rem;
    background-color: rgba(var(--color-tertiary-0), 1);
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative;
    display: block;
}

#hlnkoCrnFn7Kk78MSkFCKXeXCI4LuULB {
    top: 2.1234788894653rem;
    left: 1.3129341602326rem;
    width: 17.3730625rem;
    height: 2.0249rem;
    z-index: 15018;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.6875rem;
    line-height: 1.2;
    display: block;
}

#bZJu1IL4JWSp2XlokNs4Vcp55k0RRMrX {
    top: 13.625rem;
    left: 3.8125rem;
    width: 12.5rem;
    height: 2.3994125rem;
    z-index: 15025;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#Ehr7pMnvEwoaan0CW6GpwhcITgR1KD7W {
    top: 11.5rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.5rem;
    z-index: 15024;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#pG0RvLZ7gwpdLSHHMFO5y7WvOGhGrROc {
    top: 23.1875rem;
    left: 2rem;
    width: 16.0625rem;
    height: 2.3994125rem;
    z-index: 15028;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#Uh7cTDri4tbszkDwEWirADvDawh47S6o {
    top: 21.0625rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.5rem;
    z-index: 15027;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#pTby0C91ahkklv0ToVpRqnn3VQJ0mibt {
    top: 33.375rem;
    left: 2.4375rem;
    width: 15.1875rem;
    height: 2.3994125rem;
    z-index: 15031;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#iw5xnTtMuU3BDkIFu1OJNNXvlQHBRnLn {
    top: 31.3125rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.5rem;
    z-index: 15030;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#tckkmFTUpPD6CTGXvlApkvk6UcK9V7L6 {
    top: 49.1865234375rem;
    left: 3.40673828125rem;
    width: 13.1865rem;
    height: 3.4375rem;
    z-index: 15011;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";
    background-image: linear-gradient(180deg, rgba(var(--color-primary-3), 1), rgba(var(--color-primary-4), 1));
    background-size: auto !important;
    font-family: raleway;
    font-size: 1.25rem;
    color: rgba(var(--color-tertiary-0), 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#VPkPTKa2odxPCGOg5OHiQPsoNzbB6KgK {
    display: block;
}

#ug3WCQTlDQLhTGZfXHsMVtJJw5TAgKvp {
    top: 44.0625rem;
    left: 2.4375rem;
    width: 15.1875rem;
    height: 2.3994125rem;
    z-index: 15034;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-weight: 400;
    font-style: normal;
    color: rgba(var(--color-tertiary-3), 1);
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

#HBbdWNxRK3ESQbg9CdcqdmPVWqMMvCm5 {
    top: 41.8125rem;
    left: 1.3125rem;
    width: 17.375rem;
    height: 1.5rem;
    z-index: 15033;
    text-align: center;
    text-align-last: center;
    font-family: raleway;
    font-weight: 700;
    font-style: normal;
    color: rgba(var(--color-tertiary-4), 1);
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
}

#Lnhb4K3GJO6LTHFFFK14Hblrq7xqQfU1 {
    top: 7.9375rem;
    left: 8.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 15044;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#gQ3iFInOw9nJObinxgEMTxlyPr3rHnqT {
    top: 18.125rem;
    left: 9.25rem;
    width: 1.5rem;
    height: 2.0625rem;
    z-index: 15045;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#t8uTaKT3OXqyib24LScwhgOXKQ8oDk0g {
    top: 28rem;
    left: 8.875rem;
    width: 2.25rem;
    height: 2.1875rem;
    z-index: 15046;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#W4RfnEWtJyoO4ZXGs5yZt5T8JMkCpUUC {
    top: 38.625rem;
    left: 8.375rem;
    width: 3.3125rem;
    height: 2.375rem;
    z-index: 15047;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw {
    background-color: #f7f7f7;
    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;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container {
    background-color: transparent;
    background-image: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container>.video-iframe-container {
    display: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row>.video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    background: rgba(0, 0, 0, 0);
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row>.video-iframe-container {
    display: none;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.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);
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container {
    border-width: 0;
    border-radius: 0;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row>.video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#XTB3p6shULH54CvwF3ZTsauquqhxKqPw>.row .container {
    width: 20rem;
    height: 15rem;
    position: relative;
    display: block;
}

#sr0HlO6S3nUTTJT6CAc4v6My4taIxuBM {
    top: 1.8739147186279rem;
    left: 5.7183160781861rem;
    width: 8.5623125rem;
    height: 1.749675rem;
    z-index: 15000;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

#zSDzEwzUvVKqTSed4a7kCFTLT9E3DcWF {
    top: 5.3125rem;
    left: 4.0625rem;
    width: 11.875rem;
    height: 2.44921875rem;
    z-index: 15014;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 0.875rem;
    color: rgba(var(--color-tertiary-3), 1);
    line-height: 1.4;
    display: block;
}

#su4kPA5mpNKy9pCPS9vIgdks3ZA73ZP0 {
    top: 8.6875rem;
    left: 3.5rem;
    width: 13rem;
    height: 1.21875rem;
    z-index: 15015;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 0.9375rem;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#APT3oTAWpvNBJIK9B572RwImqBQSqKt4 {
    top: 10.562067031861rem;
    left: 3.1553821563721rem;
    width: 13.6870625rem;
    height: 1.21875rem;
    z-index: 15016;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 0.9375rem;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}

#emfSsb3J1gyBSUImaa2SL4Q2O8UMTwvM {
    top: 12.375rem;
    left: 3.5rem;
    width: 13rem;
    height: 1.21875rem;
    z-index: 15017;
    text-align: center;
    text-align-last: center;
    font-family: var(--paragraphs-font-family);
    font-size: 0.9375rem;
    color: rgba(var(--color-tertiary-4), 1);
    display: block;
}