* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Noto Sans", sans-serif;
    color: #344054;
}

body.fixed {
    overflow: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.m-btn {
    border: none;
    background-color: transparent;
}

.m-btn--menu {
    display: none;
}

.m-btn--menu:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c9";
}

.m-btn--menu.open:after {
    content: "\f00d";
}

.m-btn--search {
    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;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5A87B6;
}

.m-btn--search i {
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .m-btn--menu {
        display: block;
    }
}

.m-image {
    position: relative;
    margin-bottom: 0;
    padding: 0 40px;
}

.m-image img {
    position: relative;
    width: 100%;
    max-height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-image.m-pattern:after {
    position: absolute;
    content: url("++resource++cryolab.site.images/pattern_image.svg");
}

.m-image.m-pattern--top-right:after {
    top: 16px;
    right: 56px;
}

.m-image.m-pattern--bottom-left:after {
    bottom: 16px;
    left: 32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-image.m-deco {
    padding: 0 16px;
}

.m-image.m-deco:before {
    display: block;
    position: absolute;
    top: -10px;
    content: "";
    width: 75%;
    height: 50%;
    background-color: #F2CA48;
}

.m-image.m-deco--left:before {
    left: 6px;
}

.m-image.m-deco--right:before {
    right: 6px;
}

.m-image.m-deco.m-pattern:after {
    position: absolute;
    content: url("++resource++cryolab.site.images/pattern_image.svg");
}

.m-image.m-deco.m-pattern--top-right:after {
    top: 16px;
    right: 32px;
}

.m-image.m-deco.m-pattern--bottom-left:after {
    bottom: 16px;
    left: 32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
    .m-image {
        margin-bottom: 20px;
        padding: 0 16px;
    }

    .m-image.m-pattern--top-right:after {
        right: 32px;
    }
}

.m-video {
    position: relative;
}

.m-video video {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-video.m-pattern:after {
    position: absolute;
    content: url("++resource++cryolab.site.images/pattern_image.svg");
}

.m-video.m-pattern--top-right:after {
    top: 16px;
    right: 16px;
}

.m-video.m-pattern--bottom-left:after {
    bottom: 16px;
    left: 32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-video--homepage video {
    height: 690px;
}

@media screen and (max-width: 991px) {
    .m-video {
        margin-bottom: 40px;
    }

    .m-video--homepage {
        margin-bottom: 0;
    }
}

.m-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.m-feature__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #F2CA48;
    padding: 0 32px;
    cursor: pointer;
}

.m-feature__item:last-of-type {
    border-right: none;
}

.m-feature__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 12px 0;
}

.m-feature__icon img {
    max-width: 56px;
}

.m-feature__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #5A87B6;
    margin-bottom: 0;
    padding: 8px 0;
}

.m-feature__text {
    margin-bottom: 16px;
}

.m-feature__text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #344054;
}

.m-feature__text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.m-feature__text ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #344054;
}

.m-feature__text a {
    color: #344054;
}

.m-feature__text a:visited {
    color: #344054;
}

.m-feature__text a:hover {
    color: #344054;
}

.m-feature__text a:active {
    color: #344054;
}

.m-feature--left {
    gap: 32px;
    padding: 0 32px;
}

.m-feature--left .m-feature__item {
    border-right: none;
    padding: 0;
}

.m-feature--left .m-feature__icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-feature--left .m-feature__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #0D386B;
}

.m-feature--left .m-feature__text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #326094;
    margin-bottom: 20px;
}

.m-feature--left .m-feature__text a {
    color: #326094;
}

.m-feature--left .m-feature__text a:visited {
    color: #326094;
}

.m-feature--left .m-feature__text a:hover {
    color: #326094;
}

.m-feature--left .m-feature__text a:active {
    color: #326094;
}

.m-feature--contatti .m-feature__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
    color: #004B87;
}

.m-feature--contatti .m-feature__item {
    border-right: 1px solid #EAECF0;
}

.m-feature--contatti .m-feature__item:last-of-type {
    border-right: none;
}

@media screen and (max-width: 767px) {
    .m-feature {
        display: block;
    }

    .m-feature__item {
        border-right: none;
        border-bottom: 1px solid #F2CA48;
    }

    .m-feature__item:last-of-type {
        border-bottom: none;
    }

    .m-feature--contatti .m-feature__item {
        border-right: none;
    }
}

.m-slider__content {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
    margin-bottom: 16px;
}

.m-slider__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 24px;
    margin-bottom: 16px;
}

.m-slider__arrow {
    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;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #EAECF0;
    border-radius: 50%;
}

.m-slider__arrow i {
    font-weight: 700;
    color: #326094;
}

.m-slider .slick-list {
    overflow: visible;
}

.m-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
}

.m-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-counter__item {
    width: 33.3333333333%;
    padding: 24px 16px;
}

.m-counter__number {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #F2CA48;
    margin-bottom: 12px;
}

.m-counter__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 991px) {
    .m-counter__item {
        width: 50%;
    }
}

.m-accordion {
    padding: 0 24px;
}

.m-accordion__item.isOpen .m-accordion__header {
    border-color: #fff;
}

.m-accordion__item.isOpen .m-accordion__header:after {
    content: "\f106";
}

.m-accordion__item.isOpen .m-accordion__body {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E2E8F0;
}

.m-accordion__header {
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E2E8F0;
    padding: 16px 34px 16px 0;
    cursor: pointer;
}

.m-accordion__header:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #000;
}

.m-accordion__body {
    display: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    padding-bottom: 16px;
}

.m-accordion__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.m-accordion__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .m-accordion {
        padding: 0 16px;
    }
}

.m-tab {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 40px;
}

.m-tab li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #667085;
    border-bottom: 2px solid transparent;
    padding: 0 4px 8px 4px;
    cursor: pointer;
}

.m-tab li.active {
    color: #4774A5;
    border-bottom: 2px solid #F2CA48;
}

.m-filters {
    margin-bottom: 40px;
}

.m-search {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #5A87B6;
    border-radius: 100px;
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
}

.m-search input {
    display: none;
    width: 100%;
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 0 0 0 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.m-search input.placeholder {
    color: #fff;
}

.m-search input:-moz-placeholder {
    color: #fff;
}

.m-search input::-moz-placeholder {
    color: #fff;
}

.m-search input:-ms-input-placeholder {
    color: #fff;
}

.m-search input::-webkit-input-placeholder {
    color: #fff;
}

.m-search input:focus {
    outline: 0;
}

.m-search.open {
    left: 50%;
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
}

.m-search.open input {
    display: block;
}

@media screen and (max-width: 991px) {
    .m-search {
        display: none;
    }
}

.m-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 32px;
}

.m-box__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #0D386B;
    margin-bottom: 8px;
}

.m-box__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #326094;
    margin-bottom: 24px;
}

.m-nav {
    background-color: #fff;
    padding: 16px 0;
    z-index: 2;
}

.m-nav .m-logo {
    display: block;
}

.m-nav .m-logo img {
    max-height: 62px;
}

.m-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-nav--footer {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    background-color: transparent;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .m-nav {
        position: sticky;
        top: 0;
    }

    .m-nav .m-logo img {
        max-height: 52px;
    }

    .m-nav--breadcrumbs {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .m-nav--footer {
        display: block;
    }
}

.m-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
}

.m-menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #344054;
    border-right: 1px solid #D0D5DD;
    padding: 16px 32px;
    cursor: pointer;
}

.m-menu li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #344054;
}

.m-menu li a:visited {
    color: #344054;
}

.m-menu li a:hover {
    color: #344054;
}

.m-menu li a:active {
    color: #344054;
}

.m-menu li:last-of-type {
    border-right: none;
}

.m-menu li.hasSubMenu:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
}

.m-menu li.hasSubMenu:hover:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f106";
}

.m-menu li.hasSubMenu:hover > .m-submenu {
    display: block;
}

.m-menu--footer {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.m-menu--footer li {
    border-right: none;
    margin-bottom: 12px;
    padding: 0;
}

.m-menu--footer li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: none;
    color: #96C2E9;
}

.m-menu--footer li a:visited {
    color: #96C2E9;
}

.m-menu--footer li a:hover {
    color: #96C2E9;
}

.m-menu--footer li a:active {
    color: #96C2E9;
}

.m-menu--footer li:first-of-type {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6F9BC8;
    margin-bottom: 16px;
}

.m-menu--footer li:after {
    content: none;
}

.m-menu--footer li:hover:after {
    content: none;
}

.m-menu--socials {
    gap: 24px;
    padding: 0;
}

.m-menu--socials li {
    border-right: none;
    padding: 0;
}

.m-menu--socials li a {
    font-size: 24px;
    line-height: 1;
    color: #82AFD8;
}

.m-menu--socials li a:visited {
    color: #82AFD8;
}

.m-menu--socials li a:hover {
    color: #82AFD8;
}

.m-menu--socials li a:active {
    color: #82AFD8;
}

.m-menu--socials li:after {
    content: none;
}

.m-menu--socials li:hover:after {
    content: none;
}

.m-menu--mobile {
    display: none;
    position: fixed;
    inset: 84px 0 0 0;
    background-color: #fff;
    padding: 0 12px;
    z-index: 1;
}

.m-menu--mobile li {
    border: none;
    padding: 16px 0;
}

.m-menu--mobile li.hasSubMenu:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
}

.m-menu--mobile li.hasSubMenu:hover:after {
    content: "\f105";
}

.m-menu--mobile.open {
    display: block;
}

@media screen and (max-width: 991px) {
    .m-menu {
        display: none;
    }

    .m-menu--footer {
        display: block;
    }

    .m-menu--socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .m-menu--footer {
        margin-bottom: 20px;
    }
}

.m-submenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

.m-submenu li {
    border-right: none;
    padding: 8px 32px;
}

.m-submenu li a {
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
}

.m-submenu li:after {
    content: none;
}

.m-submenu li:hover:after {
    content: none;
}

.m-submenu--mobile {
    display: block;
    position: fixed;
    inset: 84px 0 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
}

.m-submenu--mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
}

.m-breadcrumbs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 10px;
}

.m-breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #475467;
}

.m-breadcrumbs li:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.m-breadcrumbs li:first-of-type:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f015";
    font-weight: 300;
    color: #4774A5;
}

.m-breadcrumbs li:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    margin-left: 14px;
}

.m-breadcrumbs li:last-of-type:after {
    content: none;
}

.m-breadcrumbs__link {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #4774A5;
}

.m-breadcrumbs__link:visited {
    color: #4774A5;
}

.m-breadcrumbs__link:hover {
    color: #4774A5;
}

.m-breadcrumbs__link:active {
    color: #4774A5;
}

.m-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #EAECF0;
    padding: 20px 0;
}

.m-pagination__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #667085;
    border: none;
    background-color: transparent;
}

.m-pagination__arrow--prev:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f060";
}

.m-pagination__arrow--next:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
}

.m-pagination__pages {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 2px;
}

.m-pagination__pages li {
    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;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #98A2B3;
    border-radius: 50%;
}

.m-pagination__pages li.active {
    color: #4774A5;
    background-color: #DFEFFD;
}

@media screen and (max-width: 767px) {
    .m-pagination__arrow span {
        display: none;
    }
}

.m-header {
    position: relative;
    padding: 80px 0;
}

.m-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 16px;
}

.m-header__title:after {
    content: url("++resource++cryolab.site.images/pattern_title-horizontal.svg");
    width: auto;
    height: auto;
    background-image: none;
    font-size: 0;
    line-height: 0;
}

.m-header__text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 0;
}

.m-header--homepage {
    padding: 0;
}

.m-header--homepage .m-header__content {
    position: absolute;
    inset: 0;
    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;
}

.m-header--homepage .m-header__title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.m-header--homepage .m-header__title:after {
    content: none;
}

.m-header--homepage .m-header__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .m-header {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .m-header__title {
        font-size: 38px;
        line-height: 50px;
    }

    .m-header__text {
        font-size: 18px;
        line-height: 28px;
    }

    .m-header--homepage .m-header__title {
        font-size: 50px;
        line-height: 62px;
    }
}

.m-section {
    position: relative;
    padding: 80px 0;
    overflow-x: hidden;
}

.m-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 32px;
    margin-bottom: 64px;
}

.m-section__header .m-section__category {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #326094;
    margin-bottom: 12px;
}

.m-section__header .m-section__title {
    color: #0D386B;
    margin-bottom: 20px;
    padding: 0;
}

.m-section__header .m-section__title:after {
    content: none !important;
}

.m-section__header .m-section__description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #326094;
    margin-bottom: 32px;
}

.m-section__header:after {
    content: url("++resource++cryolab.site.images/pattern_primary.svg");
}

.m-section__header--noPattern {
    display: block;
}

.m-section__header--noPattern:after {
    content: none;
}

.m-section__title {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #5A87B6;
    margin-bottom: 0;
    padding: 8px 16px;
}

.m-section h2.m-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 48px;
    line-height: 60px;
}

.m-section h2.m-section__title:after {
    content: "";
    width: 46px;
    height: 46px;
    background-image: url("++resource++cryolab.site.images/pattern_title.svg");
    background-size: cover;
    background-position: center;
}

.m-section h3.m-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 36px;
    line-height: 44px;
}

.m-section h3.m-section__title:after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url("++resource++cryolab.site.images/pattern_title.svg");
    background-size: cover;
    background-position: center;
}

.m-section h4.m-section__title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.m-section h4.m-section__title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #5A87B6;
}

.m-section h4.m-section__title a:visited {
    color: #5A87B6;
}

.m-section h4.m-section__title a:hover {
    color: #5A87B6;
}

.m-section h4.m-section__title a:active {
    color: #5A87B6;
}

.m-section h4.m-section__title a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    font-size: 18px;
    line-height: 1;
    color: #F2CA48;
}

.m-section h5.m-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #5A87B6;
    margin-bottom: 32px;
    padding: 0;
}

.m-section h5.m-section__title a {
    color: #5A87B6;
}

.m-section h5.m-section__title a:visited {
    color: #5A87B6;
}

.m-section h5.m-section__title a:hover {
    color: #5A87B6;
}

.m-section h5.m-section__title a:active {
    color: #5A87B6;
}

.m-section h5.m-section__title:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    color: #F2CA48;
}

.m-section__text {
    padding: 8px 16px;
}

.m-section__text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.m-section__text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.m-section__text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #101828;
    padding: 8px 16px 12px 24px;
}

.m-section__text ul li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #96C2E9;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.m-section__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #5A87B6;
    padding: 10px 0;
}

.m-section__link:visited {
    color: #5A87B6;
}

.m-section__link:hover {
    color: #5A87B6;
}

.m-section__link:active {
    color: #5A87B6;
}

.m-section__link:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
}

.m-section__link--secondary {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #A28300;
}

.m-section__link--secondary:visited {
    color: #A28300;
}

.m-section__link--secondary:hover {
    color: #A28300;
}

.m-section__link--secondary:active {
    color: #A28300;
}

.m-section__link--external:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f08e";
}

.m-section--background.ultraLight {
    background-color: #F9FAFB;
}

.m-section--background.light {
    background-color: #F2F4F7;
}

.m-section--background.light .m-section__title {
    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;
    gap: 8px;
}

.m-section--background.light .m-section__title:after {
    content: url("++resource++cryolab.site.images/pattern_title-horizontal.svg");
    width: auto;
    height: auto;
    background-image: none;
    font-size: 0;
    line-height: 0;
}

.m-section--background.light .m-section__text {
    text-align: center;
    margin-bottom: 48px;
}

.m-section--background.primary {
    background-color: #DFEFFD;
}

.m-section--background.primary:after {
    position: absolute;
    top: 32px;
    right: 32px;
    content: url("++resource++cryolab.site.images/pattern_secondary.svg");
}

.m-section--background.dark {
    background-color: #0D386B;
}

.m-section--background.dark .m-section__title {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #96C2E9;
    margin-bottom: 64px;
}

.m-section--background.dark .m-section__title:after {
    position: absolute;
    right: 0;
    background-image: url("++resource++cryolab.site.images/pattern_title.svg");
}

.m-section--background.dark .m-section__title--secondary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #F2CA48;
    margin-bottom: 16px;
}

.m-section--background.dark .m-section__title--secondary:after {
    position: static;
    background-image: url("++resource++cryolab.site.images/pattern_title-primary.svg");
}

.m-section--background.dark .m-section__text {
    color: #fff;
}

.m-section--background.dark .m-section__link--secondary {
    color: #F2CA48;
}

.m-section--background.dark .m-section__link--secondary:visited {
    color: #F2CA48;
}

.m-section--background.dark .m-section__link--secondary:hover {
    color: #F2CA48;
}

.m-section--background.dark .m-section__link--secondary:active {
    color: #F2CA48;
}

.m-section--separator:after {
    content: url(++resource++cryolab.site.images/pattern_title-horizontal.svg);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m-section--separator:last-of-type:after {
    content: none;
}

@media screen and (max-width: 991px) {
    .m-section {
        padding: 40px 0;
    }

    .m-section__text {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    .m-section__header:after {
        content: none;
    }

    .m-section h2.m-section__title {
        font-size: 38px;
        line-height: 50px;
    }

    .m-section__text p {
        font-size: 14px;
        line-height: 22px;
    }

    .m-section--background.primary:after {
        content: none;
    }

    .m-section--background.light .m-section__text {
        margin-bottom: 0;
    }
}

.m-card--news {
    margin-bottom: 40px;
}

.m-card--news .m-card__image {
    margin-bottom: 24px;
}

.m-card--news .m-card__image img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-card--news .m-card__date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #5A87B6;
    margin-bottom: 12px;
}

.m-card--news .m-card__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.m-card--news .m-card__category {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #004B87;
    margin-bottom: 12px;
}

.m-card--news .m-card__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #475467;
    margin-bottom: 16px;
}

.m-card--news .m-card__info {
    font-size: 14px;
    line-height: 20px;
    color: #6F9BC8;
    margin-bottom: 26px;
}

.m-card--news .m-card__info dt {
    font-weight: 700;
}

.m-card--news .m-card__info dd {
    font-weight: 400;
}

.m-card--news .m-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #A28300;
    padding: 10px 0;
}

.m-card--news .m-card__link:visited {
    color: #A28300;
}

.m-card--news .m-card__link:hover {
    color: #A28300;
}

.m-card--news .m-card__link:active {
    color: #A28300;
}

.m-card--news .m-card__link:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
}

.m-card--news .m-card__link--website:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c1";
}

.m-card--news .m-card__link--download:before {
    font-family: "Font Awesome 6 Pro";
    content: "\e094";
}

.m-card--ellipse {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 32px;
    padding: 0 40px;
}

.m-card--ellipse .m-card__image {
    margin-bottom: 0;
}

.m-card--ellipse .m-card__image img {
    width: 112px;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.m-card--ellipse .m-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.m-card--ellipse .m-card__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.m-card--ellipse .m-card__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 0;
}

.m-card--ellipse:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    color: #F2CA48;
}

.m-card--ellipse .m-card__link {
    position: absolute;
    inset: 0;
}

.m-card--ellipse:before {
    position: absolute;
    bottom: -16px;
    left: 160px;
    content: "";
    width: 247px;
    height: 1px;
    background-color: #F2CA48;
}

.m-card--simple {
    background-color: #fff;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    margin: 0 12px 8px 12px;
    padding: 24px 24px 28px 24px;
}

.m-card--simple .m-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1D2939;
    margin-bottom: 8px;
}

.m-card--simple .m-card__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 0;
}

.m-card--simple .m-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #A28300;
}

.m-card--simple .m-card__link:visited {
    color: #A28300;
}

.m-card--simple .m-card__link:hover {
    color: #A28300;
}

.m-card--simple .m-card__link:active {
    color: #A28300;
}

.m-card--simple .m-card__link:after {
    font-family: "Font Awesome 6 Pro";
    content: "\e094";
}

.m-card--service {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.075);
    margin: 0 12px;
    overflow: hidden;
    height: inherit !important;
}

.m-card--service .m-card__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50.78%;
}

.m-card--service .m-card__body {
    padding: 32px 16px 24px 16px;
}

.m-card--service .m-card__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1D2939;
    margin-bottom: 16px;
}

.m-card--service .m-card__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 0;
}

.m-card--service .m-card__link {
    position: absolute;
    inset: 0;
}

.m-card--service:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}

.m-card--team {
    padding: 40px 20px;
}

.m-card--team .m-card__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.m-card--team .m-card__image {
    position: relative;
    margin-bottom: 0;
}

.m-card--team .m-card__image img {
    position: relative;
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
}

.m-card--team .m-card__image:after {
    position: absolute;
    left: 32%;
    top: -10px;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #F2CA48;
    border-radius: 50%;
    z-index: 0;
}

.m-card--team .m-card__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    color: #101828;
    margin-bottom: 0;
}

.m-card--team .m-card__info {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #326094;
    margin-bottom: 8px;
}

.m-card--team .m-card__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #667085;
}

.m-card--team .m-card__socials {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.m-card--team .m-card__socials li a {
    color: #96C2E9;
}

.m-card--team .m-card__socials li a:visited {
    color: #96C2E9;
}

.m-card--team .m-card__socials li a:hover {
    color: #96C2E9;
}

.m-card--team .m-card__socials li a:active {
    color: #96C2E9;
}

@media screen and (max-width: 767px) {
    .m-card--ellipse {
        display: block;
        padding: 0 16px;
    }

    .m-card--ellipse .m-card__image {
        margin-bottom: 16px;
    }

    .m-card--ellipse:before {
        width: auto;
        right: 16px;
        left: 16px;
    }
}

.m-footer__inner {
    background-color: #004B87;
    padding: 64px 0 48px 32px;
}

.m-footer .m-logo {
    display: block;
    margin-bottom: 32px;
}

.m-footer .m-logo img {
    max-height: 44px;
}

.m-footer__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #96C2E9;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .m-footer__text {
        margin-bottom: 40px;
    }
}

.m-colophon {
    background-color: #0D386B;
    padding: 42px 32px;
}

.m-colophon__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-colophon__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #82AFD8;
    margin-bottom: 0;
}

.m-colophon__text a {
    color: #82AFD8;
    text-decoration: underline;
}

.m-colophon__text a:visited {
    color: #82AFD8;
}

.m-colophon__text a:hover {
    color: #82AFD8;
}

.m-colophon__text a:active {
    color: #82AFD8;
}

@media screen and (max-width: 991px) {
    .m-colophon__inner {
        display: block;
    }

    .m-colophon__text {
        margin-bottom: 20px;
    }
}
