html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,x
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
*[hidden] {
    display: none;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.up-to-block {
    margin-top: -120px !important;
    padding-top: 150px !important;
}
.down-to-block {
    padding-bottom: 200px !important;
}
@-webkit-keyframes swing {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes swing {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.swing:hover {
    -webkit-animation: swing 3s ease;
    animation: swing 3s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@font-face {
    font-family: "WorkSans Bold";
    src: local("WorkSans Bold"), local("WorkSans-Bold"), url("/wp-content/themes/elysium/assets/fonts/WorkSans-Bold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "WorkSans Regular";
    src: local("WorkSans Regular"), local("WorkSans-Regular"), url("/wp-content/themes/elysium/assets/fonts/WorkSans-Regular.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "WorkSans Light";
    src: local("WorkSans Light"), local("WorkSans-Light"), url("/wp-content/themes/elysium/assets/fonts/WorkSans-Light.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "WorkSans Medium";
    src: local("WorkSans Medium"), local("WorkSans-Medium"), url("/wp-content/themes/elysium/assets/fonts/WorkSans-Medium.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "WorkSans SemiBold";
    src: local("WorkSans SemiBold"), local("WorkSans-SemiBold"), url("/wp-content/themes/elysium/assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "WorkSans Black";
    src: local("WorkSans Black"), local("WorkSans-Black"), url("/wp-content/themes/elysium/assets/fonts/WorkSans-Black.ttf") format("truetype");
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: white;
    font-family: "WorkSans Regular", sans-serif;
}
h1 {
    font-family: "WorkSans Bold", sans-serif;
    font-size: 42px;
    color: black;
    line-height: 1.1em;
}
@media (max-width: 1350px) {
    h1 {
        font-size: 39px;
        line-height: 42px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 34px;
        line-height: 36px;
    }
}


h2 {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 34px;
    color: #009ff4;
    line-height: 1.2em;
}
h3 {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 26px;
    color: black;
    line-height: 34px;
}

h4 {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 24px;
    color: black;
    line-height: 28px;
}

p {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 1em;
    color: black;
    line-height: 1.25em;
}
@media (min-width: 2220px) {
    p {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}
@media (min-width: 1920px) {
    p {
        font-size: 1.1em;
        line-height: 1.3em;
    }
}
@media (max-width: 1700px) {
    p {
        font-size: 1.05em;
        line-height: 1.3em;
    }
}
@media (max-width: 1500px) {
    p {
        font-size: 1em;
        line-height: 1.25em;
    }
}
@media (max-width: 991px) {
    p {
        font-size: 0.9em;
        line-height: 1.2em;
    }
}
@media (max-width: 480px) {
    p {
        font-size: 0.9em;
        line-height: 1.2em;
    }
}
strong {
    font-weight: 600;
}
.wrapper {
    padding: 0 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
}
@media (min-width: 1920px) {
    .wrapper {
        max-width: 1600px;
    }
}
@media (max-width: 1700px) {
    .wrapper {
        max-width: 1600px;
        padding: 0 140px;
    }
}
@media (max-width: 1500px) {
    .wrapper {
        padding: 0 140px;
    }
}
@media (max-width: 1199px) {
    .wrapper {
        padding: 0 110px;
    }
}
@media (max-width: 991px) {
    .wrapper {
        padding: 0;
        width: 90%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header,
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.button,
form .form-row input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    font-family: "WorkSans Medium", sans-serif;
    font-size: 16px;
    border-radius: 6px;
    padding: 12px 20px;
}
.button.long-button,
form .form-row input.long-button[type="submit"] {
    padding: 12px 30px;
}
@media (max-width: 991px) {
    .button.long-button,
    form .form-row input.long-button[type="submit"] {
        padding: 0.8rem 1rem;
    }
}
.button.form-button,
form .form-row input.form-button[type="submit"] {
    padding: 0.8rem 2.5rem;
}
.button.header-button,
form .form-row input.header-button[type="submit"] {
    font-family: "WorkSans SemiBold", sans-serif;
    padding: 0.313rem 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .button.header-button,
    form .form-row input.header-button[type="submit"] {
        padding: 0.215rem 0.45rem;
    }
}
.button.banner-button,
form .form-row input.banner-button[type="submit"] {
    font-family: "WorkSans-Light", sans-serif;
    padding: 14px 35px;
    font-size: 1.25rem;
}
@media (max-width: 991px) {
    .button.banner-button,
    form .form-row input.banner-button[type="submit"] {
        padding: 0.8rem 1.5rem;
        font-size: 1.05rem;
        margin-bottom: 1rem;
    }
}
.button.dark-blue-button,
form .form-row input.dark-blue-button[type="submit"] {
    background-color: #033455;
}
.button.blue-button,
form .form-row input[type="submit"] {
    background-color: #347199;
}
.button.blue-border,
form .form-row input.blue-border[type="submit"] {
    border: 2px solid #347199;
}
.button.white-button,
form .form-row input.white-button[type="submit"] {
    background-color: #ffffff;
}
.button.black-text,
form .form-row input.black-text[type="submit"] {
    color: black;
}
.button.big-shadow,
form .form-row input[type="submit"] {
    -webkit-box-shadow: 0 5px 10px #4144724d;
    box-shadow: 0 5px 10px #4144724d;
}
.button.small-shadow,
form .form-row input.small-shadow[type="submit"] {
    -webkit-box-shadow: 0 2px 8px #00000029;
    box-shadow: 0 2px 8px #00000029;
}
.button.drop-left-margin,
form .form-row input.drop-left-margin[type="submit"] {
    margin-left: 0;
}
@media (max-width: 1199px) {
    .button,
    form .form-row input[type="submit"] {
        padding: 12px 15px;
    }
}
.button.lined-button,
form .form-row input.lined-button[type="submit"] {
    border-radius: 0;
    color: #347199;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #6ea4c7;
}
.button.preloading-button,
form .form-row input.preloading-button[type="submit"] {
    padding-left: 57px;
}
.button.preloading-button:before,
form .form-row input.preloading-button[type="submit"]:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -2px;
    margin-left: -29px;
    background: url("/wp-content/themes/elysium/assets/img/preloader.gif") center center/cover no-repeat;
}
.button.video-button,
form .form-row input.video-button[type="submit"] {
    padding-left: 57px;
}
.button.video-button:before,
form .form-row input.video-button[type="submit"]:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: -25px;
    background: url("/wp-content/themes/elysium/assets/img/Group 433.svg") center center/cover no-repeat;
}
.button.watch-button,
form .form-row input.watch-button[type="submit"] {
    padding-left: 57px;
}
.button.watch-button:before,
form .form-row input.watch-button[type="submit"]:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-left: -30px;
    background: url("/wp-content/themes/elysium/assets/img/Group 449.svg") center center/cover no-repeat;
}
.slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide .slide-container {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 141px;
}
@media (max-width: 991px) {
    .slide .slide-container img {
        max-width: 300px;
    }
}
@media (max-width: 480px) {
    .slide .slide-container img {
        max-width: 250px;
    }
}
ul:not([class]) {
    margin-top: 30px;
	margin-bottom:30px;
}
ul:not([class]) li {
    font-family: "WorkSans Regular", sans-serif;
    color: #101010;
    margin-left: 50px;
    font-size: 18px;
    line-height: 1.25em;
}

ul:not([class]) li + li {
    margin-top: 23px;
}
ul:not([class]) li:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-left: -40px;
    background: url("/wp-content/uploads/2022/02/check-mark.svg") center center/cover no-repeat;
}
table {
    margin-top: 50px;
    width: 80%;
    border-radius: 15px;
    font-family: "WorkSans Regular", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: black;
}
table th {
    padding-top: 30px;
    padding-bottom: 30px;
}
table td {
    padding-top: 21px;
    padding-bottom: 21px;
}
table th,
table td {
    text-align: center;
}
table td:nth-child(1) {
    padding-left: 40px;
    text-align: left;
}
table tr:nth-child(2n + 3) {
    background-color: #00000016;
}
table tr:nth-child(2n + 3) td:nth-child(2n + 2) {
    background-color: #d0e5ef;
}
table tr:nth-child(2n + 2) td:nth-child(2n + 3) {
    background-color: #f3f5fd;
}
table tr th:nth-child(2n) {
    background-color: #d0e5ef;
}
table tr td:nth-child(2n) {
    background-color: #83c8e830;
}
table tr th:nth-child(2n + 1) {
    background-color: #e7ecfc;
}
table tr td:nth-child(2n + 1) {
    background-color: #e7ecfc;
}
table tr th:nth-child(1) {
    background-color: #ffffff;
}
table tr td:nth-child(1) {
    background-color: #f2f2f250;
}
table th:nth-child(1n + 3) {
    border-left: 6px solid #f2f2f2;
}
table tr:nth-child(1n + 1) td:nth-child(1n + 3) {
    border-left: 6px solid #f8f8f8;
}
table tr:nth-child(2n + 1) td:nth-child(1n + 3) {
    border-left: 6px solid #f2f2f2;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
table th:last-child {
    border-top-right-radius: 15px;
}
.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
.person * + * {
    margin-top: 35px;
}
.person span {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: black;
}
.person span.person-name {
    font-family: "WorkSans Bold", sans-serif;
    color: black;
}
.person span.person-position {
    margin-top: 1px;
}
.person .social-links {
    border-top: 4px solid #6ea4c7;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.person .social-links * + * {
    margin-left: 18px;
}
form {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 23px;
    color: black;
}
form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    form .form-row:nth-last-child(2) div:last-of-type {
        display: -webkit-box;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
form .form-row label,
form .form-row input,
form .form-row textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
}
form .form-row div {
    padding-right: 1rem;
    padding-left: 1rem;
}
form .form-row div:first-of-type {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
@media (max-width: 991px) {
    form .form-row div:first-of-type {
        display: none;
    }
}
form .form-row div:last-of-type {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
@media (max-width: 991px) {
    form .form-row div:last-of-type {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
form .form-row div:last-of-type span {
    width: 100%;
}
form .form-row div:last-of-type span input,
form .form-row div:last-of-type span textarea {
    width: 100%;
}
form .form-row textarea {
    resize: vertical;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form .form-row input,
form .form-row textarea {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    border: 1px solid #5d5e65;
    font-family: "WorkSans Regular", sans-serif;
    font-size: 20px;
    color: #5d5e65;
}
form .form-row input::-webkit-input-placeholder,
form .form-row textarea::-webkit-input-placeholder {
    color: transparent;
}
form .form-row input::-moz-placeholder,
form .form-row textarea::-moz-placeholder {
    color: transparent;
}
form .form-row input:-ms-input-placeholder,
form .form-row textarea:-ms-input-placeholder {
    color: transparent;
}
form .form-row input::-ms-input-placeholder,
form .form-row textarea::-ms-input-placeholder {
    color: transparent;
}
form .form-row input::placeholder,
form .form-row textarea::placeholder {
    color: transparent;
}
@media (max-width: 991px) {
    form .form-row input::-webkit-input-placeholder,
    form .form-row textarea::-webkit-input-placeholder {
        color: #5d5e65;
    }
    form .form-row input::-moz-placeholder,
    form .form-row textarea::-moz-placeholder {
        color: #5d5e65;
    }
    form .form-row input:-ms-input-placeholder,
    form .form-row textarea:-ms-input-placeholder {
        color: #5d5e65;
    }
    form .form-row input::-ms-input-placeholder,
    form .form-row textarea::-ms-input-placeholder {
        color: #5d5e65;
    }
    form .form-row input::placeholder,
    form .form-row textarea::placeholder {
        color: #5d5e65;
    }
}
form .form-row input[type="submit"] {
    border: none;
    padding: 0.6rem 2rem;
    font-size: 20px;
}
form .form-row + .form-row {
    margin-top: 3rem;
}
@media (max-width: 991px) {
    form .form-row + .form-row {
        margin-top: 1.5rem;
    }
}
form .ajax-loader {
    display: none !important;
}
.video-block {
    margin-top: 60px;
    max-width: 300px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px 22px 16px;
    -webkit-box-shadow: -5px 5px 15px #565d6f33;
    box-shadow: -5px 5px 15px #565d6f33;
}
.video-block img {
    width: 100%;
}
.video-block p {
    font-family: "WorkSans Bold", sans-serif;
    color: black;
}
.video-block > span + div,
.video-block div + div,
.video-block img + div {
    margin-top: 30px;
}
.video-block .wistia_embed {
    width: 100%;
}
.video-block .text-block {
    height: 70px;
}
.video-block .text-block p {
    font-size: 22px;
}
@media (max-width: 1500px) {
    .video-block .text-block p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .video-block .text-block p {
        font-size: 16px;
    }
}
@media (max-width: 1500px) {
    .video-block .text-block {
        height: 80px;
    }
}
@media (max-width: 1199px) {
    .video-block .text-block {
        height: 90px;
    }
}
.collection-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 244px;
}
@media (max-width: 991px) {
    .collection-item {
        max-width: 400px;
        -webkit-box-shadow: 0px -5px 10px #565d6f33;
        box-shadow: 0px -5px 10px #565d6f33;
        padding: 2rem;
    }
}
.collection-item h3 {
    font-family: "WorkSans Medium", sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #347199;
}
.collection-item p {
    text-align: center;
    font-family: "WorkSans Regular", sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #5d5e65;
}
.collection-item div {
    padding: 32px 10px;
    width: 100%;
    -webkit-box-shadow: 0px -5px 10px #565d6f33;
    box-shadow: 0px -5px 10px #565d6f33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
}
@media (max-width: 991px) {
    .collection-item div {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.collection-item > * + * {
    margin-top: 23px;
}
.blue-divider {
    margin-top: 16px;
    height: 2px;
    width: 100px;
    background-color: #2f114f;
}
.blue-divider.center {
    margin-left: 45%;
    width: 10%;
}
@media (max-width: 991px) {
    .blue-divider.center {
        margin-left: 40%;
        width: 20%;
    }
}
.video-block-mobile {
    width: 100%;
    -webkit-box-shadow: -5px 5px 15px #565d6f33;
    box-shadow: -5px 5px 15px #565d6f33;
    padding: 1rem;
    border-radius: 1rem;
}
@media (max-width: 991px) {
    .video-block-mobile .wistia_embed {
        width: 35.78925rem;
        height: 20.14425rem;
    }
}
@media (max-width: 767px) {
    .video-block-mobile .wistia_embed {
        width: 26.84194rem;
        height: 15.10819rem;
    }
}
@media (max-width: 480px) {
    .video-block-mobile .wistia_embed {
        width: 20.13145rem;
        height: 11.33114rem;
    }
}
.video-block-mobile p {
    font-family: "WorkSans Bold", sans-serif;
    color: black;
    font-size: 1.5rem;
}
.video-block-mobile * + * {
    margin-top: 1rem;
}
.video-block-mobile .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
}
.video-block-mobile .col-lg-3 {
    padding: 1rem 2rem;
}
.dark-back-menu {
    background-color: #00000099;
    background-size: cover;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}
.dark-back-menu.active {
    display: block;
}
.single-video-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-video-block .auto-block {
    width: 47.719rem;
    height: 26.859rem;
}
@media (max-width: 991px) {
    .single-video-block .auto-block {
        width: 35.78925rem;
        height: 20.14425rem;
    }
}
@media (max-width: 767px) {
    .single-video-block .auto-block {
        width: 26.84194rem;
        height: 15.10819rem;
    }
}
@media (max-width: 480px) {
    .single-video-block .auto-block {
        width: 20.13145rem;
        height: 11.33114rem;
    }
}
.single-video-block img {
    border-radius: 1rem;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
header span {
    color: white;
}
.header-logo {
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
	background:#381959;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.header-logo .logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo .logo a {
    max-height: 3rem;
}
@media (max-width: 991px) {
    .header-logo .logo {
        width: 7.5rem;
        height: auto;
    }
}
@media (max-width: 600px) {
    .header-logo .logo {
        width: 6.25rem;
        height: auto;
    }
}
.header-logo .mobile-hide {
    display: inline;
}
@media (max-width: 1350px) {
    .header-logo .mobile-hide {
        display: none;
    }
}
.header-logo .mobile-nav-menu {
    display: none;
    background-image: url("/wp-content/themes/elysium/assets/img/hamburger7.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 25px;
    width: 26px;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 991px) {
    .header-logo .mobile-nav-menu.active {
        display: inline !important;
    }
}
@media (max-width: 600px) {
    .header-logo .mobile-nav-menu {
        height: 22px;
        width: 23px;
    }
}
.header-logo .mobile-close-nav-menu {
    display: none;
    background-image: url("/wp-content/themes/elysium/assets/img/mobile-close.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 1350px) {
    .header-logo .mobile-close-nav-menu.active {
        display: inline !important;
    }
}
@media (max-width: 600px) {
    .header-logo .mobile-close-nav-menu {
        height: 23px;
        width: 23px;
    }
}
.header-logo .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "WorkSans Regular", sans-serif;
}
.header-logo .col-lg-12 .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.813rem;
    font-family: "WorkSans Regular", sans-serif;
}
.header-logo .col-lg-12 .button-block span {
    font-family: "WorkSans Bold", sans-serif;
}
.header-logo .col-lg-12 .button-block > * {
    margin-left: 0.5rem;
}
.header-logo .wrapper {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
}
@media (min-width: 1920px) {
    .header-logo .wrapper {
        max-width: 1700px;
    }
}
@media (max-width: 1700px) {
    .header-logo .wrapper {
        max-width: 1700px;
        padding: 0 30px;
    }
}
@media (max-width: 1500px) {
    .header-logo .wrapper {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .header-logo .wrapper {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .header-logo .wrapper {
        padding: 0;
        width: 90%;
    }
}
.header-logo.color-bg {
    background-image: url("/wp-content/themes/elysium/assets/img/Final_Bg.jpg");
    -webkit-transition: 1s;
    transition: 1s;
    background-size: cover;
}
.header-logo.static-image {
   /* background-image: url("/wp-content/themes/elysium/assets/img/Final_Bg.jpg"); */
    -webkit-transition: 1s;
    transition: 1s;
/*    background-size: cover; */
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("https://elysiumanalytics.ai//wp-content/uploads/2022/02/backgroun.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
footer .footer-logo {
    height: 48px;
    width: auto;
}
@media (max-width: 991px) {
    footer .footer-logo {
        height: 60px;
        width: auto;
    }
}
footer .right-container img {
    width: 33px;
}
footer .row:first-of-type {
    border-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
}
footer .row:first-of-type .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid #707070;
}
@media (max-width: 991px) {
    footer .row:first-of-type .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
footer .row:first-of-type a + a {
    margin-left: 20px;
}
footer .row p,
footer .row li,
footer .row a {
    font-family: "WorkSans Regular", sans-serif;
    color: #ccc;
    font-size: 1rem;
    line-height: 1.1rem;
}
@media (max-width: 1350px) {
    footer .row p,
    footer .row li,
    footer .row a {
        font-size: 0.85rem;
        line-height: 0.85rem;
    }
}
@media (max-width: 991px) {
    footer .row p,
    footer .row li,
    footer .row a {
        font-size: 0.7rem;
        line-height: 0.8rem;
    }
}
footer .row li {
    display: inline;
    padding-left: 30px;
}
@media (max-width: 1350px) {
    footer .row li {
        padding-left: 0.8rem;
    }
}
@media (max-width: 991px) {
    footer .row li {
        padding-left: 0.5rem;
    }
}
footer .row li + li::before {
    content: "|";
    padding-right: 30px;
}
@media (max-width: 1350px) {
    footer .row li + li::before {
        padding-right: 0.8rem;
    }
}
@media (max-width: 991px) {
    footer .row li + li::before {
        padding-right: 0.5rem;
    }
}
@media (max-width: 991px) {
    footer .row + .between-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .row + .between-lg ul {
        white-space: nowrap;
    }
    footer .row + .between-lg .col-lg-5 {
        margin-top: 1rem;
    }
}
footer .row .col-lg-5,
footer .row .col-lg-7 {
    white-space: nowrap;
}
footer .row + .row {
    margin-top: 20px;
}
.block-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .block-menu {
        display: none;
    }
}
.block-menu a {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "WorkSans Regular", sans-serif;
    color: #ffffff;
}
.block-menu ul {
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-menu .menu > li > a::before {
    display: block;
    content: attr(data-title);
    font-family: "WorkSans Black", sans-serif;
    height: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    overflow: hidden;
    visibility: hidden;
}
.block-menu .menu > li:hover a {
    font-family: "WorkSans Black", sans-serif;
    color: white;
}
.block-menu .menu li {
    display: block;
    position: relative;
}
.block-menu .menu li li,
.block-menu .menu li ul {
    margin: 0 0;
}
.block-menu .menu li a {
    padding: 0.5rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
@media (max-width: 1350px) {
    .block-menu .menu li a {
        padding: 0.5rem;
    }
}
.block-menu .menu li.current_page_parent a {
    font-family: "WorkSans Black", sans-serif;
    color: white;
}
.block-menu .menu li.current_page_parent .sub-menu .current-menu-item {
    border-bottom: 0;
}
.block-menu .menu li.current_page_parent .sub-menu .current-menu-item a {
    font-family: "WorkSans Regular", sans-serif;
    color: white;
}
.block-menu .menu li.current-menu-parent a {
    font-family: "WorkSans Black", sans-serif;
    color: white;
}
.block-menu .menu li.current-menu-parent .sub-menu .current-menu-item {
    background-color: #311352;
    border-bottom: 0;
    border-radius: 3px;
}
.block-menu .menu li.current-menu-parent .sub-menu .current-menu-item a {
    font-family: "WorkSans Regular", sans-serif;
    color: #fff;
}
.block-menu .menu li.current-menu-item a {
    font-family: "WorkSans Black", sans-serif;
    color: #fff;
}
.block-menu .menu .sub-menu {
    z-index: 10;
    background-color: white;
    border-radius: 0px;
    padding: 1rem;
    min-width: 210px;
    margin-left: 1.5rem;
    -webkit-box-shadow: 0 5px 15px #00000050;
    box-shadow: 0 5px 15px #00000050;
}
.block-menu .menu .sub-menu:before {
    z-index: 10;
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 9px;
    top: -9px;
    background: url("/wp-content/themes/elysium/assets/img/Polygon 1.png") center center/cover no-repeat;
}
@media (max-width: 1199px) {
    .block-menu .menu .sub-menu:before {
        margin-left: 179px;
    }
}
.block-menu .menu .sub-menu li:hover {
    background-color: #2f114f;
    border-radius: 3px;
}
.block-menu .menu .sub-menu li:hover a {
    color: #FFF;
}
.block-menu .menu .sub-menu li a {
    font-family: "WorkSans Regular", sans-serif;
    color: #000000;
}
.block-menu .menu .menu-item-has-children > a {
    text-align: right;
}
.block-menu .menu .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.5rem;
    right: 0;
    margin-left: 0.5rem;
    background: url("/wp-content/themes/elysium/assets/img/Group 275.png") center center/cover no-repeat;
}
.block-menu .menu .menu-item-has-children > a::before {
    display: block;
    content: attr(data-title);
    font-family: "WorkSans Black", sans-serif;
    height: 0;
    padding-right: 1.5rem;
    overflow: hidden;
    visibility: hidden;
}
.block-menu nav ul ul {
    display: none;
    position: absolute;
}
.block-menu nav ul ul {
    display: none;
}
.block-menu nav ul li:hover > ul {
    display: block;
    padding-top: 0;
}
section[class="banner"] .row.white-background {
    padding: 20px 10px;
    background-color: #ffffff22;
    border-radius: 15px;
    min-height: 60vh;
    width: 100%;
}
@media (max-height: 1200px) {
    section[class="banner"] .row.white-background {
        min-height: 50vh;
    }
}
@media (max-height: 1100px) {
    section[class="banner"] .row.white-background {
        min-height: 49vh;
    }
}
@media (max-height: 1000px) {
    section[class="banner"] .row.white-background {
        min-height: 48vh;
    }
}
@media (max-height: 800px) {
    section[class="banner"] .row.white-background {
        min-height: 47vh;
    }
}
@media (max-height: 800px) {
    section[class="banner"] .row.white-background {
        min-height: 47vh;
    }
}
@media (max-width: 991px) {
    section[class="banner"] .row.white-background {
        min-height: 0;
        padding: 10px 5px;
    }
}
.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    height: 100%;
    padding-top: 8.625rem;
    padding-bottom: 90px;
    background-image: url("/wp-content/themes/elysium/assets/img/Final_Bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
}
.banner .wrapper .mobile-view {
    -ms-flex-item-align: normal;
    align-self: normal;
}
.banner h2 {
    color: white;
    margin: 10px 0px 10px 0px;
}

.banner h3 {
    font-size: 38px;
    line-height: 42px;
    font-family: "WorkSans Bold", sans-serif;
}
@media (max-width: 991px) {
    .banner h3 {
        font-family: "WorkSans Regular", sans-serif;
        font-size: 0.9rem;
        line-height: 1rem;
    }
}
.banner p {
    font-family: "WorkSans Regular", sans-serif;
    color: black;
    line-height: 1.25em;
}
@media (max-width: 991px) {
    .banner {
        min-height: 30vh;
    }
}
@media (max-height: 800px) {
    .banner {
        padding-top: 7.625rem;
    }
}
@media (max-height: 800px) {
    .banner {
        padding-top: 7.625rem;
    }
}
@media (min-width: 1920px) {
    .banner {
        background-size: 170%;
    }
}
.banner .main-banner-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner .banner-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .banner .banner-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.banner .slick-dots li {
    margin: 0;
}
.banner .slick-dots li > button:before {
    color: white;
    font-size: 10px;
}
.banner .row.only-text-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10%;
    text-align: center;
}
@media (max-width: 480px) {
    .banner .row.only-text-banner h1 {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
}
.banner .row.only-text-banner h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
@media (max-width: 991px) {
    .banner .row.only-text-banner h2 {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }
}
.banner .row.only-text-banner.vertical-banner {
    padding-bottom: 3%;
}
.banner .row.only-text-banner.vertical-banner .iframe-block {
    max-width: 45rem;
}
.banner .row.only-text-banner > * + * {
    margin-top: 2.5rem;
}
@media (max-width: 991px) {
    .banner .row.only-text-banner > * + * {
        margin-top: 1rem;
    }
}
.banner .row.only-text-banner div.blue-divider + * {
    margin-top: 2.5rem;
}
@media (max-width: 991px) {
    .banner .row.only-text-banner div.blue-divider + * {
        margin-top: 1rem;
    }
}
@media (max-width: 991px) {
    .banner .row.only-text-banner {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
}
.banner .banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: white;
}
.banner .banner-block.align-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner.double-banner {
    background-image: url("/wp-content/themes/elysium/assets/img/Final_Bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.double-banner .col-lg-4 {
    text-align: left;
}
.banner.double-banner .col-lg-4 h1,
.banner.double-banner .col-lg-4 h3,
.banner.double-banner .col-lg-4 h4,
.banner.double-banner .col-lg-4 h5,
.banner.double-banner .col-lg-4 h6,
.banner.double-banner .col-lg-4 p,
.banner.double-banner .col-lg-4 span,
.banner.double-banner .col-lg-4 strong {
    color: white;
}
.banner.double-banner .col-lg-4 * + * {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .banner.double-banner .col-lg-4 .banner-button {
        margin-bottom: 0;
    }
}
.banner.double-banner .desktop-view {
    display: block;
}
@media (max-width: 991px) {
    .banner.double-banner .desktop-view {
        display: none;
    }
}
@media (max-width: 991px) {
    .banner.double-banner .wrapper {
        min-height: 40vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.banner.platform-banner {
    position: relative;
}
.banner.platform-banner .dark-back {
    background-color: #00000099;
    background-size: cover;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
}
.banner.platform-banner .dark-back.active {
    display: block;
}
@media (max-width: 1199px) {
    .banner.platform-banner .wrapper {
        padding: 0 50px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .wrapper {
        padding: 0;
    }
}
.banner.platform-banner .wrapper h1 {
    z-index: 4;
}
.banner.platform-banner .wrapper h3 {
    font-family: "WorkSans Regular", sans-serif;
}
.banner.platform-banner .platform-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.banner.platform-banner .platform-selector .platform-click {
    pointer-events: unset;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.banner.platform-banner .platform-selector .platform-click img {
    margin: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.banner.platform-banner .platform-selector .platform-click.active {
    z-index: 4;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click {
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click {
        width: 24px;
        height: 24px;
        border-radius: 3px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="1"] {
    left: 328px;
    top: 66px;
    width: 77px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="1"] {
        left: 253px;
        top: 56px;
        width: 63px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="1"] {
        left: 162px;
        top: 48px;
        width: 38px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="1"] {
        left: 100px;
        top: 40px;
        width: 26px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="2"] {
    left: 537px;
    top: 67px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="2"] {
        left: 413px;
        top: 57px;
        width: 58px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="2"] {
        left: 264px;
        top: 48px;
        width: 36px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="2"] {
        left: 165px;
        top: 40px;
        width: 24px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="3"] {
    left: 739px;
    top: 67px;
    width: 75px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="3"] {
        left: 568px;
        top: 56px;
        width: 65px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="3"] {
        left: 363px;
        top: 48px;
        width: 40px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="3"] {
        left: 227px;
        top: 40px;
        width: 26px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="4"] {
    left: 407px;
    top: 193px;
    width: 113px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="4"] {
        left: 314px;
        top: 158px;
        width: 92px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="4"] {
        left: 199px;
        top: 110px;
        width: 59px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="4"] {
        left: 124px;
        top: 80px;
        width: 37px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="5"] {
    left: 635px;
    top: 193px;
    width: 75px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="5"] {
        left: 491px;
        top: 157px;
        width: 63px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="5"] {
        left: 312px;
        top: 110px;
        width: 40px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="5"] {
        left: 195px;
        top: 79px;
        width: 25px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="6"] {
    left: 835px;
    top: 194px;
    width: 84px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="6"] {
        left: 648px;
        top: 157px;
        width: 72px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="6"] {
        left: 413px;
        top: 110px;
        width: 46px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="6"] {
        left: 258px;
        top: 79px;
        width: 29px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="7"] {
    height: 123px;
    width: 188px;
    left: 0;
    top: 29px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="7"] {
        height: 96px;
        width: 144px;
        left: 1px;
        top: 29px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="7"] {
        height: 59px;
        width: 92px;
        left: 0;
        top: 29px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="7"] {
        height: 36px;
        width: 58px;
        left: 0;
        top: 30px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="8"] {
    height: 123px;
    width: 192px;
    left: 7px;
    top: 174px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="8"] {
        height: 95px;
        width: 149px;
        left: 5px;
        top: 142px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="8"] {
        height: 60px;
        width: 96px;
        left: 3px;
        top: 101px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="8"] {
        height: 39px;
        width: 60px;
        left: 1px;
        top: 73px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="9"] {
    height: 123px;
    width: 188px;
    left: 0;
    top: 304px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="9"] {
        height: 88px;
        width: 140px;
        left: 5px;
        top: 242px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="9"] {
        height: 52px;
        width: 88px;
        left: 4px;
        top: 168px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="9"] {
        height: 33px;
        width: 56px;
        left: 1px;
        top: 116px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="10"] {
    height: 120px;
    width: 140px;
    left: 510px;
    top: 320px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="10"] {
        left: 390px;
        top: 249px;
        height: 105px;
        width: 122px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="10"] {
        left: 246px;
        top: 171px;
        height: 61px;
        width: 79px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="10"] {
        left: 153px;
        top: 120px;
        height: 33px;
        width: 52px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="11"] {
    width: 55px;
    height: 55px;
    left: 990px;
    top: 29px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="11"] {
        left: 770px;
        top: 31px;
        width: 36px;
        height: 39px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="11"] {
        left: 490px;
        top: 29px;
        width: 24px;
        height: 27px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="11"] {
        left: 305px;
        top: 29px;
        width: 17px;
        height: 18px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="12"] {
    width: 54px;
    height: 64px;
    left: 990px;
    top: 108px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="12"] {
        left: 769px;
        top: 88px;
        width: 34px;
        height: 54px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="12"] {
        left: 490px;
        top: 67px;
        width: 22px;
        height: 34px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="12"] {
        left: 306px;
        top: 53px;
        width: 16px;
        height: 22px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="13"] {
    left: 990px;
    top: 223px;
    width: 94px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="13"] {
        left: 770px;
        top: 180px;
        width: 71px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="13"] {
        left: 490px;
        top: 124px;
        width: 42px;
        height: 37px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="13"] {
        left: 306px;
        top: 87px;
        width: 27px;
        height: 25px;
    }
}
.banner.platform-banner .platform-selector .platform-click[data-platform="14"] {
    width: 82px;
    height: 79px;
    left: 993px;
    top: 330px;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="14"] {
        left: 765px;
        top: 257px;
        width: 68px;
        height: 73px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="14"] {
        left: 488px;
        top: 178px;
        width: 43px;
        height: 40px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector .platform-click[data-platform="14"] {
        left: 306px;
        top: 121px;
        width: 26px;
        height: 27px;
    }
}
.banner.platform-banner .platform-selector .platform-click.hover-shadow:hover {
    -webkit-box-shadow: #000 5px 5px 5px 0px, #000 4px 4px 15px 0px inset, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: #000 5px 5px 5px 0px, #000 4px 4px 15px 0px inset, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.banner.platform-banner .platform-selector img:first-of-type {
    max-height: 100vh;
    width: 1100px;
    overflow: hidden;
}
@media (max-width: 1500px) {
    .banner.platform-banner .platform-selector img:first-of-type {
        width: 850px;
    }
}
@media (max-width: 991px) {
    .banner.platform-banner .platform-selector img:first-of-type {
        width: 541px;
    }
}
@media (max-width: 600px) {
    .banner.platform-banner .platform-selector img:first-of-type {
        width: 338px;
    }
}
.banner.platform-banner .platform-information {
    z-index: 4;
}
.banner.platform-banner .platform-information .text-container {
    display: none;
    z-index: 4;
}
@media (max-width: 991px) {
    .banner {
        background-size: 440%;
    }
}
.banner .row.title h1 {
    color: white;
}
.banner h1 + h4 {
    margin-top: 25px;
}
@media (max-width: 1350px) {
    .banner h1 + h4 {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .banner h1 + h4 {
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .banner h1 + h4 {
        margin-top: 10px;
    }
}
.banner h4 + p {
    margin-top: 25px;
}
@media (max-width: 1350px) {
    .banner h4 + p {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .banner h4 + p {
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .banner h4 + p {
        margin-top: 10px;
    }
}
.banner h1,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p,
.banner a {
    color: white;
}
.banner.text-banner h1,
.banner.text-banner h3,
.banner.text-banner h4,
.banner.text-banner h5,
.banner.text-banner h6,
.banner.text-banner p,
.banner.text-banner a {
    color: white;
    text-align: center;
}
.banner.text-banner h2 {
    text-align: center;
}
.banner.text-banner h1 + p {
    margin-top: 1rem;
}
.banner.text-banner .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner.text-banner .col-lg-12 img {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 50vh;
    width: auto;
}
@media (max-height: 1200px) {
    .banner.text-banner .col-lg-12 img {
        max-height: 43vh;
    }
}
@media (max-height: 1100px) {
    .banner.text-banner .col-lg-12 img {
        max-height: 42vh;
    }
}
@media (max-height: 1000px) {
    .banner.text-banner .col-lg-12 img {
        max-height: 41vh;
    }
}
@media (max-height: 800px) {
    .banner.text-banner .col-lg-12 img {
        max-height: 40vh;
    }
}
@media (max-height: 800px) {
    .banner.text-banner .col-lg-12 img {
        max-height: 40vh;
    }
}
.banner .vertical-banner .iframe-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}
@media (max-width: 991px) {
    .banner .vertical-banner .iframe-block {
        margin-top: 2rem;
    }
}
.banner .vertical-banner .iframe-block p {
    width: 100%;
    height: 100%;
}
.banner .vertical-banner .iframe-block img {
    width: 100%;
    height: auto;
    min-height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 991px) {
    .banner .vertical-banner .iframe-block img {
        width: 80%;
    }
}
.banner .vertical-banner .iframe-block div {
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    min-height: 0;
    min-width: 0;
}
.banner .vertical-banner .iframe-block div:before {
    content: "";
    display: block;
    position: absolute;
    color: white;
    background-image: url("/wp-content/themes/elysium/assets/img/play-button.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 0 0 0.5em black;
    width: 4.875rem;
    height: 3.375rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.banner .vertical-banner iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
@media (max-width: 991px) {
    .banner .vertical-banner iframe {
        margin-bottom: 30px;
        max-height: 320px;
    }
}
@media (max-width: 480px) {
    .banner .vertical-banner iframe {
        margin-bottom: 0;
        max-height: 185px;
    }
}
.banner .desktop-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .banner .desktop-view {
        display: none;
    }
}
.banner .mobile-view {
    display: none;
}
@media (max-width: 991px) {
    .banner .mobile-view {
        display: block;
    }
}
.banner .mobile-view .banner-small-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
}
.banner .mobile-view .banner-small-block .iframe-block {
    max-height: 220px;
    max-width: 170px;
}
@media (max-width: 991px) {
    .banner .mobile-view .banner-small-block .iframe-block {
        max-height: 220px;
        max-width: 170px;
    }
}
.banner .mobile-view .banner-small-block a,
.banner .mobile-view .banner-small-block p,
.banner .mobile-view .banner-small-block div {
    display: inline-block;
}
.banner .banner-small-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner .banner-small-block .iframe-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.banner .banner-small-block .iframe-block:before {
    content: "";
    display: block;
    position: absolute;
    color: white;
    background-image: url("/wp-content/themes/elysium/assets/img/play-button.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 0 0 0.5em black;
    width: 2.438rem !important;
    height: 1.688rem !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.banner .banner-small-block p {
    padding-left: 10px;
    max-width: 40%;
    font-family: "WorkSans Regular", sans-serif;
    font-size: 1.375rem;
    line-height: 1.3rem;
}
@media (max-width: 1199px) {
    .banner .banner-small-block p {
        font-size: 1.25rem;
        line-height: 1.1rem;
    }
}
@media (max-width: 991px) {
    .banner .banner-small-block p {
        font-size: 1.375rem;
        line-height: 1.3rem;
    }
}
@media (max-width: 991px) {
    .banner .banner-small-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner .banner-small-block:first-of-type {
        padding-left: 1rem;
    }
    .banner .banner-small-block:last-of-type {
        padding-right: 1rem;
    }
    .banner .banner-small-block p,
    .banner .banner-small-block iframe {
        max-width: 100%;
    }
    .banner .banner-small-block iframe + p {
        margin-top: 15px;
    }
}
.banner .banner-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner .row + .row {
    margin-top: 45px;
}
@media (max-height: 1000px) {
    .banner .row + .row {
        margin-top: 35px;
    }
}
@media (max-height: 800px) {
    .banner .row + .row {
        margin-top: 25px;
    }
}
@media (max-height: 800px) {
    .banner .row + .row {
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .banner .row + .row {
        margin-top: 1rem;
    }
}
.banner .svg-scroll-button {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    text-align: center;
    z-index: 4;
}
.banner .img-scroll-button {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    text-align: center;
    width: 27px;
    z-index: 4;
}
.banner .img-scroll-button img {
    cursor: pointer;
}
.image-info-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.image-info-block.blue-background .row {
    padding: 65px 30px;
    border-radius: 15px;
    background-color: #5babde;
}
.image-info-block.blue-background .row img {
    display: block;
}
.image-info-block.blue-background .row p {
    color: white;
    max-width: 100%;
}
@media (max-width: 1500px) {
    .image-info-block.blue-background .row p {
        max-width: 75%;
    }
}
.image-info-block h2 {
    font-family: "WorkSans Regular", sans-serif;
    text-align: center;
}
.image-info-block strong {
    font-family: "WorkSans Bold", sans-serif;
    color: #2363f4;
}
.image-info-block .item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.image-info-block .item-description p {
    font-family: "WorkSans Regular", sans-serif;
    color: #5d5e65;
    padding-left: 20px;
    max-width: 70%;
}
@media (max-width: 1500px) {
    .image-info-block .item-description p {
        max-width: 85%;
    }
}
@media (max-width: 991px) {
    .image-info-block .item-description p {
        font-size: 1rem;
        line-height: 1.1rem;
    }
}
@media (max-width: 991px) {
    .image-info-block .item-description + .item-description {
        margin-top: 30px;
    }
}
.image-info-block .row + .row {
    margin-top: 40px;
}
.image-info-block img {
    max-height: 70px;
    width: auto;
}
@media (max-width: 991px) {
    .image-info-block .wrapper {
        max-width: 82%;
    }
}
.product-comparison {
    padding-top: 25px;
    padding-bottom: 50px;
}
.product-comparison .slick-prev {
    display: none !important;
}
.product-comparison .slick-next {
    right: 50px !important;
}
@media (max-width: 991px) {
    .product-comparison .desktop-view {
        display: none;
    }
}
.product-comparison .desktop-view .pc-left-column,
.product-comparison .desktop-view .pc-right-column {
    padding-top: 35px;
    padding-bottom: 80px;
    border-radius: 21px;
}
.product-comparison .desktop-view .pc-left-column .logo-image,
.product-comparison .desktop-view .pc-right-column .logo-image {
    height: 68px;
}
.product-comparison .desktop-view .pc-left-column .divider,
.product-comparison .desktop-view .pc-right-column .divider {
    height: 140px;
}
.product-comparison .desktop-view .pc-left-column p,
.product-comparison .desktop-view .pc-right-column p {
    font-size: 25px;
    line-height: 50px;
}
@media (max-width: 1500px) {
    .product-comparison .desktop-view .pc-left-column p,
    .product-comparison .desktop-view .pc-right-column p {
        font-size: 22px;
    }
}
@media (max-width: 1350px) {
    .product-comparison .desktop-view .pc-left-column p,
    .product-comparison .desktop-view .pc-right-column p {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .product-comparison .desktop-view .pc-left-column p,
    .product-comparison .desktop-view .pc-right-column p {
        font-size: 15px;
    }
}
.product-comparison .desktop-view .resize-horizontal-paddings {
    padding-right: 6px;
    padding-left: 6px;
}
.product-comparison .desktop-view .pc-left-column {
    padding-right: 68px;
    background: transparent linear-gradient(158deg, #347199 0%, #033455 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1350px) {
    .product-comparison .desktop-view .pc-left-column {
        padding-right: 56px;
    }
}
@media (max-width: 1199px) {
    .product-comparison .desktop-view .pc-left-column {
        padding-right: 48px;
    }
}
.product-comparison .desktop-view .pc-left-column .logo-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-comparison .desktop-view .pc-left-column .items-block p {
    font-family: "WorkSans SemiBold", sans-serif;
    text-align: right;
    font-size: 25px;
    line-height: 50px;
    color: white;
}
@media (max-width: 1500px) {
    .product-comparison .desktop-view .pc-left-column .items-block p {
        font-size: 22px;
    }
}
@media (max-width: 1350px) {
    .product-comparison .desktop-view .pc-left-column .items-block p {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .product-comparison .desktop-view .pc-left-column .items-block p {
        font-size: 15px;
    }
}
.product-comparison .desktop-view .pc-right-column {
    padding-left: 68px;
    background: transparent linear-gradient(161deg, #cae1f0 0%, #62aadb 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1350px) {
    .product-comparison .desktop-view .pc-right-column {
        padding-left: 56px;
    }
}
@media (max-width: 1199px) {
    .product-comparison .desktop-view .pc-right-column {
        padding-left: 48px;
    }
}
.product-comparison .desktop-view .pc-right-column .items-block {
    font-family: "WorkSans Bold", sans-serif;
    color: #347199;
}
.product-comparison .desktop-view .dividers-parent-block {
    position: relative;
}
@media (max-width: 991px) {
    .product-comparison .desktop-view .dividers-parent-block {
        display: none;
    }
}
.product-comparison .desktop-view .dividers-parent-block div {
    height: 46px;
    position: absolute;
    background-color: white;
    font-size: 25px;
    line-height: 40px;
    font-family: "WorkSans Bold", sans-serif;
    color: #1d5479;
}
.product-comparison .desktop-view .dividers-parent-block div.text-block {
    padding-right: 70px;
    padding-left: 70px;
    border-radius: 10px;
}
.product-comparison .desktop-view .dividers-parent-block div.text-block p {
    font-family: "WorkSans Bold", sans-serif;
    color: #1d5479;
    white-space: nowrap;
    font-size: 25px;
    line-height: 50px;
}
@media (max-width: 1350px) {
    .product-comparison .desktop-view .dividers-parent-block div.text-block p {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .product-comparison .desktop-view .dividers-parent-block div.text-block p {
        font-size: 19px;
    }
}
.product-comparison .desktop-view .dividers-parent-block div.vs-block {
    border-radius: 50%;
    height: 83px;
    width: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "WorkSans Bold", sans-serif;
    color: #1d5479;
}
.product-comparison .desktop-view .dividers-parent-block div.vs-block p {
    font-family: "WorkSans Bold", sans-serif;
    font-size: 31px;
    line-height: 40px;
    color: #1d5479;
}
.product-comparison .desktop-view .dividers-parent-block div#first-divider-block {
    top: 173px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-comparison .desktop-view .dividers-parent-block div#first-vs-divider-block {
    top: 379px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-comparison .desktop-view .dividers-parent-block div#second-divider-block {
    top: 664px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-comparison .desktop-view .dividers-parent-block div#second-vs-divider-block {
    top: 819px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-comparison .desktop-view .dividers-parent-block div#third-divider-block {
    top: 1057px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-comparison .desktop-view .dividers-parent-block div#third-vs-divider-block {
    top: 1209px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-comparison .desktop-view .row + .row {
    margin-top: 75px;
}
.product-comparison .mobile-view {
    display: none;
}
@media (max-width: 991px) {
    .product-comparison .mobile-view {
        display: block;
    }
}
.product-comparison .mobile-view .main {
    background: transparent linear-gradient(161deg, #347199 0%, #033455 100%) 0% 0% no-repeat padding-box;
}
.product-comparison .mobile-view .main p {
    font-family: "WorkSans SemiBold", sans-serif;
    color: white;
}
.product-comparison .mobile-view .competitor {
    margin-top: 10px;
    background: transparent linear-gradient(161deg, #cae1f0 0%, #62aadb 100%) 0% 0% no-repeat padding-box;
}
.product-comparison .mobile-view .main,
.product-comparison .mobile-view .competitor {
    border-radius: 10px;
    padding: 50px 20px;
    position: relative;
}
.product-comparison .mobile-view .main p,
.product-comparison .mobile-view .competitor p {
    font-size: 0.8rem;
}
@media (max-width: 380px) {
    .product-comparison .mobile-view .main p,
    .product-comparison .mobile-view .competitor p {
        font-size: 0.7rem;
    }
}
.product-comparison .mobile-view .main p + p,
.product-comparison .mobile-view .competitor p + p {
    margin-top: 15px;
}
.product-comparison .mobile-view .main div,
.product-comparison .mobile-view .competitor div {
    position: relative;
}
.product-comparison .mobile-view .main img,
.product-comparison .mobile-view .competitor img {
    max-height: 30px;
    right: 30px;
    position: absolute;
}
.product-comparison .mobile-view .comparison-item {
    position: relative;
}
.product-comparison .mobile-view .comparison-item .vs {
    font-family: "WorkSans Bold", sans-serif;
    color: #1d5479;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: white;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-comparison .mobile-view .comparison-item .description {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    max-width: 70%;
    font-size: 1.1rem;
    font-family: "WorkSans Bold", sans-serif;
    color: #1d5479;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}
.product-comparison .mobile-view .comparison-item + .comparison-item {
    margin-top: 30px;
}
.info-block-dropped {
    background-color: #efefef;
    padding-top: 34px;
    padding-bottom: 40px;
}
.info-block-dropped h2 {
    font-family: "WorkSans Bold", sans-serif;
    font-size: 40px;
    line-height: 45px;
    margin-top: 41px;
}
.info-block-dropped h3 {
    margin-top: 30px;
}
.info-block-dropped h4 {
    font-family: "WorkSans Bold", sans-serif;
    color: black;
    font-size: 24px;
    line-height: 28px;
    margin-top: 25px;
}
.info-block-dropped strong {
    font-family: "WorkSans Bold", sans-serif;
    color: #2363f4;
}
.info-block-dropped p {
    font-family: "WorkSans Regular", sans-serif;
    color: #5d5e65;
    margin-top: 26px;
}
.info-block-dropped .image-container {
    margin-top: 23px;
    padding: 30px;
    background-color: white;
    -webkit-box-shadow: 0px -10px 20px #0000000d;
    box-shadow: 0px -10px 20px #0000000d;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-block-dropped .image-container-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-block-dropped.big-image .image-container-right {
    position: relative;
    padding-top: 250px;
}
.info-block-dropped.big-image .image-container-right img {
    position: absolute;
}
.info-block-dropped.centered-text-container .row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-description {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-description .row{
	align-items:center;
}
.product-description.no-wrap .wrapper {
    padding-left: 0;
}
@media (min-width: 1920px) {
    .product-description.no-wrap .wrapper {
        padding-left: 140px;
    }
}
.product-description.no-wrap .wrapper img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.product-description strong {
    font-family: "WorkSans Bold", sans-serif;
    color: #2f114f;
}
.product-description h4 {
    margin-top: 30px;
}
.product-description h1 + p,
.product-description h2 + p,
.product-description h3 + p,
.product-description h4 + p,
.product-description h5 + p,
.product-description h6 + p,
.product-description div + p {
    margin-top: 20px;
	margin-bottom:30px;
}
.product-description .col-lg-6 img {
    width: auto;
    max-height: 350px;
}
@media (max-width: 991px) {
    .product-description .col-lg-6 img {
        margin-top: 3rem;
    }
}
.product-description p {
    font-family: "WorkSans Regular", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1.4em;
}
.product-description p + p {
    margin-top: 23px;
}
.product-description .button,
.product-description form .form-row input[type="submit"],
form .form-row .product-description input[type="submit"] {
    margin-top: 54px;
    margin-left: 50px;
}
.product-description .button.drop-left-margin,
.product-description form .form-row input.drop-left-margin[type="submit"],
form .form-row .product-description input.drop-left-margin[type="submit"] {
    margin-left: 0;
}
@media (max-width: 991px) {
    .product-description .col-lg-7 {
        margin-top: 20px;
    }
}
.product-description .three-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-description .three-images img {
    width: 60%;
    max-width: 550px;
}
.product-description .three-images img:first-of-type {
    right: 0;
    margin-top: 30px;
    margin-left: 200px;
    z-index: 5;
}
.product-description .three-images img:nth-child(even) {
    left: 0;
    z-index: 4;
    margin-top: -100px;
}
.product-description .three-images img:last-of-type {
    right: 0;
    margin-top: -100px;
    margin-left: 170px;
    z-index: 5;
}
@media (max-width: 1350px) {
    .product-description .three-images img:first-of-type {
        right: 0;
        margin-top: 30px;
        margin-left: 170px;
        z-index: 5;
    }
    .product-description .three-images img:nth-child(even) {
        left: 0;
        z-index: 4;
        margin-top: -50px;
    }
    .product-description .three-images img:last-of-type {
        right: 0;
        margin-top: -65px;
        margin-left: 130px;
        z-index: 5;
    }
}
@media (max-width: 991px) {
    .product-description .three-images img {
        width: 70%;
        max-width: 550px;
    }
    .product-description .three-images img:first-of-type {
        margin-left: 90px;
        z-index: 5;
    }
    .product-description .three-images img:nth-child(even) {
        z-index: 4;
        margin-left: 0;
    }
    .product-description .three-images img:last-of-type {
        margin-left: 65px;
        z-index: 5;
    }
}
.product-description .row + .row {
    margin-top: 50px;
}
.product-description.increase-margin-top {
    margin-top: 150px;
}
.image-slider {
    padding-top: 40px;
    margin-bottom: 120px;
    height: 111px;
}
.image-slider .slick-next {
    right: -50px;
    z-index: 10;
}
.image-slider .slick-next::before {
    content: "";
}
@media (max-width: 991px) {
    .image-slider .slick-next {
        right: -25px;
    }
}
@media (max-width: 480px) {
    .image-slider .slick-next {
        right: 0;
    }
}
.image-slider .slick-prev {
    left: -50px;
    z-index: 10;
}
.image-slider .slick-prev::before {
    content: "";
}
@media (max-width: 991px) {
    .image-slider .slick-prev {
        left: -25px;
    }
}
@media (max-width: 480px) {
    .image-slider .slick-prev {
        left: 0;
    }
}
.image-slider .slider-wrapper {
    position: relative;
}
.image-slider .cover {
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.image-slider .cover > div {
    height: 150px;
    width: 50%;
}
.image-slider .cover > div.left-gradient {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(-3%, #fff), color-stop(33%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0%, #fff -3%, rgba(255, 255, 255, 0) 33%);
}
.image-slider .cover > div.right-gradient {
    background: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(-3%, #fff), color-stop(33%, rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 0%, #fff -3%, rgba(255, 255, 255, 0) 33%);
}
.image-list-services {
    padding-bottom: 40px;
}
.image-list-services .item {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "WorkSans Regular", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #5d5e65;
}
.image-list-services .item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
}
.image-list-services .item p {
    margin-left: 20px;
}
.image-list-services .item img {
    max-width: 100px;
}
@media (max-width: 991px) {
    .image-list-services .item {
        padding-top: 1rem;
        padding-bottom: 1rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 40px;
    }
    .image-list-services .item div {
        width: 3.5rem;
    }
}
@media (max-width: 480px) {
    .image-list-services .item div {
        width: 3.7rem;
    }
    .image-list-services .item p {
        font-size: 1rem;
        line-height: 1.1rem;
    }
}
.image-block-services {
    padding-top: 40px;
    padding-bottom: 40px;
}
.image-block-services .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.image-block-services .item img {
    border-radius: 10px;
    max-width: 90px;
}
.image-block-services .item p {
    font-family: "WorkSans Regular", sans-serif;
    color: black;
    margin-left: 20px;
    text-align: left;
    max-width: 50%;
}
@media (max-width: 991px) {
    .image-block-services .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .image-block-services .item p {
        font-size: 1rem;
        line-height: 1.1rem;
        text-align: center;
        margin-left: 0;
        margin-top: 1rem;
        max-width: 100%;
    }
}
.image-block-services .col-lg-4:nth-child(n + 4) {
    margin-top: 90px;
}
@media (max-width: 991px) {
    .image-block-services .col-lg-4:nth-child(n + 4) {
        margin-top: 4rem;
    }
}
@media (max-width: 991px) {
    .image-block-services .col-lg-4 {
        margin-top: 4rem;
    }
}
.double-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efefef;
}
.double-section p {
    color: #5d5e65;
}
.double-section .row + .row {
    margin-top: 50px;
}
.double-section h2 + p {
    margin-top: 30px;
}
.double-section p + p {
    margin-top: 30px;
}
.double-section .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.double-section h2 + h4 {
    margin-top: 20px;
}
.double-section ul {
    margin-top: 30px;
}
.double-section ul li {
    font-family: "WorkSans Regular", sans-serif;
    color: #5d5e65;
    font-size: 20px;
    line-height: 23px;
    margin-left: 50px;
}
.double-section ul li + li {
    margin-top: 23px;
}
.double-section ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 6px;
    margin-left: -50px;
    background: url("/wp-content/themes/elysium/assets/img/Group 228.svg") center center/cover no-repeat;
}
.image-section-block {
    padding-bottom: 15px;
}
@media (max-width: 991px) {
    .image-section-block .wrapper {
        width: 80%;
    }
}
.image-section-block .row {
    border-radius: 15px;
    padding: 50px;
    -webkit-box-shadow: -5px 5px 15px #565d6f33;
    box-shadow: -5px 5px 15px #565d6f33;
}
@media (max-width: 991px) {
    .image-section-block .row {
        padding: 1rem;
    }
}
.image-section-block strong {
    color: #2363f4;
}
.image-section-block .blue-divider {
    margin-bottom: 30px;
}
.image-section-block.up-to-block {
    margin-top: -300px !important;
}
.image-section-block .col-lg-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .image-section-block .col-lg-3 {
        display: none;
    }
}
.image-section-block h2 + p,
.image-section-block p + p {
    margin-top: 30px;
}
.image-section-block .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.image-section-block .col-lg-12 img {
    margin-top: 40px;
}
.half-row-blocks {
    padding-top: 15px;
    padding-bottom: 35px;
}
.half-row-blocks .row-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.half-row-blocks .row-block p {
    font-family: "WorkSans Regular", sans-serif;
    color: #000;
}
.half-row-blocks .row-block img {
    max-width: 100px;
}
.half-row-blocks .row-block img + p {
    margin-left: 30px;
}
.full-block-image {
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-block-image .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-block-image .col-lg-12 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.full-block-image .col-lg-12 div img {
    width: 100%;
}
.full-block-image .col-lg-12 div img.half-screen {
    width: auto;
    max-height: 50vh;
}
.full-block-image.remove-top-padding {
    padding-top: 0;
}
.full-block-image.remove-bottom-padding {
    padding-bottom: 0;
}
.full-block-image .slick-initialized .slick-slide {
    float: inherit;
    display: inline-block !important;
    vertical-align: middle;
}
.full-block-image .slick-dots li > button:before {
    font-size: 10px;
}
.big-text-with-image {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.big-text-with-image.no-wrap .wrapper {
    padding-left: 0;
}
.big-text-with-image h2 {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 40px;
    line-height: 45px;
}
.big-text-with-image h4 {
    font-family: "WorkSans Regular", sans-serif;
    color: black;
    font-size: 24px;
    line-height: 28px;
}
.big-text-with-image h2 + h4 {
    margin-top: 30px;
}
.big-text-with-image h2 + h2 {
    margin-top: 30px;
}
.big-text-with-image h1 + p,
.big-text-with-image h2 + p,
.big-text-with-image h3 + p,
.big-text-with-image h4 + p,
.big-text-with-image h5 + p,
.big-text-with-image h6 + p {
    margin-top: 40px;
}
.big-text-with-image p {
    margin-top: 23px;
    font-family: "WorkSans Regular", sans-serif;
    color: #5d5e65;
}
.big-text-with-image .button,
.big-text-with-image form .form-row input[type="submit"],
form .form-row .big-text-with-image input[type="submit"] {
    margin-top: 54px;
    margin-left: 50px;
}
.big-text-with-image .button.drop-left-margin,
.big-text-with-image form .form-row input.drop-left-margin[type="submit"],
form .form-row .big-text-with-image input.drop-left-margin[type="submit"] {
    margin-left: 0;
}
.big-text-with-image .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}
.big-text-with-image img {
    max-height: 250px;
    width: auto;
}
@media (max-width: 991px) {
    .big-text-with-image img {
        margin-top: 2rem;
    }
}
.two-lists-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.two-lists-block strong {
    color: #2363f4;
}
.two-lists-block .list-title {
    min-height: 5rem;
}
.two-lists-block .list-content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.two-lists-block .list-content ul {
    margin-left: 30px;
    margin-top: 0;
}
.two-lists-block .list-content img {
    max-width: 50%;
}
@media (max-width: 991px) {
    .two-lists-block .list-content img {
        max-width: 30%;
    }
}
@media (max-width: 991px) {
    .two-lists-block .list-content {
        margin-top: 1rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 991px) {
    .two-lists-block .col-lg-6 {
        margin-top: 2rem;
    }
}
.three-blocks-with-central {
    padding-top: 40px;
    padding-bottom: 40px;
}
.three-blocks-with-central strong {
    color: black;
}
.three-blocks-with-central .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.three-blocks-with-central .block-item:first-of-type img,
.three-blocks-with-central .block-item:last-of-type img {
    max-height: 169px;
    width: auto;
    background-color: white;
    padding: 34px;
    -webkit-box-shadow: 0px 3px 10px #00000016;
    box-shadow: 0px 3px 10px #00000016;
}
.three-blocks-with-central .block-item:nth-child(2) {
    background-color: white;
    padding: 34px;
    -webkit-box-shadow: 0px 3px 10px #00000016;
    box-shadow: 0px 3px 10px #00000016;
}
.three-blocks-with-central .block-item:nth-child(2) img {
    max-height: 101px;
    width: auto;
}
.three-blocks-with-central .block-item * + * {
    margin-top: 30px;
}
.three-blocks-with-central .block-item p {
    font-family: "WorkSans Regular", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #5d5e65;
    text-align: center;
}
@media (max-width: 991px) {
    .three-blocks-with-central .block-item {
        margin-top: 2rem;
    }
}
.three-blocks-with-central.additional-spacing .row {
    margin-top: -300px !important;
    padding-top: 150px !important;
}
.persons-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.persons-block h2 {
    font-family: "WorkSans Regular", sans-serif;
    text-align: center;
}
.persons-block h2 strong {
    font-family: "WorkSans Bold", sans-serif;
    color: #2f114f;
}
.form-block {
    padding-bottom: 60px;
}
.form-block.gray-section {
    padding-top: 50px;
    padding-bottom: 350px;
    background-color: #efefef;
}
.form-block.gray-section .col-lg-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .form-block h2 {
        font-size: 2rem;
    }
}
.form-block .row:first-of-type .col-lg-3 img {
    max-width: 142px;
}
.form-block strong {
    color: #2f114f;
}
.form-block .blue-divider {
    margin-bottom: 30px;
}
.form-block .row + .row {
    margin-top: 50px;
}
.form-block .row-form {
    padding: 40px;
    border-radius: 0.9rem;
    -webkit-box-shadow: -5px 5px 15px #565d6f33;
    box-shadow: -5px 5px 15px #565d6f33;
}
.form-block .row-form input[type="submit"] {
    color: white;
}
.form-block .row-form .col-lg-12 {
    margin-top: 2.5rem;
}
@media (max-width: 991px) {
    .form-block .row-form .col-lg-12 {
        margin-top: 1rem;
    }
}
@media (max-width: 991px) {
    .form-block .row-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2rem 1rem;
        max-width: 100%;
    }
    .form-block .row-form .col-lg-9 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .form-block .row-form .col-lg-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-block .row-form .col-lg-3 img {
        max-height: 4rem;
        width: auto;
    }
    .form-block .row-form .col-lg-12 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (max-width: 991px) {
    .form-block .col-xs-12 {
        margin-top: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.form-block h2 + p {
    margin-top: 30px;
}
.form-block .link-in-text {
    font-family: "WorkSans Bold", sans-serif;
    color: #3d5ca3;
}
@media (max-width: 991px) {
    .form-block .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.map-block {
    height: 550px;
}
@media (max-width: 1199px) {
    .map-block {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .map-block {
        height: 400px;
    }
}
.map-block iframe {
    width: 100%;
    height: 100%;
}
.three-simple-blocks {
    padding-top: 40px;
    padding-bottom: 40px;
}
.three-simple-blocks .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .three-simple-blocks .col-lg-4 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .three-simple-blocks .col-lg-4 + .col-lg-4 {
        margin-top: 2rem;
    }
}
.three-simple-blocks .col-lg-4 img {
    max-height: 90px;
    width: auto;
}
@media (max-width: 1199px) {
    .three-simple-blocks .col-lg-4 img {
        max-height: 65px;
    }
}
.three-simple-blocks .col-lg-4 div:first-of-type {
    max-width: 30%;
}
@media (max-width: 991px) {
    .three-simple-blocks .col-lg-4 div:first-of-type {
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .three-simple-blocks .col-lg-4 div:last-of-type {
        width: 60%;
    }
}
.three-simple-blocks .col-lg-4 div + div {
    margin-left: 30px;
}
.three-simple-blocks .col-lg-4 a {
    color: black;
}
.video-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.video-section h2 {
    font-size: 2rem;
    color: #381959;
}
.video-section .blue-divider {
    margin-bottom: 2rem;
}
@media (max-width: 991px) {
    .video-section .blue-divider {
        margin-bottom: 1rem;
    }
}
.video-section .banner-button {
    margin-bottom: 0;
}
.video-section .desktop-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .video-section .desktop-view {
        display: none;
    }
}
.video-section .mobile-view {
    display: none;
}
@media (max-width: 991px) {
    .video-section .mobile-view {
        display: block;
    }
}
.video-section .mobile-view .col-lg-3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.video-section .mobile-view .slick-dots li {
    margin: 0;
}
.video-section .mobile-view .slick-dots li > button:before {
    color: #347199;
    font-size: 10px;
}
@media (max-width: 991px) {
    .video-section .row + .row {
        margin-top: 2rem;
    }
}
.collection-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.collection-block .row + .row {
    margin-top: 30px;
}
.collection-block strong {
    color: #2363f4;
}
.collection-block .lined-block {
    position: relative;
}
.collection-block .lined-block .blue-line {
    top: 77px;
    z-index: 1;
    position: absolute;
    height: 70px;
    background-color: #347199;
    left: 15%;
    width: 70%;
}
@media (max-width: 991px) {
    .collection-block .lined-block .blue-line {
        display: none;
    }
}
.collection-block .lined-block .col-lg-3 {
    z-index: 2;
    position: relative;
}
@media (max-width: 991px) {
    .collection-block .lined-block .col-lg-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .collection-block .lined-block .col-lg-3 + .col-lg-3 {
        margin-top: 5.2rem;
    }
    .collection-block .lined-block .col-lg-3 + .col-lg-3:before {
        content: "";
        display: block;
        position: absolute;
        width: 47px;
        height: 83px;
        right: 50%;
        top: -83px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        background: url("/wp-content/themes/elysium/assets/img/arrow-down.png") center center/cover no-repeat;
    }
}
.collection-block .lined-block .col-lg-3:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 34px;
    right: 5%;
    top: 28%;
    background: url("/wp-content/themes/elysium/assets/img/Group 571.png") center center/cover no-repeat;
}
@media (min-width: 1920px) {
    .collection-block .lined-block .col-lg-3:after {
        right: 10%;
    }
}
@media (max-width: 1700px) {
    .collection-block .lined-block .col-lg-3:after {
        right: 5%;
        height: 25px;
        width: 29px;
        top: 29%;
    }
}
@media (max-width: 1500px) {
    .collection-block .lined-block .col-lg-3:after {
        right: 0;
    }
}
@media (max-width: 1350px) {
    .collection-block .lined-block .col-lg-3:after {
        right: -5%;
    }
}
@media (max-width: 1199px) {
    .collection-block .lined-block .col-lg-3:after {
        right: -6%;
        height: 20px;
        width: 24px;
        top: 28%;
    }
}
@media (max-width: 991px) {
    .collection-block .lined-block .col-lg-3:after {
        display: none;
    }
}
.three-blocks-image-top {
    padding-top: 40px;
    padding-bottom: 40px;
}
.three-blocks-image-top strong {
    color: #2363f4;
}
.three-blocks-image-top img {
    max-height: 90px;
    width: auto;
}
.three-blocks-image-top .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.three-blocks-image-top .col-lg-4 * + * {
    margin-top: 30px;
}
.three-blocks-image-top .col-lg-4 p {
    max-width: 80%;
}
@media (max-width: 991px) {
    .three-blocks-image-top .col-lg-4 {
        margin-top: 2rem;
    }
}
.gray-features {
    padding-top: 40px;
    padding-bottom: 40px;
}
.gray-features strong {
    color: #2363f4;
}
.gray-features h2 + p {
    margin-top: 30px;
}
.gray-features .row + .row {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .gray-features .row + .row {
        margin-top: 0;
    }
}
.gray-features .blue-divider {
    margin-bottom: 30px;
}
.gray-features img {
    max-height: 80px;
    width: auto;
}
.gray-features .feature-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px #565d6f33;
    box-shadow: 0px 3px 10px #565d6f33;
    padding: 50px 20px;
    background-color: white;
}
.gray-features .feature-block * + * {
    margin-top: 30px;
}
.gray-features .feature-block h2 {
    font-family: "WorkSans-Light", sans-serif;
    font-size: 34px;
    line-height: 39px;
    color: black;
}
.gray-features .feature-block p {
    color: #5d5e65;
}
@media (max-width: 991px) {
    .gray-features .col-lg-4 {
        margin-top: 2rem;
    }
}
.full-block-text {
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-block-text h3,
.full-block-text h4,
.full-block-text h5,
.full-block-text h6,
.full-block-text p,
.full-block-text span,
.full-block-text a {
    color: black;
}
.full-block-text strong {
    color: #2f114f;
    font-family: "WorkSans Bold", sans-serif;
}
.full-block-text * + * {
   /* margin-top: 30px; */
}
.full-block-text.remove-top-padding {
    padding-top: 0;
}
.full-block-text.remove-bottom-padding {
    padding-bottom: 0;
}
.scroll-up-button {
    background-image: url("/wp-content/themes/elysium/assets/img/scroll-top.png");
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 6;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 40px;
}
.right-radio {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    position: fixed;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .right-radio {
        display: none !important;
    }
}
.right-radio li {
    text-align: right;
}
.right-radio li + li {
    margin-top: 30px;
}
.right-radio span {
    font-family: "WorkSans-Light", sans-serif;
    color: rgba(0, 0, 0, 0);
    font-size: 16px;
    display: none;
}
.right-radio span + a {
    margin-left: 10px;
}
.right-radio li.active a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 4px;
    right: -2px;
    opacity: 1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}
.right-radio li.active span {
    display: inline-block;
}
.right-radio a {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}
.right-radio a:hover::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 4px;
    right: -2px;
    opacity: 1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: all;
    transition-property: all;
}
.two-columns {
    padding-top: 40px;
    padding-bottom: 40px;
}
.two-columns p {
    color: #5d5e65;
}
.two-columns p + p {
    margin-top: 30px;
}
.two-columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .two-columns .column {
        margin-top: 2rem;
    }
}
.two-columns .blue-divider {
    margin-bottom: 30px;
}
.two-columns h2 {
    font-size: 40px;
    line-height: 45px;
}
.two-columns strong {
    color: #2363f4;
}
.two-columns .image-content {
    margin-top: 30px;
}
.two-columns .image-content img {
    max-height: 300px;
}
.two-columns .row + .row {
    margin-top: 40px;
}
.mobile-menu {
    z-index: 10;
	background: #381959;
   /* background-image: url("/wp-content/themes/elysium/assets/img/Final_Bg.jpg"); */
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    display: block;
    padding-bottom: 2rem;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu .menu a,
.mobile-menu .menu p {
    font-size: 1.5rem;
}
.mobile-menu .menu .sub-menu {
    display: none;
}
.mobile-menu .menu li {
    padding: 1.5rem 2.5rem;
}
.mobile-menu .menu li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 10px;
    margin-top: 6px;
    margin-left: 20px;
    background: url("/wp-content/themes/elysium/assets/img/arrow-right.png") center center/cover no-repeat;
}
.mobile-menu .extended-sub-menu {
    z-index: 10;
    width: 100%;
    height: calc(100vh - 88px);
    position: absolute;
    top: 0;
    background-color: white;
    display: block;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mobile-menu .extended-sub-menu > div {
    background-image: url("/wp-content/themes/elysium/assets/img/Final_Bg.jpg");
    background-position-y: 31.5%;
    background-size: cover;
    padding: 1.5rem 4.5rem;
}
.mobile-menu .extended-sub-menu > div p {
    font-weight: 600;
    color: white;
}
.mobile-menu .extended-sub-menu > div p::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 10px;
    margin-top: 6px;
    margin-left: -2rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("/wp-content/themes/elysium/assets/img/arrow-right.png") center center/cover no-repeat;
}
.mobile-menu .extended-sub-menu .sub-menu {
    display: block;
}
.mobile-menu .extended-sub-menu .sub-menu a {
    color: #347199;
}
.mobile-menu .extended-sub-menu .sub-menu li {
    padding: 1.5rem 4.5rem;
}
.mobile-menu .extended-sub-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.popup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.popup-container div {
    display: none;
    position: relative;
}
.popup-container div p {
    height: 100%;
    width: 100%;
}
.popup-container div iframe {
    width: 75vw;
    height: 42.1875vw;
}
@media (max-width: 1350px) {
    .popup-container div iframe {
        width: 85vw;
        height: 47.8125vw;
    }
}
.popup-container .popup-close-button {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    right: -3rem;
    cursor: pointer;
    background: url("/wp-content/themes/elysium/assets/img/mobile-close.svg") center center/cover no-repeat;
}
@media (max-width: 991px) {
    .popup-container .popup-close-button {
        height: 24px;
        width: 24px;
        right: -27px;
    }
}
@media (max-width: 600px) {
    .popup-container .popup-close-button {
        height: 20px;
        width: 20px;
        right: -21px;
    }
}
.window-slider {
    min-height: 40rem;
}
@media (max-width: 1500px) {
    .window-slider {
        min-height: 40rem;
    }
}
@media (max-width: 991px) {
    .window-slider {
        min-height: 28rem;
    }
}
@media (max-width: 600px) {
    .window-slider {
        min-height: 14rem;
    }
}
.window-slider .row img {
    width: 90%;
}
.window-slider .col-lg-12 {
    margin-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1500px) {
    .window-slider .col-lg-12 {
        margin-top: 5rem;
    }
}
@media (max-width: 991px) {
    .window-slider .col-lg-12 {
        margin-top: 4rem;
    }
}
@media (max-width: 600px) {
    .window-slider .col-lg-12 {
        margin-top: 3rem;
    }
}
.window-slider .wrapper .row:first-of-type {
    position: relative;
}
.window-slider .wrapper .back-part {
    position: absolute;
    width: 100%;
    left: 0;
}
.window-slider .slick-dots li > button:before {
    margin-top: 1rem;
    font-size: 10px;
}

.color-button {
    border-radius: 6px;
    border: 2px solid #2f114f !important;
    color: #2f114f !important;
    padding: 10px 20px !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
margin-bottom:30px !important;
}
.color-button:hover {
    background: #2f114f;
    color: #fff !important;
}

.title-header-top {
    margin: 40px 0px 40px 0px;
    align-items: center;
}
.secound-heading {
    margin: 20px 0px 40px 0px;
	    align-items: center;
}
.secound-heading .button{
	margin-top:20px;
	margin-bottom:20px;
}
#lightbox {
    display: flex;
    flex-direction: column;
}
#lightbox .lb-dataContainer {
    order: 0;
    margin-bottom: 10px;
}
#lightbox .lb-dataContainer .lb-details {
    opacity: 0;
}
#lightbox .lb-dataContainer .lb-close {
    background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
#lightbox .lb-outerContainer {
    order: 1;
}
.testimonial-block p{
	padding:0px 30px;
}
.testimonial-block h4{
	padding:0px 30px;margin-bottom: 20px;
}
