@media only screen and (min-width: 0rem) {
  #blog-988 {
    padding: var(--sectionPadding);
  }
  #blog-988 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #blog-988 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #blog-988 .cs-title {
    margin-bottom: 2rem;
    max-width: 20ch;
  }
  #blog-988 .cs-button-solid {
    flex: none;
  }
  #blog-988 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.25rem);
    position: relative;
  }
  #blog-988 .cs-item {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #blog-988 .cs-item:hover {
    cursor: pointer;
  }
  #blog-988 .cs-item:hover .cs-info:before {
    opacity: 1;
    background-color: var(--primary);
  }
  #blog-988 .cs-item:hover .cs-picture img {
    transform: scale(1.15);
  }
  #blog-988 .cs-item:hover .cs-date {
    color: #fff;
  }
  #blog-988 .cs-item:hover .cs-icon {
    filter: brightness(150%);
  }
  #blog-988 .cs-item:hover .cs-link {
    color: #fff;
  }
  #blog-988 .cs-picture {
    width: 100%;
    height: 30rem;
    aspect-ratio: 0.68333333;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
  }
  #blog-988 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.9s;
  }
  #blog-988 .cs-info {
    width: 83%;
    max-width: 26.25rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  #blog-988 .cs-info:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.8;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background-color 0.3s, opacity 0.3s;
  }
  #blog-988 .cs-date {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1.25rem 0;
    color: #bababa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
  }
  #blog-988 .cs-icon {
    width: 1.25rem;
    height: auto;
    transition: filter 0.3s;
  }
  #blog-988 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    color: #fff;
    display: block;
  }
  #blog-988 .cs-desc {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 1.25rem 0;
    color: #f7f7f7;
    display: block;
  }
  #blog-988 .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
    width: auto;
    margin: 0;
    color: var(--primary);
    display: inline-block;
    position: relative;
    transition: color 0.3s;
  }
  #blog-988 .cs-link:hover {
    color: #fff;
  }
  #blog-988 .cs-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    transition: background-color 0.3s;
  }
  #sbs-945 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    background-color: #FAF8F4;
  }
  #sbs-945 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-945 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-945 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-945 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-945 .cs-contact-group {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #sbs-945 .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #sbs-945 .cs-link:hover:before {
    width: 100%;
    height: 3.5em;
  }
  #sbs-945 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #sbs-945 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #sbs-945 .cs-link:before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: #eff1f0;
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #sbs-945 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #sbs-945 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #sbs-945 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #sbs-945 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #sbs-945 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #sbs-945 .cs-image-group {
    font-size: min(2.24vw, 0.844em);
    width: 40.625em;
    height: 42.9375em;
    position: relative;
    z-index: 1;
  }
  #sbs-945 .cs-picture {
    overflow: hidden;
    display: block;
    position: absolute;
  }
  #sbs-945 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-945 .cs-picture1 {
    width: 21.8125em;
    height: 36.875em;
    top: 3.0625em;
    left: 0;
  }
  #sbs-945 .cs-picture2 {
    width: 17.5625em;
    height: 24.1875em;
    top: 0;
    right: 0;
  }
  #sbs-945 .cs-picture3 {
    width: 17.5625em;
    height: 17.5em;
    bottom: 0;
    right: 0;
  }
  #sbs-945 .cs-seal {
    width: 9.375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -40%);
  }
  #sbs-945 .cs-floater {
    display: none;
  }
  #services-961 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #services-961 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-961 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-961 .cs-title {
    margin: 0;
    max-width: 20ch;
  }
  #services-961 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 1.5vw, 1.25rem);
  }
  #services-961 .cs-item {
    list-style: none;
    text-align: left;
    width: 100%;
    padding: clamp(1.5rem, 2.5vw, 2rem);
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  #services-961 .cs-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #services-961 .cs-item-link {
    text-decoration: none;
  }
  #services-961 .cs-icon {
    width: 3rem;
    height: auto;
    margin-bottom: 1.25rem;
    display: block;
  }
  #services-961 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    font-weight: bold;
  }
  #services-961 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #services-961 .cs-background {
    width: 100%;
    height: 22.1875rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #services-961 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #services-940 {
    background-color: #FAF8F4;
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.75rem, 6vw, 4.5rem);
    position: relative;
    z-index: 1;
  }
  #services-940 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-940 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 46.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-940 .cs-text {
    margin-bottom: 1rem;
  }
  #services-940 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #services-940 .cs-picture-group {
    width: 100%;
    max-width: 39.375em;
    position: relative;
    overflow: hidden;
  }
  #services-940 .cs-picture-group:hover .cs-picture img {
    transform: scale(1.2);
  }
  #services-940 .cs-picture-group:hover .cs-picture:before {
    opacity: 0.6;
  }
  #services-940 .cs-picture {
    width: 100%;
    height: clamp(17.5rem, 43vw, 23.75rem);
    position: relative;
    display: block;
    z-index: 1;
  }
  #services-940 .cs-picture:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #1a1a1a;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s;
  }
  #services-940 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform 0.8s;
  }
  #services-940 .cs-play {
    width: clamp(5rem, 6vw, 6.25rem);
    height: clamp(5rem, 6vw, 6.25rem);
    border: 2px solid #bababa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: background-color 0.3s;
  }
  #services-940 .cs-play:hover {
    background-color: var(--primary);
  }
  #services-940 .cs-play-icon {
    width: clamp(1.25rem, 1.5vw, 1.5rem);
    height: auto;
    display: block;
  }
  #services-940 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 34.375rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #services-940 .cs-button-services {
    background-color: #000;
  }
  #services-940 .cs-button-services:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--primary);
    border: 1px solid #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #services-940 .cs-button-services:hover:before {
    width: 100%;
  }
  #services-940 .cs-item {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: clamp(1.5rem, 6vw, 4rem) clamp(1.5rem, 6vw, 2.5rem);
    background-color: white;
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #services-940 .cs-item:hover .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  #services-940 .cs-item:hover .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  #services-940 .cs-item:hover .cs-background {
    opacity: 1;
  }
  #services-940 .cs-icon {
    width: 2.5rem;
    height: auto;
    margin: 0 0 1.25rem 0;
  }
  #services-940 .cs-h3 {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #services-940 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    max-width: 18.75rem;
    margin: 0 0 2rem 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #services-940 .cs-link {
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: var(--primary);
    position: relative;
    transition: color 0.3s;
  }
  #services-940 .cs-link:hover {
    color: #fff;
  }
  #services-940 .cs-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0rem;
    left: 0;
  }
  #services-940 .cs-background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s;
  }
  #services-940 .cs-background:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #1a1a1a;
    opacity: 0.84;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #services-940 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #services-940 .cs-waves {
    width: 100%;
    height: 40.625rem;
    background-color: #9c9c9c;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #services-940 .cs-waves img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #timeline-970 {
    padding: var(--sectionPadding);
    background-color: #1a1a1a;
    overflow: hidden;
  }
  #timeline-970 .cs-container {
    width: 100%;
    max-width: 34.375em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #timeline-970 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #timeline-970 .cs-title {
    max-width: 18ch;
    color: var(--bodyTextColorWhite);
  }
  #timeline-970 .cs-text {
    max-width: 32.625rem;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  #timeline-970 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(2.5rem, 6vw, 5rem);
    position: relative;
  }
  #timeline-970 .cs-card-group:before {
    content: "";
    width: 1px;
    background: #484848;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    bottom: -18.75rem;
    left: 0.375rem;
  }
  #timeline-970 .cs-item {
    width: 100%;
    max-width: 25rem;
    list-style: none;
    padding: 0 0 0 3.25rem;
    box-sizing: border-box;
    position: relative;
  }
  #timeline-970 .cs-item:before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: var(--primary);
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #timeline-970 .cs-icon {
    width: 3.75rem;
    height: auto;
    margin: 0 0 clamp(2rem, 3vw, 2.5rem);
  }
  #timeline-970 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    width: 80%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #timeline-970 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #RPsbs-947 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #RPsbs-947 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #RPsbs-947 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #RPsbs-947 .cs-text {
    margin-bottom: 1rem;
  }
  #RPsbs-947 .cs-contact-group {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    z-index: 1;
  }
  #RPsbs-947 .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #RPsbs-947 .cs-link:hover:before {
    width: 100%;
    height: 3.5em;
  }
  #RPsbs-947 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #RPsbs-947 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #RPsbs-947 .cs-link:before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #RPsbs-947 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #RPsbs-947 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #RPsbs-947 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #RPsbs-947 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #RPsbs-947 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #RPsbs-947 .cs-image-group {
    font-size: min(2.24vw, 0.844em);
    width: 40.625em;
    height: 42.9375em;
    position: relative;
    z-index: 1;
  }
  #RPsbs-947 .cs-picture {
    overflow: hidden;
    display: block;
    position: absolute;
  }
  #RPsbs-947 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #RPsbs-947 .cs-picture1 {
    width: 21.8125em;
    height: 36.875em;
    top: 3.0625em;
    left: 0;
  }
  #RPsbs-947 .cs-picture2 {
    width: 17.5625em;
    height: 24.1875em;
    top: 0;
    right: 0;
  }
  #RPsbs-947 .cs-picture3 {
    width: 17.5625em;
    height: 17.5em;
    bottom: 0;
    right: 0;
  }
  #RPsbs-947 .cs-seal {
    width: 9.375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -40%);
  }
  #RPsbs-947 .cs-floater {
    display: none;
  }
  #RPsbs-947 .cs-svg-left {
    width: 20rem;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: 0;
  }
  #RPsbsr-947 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    position: relative;
    background-color: #FAF8F4;
  }
  #RPsbsr-947 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #RPsbsr-947 .cs-container .cs-image-group .cs-picture1 {
    width: 19.375em;
    height: 30em;
    bottom: 9.375em;
    left: 0;
  }
  #RPsbsr-947 .cs-container .cs-image-group .cs-picture2 {
    width: 19.375em;
    height: 30em;
    top: 9.375em;
    right: 0;
  }
  #RPsbsr-947 .cs-container .cs-image-group .cs-svg-bg {
    width: 20.6875rem;
    height: auto;
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: -1;
  }
  #RPsbsr-947 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #RPsbsr-947 .cs-text {
    margin-bottom: 1rem;
  }
  #RPsbsr-947 .cs-contact-group {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    z-index: 1;
  }
  #RPsbsr-947 .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #RPsbsr-947 .cs-link:hover:before {
    width: 100%;
    height: 3.5em;
  }
  #RPsbsr-947 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #RPsbsr-947 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #RPsbsr-947 .cs-link:before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #RPsbsr-947 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #RPsbsr-947 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #RPsbsr-947 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #RPsbsr-947 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #RPsbsr-947 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #RPsbsr-947 .cs-image-group {
    font-size: min(2.24vw, 0.844em);
    width: 40.625em;
    height: 42.9375em;
    position: relative;
    z-index: 1;
  }
  #RPsbsr-947 .cs-picture {
    overflow: hidden;
    display: block;
    position: absolute;
  }
  #RPsbsr-947 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #RPsbsr-947 .cs-picture1 {
    width: 21.8125em;
    height: 36.875em;
    top: 3.0625em;
    left: 0;
  }
  #RPsbsr-947 .cs-picture2 {
    width: 17.5625em;
    height: 24.1875em;
    top: 0;
    right: 0;
  }
  #RPsbsr-947 .cs-picture3 {
    width: 17.5625em;
    height: 17.5em;
    bottom: 0;
    right: 0;
  }
  #RPsbsr-947 .cs-seal {
    width: 9.375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -40%);
  }
  #RPsbsr-947 .cs-floater {
    display: none;
  }
  #RPsbsr-947 .cs-svg-left {
    width: 20rem;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: 0;
  }
  #list-1165 {
    max-width: 39.375rem;
    margin: 1rem 0 2rem 0;
    padding: 0;
    overflow: hidden;
  }
  #list-1165 .cs-li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #list-1165 .cs-li strong {
    margin-right: 0.25rem;
    display: inline;
    font-weight: 700;
    font-family: Roboto;
  }
}
@media only screen and (min-width: 48rem) {
  #blog-988 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }
  #blog-988 .cs-title {
    margin: 0;
  }
  #blog-988 .cs-container {
    max-width: 80rem;
  }
  #blog-988 .cs-card-group {
    flex-direction: row;
  }
  #blog-988 .cs-picture {
    aspect-ratio: initial;
  }
  #services-961 .cs-container {
    max-width: 80rem;
  }
  #services-961 .cs-content {
    text-align: left;
    align-items: flex-start;
  }
  #services-961 .cs-card-group {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #services-961 .cs-item {
    width: clamp(31.85%, 30.5vw, 32.28%);
  }
  #services-961 .cs-background {
    width: 50vw;
    height: 100%;
    margin-left: clamp(4rem, 10vw, 7.5rem);
    left: 50%;
  }
  #services-940 {
    overflow: visible;
  }
  #services-940 .cs-container {
    max-width: 80rem;
    justify-content: space-between;
    align-items: center;
  }
  #services-940 .cs-content {
    text-align: center;
    align-items: center;
  }
  #services-940 .cs-card-group {
    max-width: 80rem;
  }
  #services-940 .cs-item {
    grid-column: span 6;
  }
  #services-940 .cs-waves {
    height: clamp(28.875rem, 45vw, 38.28rem);
  }
  #timeline-970 .cs-container {
    max-width: 90rem;
  }
  #timeline-970 .cs-card-group {
    flex-direction: row;
  }
  #timeline-970 .cs-card-group:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0.375rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #timeline-970 .cs-item {
    padding: 0 0 4.125rem 0;
    z-index: 1;
  }
  #timeline-970 .cs-item::before {
    top: auto;
    bottom: 0rem;
  }
  #timeline-970 .cs-h3 {
    width: 100%;
  }
  #RPsbsr-947 .cs-container .cs-image-group .cs-svg-bg {
    width: 35.6875rem;
    height: auto;
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: -1;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-945 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #sbs-945 .cs-image-group {
    font-size: min(1.15vw, 1em);
    margin: 0;
    flex: none;
  }
  #sbs-945 .cs-content {
    width: 51%;
  }
  #services-940 .cs-item {
    grid-column: span 4;
  }
  #RPsbs-947 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #RPsbs-947 .cs-image-group {
    font-size: min(1.15vw, 1em);
    margin: 0;
    flex: none;
  }
  #RPsbs-947 .cs-content {
    width: 51%;
  }
  #RPsbsr-947 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #RPsbsr-947 .cs-image-group {
    font-size: min(1.15vw, 1em);
    margin: 0;
    flex: none;
    order: -1;
  }
  #RPsbsr-947 .cs-content {
    width: 51%;
  }
  #RPsbsr-947 .cs-floater {
    right: auto;
    left: -3.125rem;
    transform: scaleX(-1);
  }
}
@media only screen and (min-width: 112.5rem) {
  #sbs-945 .cs-floater {
    width: 27.8125rem;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 1.25rem;
  }
  #RPsbs-947 .cs-floater {
    width: 27.8125rem;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 1.25rem;
  }
  #RPsbsr-947 .cs-floater {
    width: 27.8125rem;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 1.25rem;
  }
}

/*# sourceMappingURL=usluge.css.map */
