﻿@charset "utf-8";
/* CSS Document */



body {
    margin: 0;
    padding: 0;
    background-color: #dff4f4;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: min(5vw, 20px);
    line-height: min(6.5vw, 28px);
    color: #003f62;
    max-width: 2560px;
    margin: 0 auto;
    text-align: justify;
}

img {
    width: 100%;
    height: intrinsic;
}

.centered {
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-left: min(4vw, 80px);
    box-sizing: border-box;
    flex-wrap: wrap;
    /* height: 200px; */
    position:sticky;
    top:0;
    background-color:rgb(223 244 244 / 95%);
    z-index:5;
}

.logo {
    max-width: 215px;
    padding: 20px 0;
    box-sizing: border-box;
	width: 100%;
}

.header-strip {
    background-color: #003f62;
    flex-basis: 100%;
    height: min(2vw, 40px);
}

.menu {
    display: flex;
    width: 85%;
    max-width: 1060px;
    justify-content: end;
    align-items: stretch;
}

.form-terms a {color: #003f62 !important }


.menu-primary {display: flex;justify-content: space-between;align-items: center;flex-basis: 75%;}

.content ul, .content li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content a {    color: #00aaa8; transition:all 0.25s ease-in-out}
.content a:hover {    color: #000;}


.menu-item {
    flex-basis: calc(100% / 7);

    align-items: stretch;
}

.menu-secondary {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;

}

.menu-item-secondary a {
    border-bottom: 1px solid #bfeae9;
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
}

.menu-item-primary a {
    background-color: #fff;
    background: linear-gradient(0deg, rgba(0, 63, 98, 1) 50%, rgba(255, 255, 255, 1) 0%);
    background-size: auto 240px;
    border-right: 1px solid #bfeae9;
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: min(2.7vw, 20px);
    line-height: min(3vw, 24px);
    font-weight: 600;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.menu-item-secondary {
    display: flex;
    flex-direction: column;
}

.menu-item-primary {

    justify-content: center;
    white-space: nowrap;
}

.hero {

    display: flex;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.hero-left {
    width: min(2vw, 40px);
}

.hero-right {
    width: min(2vw, 40px);
}

.hero-right-bg {
    background-color: #003f62;
    border-bottom-right-radius: 40px;
    width: 100%;
    height: 31vw;
}

.hero-center {
    flex-grow: 1;
    flex-basis: 100%;

    background: linear-gradient(0deg,rgba(0, 63, 98, 0) 50%, rgba(0, 63, 98, 1) 51%);
}

.hero-center-bg {
    background: linear-gradient(135deg,rgba(0, 170, 168, 1) 0%, rgba(0, 17, 44, 1) 100%);

    border-radius: 100px;
    border-top-left-radius: 0;

    padding-bottom: 100px;

    display: flex;
    flex-direction: column;
}

.hero-center-top {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    height: 31vw;
    padding: 3vw;
    padding-left: 0;
    padding-right: 0;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    gap: min(2vw, 40px);
    justify-content: space-between;

    box-sizing: border-box;
}

.hero-center-bg-img {
    position: absolute;
    width: 100%;
    max-width: 50vw;
    margin: 0 auto;
    z-index: 0;
    right: 2.5vw;
    top: 2vw;
}

a.btn-generic img, button.btn-generic img {
    max-width: 35px;
    transition: all 0.25s ease-in-out;
    padding: 0;
}

a.btn-generic, button.btn-generic {cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: min(2vw, 20px);
    font-size: min(4vw, 18px);
    line-height: min(5vw, 18px);
    font-weight: 600;
    text-align: left;
}

.hero-center-top-right-img {
    border-radius: 150px;
    border-bottom-left-radius: 0;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.hero-center-top-right {z-index: 1;width: 450px;color: #fff;text-align: left;}

h1 {
    margin: 0;
    padding: 0;
}

.hero h1 {
    color: #fff;
    font-weight: 300;
    font-size: min(5vw, 80px);
    line-height: min(5.5vw, 80px);
    text-align: left;
}

.hero-center-top-left {flex-grow: 1;flex-basis: 35%;z-index: 1;max-width: 950px;}

.padding {
    padding: 40px;
    box-sizing: border-box;
}

h2 {
    padding: 0;
    margin: 0;
    color: #00aaa8;
    font-size: min(4vw, 50px);
    line-height: min(5vw, 50px);
    font-weight: 300;
    text-align: center;
    margin-bottom: 2vw;
}

.hero-center-top-right h2 {
    font-weight: 400;
    font-size: min(6vw, 35px);
    line-height: min(6vw, 40px);
    margin: 1vw 0;
    text-align: left;
    color: #fff;
}

a {
    color: #003f62;
    text-decoration: none;
    transition: all 0.75s ease-in-out;
}

.menu-item-primary a {
}

.menu-item-secondary a {
    font-size: min(3vw, 17px);
}

.hero-center-top-right a.btn-generic {
    color: #fff;
}

.data-carousel {
    display: flex;
    min-height: 200px;
    justify-content: space-between;
    gap: 40px;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
}

.data-carousel-title {
    background-color: #dff4f4;
    color: #00aaa8;
    font-weight: 300;
    height: 200px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: min(4vw, 50px);
    display: flex;
    align-items: center;
    padding-right: 3vw;
    padding-left: 3vw;
    white-space: nowrap;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.data-carousel-info {
    border: 1px solid #dff4f4;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    gap: 40px;
    flex-basis: 30%;
}

.data-carousel-info-arrows {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.data-carousel-info-text {
    flex-grow: 1;
    max-width: 830px;
    padding-left: 3vw;
    font-size: min(5vw, 18px);
    line-height: min(6.5vw, 22px);
}

.data-carousel-number {
    width: 200px;
    height: 200px;
    border: 1px solid #00aaa8;
    border-radius: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: min(3vw, 25px);
    padding: 0 13px;
    position: relative;
    z-index: 1;
    align-items: center;
    text-align: center;
}

.data-carousel-info-arrows img {
    width: 40px;
}

.data-carousel-number span {
    font-weight: 100;
    color: #00aaa8;
    font-size: 200px;
    line-height: 200px;
    position: absolute;
    z-index: -1;
    bottom: 10px;
}

img.arrow-prev {
    transform: rotate(180deg);
}

.home-software-item-center {
}

.home-software-item-center img {
    object-fit: cover;
    height: 100%;
}

img.home-software-deco {
    max-width: 100px;
}

.home-software {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.home-software-item-RIGHT {
    width: calc(100% - 10px + (100vw - 100%) / 2);
}

.max1200 {
    max-width: 1200px;
}


.home-software-item-photo {
    border-radius: 100%;
    overflow: hidden;
    width: 230px;
    height: 230px;
    border: 10px solid #dff4f4;
    box-sizing: border-box;
    position: absolute;
    align-self: center;
    z-index: 1;
}

.home-software-item-description {
    border: 1px solid #7ff1f0;
    padding: 40px;
    /* padding-right: 0; */
    box-sizing: border-box;
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.home-software-item-RIGHT .home-software-item-description {
    border-right: 0;
    margin-left: 80px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-right: 0;
}

.home-software-item-title {
    border: 1px solid #00aaa8;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    font-size: min(6vw, 25px);
    line-height: min(6.5vw, 30px);
    max-width: 550px;
    flex-basis: 50%;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    text-align: left;
}

h3 {
    margin: 0;
    padding: 0;
}

.home-software-item-title h3 {
    color: #003f62;
    font-size: 30px;
}

.home-software-item-RIGHT .home-software-item-photo {
    left: min(39.5%, 480px);
}

.home-software-item-description-text {
    /* width: 100%; */
    max-width: 460px;
    font-size: 17px;
    line-height: 23px;
}

.home-software-item-RIGHT .home-software-item-title {
    padding-right: 100px;
}

.home-software-item-RIGHT .home-software-item-description-text {
    padding-left: 60px;
}

.home-software-item {
    align-items: stretch;
    min-height: 300px;
    display: flex;
    position: relative;
}

.home-software-item-title img.home-software-deco {
    position: absolute;
    bottom: -25px;
    left: calc(50% - 50px);
}

.max560 {
    max-width: 560px;
}

.news-update {
    background-color: #fff;
    margin: min(4vw, 80px) auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #00aaa8;
    gap: 20px;
    padding: 20px;
    border-radius: 100px;
    width: fit-content;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.news-update a.btn-generic {
    margin: 0;
}

.home-software-item-LEFT {
    width: calc(100% + (100vw - 100%) / 2);
    left: calc((100vw - 100%) / -2);
}

.home-software-item-LEFT .home-software-item-description {
    border-left: 0;
    margin-right: 80px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: flex-end;
    padding-left: 0;
}

.home-software-item-LEFT .home-software-item-photo {
    right: min(39.5%, 480px);
}

.home-software-item-LEFT .home-software-item-title {
    padding-left: 100px;
}

.home-software-item-LEFT .home-software-item-description-text {
    padding-right: 60px;
}

.home-software-item-LEFT .home-software-item-title img.home-software-deco {
    transform: rotate(180deg);
}

.spacer {
    height: min(6vw, 80px);
}

.track-record {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.track-record-item {
    flex-basis: calc(40% - 10px);
    background-color: #00aaa8;
    border-radius: 100px;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}



.track-record-item-icon {
    border-radius: 100%;
    width: 85px;
    display: flex;
}

.track-record-item-text img {
    max-width: 70px;
}

.track-record-item-text {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: min(5vw, 21px);
    line-height: min(5vw, 21px);
    color: #fff;
    text-align: left;
    flex-grow: 1;
    row-gap: 10px;
}

.track-record-item-text span {
    font-size: min(10vw, 50px);
    line-height: min(7vw, 45px);
    color: #003f62;
}

.track-record-item:nth-child(4n), .track-record-item:nth-child(4n+3),  {
    background-color: #003f62;
}

.track-record-item:nth-child(4n+2), .track-record-item:nth-child(4n+3) {
    background-color: #003f62;
}

.track-record-item {
    background-color: #00aaa8;
}

.track-record-item:nth-child(4n+2) .track-record-item-text img, .track-record-item:nth-child(4n+3) .track-record-item-text img {
    filter: invert(40%) sepia(98%) saturate(600%) hue-rotate(136deg) brightness(103%) contrast(100%);
}

.track-record-item:nth-child(4n+2) .track-record-item-text span, .track-record-item:nth-child(4n+3) .track-record-item-text span {
    color: #00aaa8;
}

.testimonials {
}

.testimonial-item-text {
    font-style: italic;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
}

.testimonial-item-person {font-style: normal;font-weight: 600;align-self: end;margin-top: 20px;}

.testimonial-arrows {
    width: fit-content;
    padding: 0 20px;
    bottom: -18px;
    left: calc(50% - 75px);
    display: flex;
    gap: 20px;
    background-color: #dff4f4;
    position: absolute;
    box-sizing: border-box;
    justify-content: center;
}

.testimonial-arrows img {
    width: 40px;
}

.testimonial-arrows a {
    display: flex;
}

hr {
    background: url(../templateimages/deco-green.svg);
    height: 20px;
    outline: 0;
    width: 100px;
    background-repeat: no-repeat;
    border: 0;
}

.bottom-banners {display:flex; flex-wrap:wrap;     gap: 3vw;
    justify-content: center;}

.bottom-contact, .bottom-careers {
    background-color: #fff;
    border-radius: 200px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 98vw;
	max-width:560px
}

.bottom-banners h2 {
    margin-bottom: 20px;
}

.bottom-careers {}

.footer {
    background-color: #003f62;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    background-image: url(../templateimages/dots-footer.svg);
    background-repeat: no-repeat;
    background-position-x: 20%;
    background-position-y: 150px;
    background-blend-mode: hard-light;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3vw;
}

.footer-pxws img {
    max-width: 60px;
}

.footer-pxws {
    text-align: right;
    margin-top: 20px;
}

img.logo-footer {
    max-width: 170px;
}

.footer a {
    color: #fff;
}

.footer-content-item {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    max-width: 200px;
    /* justify-content: center; */
    color: #fff;
}

.footer-content-item a {display: block;margin-bottom: 5px;text-align: left;}

.menu-item-primary a:hover, .menu-item-primary  a.active {
    background-position-y: -120px;
    color: #fff;
}

.menu-item-secondary a:hover {
    background-color: #fff;
}

.menu-item-secondary a.active {background-color: #003f62;  color: #fff;}

.footer a:hover {
    color: #dff4f4;
}

a.btn-generic:hover img {
}

a.btn-generic:hover img, button.btn-generic:hover img {
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
}

a:hover .arrow-next {
    margin-right: -10px;
    margin-left: 10px;
}

img.arrow-next, img.arrow-prev {
    transition: all 0.25s ease-in-out;
    position: relative;
}

a:hover .arrow-prev {
    margin-left: -10px;
    margin-right: 10px;
}

.inside h1 {
    font-size: min(4.5vw, 70px);
    font-weight: 600;
    margin-bottom: 2vw;
}

.in-subtitle {
    font-size: min(4vw, 30px);
    line-height: min(4.3vw, 35px);
    color: #fff;
    text-align: left;
}

.inside .hero-center-top-right > img {
    border-radius: 0;
    max-width: initial;
    height: initial;
}

.generic .hero-center-top-right {
    flex-basis: 35%;
    flex-grow: 1;
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.inside .hero-center-top.padding {
    min-height: 25vw;
}

.software .hero-right-bg {
    height: 23vw;
}

.hero-center-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1900px;
    margin: 0 auto;
    gap: 5vw;
    z-index: 1;
}

.hero-center-bottom div:nth-child(2) div {
    border-radius: 100%;
    overflow: hidden;
    width: min(14vw,300px);
    height: min(14vw,300px);
    gap: min(2vw, 40px);
    padding:0;
}

.hero-center-bottom div:nth-child(1) {
    color: #fff;
    flex-basis: 30%;
    flex-grow: 1;
    max-width: 600px;
    font-size: min(6vw, 24px);
    line-height: min(6.5vw, 32px);
    text-align: left;
}

.hero-center-bottom div:nth-child(3) {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    overflow: hidden;
    height: min(14vw, 300px);
    flex-basis: 50%;
    max-width: 750px;
    flex-grow: 1;
}

.hero-center-bottom div:nth-child(3) img {
    object-fit: cover;
    height: 100%;
}

a.active {
    background: #003f62;
}

.generic .hero-center-top {padding-bottom: 0;}

img.roundphoto {
    border-radius: 100%;
    object-fit: cover;
    width: min(40vw, 250px);
    height: min(40vw, 250px);
}

.content h3 {
    display: flex;
    color: #00aaa8;
    font-weight: 300;
    text-align: center;
    font-size: min(7vw, 30px);
    line-height: min(7.2vw, 35px);
}

.introtext {
    display: flex;
    align-items: center;
    gap: 2vw;
    max-width: 900px;
}

.columns2 {
    display: flex;
    flex-wrap: wrap;
    gap: min(2vw, 40px);
}

.columns2-left, .columns2-right {
    flex-basis: 40%;
    flex-grow: 1;
    position: relative;
}

.content-deco-photo {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.content-deco-photo img {
    object-fit: cover;
    height: 100%;
}

img.deco-green-offset {
    position: absolute;
    width: 240px;
    transform: rotate(180deg);
    z-index: 2;
    right: -4vw;
      top: 12vw;
}

.columns2-withphoto {
    align-items: center;
}

.border-box {
    border: 1px solid #003f62;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    max-width: 700px;
}

.feature-title, .form-title {
    font-weight: 600;
    font-size: min(7vw, 34px);
    line-height: min(7vw, 36px);
    display: flex;
    gap: min(2vw, 40px);
    align-items: baseline;
    margin-bottom: min(2vw, 20px);
    text-align: left;
}

.feature-title img {
    max-width: 115px;
}

.content li:before {
    content: "• ";
    margin-left: -20px;
    color: #00aaa8;
    font-size: 30px;
    font-weight: 600;
}



.input50 {
    flex-basis: 45%;
    flex-grow: 1;
}

.software-form input, .software-form textarea {
    border: 1px solid #7ff1f0;
    color: #fff;
}

input, textarea {
    outline: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: min(6vw, 20px);
    line-height: min(7vw, 26px);
    color: #003f62;
    background-color: transparent;
    border-radius: 200px;
    padding: 12px 22px 14px 22px;
    min-height: 40px;
    transition: all 0.25s ease-in-out;
}

input::placeholder {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: min(6vw, 20px);
    line-height: min(7vw, 26px);
    color: #003f62;
}

.software-form input::placeholder, .software-form textarea::placeholder {   color: #fff;}

.input100 {
    flex-basis: 100%;
}

.software-form form {
    display: flex;
    flex-wrap: wrap;
    gap: min(4vw, 20px);
    }
    

.form-title {
    color: #fff;
}

.software-form {
    background-color: #00aaa8;
    color: #fff;
    border-radius: 20px;
}

.software-form .smallprint {
    color: #dff4f4;
}

.smallprint {
    font-size: 14px;
    line-height: 17px;
}

label {
    cursor: pointer;
    text-align: left;
}

.form-subtitle {
    margin-bottom: 20px;
    text-align: left;
}

.form-terms {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-basis: 100%;
}

input[type=radio] {
    width: 25px;
    border: 1px solid #7ff1f0;
    background-color: transparent;
    accent-color: #00aaa8;
    cursor: pointer;
     border-radius: 50%;
    padding: 5px;
}

input:focus, textarea:focus {
    background-color: rgba(255, 255, 255, 0.25);
}



.generic .hero-center-top {
    height: auto;    max-width: 1200px; margin: 0 autopx;
}

.generic .hero-right-bg {
    height: 8.5vw;
}

.generic .hero-center-bg {
    padding-bottom: 20px;
}

.software-file-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(3vw, 40px);
}

.software-file-list a {
    background-color: #003f62;
    color: #fff;
    flex-basis: 30%;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
	    text-align: center;
}

.software-file-list a img {
    max-height: 40px;
}

.software-file-list a:hover {
    background-color: #00aaa8;
    color: #003f62;
    border-color: #003f62;
}

.software .hero-center-top {
    height: 17vw;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    padding: 1.5vw 0;
}


.software .hero-center-top-right {
    flex-basis: 30%;
    flex-grow: 1;
    max-width: 700px;
}

.hero-center-top-right-img img {
    height: 100%;
    object-fit: cover;
}

.data-carousel-info-text h4 {
    display: none;
    margin: 0;
    font-size: min(5vw, 26px);
    margin-bottom: 10px;
}

.home-software-item-description-text .btn-generic {
    display: none;
}

.software-form a.btn-generic, .software-form button.btn-generic {
    color: #fff;
    border:none;
    background:transparent;
}

.software .data-carousel-number div {
    display: none;
}

.software .data-carousel-info-text h4 {
    display: block;
}

.inside li {
    text-align: left;
    margin-bottom: min(1vw, 8px);
    margin-left: 20px;
}

.show-in-mobile {
    display: none;
}

#menu-mobile {
    position: absolute;
    top: 78px;
    width: 100vw;
    z-index: 100;
    right: 0px;
    max-height:0;
    overflow:hidden;
    transition: 500ms all;

}
.menu-opened + #menu-mobile {
    max-height: 600px;
    max-height: attr(data-height px);
	box-shadow: -1px 37px 36px 9px rgba(0,0,0,0.49);
-webkit-box-shadow: -1px 37px 36px 9px rgba(0,0,0,0.49);
-moz-box-shadow: -1px 37px 36px 9px rgba(0,0,0,0.49);
}
#menu-mobile .menu-item.menu-item-primary {
    border-bottom: 1px solid #003f62;

}
#menu-mobile .menu-item.menu-item-primary a{
    font-size: 5vw;
    line-height: 10vw;
}
#menu-mobile .menu-item.menu-item-secondary {
    background-color: #dff4f4;
}
#menu-mobile .menu-item.menu-item-secondary a {
    font-size: 5vw;
    line-height: 12vw;
}
.testimonial-container {
    overflow:hidden;
    width:100%;
}
.testimonial-scroller {
    width: attr(data-width px);
    margin-left:0;
    transition:500ms all;
}
.testimonial-item {
    float:left;
    width:attr(data-width px);
}
.data-carousel-info {width:30%}
.data-carousel-info-container {width:100%; overflow:hidden;max-width:43vw;margin-left:3vw;}
.data-carousel-info-scroller {width:attr(data-width px);margin-left:0;transition:1500ms all;display: flex;align-items: center;}
.data-carousel-info-text {float:left;width:attr(data-width px);padding-left:0;max-width:none;}
.data-carousel-info-text li {margin-bottom:3px;}

h4 {margin:0;margin-bottom:20px;font-size: min(6vw, 24px);line-height: min(7.5vw, 32px);font-weight:600}
	
div#animation_container, div#dom_overlay_container, div#animation_container, canvas#canvas {
    width: 100% !important;
    height: auto !important;
}

.border-radius {border-radius: 20px;overflow: hidden;}
.text-center {text-align:center;}

.overlay-popup {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
    opacity:0;
    transition:all 500ms;
    visibility:hidden;
    pointer-events:all;
	top:0;
	left:0;
}
.overlay-popup.show  {opacity:1;visibility:visible;}
.overlay-popup-close {
    position: absolute;
    top: 100px;
    width: 40px;
    height: 40px;
    display:flex;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #003362;
    align-items:center;
    justify-content:center;
    border-radius: 50%;
 }
.overlay-popup-close a {color:#fff;font-weight:400;font-size:22px;.overlay-popup-close a}

.popup {display: flex;height: 100vh;width: 100%;align-items: center;justify-content: center;}
.overlay-popup-close a, .overlay-popup-close a:hover {background-color:transparent;box-shadow:none;}
.popup .popup-body
{    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 400px;
	margin: 10px;
    border: 1px solid #f5f5f5;
    text-align:center;
	-webkit-box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.15);
}
.call-support {
    padding: 10px;
    background-color: #00aaa8;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:25;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}
.call-support img {width:40px}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText {  display: none!important;}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {    display: none!important;}

.desktop-only {display:block;}
.mobile-only {display:none;}


.data-carousel li {margin-left: 0;}
.data-carousel ul {padding-left: 20px;}

ul.files-list {}
ul.files-list a {    font-weight: 600;}
ul.files-list li:before {
    content: " ";
    margin-left: 0;
    font-weight: 600;
    background: url(../templateimages/icon-pdf-blue.svg) no-repeat;
    background-position: left 8px;
    
    width: 40px;
    display: inline-block;
    height: 40px;
    background-size: 25px;
}
ul.files-list li {   display: flex;     align-items: center;     border-bottom: 1px solid #00aaa8;
    padding-bottom: 10px;}
	
	ul.files-list a:hover {color: #00aaa8;}