body {
    font-size: 16px;
    font-weight: 400;
    font-family:"Roboto" !important;
}

.breadcrumb {
    border-radius: 0 !important;
}

.alert {
    border-radius: 0 !important;
}

.fa.spinning {
    animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.loader-btn {
    display: none;
}

.social-alert {
    display: none;
}

.newsletter-alert {
    display: none;
}

#profileDeletion {
    font-size: 14px;
}

.deletion-loader {
    display: none;
}

.deletion-alert {
    display: none;
}

.news-card {
    margin-bottom: 10px;
}

.paginator {
    margin-top: 10px;
}

.alert dl,
.alert ol,
.alert ul {
    margin-bottom: 0;
}

.registration-subtitle {
    margin-bottom: 30px;
}

.cookie-list .cookie-items {
    font-style: italic;
}

.command-box .box-header .box-title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: none;
}

.command-box .command-summary-info {
    top: 14px !important;
}

.textColumns .cell ul li {
    color: #474747;
}

.textColumns .cell ul li:before {
    width: 8px;
    height: 8px;
    background-color: #474747;
}

a {
    color: #71bf45;
    transition:all ease-in-out 150ms;
    -webkit-transition:all ease-in-out 150ms;
    -moz-transition:all ease-in-out 150ms;
    -o-transition:all ease-in-out 150ms;
    -ms-transition:all ease-in-out 150ms
}

a:hover {
    color: #65944b;
}

.form-control {
    border-radius: 0;
}

button:focus {
    outline: none !important;
}

.alert-success,
.alert-danger,
.alert-warning {
    color: #ffffff;
}

label label {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}

.table {
    margin-bottom: 0;
}

.cols .col,
.cols-2 .col,
.cols-3 .col,
.cols-4 .col {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.card {
    border-radius: 0;
    margin-bottom: 8px;
}

.card-header {
    border-bottom: 0;
    cursor: pointer;
}

nav a.active {
    color: #71bf45 !important;
}

.admin .theList .data li {
    padding-left: 0 !important;
}

.admin .theList .data li:before {
    content: none;
}

form.iconed-form input[type=text] {
    float: left;
    width: 90%;
}

form.iconed-form button {
    float: left;
    width: 10%;
    height: 60px;
    padding: 10px;
    background: #8BB756;
    color: white;
    font-size: 17px;
    border: solid 2px #C3CBCD;
    border-left: none;
    cursor: pointer;
}

form.iconed-form button:hover {
    background: #abd27c;
}

.searchList .half-width {
    width: 50%;
}

.searchList .input {
    padding-right: 0 !important;
}

.searchList p {
    word-break: break-all;
}

.searchList .col.half-width {
    padding-right: 15px;
}

.searchList .col.half-width h3 {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
}

.searchList .col.half-width .texts {
    padding: 0 0 15px 15px;
}

.searchList .col.half-width .image {
    height: 100px;
    max-height: 170px;
}

header#mainHeader nav {
    padding: 22px 0 14px 50px;
}

.small-input-cell .cell {
    vertical-align: middle !important;
}

.small-input-cell .input {
    margin-bottom: 0 !important;
}

.small-input-cell .input input {
    height: 28px;
}

.small-input-cell .checkbox {
    top: -7px;
}

.dots .dot[data-show="7"] {
    top: 86%;
    left: 61%;
    -ms-transform: translate(-61%,-86%);
    -webkit-transform: translate(-61%,-86%);
    transform: translate(-61%,-86%);
}

.icon-dropdown-menu {
    font-size: 20px;
    color: #ffffff;
    margin: 0 36px 2px 0 !important;
    padding: 0 8px 0 8px;
}

.icon-dropdown-menu:hover {
    /*color: #abcabc;*/
}

.icon-dropdown-menu.withDropdown:after {
    right: -10px !important;
}

.icon-dropdown-menu i {
    line-height: 38px;
}

.icon-dropdown-menu .dropdown a {
    padding: 5px 20px !important;
}

.social-icon {
    font-size: 24px;
}

.social-icon:hover {
    opacity: 0.85;
}

.dropdown {
    z-index: 100;
}

.weather .clearfix {
    margin-bottom: 0 !important;
}

.weather .weather-icon {
    padding: 0 !important;
}

.mobile-weather {
    color: #ffffff;
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
}

.mobile-weather img {
    max-height: 80px;
    max-width: 80px;
}

.mobileNav a.active, .mobileNav a:hover {
    color: #fff !important;
}

header#mainHeader nav li {
    margin: 0 23px 2px 0;
}

.dots .dot[data-show="8"] {
    top: 76%;
    left: 59%;
    -ms-transform: translate(-59%,-76%);
    -webkit-transform: translate(-59%,-76%);
    transform: translate(-59%,-76%);
}

.dots .dot[data-show="9"] {
    top: 77%;
    left: 35%;
    -ms-transform: translate(-35%,-77%);
    -webkit-transform: translate(-35%,-77%);
    transform: translate(-35%,-77%);
}

.dots .dot[data-show="10"] {
    top: 69%;
    left: 53%;
    -ms-transform: translate(-53%,-69%);
    -webkit-transform: translate(-53%,-69%);
    transform: translate(-53%,-69%);
}

.shareon>* {
    border-radius: 0 !important;
}

.shareon>.email:before {
    content: none !important;
    width: 0 !important;
}

.shareon>.email:hover {
    color: #fff;
}

.eventContact button.disabled {
    cursor: none;
    pointer-events: none;
    border: solid 1px #929790;
    background-color: #929790;
}

.slider-login {
    padding-top: 0 !important;
}

@media only screen and (max-width:989px) {
    .slider-login {
        padding-top: 25px !important;
    }
}

header#mainHeader nav li.withDropdown .dropdown, header#mainHeader nav li .withDropdown .dropdown {
    display: none;
}

header#mainHeader nav li.withDropdown:hover>.dropdown, header#mainHeader nav li .withDropdown:hover>.dropdown {
    display: block;
}

.eventSection .col {
    margin: 0 auto;
}

.eventSection .texts {
    padding: 0 15px;
}

@media only screen and (max-width: 989px) {
    .eventSection .texts {
        padding: 0 15px 20px 15px;
    }
}

.eventCenter .base-map {
    position: relative;
    z-index: 6;
}

.eventCenter .positioned {
    z-index: 5;
}

.eventCenter .dots .dot[data-show="1"] {
    top: 27.5%;
    left: 47%;
    -ms-transform: translate(-47%,-27.5%);
    -webkit-transform: translate(-47%,-27.5%);
    transform: translate(-47%,-27.5%);
}

.eventCenter .dots .dot[data-show="2"] {
    top: 40.5%;
    left: 41%;
    -ms-transform: translate(-41%,-40.5%);
    -webkit-transform: translate(-41%,-40.5%);
    transform: translate(-41%,-40.5%);
}

.eventCenter .dots .dot[data-show="3"] {
    top: 34%;
    left: 41%;
    -ms-transform: translate(-41%,-34%);
    -webkit-transform: translate(-41%,-34%);
    transform: translate(-41%,-34%);
}

.eventCenter .dots .dot[data-show="4"] {
    top: 21.5%;
    left: 41%;
    -ms-transform: translate(-41%,-21.5%);
    -webkit-transform: translate(-41%,-21.5%);
    transform: translate(-41%,-21.5%);
}

.eventCenter .dots .dot[data-show="5"] {
    top: 36.5%;
    left: 52%;
    -ms-transform: translate(-52%,-36.5%);
    -webkit-transform: translate(-52%,-36.5%);
    transform: translate(-52%,-36.5%);
}

.eventCenter .dots .dot[data-show="6"] {
    top: 65.5%;
    left: 65%;
    -ms-transform: translate(-65%,-65.5%);
    -webkit-transform: translate(-65%,-65.5%);
    transform: translate(-65%,-65.5%);
}

.eventCenter .dots .dot[data-show="7"] {
    top: 72.5%;
    left: 45%;
    -ms-transform: translate(-45%,-72.5%);
    -webkit-transform: translate(-45%,-72.5%);
    transform: translate(-45%,-72.5%);
}

.eventCenter .dots .dot[data-show="8"] {
    top: 19.5%;
    left: 62%;
    -ms-transform: translate(-62%,-19.5%);
    -webkit-transform: translate(-62%,-19.5%);
    transform: translate(-62%,-19.5%);
}

.eventCenter .dots .dot.dot-blue {
    background-color: #0f5b96;
    animation: pulseDotGreen 1.5s infinite;
}

@keyframes pulseDotGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(139,183,86,0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(139,183,86,0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(139,183,86,0);
    }
}

.eventCenter .dots .dot[data-pos="e1"] {
    top: 44.2%;
    left: 53.5%;
    -ms-transform: translate(-53.5%,-44.2%);
    -webkit-transform: translate(-53.5%,-44.2%);
    transform: translate(-53.5%,-44.2%);
}

.eventCenter .dots .dot[data-pos="p1"] {
    top: 27.5%;
    left: 24%;
    -ms-transform: translate(-24%,-27.5%);
    -webkit-transform: translate(-24%,-27.5%);
    transform: translate(-24%,-27.5%);
}

.eventCenter .dots .dot[data-pos="p2"] {
    top: 33.8%;
    left: 24%;
    -ms-transform: translate(-24%,-33.8%);
    -webkit-transform: translate(-24%,-33.8%);
    transform: translate(-24%,-33.8%);
}

.eventCenter .dots .dot[data-pos="p3"] {
    top: 27.5%;
    left: 75.5%;
    -ms-transform: translate(-75.5%,-27.5%);
    -webkit-transform: translate(-75.5%,-27.5%);
    transform: translate(-75.5%,-27.5%);
}

.eventCenter .dots .dot[data-pos="t1"] {
    top: 39.5%;
    left: 62.5%;
    -ms-transform: translate(-62.5%,-39.5%);
    -webkit-transform: translate(-62.5%,-39.5%);
    transform: translate(-62.5%,-39.5%);
}

.eventCenter .dots .dot[data-pos="t2"] {
    top: 39.5%;
    left: 65.5%;
    -ms-transform: translate(-65.5%,-39.5%);
    -webkit-transform: translate(-65.5%,-39.5%);
    transform: translate(-65.5%,-39.5%);
}

.eventCenter .dots .dot[data-pos="t3"] {
    top: 39.5%;
    left: 68%;
    -ms-transform: translate(-68%,-39.5%);
    -webkit-transform: translate(-68%,-39.5%);
    transform: translate(-68%,-39.5%);
}

.eventCenter .dots .dot[data-pos="t4"] {
    top: 76.5%;
    left: 61.5%;
    -ms-transform: translate(-61.5%,-76.5%);
    -webkit-transform: translate(-61.5%,-76.5%);
    transform: translate(-61.5%,-76.5%);
}

.eventCenter .dots .dot[data-pos="t5"] {
    top: 79.5%;
    left: 61.5%;
    -ms-transform: translate(-61.5%,-79.5%);
    -webkit-transform: translate(-61.5%,-79.5%);
    transform: translate(-61.5%,-79.5%);
}

.eventCenter .dots .dot[data-pos="c1"] {
    top: 19.5%;
    left: 62%;
    -ms-transform: translate(-62%,-19.5%);
    -webkit-transform: translate(-62%,-19.5%);
    transform: translate(-62%,-19.5%);
}

.eventCenter .dots .dot[data-pos="k1"] {
    top: 28.5%;
    left: 67%;
    -ms-transform: translate(-67%,-28.5%);
    -webkit-transform: translate(-67%,-28.5%);
    transform: translate(-67%,-28.5%);
}

.eventCenter .dots .dot[data-pos="r1"] {
    top: 28.5%;
    left: 59%;
    -ms-transform: translate(-59%,-28.5%);
    -webkit-transform: translate(-59%,-28.5%);
    transform: translate(-59%,-28.5%);
}

.eventCenter .dots .dot[data-pos="s1"] {
    top: 27%;
    left: 53%;
    -ms-transform: translate(-53%,-27%);
    -webkit-transform: translate(-53%,-27%);
    transform: translate(-53%,-27%);
}

.eventCenter .dots .dot[data-pos="s2"] {
    top: 68.5%;
    left: 54.4%;
    -ms-transform: translate(-54.4%,-68.5%);
    -webkit-transform: translate(-54.4%,-68.5%);
    transform: translate(-54.4%,-68.5%);
}

.eventCenter .dots .dot[data-pos="v1"] {
    top: 68.5%;
    left: 73.5%;
    -ms-transform: translate(-73.5%,-68.5%);
    -webkit-transform: translate(-73.5%,-68.5%);
    transform: translate(-73.5%,-68.5%);
}

.eventCenter .dots .dot[data-pos="z"] {
    top: 48.2%;
    left: 53.5%;
    -ms-transform: translate(-53.5%,-48.2%);
    -webkit-transform: translate(-53.5%,-48.2%);
    transform: translate(-53.5%,-48.2%);
}

.eventListSection .eventItemSection .image {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.eventListSection .eventItemSection .rm-button {
    position: absolute;
    width: 80%;
    height: 60%;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: normal;
    /*background-color: rgba(139, 183, 86, 0.89);*/
    background-color: rgba(0, 135, 138, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventListSection .eventItemSection .image a:hover {
    opacity: 1;
}

.eventListSection .eventItemSection.col .texts,
.eventListSection .eventItemSection.col:hover .texts {
    border-color: transparent !important;
}

.eventSectionCols {
    display: flex;
    flex-wrap: wrap;
    flex-basis: unset;
}

.eventListSection .col {
    margin: unset;
}

.event {
    padding: 100px 0;
}

.map a:hover,
.event a:hover {
    color: #ffffff;
}

.event .oneBox {
    margin: 15px;
}

.event .oneBox:last-child {
    margin: 15px;
}

@media only screen and (max-width: 989px) {
    .event .oneBox {
        width: 80%;
    }
}

.opacity-1 {
    opacity: 1 !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-16 p {
    font-size: 16px !important;
}

.solution-additional h4 {
    color: #474747;
}

.solution-additional h4 a {
    color: #8BB756;
}

.eventServicesDescription.texts ul li {
    line-height: 20px;
    padding-bottom: 5px;
}

.eventServicesDescription.texts ul li:before {
    top: 6px;
}

.testAndTrack a.fancyboxLink {
    width: auto;
    border: none;
}

.autoFancybox img {
    max-width: 100%;
    height: auto !important;
}

/* redesign 2025.04. */

html {
    font-size: 18px;
}
body {
    color: #051226;
    padding-top: 80px;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    overflow-x: hidden;
}

a,
a:hover{
    color: #051226;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
footer a {
    text-decoration: none;
}

.toCenter {
    max-width: 1438px;
}
header#mainHeader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
header#mainHeader nav a,
header#mainHeader nav span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 700;
    display: block;
    text-transform: none;
    text-decoration: none !important;
}
header#mainHeader nav a:hover,
header#mainHeader nav span:hover {
    opacity: 0.8;
}
header#mainHeader {
    background: transparent;
    background-image: linear-gradient(120deg, #23a638, #009770 40%, #00878a 75%, #00a5c8);
    border: 0;
    height: 80px;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    color: #051226 !important;
}
.video-block .box {
    background-image: linear-gradient(120deg, rgba(35, 166, 56, .07), rgba(0, 151, 112, .07) 40%, rgba(0, 135, 138, .07) 75%, rgba(0, 165, 200, .07));
    box-shadow: none;
}
.video-block .box:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #fff;
}
.mainSlider {
    position: relative;
    height: unset;
}
/*.mainSlider:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
    background-image: linear-gradient(90deg, #23a638, #009770 35%, rgba(0, 135, 138, .4) 70%, transparent);
    transform: rotate(180deg);
}*/
.mainSlider .slick-slide {
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
}
.mainSlider .slick-track {
    height: 100%;
}
.video-block {
    height: 100%;
    position: relative;
    width: 100%;
}
.mainSlider .hero {
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
}
.hero_content {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    flex-basis: 50%;
    width: 50%;
    flex-grow: 0;
    background: #fff;
}
.video-block .box {
    width: 100%;
}
.mainSlider .hero_content .box {
    text-align: right;
    flex-basis: 100%;
    position: relative;
    top: unset;
    left: unset;
    color: #fff;
    background: #fff;
    transform: none;
    box-shadow: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 2rem;
}
.hero_video, .hero iframe {
    position: static;
    top: unset;
    right: unset;
    left: auto;
    transform: none;
    width: 50%;
    height: auto !important;
    min-height: unset;
    min-width: 50%;
    flex-basis: 50%;
    aspect-ratio: 16 / 9;
}
.mainSliderNavigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    height: 40px;
}
.mainSliderNavigation .slick-dots {
    position: relative;
    top: unset;
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8px;
    margin: 0;
}
.mainSliderNavigation .mainPrev,
.mainSliderNavigation .mainNext {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 0;
}
.mainSliderNavigation .mainPrev.slick-disabled,
.mainSliderNavigation .mainNext.slick-disabled {
    opacity: .5;
}
.mainSliderDots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 8px;
}
.mainSliderDots .slick-dots li {
    padding: 0 0.75rem;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainSliderDots .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    font-size: 0;
    background: #73839c;
    opacity: 1;
}
.mainSliderDots .slick-dots .slick-active button {
    background: #051226;
}
.mainSlider .box {
    text-align: right;
    position: relative;
    top: unset;
    left: unset;
    color: #fff;
    background: #fff;
    transform: none;
    box-shadow: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 2rem;
    width: 100%;
    margin: 0;
}
.mainSlider .box:after {
    background-image: linear-gradient(120deg, rgba(35, 166, 56, .07), rgba(0, 151, 112, .07) 40%, rgba(0, 135, 138, .07) 75%, rgba(0, 165, 200, .07));
    position: absolute;
    right: 0;
    height: 80%;
    z-index: -1;
    content: '';
    top: 3rem;
    width: 83.333333%;
    left: unset;
}
.mainSlider .slick-slide > img {
    display: block;
    object-fit: cover;
    z-index: 1;
    width: 50%;
    flex-basis: 50%;
    height: unset;
    aspect-ratio: 16 / 9;
}
.mainSlider h2 {
    padding: 0 0 1.25rem 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 105%;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.mainSlider .slick-arrow {
    top: auto;
}
.mainSlider p {
    padding: 0 0 1.25rem 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 125%;
    color: #051226;
    text-align: right !important;
    letter-spacing: -0.18px;
    font-weight: 400;
    max-width: calc(1438px / 2);
}
.mainSlider .buttons {
    padding: 2.5rem 0 0 0;
    display: flex;
    gap: 10px;
}
.hero, .hero_content {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}

.eventSection .button,
.trackSlider .button,
.link a,
.btnLink,
.eventContact button,
.testAndTrack a:not([class]),
.event a,
.services .buttons a,
.track .more,
.mainSlider .buttons a {
    min-width: unset;
    background: #051226;
    font-size: 1rem;
    text-transform: none;
    color: #fff;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 145%;
    min-height: 3rem;
    padding: 0 .75rem;
    position: relative;
    transition-delay: .1s;
    transition-duration: .2s;
    margin: 0;
    text-decoration: none !important;
    border: 1px solid #051226;
    width: unset;
    opacity: 1 !important;
}

.eventSection .button:before,
.trackSlider .button:before,
.link a:before,
.btnLink:before,
.eventContact button:before,
.testAndTrack a:not([class]):before,
.event a:before,
.services .buttons a:before,
.track .more:before,
.mainSlider .buttons a:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 1.5rem;
    margin-right: .625rem;
    width: 1.5rem;
    z-index: 10;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-icon-name='arrow-up-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z'/%3E%3C/svg%3E");
}

.eventSection .button:after,
.trackSlider .button:after,
.btnLink:after,
.link a:after,
.eventContact button:after,
.testAndTrack a:not([class]):after,
.event a:after,
.services .buttons a:after,
.track .more:after,
.mainSlider .buttons a:after {
    background-color: #fff;
    content: "";
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    bottom: 1px;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 0;
}

.eventSection .button span,
.trackSlider .button span,
.link a span,
.btnLink span,
.eventContact button span,
.event a span,
.services .buttons a span,
.track .more span,
.testAndTrack a:not([class]) span,
.mainSlider .buttons a span {
    position: relative;
    z-index: 2;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.eventSection .button:hover,
.trackSlider .button:hover,
.link a:hover,
.btnLink:hover,
.eventContact button:hover,
.testAndTrack a:not([class]):hover,
.event a:hover,
.services .buttons a:hover,
.track .more:hover,
.mainSlider .buttons a:hover {
    color: #051226;
    background: #fff;
    border-color: #051226;
}

.eventSection .button:hover:after,
.trackSlider .button:hover:after,
.link a:hover:after,
.eventContact button:hover:after,
.btnLink:hover:after,
.testAndTrack a:not([class]):hover:after,
.event a:hover:after,
.services .buttons a:hover:after,
.track .more:hover:after,
.mainSlider .buttons a:hover:after {
    width: calc(100% - 2px);
}

.eventSection .button:hover:before,
.trackSlider .button:hover:before,
.link a:hover:before,
.eventContact button:hover:before,
.btnLink:hover:before,
.testAndTrack a:not([class]):hover:before,
.event a:hover:before,
.services .buttons a:hover:before,
.track .more:hover:before,
.mainSlider .buttons a:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-icon-name='arrow-up-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23051226'%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z'/%3E%3C/svg%3E");
}

.testAndTrack a:not([class]):hover {
    color: #051226;
}

.track h3,
h3 {
    font-size: 2.5rem;
    line-height: 105%;
    letter-spacing: -0.02em;
    padding: 30px 0;
}
.track h4,
h4 {
    font-size: 1.5rem;
    line-height: 105%;
    letter-spacing: -0.02em;
}

.track .oneLine {
    padding: 2rem;
    background: transparent;
    background-image: linear-gradient(120deg, rgba(35, 166, 56, .07), rgba(0, 151, 112, .07) 40%, rgba(0, 135, 138, .07) 75%, rgba(0, 165, 200, .07));
}
.track .oneLine.active {
    z-index: 11;
    background: transparent;
    background-image: linear-gradient(120deg, #23a638, #009770 40%, #00878a 75%, #00a5c8);
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.1) 0 4px 16px 0;
    color: #fff;
}
.track .oneLine p {
    color: #051226;
}
.track .oneLine.active h4 {
    color: #fff !important;
}
.track .oneLine.active p {
    color: #fff;
}
.track .oneLine .item {
    padding: 0;
    border: 0;
}
.track .blocks {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.track .num {
    display: none;
}
.track .more {
    position: relative;
    width: auto;
    right: unset;
    top: unset;
    text-transform: none;
    transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
    font-family: 'Mulish', sans-serif;
}
.track .oneLine.active .more {
    display: inline-flex;
}
.services.cover {
    background-image: linear-gradient(120deg, #23a638, #009770 40%, #00878a 75%, #00a5c8) !important;
    padding: 40px 0;
}
.services .box {
    width: unset;
    background: transparent;
    box-shadow: none;
}
.services h3 {
    margin: 0;
    padding: 0 0 20px 0;
    text-transform: none;
    color: #fff !important;
}
.services .buttons {
    padding: 0;
}
.event.cover img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.event.cover .gradientLine {
    height: 24px;
    background-image: linear-gradient(120deg, #23a638, #009770 40%, #00878a 75%, #00a5c8);
}
.event .boxes {
    display: flex;
    gap: 24px;
    padding: 0;
}
.event .oneBox {
    flex: 1;
    background-image: linear-gradient(120deg, rgba(38, 52, 139, .07), rgba(72, 37, 131, .07) 75%, rgba(131, 31, 130, .07));
    margin: 0 !important;
}
.event h4 {
    padding-bottom: 40px;
    margin: 0;
}
#mainFooter {
    background: #051226;
}

.searchBox {
    background-color: rgba(222, 229, 239, .2);
}
button.openSearch {
    background: transparent;
}
.icon-dropdown-menu {
    font-size: 20px;
    color: #ffffff;
    margin: 0 24px 0 0 !important;
    padding: 0 8px 0 8px;
}
header#mainHeader nav li.withDropdown:after, header#mainHeader nav li .withDropdown:after {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f078";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    color: #fff;
    font-size: 10px;
    width: auto;
    height: auto;
}
header#mainHeader nav li.withDropdown .dropdown,
header#mainHeader nav li .withDropdown .dropdown {
    background: #fff;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 16px rgb(0, 0, 0, 0.1);
    border: 0;
}
header#mainHeader nav li.withDropdown .dropdown a, header#mainHeader nav li .withDropdown .dropdown a, header#mainHeader nav li.withDropdown .dropdown span, header#mainHeader nav li .withDropdown .dropdown span {
    padding: 5px 0;
    font-size: 16px;
    line-height: normal;
}
.track p{
    font-size:1rem;
    line-height: 1.625;
    letter-spacing: 0;
}
header#mainHeader nav li.withDropdown .dropdown a {
    color: #051226;
    text-transform: none;
    font-weight: 400;
}
.testAndTrack .box {
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 16px rgb(0, 0, 0, 0.1);
}

.htmlEditor  * {
    font-family: "Roboto" !important;
}
.htmlEditor  p {
    text-align: left !important;
    font-size: 18px;
    line-height: 29px;
    color: #051226;
    letter-spacing: -0.18px;
}
.htmlEditor  a {
    color: #051226;
    font-weight: 700;
    text-decoration: underline;
}
.htmlEditor ul li {
    padding: 5px 0 5px 14px;
}
.htmlEditor table {
    width: 100%;
    border: 1px solid #000;
    border-spacing: 0;
    border-collapse: collapse;
}
.htmlEditor table td,
.htmlEditor table th {
    border: 1px solid #000;
    padding: 5px;
}
.htmlEditor table th {
    background: #009770;
    color: #fff;
}
.htmlEditor iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.htmlEditor blockquote {
    padding: 40px 0 50px 40px;
    position: relative;
    margin: 0;
}
.htmlEditor blockquote:before {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    background: #009770;
    content: "";
    width: 5px;
}
.regularInput .textarea textarea,
.regularInput input {
    background: #fff;
    border: 1px solid #394a64;
    border-radius: 0;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 16px;
    line-height: 1.5rem;
    transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
    font-weight: 400;
}
.regularInput .input.focus input {
    background: #fff;
    border: 1px solid #394a64;
    color: #051226;
}
.regularInput .textarea textarea {
    height: 285px;
}
h1 {
    font-family: "Montserrat", sans-serif;
    color: #051226;
    font-weight: 700;
    font-size: 4.375rem;
    letter-spacing: -0.02em;
    padding: 0 0 24px 0;
    margin: 0;
    text-align: center;
}
h2,.mapSection h2,
.intro h2, .parameters h2 {
    font-family: "Montserrat", sans-serif;
    color: #051226;
    margin: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 115%;
    -webkit-hyphens: manual;
    hyphens: manual;
    letter-spacing: -0.02em;
}
h2 * {
    font-family: "Montserrat", sans-serif !important;
    font-size: 2rem;
    line-height: 115%;
    letter-spacing: -0.02em;
}
.track h3,
h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 105%;
    -webkit-hyphens: manual;
    hyphens: manual;
    letter-spacing: -0.02em;
}
.regularInput .checkbox span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #051226;
    background-color: #fff;
}
.regularInput .checkbox input:checked+span {
    background: #051226 url(../dist/images/check_white.svg) no-repeat top 2px center;
    border-color: #051226;
}

.heroHeader .box {
    padding: 0;
    width: unset;
    color: #051226;
    letter-spacing: 0;
    background: transparent;
    box-shadow: unset;
}
.intro p {
    color: #051226;
    font-size: 1rem;
    text-align: left;
    margin: 0;
    padding: 15px 0;
    line-height: 30px;
    letter-spacing: 0;
}
p {
    text-align: left !important;
}
p span {
    font-family: "Roboto", sans-serif !important;
    font-size: 1rem  !important;
    line-height: 30px !important;
    letter-spacing: 0;
    text-align: left !important;
}
.breadcrumb {
    background: transparent;
    display: flex;
    gap: 0 10px;
    font-weight: 700;
    font-size: 16px;
    flex-wrap: wrap;
    padding-left: 0;
}
.breadcrumb a {
    color: #051226;
    font-weight: 500;
}
.heroHeader {
    padding: 0;
    height: 300px;
    background-position: center center !important;
}
.trackSlider .slick-arrow.slick-prev {
    background: #051226 url(../dist/images/prev.svg) no-repeat center center !important;
    background-size: 20px auto !important;
    opacity: 1 !important;
}
.trackSlider .slick-arrow.slick-next {
    background: #051226 url(../dist/images/next.svg) no-repeat center center !important;
    background-size: 20px auto !important;
    opacity: 1 !important;
}
.texts ul li {
    color: #051226;
    font-size: 1rem;
    text-align: left;
    margin: 0;
    padding: 5px 0 10px 15px;
    line-height: 30px;
    letter-spacing: 0;
}
.texts ul li * {
    font-family: "Roboto", sans-serif !important;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0;
}
.texts ul li:before {
    background: #474747;
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
}
.eventList {
    gap: 1rem 0;
}
.solution-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.1) 0 4px 16px 0;
    text-decoration: none !important;
    height: 100% !important;
    padding-top: 24px;
    position: relative;
}
.solution-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 24px;
    background-image: linear-gradient(90deg, #23a638, #009770 35%, rgba(0, 135, 138, .4) 70%, transparent);
}
.solution-box:hover {
    box-shadow: 0 5px 20px rgb(0, 0, 0, 0.2);
}
.solution-box .image {
    height: 220px;
    display: block;
    align-self: stretch;
}
.solution-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.solution-box .texts {
    border: 0 !important;
    padding: 20px;
    transition: unset;
    align-self: stretch;
}
.eventSection h4 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #051226;
    padding: 0;
    margin: 0;
}
.eventSection .texts {
    border: 0 !important;
    padding: 20px;
    transition: unset;
    align-self: stretch;
}
.solution-box .texts span.lead {
    color: #051226 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2rem;
}
.solution-box .breadcrumb {
    padding: 0 0 15px 0;
    color: #051226 !important;
    align-items: center;
}
.solution-box .breadcrumb li {
    font-size: 14px;
    padding: 0;
    line-height: normal;
}
.solution-box .breadcrumb li:before {
    display: none;
}
.eventContact {
    background: linear-gradient(120deg, rgba(35, 166, 56, .07), rgba(0, 151, 112, .07) 40%, rgba(0, 135, 138, .07) 75%, rgba(0, 165, 200, .07));
}
.event .oneBox {
    background-image: linear-gradient(120deg, rgba(35, 166, 56, .07), rgba(0, 151, 112, .07) 40%, rgba(0, 135, 138, .07) 75%, rgba(0, 165, 200, .07));
}
.searchBox {
    background-color: #fff;
    height: 80px;
}
.searchBox form input {
    background: #fff;
    border: 1px solid #051226;
}
.searchBox form .closeSearch,
.searchBox form button {
    background: #051226 url(../dist/images/search-solid.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
    margin: 0 10px;
}
.searchBox form .closeSearch {
    background: #051226 url(../dist/images/times-solid.svg) no-repeat center center;
    margin: 0;
    background-size: 16px auto;
}
header#mainHeader nav li.withDropdown .dropdown a {
    white-space: nowrap;
}
header#mainHeader nav li.withDropdown .dropdown, header#mainHeader nav li .withDropdown .dropdown {
    left: auto;
    right: -10px;
}
.icon-dropdown-menu {
    margin: 0 10px 0 0 !important;
    padding: 0 20px 0 8px;
    position: relative;
}
header#mainHeader nav li.withDropdown:after, header#mainHeader nav li .withDropdown:after {
    right: 0 !important;
}

.track .trackMap {
    padding: 0;
}
.track .items .next, .track .items .prev {
    display: none !important;
}

.mainEventList > div {
    padding: 3rem 0;
}
.mainEventList > div:nth-child(odd) {
    background-image: linear-gradient(120deg, rgba(37, 183, 188, .07), rgba(33, 187, 239, .07) 75%, rgba(0, 149, 219, .07));
}
.mainEventList > div:nth-child(even) .eventCenterItem {
    flex-direction: row-reverse;
}
h3.mainEvent {
    padding: 50px 0;
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
    margin: 0;
}
.mainEventList > div > div {
    margin-bottom: 40px;
}
.eventCenterItem {
    display: flex;
    gap: 40px;
}
.eventCenterItem .image {
    width: 50%;
    flex-basis: calc(50% - 20px);
    position: relative;
    padding-top: 24px;
    flex-shrink: 0;
}
.eventCenterItem .image img {
    width: 100%;
    object-fit: cover;
}
.eventCenterItem .image:before {
    position: absolute;
    background-image: linear-gradient(90deg, #25b7bc, #21bbef 35%, rgba(0, 149, 219, .4) 70%, transparent);
    content: "";
    top: 0;
    left: 0;
    height: 24px;
    right: 0;
}
.eventCenterItem .image div {
    flex-basis: 50%;
}
.eventCenterItem h3 {
    font-size: 36px;
    padding: 0 0 30px 0;
}

.dots .dot {
    background-color: #051226;
    box-shadow: 0 0 0 0 black;
    color: #fff;
    font-size: 14px;
}
.testAndTrack .texts {
    width: 450px;
    z-index: 10;
}
.testAndTrack .box {
    padding: 24px 0 0 0;
    position: relative;
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 24px;
        content: "";
        background-image: linear-gradient(90deg, #25b7bc, #21bbef 35%, rgba(0, 149, 219, .4) 70%, transparent);
    }
}
.testAndTrack .box a.fancyboxLink {
    width: 100%;
    display: block;
}
.testAndTrack .box img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.testAndTrack .box h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 24px;
    line-height: 120%;
    padding: 20px;
    margin: 0;
}
.testAndTrack .box h3 span.num {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #051226;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0;
    width: 36px;
    height: 36px;
    font-size: 24px;
    position: static;
}
.testAndTrack .box p {
    font-size: 1rem;
    line-height: 145%;
    padding: 0 20px 20px 20px;
    color: #051226;
}

.admin .pagination,
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.admin .pagination li,
.pagination li {
    margin: 0;
}
.admin .pagination li a,
.pagination li a {
    border-color: #051226;
    color: #051226;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin .pagination li a.active,
.pagination li a.active {
    border-color: #051226;
    background: #051226;
    color: #fff;
    text-decoration: none;
}
.admin .pagination li.last a,
.admin .pagination li.first a,
.pagination li.last a,
.pagination li.first a {
    border-color: #051226;
}
.admin .pagination li.last a,
.admin .pagination li.first a,
.pagination li.last a,
.pagination li.first a {
    border-color: #051226;
    background: transparent;
}
.admin .pagination li.last a svg,
.admin .pagination li.first a svg,
.pagination li.last a svg,
.pagination li.first a svg {
    width: 24px;
}
.texts ul {
    margin: 0;
    padding: 10px 20px;
}
.mobileNav a.active, .mobileNav a:hover {
    color: #fff;
    background-color: #051226;
}

@media (max-width: 1600px) {
    .mainSlider h2 {
        padding: 0 0 1rem 0;
        font-size: 3rem;
    }
    .mainSlider p {
        padding: 0 0 1rem 0;
        font-size: 1.2rem;
        line-height: 120%;
        max-width: calc(1438px / 2);
    }
}
@media (max-width: 1440px) {
    html {
        font-size: 16px;
    }
    p {
        line-height: 150%;
    }
    h1 {
        font-size: 2rem;
        line-height: 105%;
    }
    .track .items {
        padding: 0;
    }
    .track .oneLine {
        padding: 1rem;
    }
    .services h3 {
        padding: 20px 0;
        font-size: 1.7rem;
        line-height: 150%;
    }
    .event h4 {
        font-size: 1.5rem;
        line-height: normal;
    }
}
@media (max-width: 1365px) {
    .testAndTrack .texts {
        padding: 20px 0 60px;
        width: 400px;
    }
}
@media (max-width: 1200px) {
    .mainSlider h2 {
        padding: 0 0 1rem 0;
        font-size: 2.5rem;
    }
}
@media (max-width: 992px) {
    .mainSlider .slick-track {
        align-items: flex-start;
    }
    .mainSlider .oneSlide img {
        width: 50%;
        height: unset;
        position: static;
        top: unset;
        left: unset;
        transform: none;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }
    .mainSlider .box {
        padding: 10px;
    }
    .mainSlider h2 {
        padding: 0 0 1rem 0;
        font-size: 2.1rem;
    }
    .mobileNav {
        background: #fff;
        padding: 0 20px;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        overflow: auto;
        max-height: calc(0100dvh - 90px);
        z-index: 100;
    }
    .mobileNav a {
        color: #051226;
        font-size: 18px;
        line-height: 44px;
        font-weight: 600;
        display: block;
        text-transform: none;
    }
    .mobileNav form button {
        background: #051226 url(../dist/images/search-solid.svg) no-repeat center center;
        width: 30px;
        height: 30px;
        background-size: 20px auto;
        margin: 0 10px;
    }
    .mobileNav form input {
        font-size: 16px;
        color: #000;
        min-width: 0;
        max-width: none;
        background: #fff;
        flex-grow: 1;
        border: 1px solid #051226;
    }
    .mainSlider p {
        padding: 0 0 1rem 0;
        font-size: 1rem;
        max-width: 40vw;
    }
}
@media (max-width: 989px) {
    .testAndTrack .texts, .testAndTrack .trackMap {
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .mainSlider .slick-slide,
    .mainSlider .hero {
        height: auto;
        width: 100%;
        flex-direction: column;
    }
    .hero_video, .hero iframe {
        width: 100%;
        height: auto !important;
        min-height: unset;
        min-width: unset;
        flex-basis: unset;
        aspect-ratio: 16 / 9;
    }
    .hero_content {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        flex-basis: 100%;
        width: 100%;
        flex-grow: 0;
        background: #fff;
    }
    .mainSlider .oneSlide img {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .eventCenterItem {
        flex-direction: column !important;
        gap: 40px;
    }
    .eventCenterItem .image {
        width: 100%;
        flex-basis: 100%;
    }
    .eventCenterItem h3 {
        font-size: 24px;
        padding: 0 0 20px 0;
        margin: 0;
    }
}
@media (max-width: 576px) {
    .heroHeader {
        padding: 0;
        height: 240px;
    }
    .event.cover img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .event.cover .toCenter {
        padding: 0;
    }
    .event .boxes {
        flex-wrap: wrap;
        padding: 12px;
        gap: 12px;
    }
    .event .oneBox {
        width: 100%;
        flex-basis: calc(50% - 6px);
        padding: 30px 10px;
        flex: unset;
    }
    .event h5 {
        font-size: 18px;
        line-height: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }
    .link {
        padding: 20px 0;
    }
    .mainSlider {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .hero,
    .mainSlider .oneSlide img,
    .hero_video, .hero iframe,
    .hero_content {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        min-width: unset;
    }
    .video-block .hero {
        background: transparent;
    }
    .hero_video, .hero iframe {
        height: unset;
        aspect-ratio: 16 / 9;
    }
    .mainSlider .box {
        padding: 20px;
        margin: 0;
        display: block;
        width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }
    .mainSlider {
        padding-bottom: 24px;
        position: relative;
        height: unset;
    }
    .mainSlider .slick-slide > img {
        display: block;
        object-fit: cover;
        z-index: 1;
        width: 100%;
        height: unset;
        aspect-ratio: 16 / 9;
        transform: none;
        flex-basis: unset;
    }
    .mainSlider .slick-slide {
        overflow: hidden;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .mainSlider h2 {
        padding: 0 0 1.25rem 0;
        text-transform: none;
        font-size: 2rem;
        line-height: 105%;
        font-weight: 700;
        letter-spacing: -0.02em;
    }
    .mainSlider p {
        padding: 0 0 1.25rem 0;
        margin: 0;
        font-size: 1.15rem;
        line-height: 125%;
        text-align: center !important;
    }
    .eventSection .button, .trackSlider .button, .link a, .btnLink, .eventContact button, .testAndTrack a:not([class]), .event a, .services .buttons a, .track .more, .mainSlider .buttons a {
        height: 40px !important;
        padding: 0 .75rem;
    }
    .mainSlider .buttons {
        padding: 1.5rem 0 0 0;
        gap: 10px;
        justify-content: center;
    }
    .map h3 {
        padding: 30px 0 0;
        font-size: 1.7rem;
        line-height: normal;
        font-weight: 500;
        color: #011C2E;
        margin: 0;
    }
    .map .poi {
        width: 50px;
        height: 70px;
        background-size: cover;
    }
    .event {
        padding: 40px 0;
    }
    .event h4 {
        font-size: 1.7rem;
        line-height: normal;
    }
    .referenceSlider .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .mainSlider p {
        text-align: center !important;
        max-width: 100vw;
    }
    .mainSlider h2 {
        text-align: center;
    }
    .mainSlider .hero_content .box {
        align-items: center;
    }
}