@media(min-width: 1025px) {
html {
font-size: clamp(8px, .85vw, 16px);
}
}
.title {
font-size: var(--font-h2-desktop);
color: #202938;
text-transform: uppercase;
font-family: "Unbounded", sans-serif;
font-weight: 900;
}
.bg--dark {
background-color: #202938;
padding-top: 6.25rem;
padding-bottom: 6.25rem;
margin-top: 6.25rem;
}
.bg--dark .title {
color: #FFF;
}
.bg--dark .container:first-child {
margin-top: 0;
}
.bg--dark .related-card {
border: none;
background-color: #FFF;
}
.bg--dark .rc-title { color: var(--color-dark); }
.bg--dark .rc-desc { color: var(--color-dark); }
@media(max-width: 768px) {
.title { font-size: var(--font-h2-mobile); }
.bg--dark {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
margin-top: 5.5rem;
}
}main .container {
margin-top: 6.25rem;
}
.services__content {
margin-top: 3.75rem;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 1rem;
}
.services__card {
background-color: #FFF;   
border-radius: 1.25rem;
padding: 1.25rem 1.5rem;
grid-column: span 2;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.services__card--wide {
grid-column: span 3;
}
.services__card-number {
color: #FF6B01;
font-size: var(--font-h3-desktop);
font-family: "Unbounded", sans-serif;
font-weight: 900;
}
.services__card-text {
color: #202938;
font-size: var(--font-button-desktop);
font-family: "Unbounded", sans-serif;
text-transform: uppercase;
font-weight: 900;
min-height: 3rem;
}
@media(max-width: 768px) {
.services__content { gap: 1.15rem; }
.services__card { padding: 2.85rem 3.45rem; }
.services__card-number { font-size: 2.85rem; }
.services__card-text { font-size: 2.45rem; }
}.tasks__content {
margin-top: 3.75rem;
}
.tasks__table {
width: 100%;
border-collapse: collapse;
color: #7B7E82;
text-align: left;
font-weight: 700;
}
.tasks__table thead th {
font-size: var(--font-button-desktop);
font-weight: 900;
text-transform: uppercase;
color: #202938;
padding-bottom: 1.75rem;
font-family: "Unbounded", sans-serif;
}
.tasks__table thead th:last-child {
color: var(--color-accent);
}
.tasks__result-title {
padding-left: 0.75rem;
}
.tasks__table tbody td {
padding-top: 1rem;
padding-right: 1.875rem;
padding-left: 0.75rem;
padding-bottom: 1rem;
font-size: var(--font-main-desktop);
vertical-align: top;
line-height: 1.35;
}
.tasks__table tbody tr:nth-child(odd) {
background-color: #FFFFFF;
}
.tasks__result {
display: flex;
align-items: flex-start;
gap: 0.75rem;
color: #202938;
}
.tasks__result strong {
font-weight: 700;
text-transform: uppercase;
font-size: var(--font-small-desktop);
}
.tasks__check {
width: 1.5rem;
height: 1.5rem;
stroke: var(--color-accent);
flex-shrink: 0;
margin-top: auto;
margin-bottom: auto;
}
@media (max-width: 768px) {
.tasks__table,
.tasks__table tbody,
.tasks__table tr,
.tasks__table td {
display: block;
}
.tasks__table thead {
display: none;
}
.tasks__table tr {
margin-bottom: 1.25rem;
padding: 1rem;
background: #fff;
border-radius: 0.5rem;
}
.tasks__table td {
padding: 0.75rem 0;
}
.tasks--gallery .tasks__tbody {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
}
.tasks--gallery .tasks__tbody::-webkit-scrollbar {
display: none;
}
.tasks--gallery .tasks__row {
flex: 0 0 100%;
min-width: 100%;
scroll-snap-align: start;
margin: 0;
box-sizing: border-box;
}
.tasks--gallery .tasks__pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
margin-top: 1.5rem;
}
.tasks__dot {
cursor: pointer;
background-color: #e0e0e0;
height: 1rem;
width: 1rem;
border-radius: 100px;
border: none;
padding: 0;
transition: background-color 0.3s ease, width 0.3s ease;
}
.tasks__dot--active {
background-color: #ff6b01;
}
.tasks__dot:hover {
background-color: #ff873d;
}
}
@media (min-width: 769px) {
.tasks--gallery .tasks__pagination {
display: none;
}
}
@media (max-width: 768px) {
.tasks__table td::before {
content: attr(data-label);
display: block;
margin-bottom: 0.75rem;
font-weight: 900;
text-transform: uppercase;
color: #202938;
font-size: 2rem;
font-family: "Unbounded", sans-serif;
}
.tasks__table tbody td {
font-size: 2rem;
}
.tasks__result { gap: 1.25rem; }
.tasks__hr { display: none; }
}
.tasks__hr {
margin-top: 0.625rem;
border: 1px solid #D5D1C9;
}.website-price {
width: 100%;
padding: 1.5rem 0 0.875rem;
background: var(--color-light);
color: var(--color-gray-text);
font-family: var(--font-ysabeau);
}
.website-price__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 3.125rem;
margin-bottom: 3.1875rem;
}
.website-price__title {
color: var(--color-dark);
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
text-transform: uppercase;
}
.website-price__description {
width: 31.25rem;
flex: 0 0 31.25rem;
padding: 1.25rem 0 1.125rem 0.875rem;
border-left: 0.125rem solid var(--color-accent);
color: var(--color-muted);
font-weight: bold;
font-size: 1.25rem;
}
.price-table-wrapper {
width: 100%;
overflow-x: auto;
}
.price-table {
width: 100%;
min-width: 65.625rem;
table-layout: fixed;
border-spacing: 0;
border: 0.0625rem solid #aab0b6;
border-radius: 1rem;
overflow: hidden;
background: var(--color-white);
}
.price-table th,
.price-table td {
padding: 1.375rem;
border-right: 0.0625rem solid #aab0b6;
border-bottom: 0.0625rem solid #aab0b6;
text-align: left;
vertical-align: middle;
}
.price-table th:last-child,
.price-table td:last-child {
border-right: 0;
}
.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
border-bottom: 0.0625rem solid #aab0b6;
}
.price-table tfoot tr:last-child th,
.price-table tfoot tr:last-child td {
border-bottom: 0;
}
.price-table__head-inner {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.price-table__price {
margin-top: auto;
}
.price-table__price small {
display: block;
margin-top: 0.375rem;
}
.price-table thead th {
height: 14.375rem;
vertical-align: top;
}
.price-table thead th:first-child {
width: 22%;
}
.price-table thead th:not(:first-child) {
width: 26.666%;
}
.price-table__intro {
color: var(--color-white);
background: radial-gradient(circle at 92% 88%, #ffc329 0, #ff9a0a 17%, var(--color-accent) 43%, var(--color-accent-dark) 100%);
}
.price-table__intro span {
display: block;
font-size: 1.25rem;
font-weight: 700;
line-height: 1;
letter-spacing: .05em;
text-transform: lowercase;
}
.price-table__intro strong {
margin-top: auto;
display: block;
font-family: var(--font-unbounded);
font-size: var(--font-h3-desktop);
font-weight: 700;
line-height: 1.16;
letter-spacing: -.045em;
text-transform: uppercase;
}
.price-table__head {
color: var(--color-dark);
background: var(--color-white);
}
.price-table__head--dark {
color: var(--color-white);
background: var(--color-dark);
border-color: var(--color-dark-soft) !important;
}
.price-table__badge {
display: inline-flex;
align-items: center;
min-height: 2.0625rem;
padding: 0.3125rem 0.9375rem;
border: 0.0625rem solid currentColor;
border-radius: 6.25rem;
color: var(--color-accent);
font-size: 1.25rem;
font-weight: 600;
line-height: 1;
letter-spacing: .04em;
text-transform: lowercase;
}
.price-table__head--dark .price-table__badge {
color: var(--color-white);
}
.price-table__head strong {
display: block;
margin: 0;
font-family: var(--font-unbounded);
font-size: var(--font-h3-desktop);
margin-top: 1.125rem;
font-weight: 700;
line-height: 1.05;
letter-spacing: -.045em;
text-transform: uppercase;
}
.price-table__head b {
display: block;
color: var(--color-accent);
font-family: var(--font-unbounded);
font-size: 1.5625rem;
text-transform: uppercase;
font-weight: 900;
line-height: 1;
letter-spacing: -.06em;
}
.price-table__head small {
display: block;
color: var(--color-muted);
font-size: 1.25rem;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
.price-table tbody th {
color: var(--color-muted);
background: var(--color-light);
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
}
.price-table tbody td {
color: var(--color-muted);
font-size: 1.25rem;
font-weight: 700;
line-height: 1.4;
}
.price-table .price-table__dark {
background: var(--color-dark);
color: var(--color-white);
border-color: var(--color-dark-soft) !important;
}
.price-table tfoot th {
color: var(--color-muted);
background: var(--color-light);
font-size: 1.25rem;
font-weight: 700;
line-height: 1.3;
}
.price-table tfoot td {
background: var(--color-light);
}
.price-table tfoot td.price-table__dark {
background: var(--color-dark);
}
.price-table tfoot a,
.price-table tfoot button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--color-dark);
font-family: var(--font-unbounded);
font-size: 1.125rem;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
border-bottom: 0.125rem solid var(--color-dark);
padding-bottom: 0.25rem;
background: transparent;
border-top: none;
border-left: none;
border-right: none;
cursor: pointer;
}
.price-table tfoot a::after,
.price-table tfoot button::after {
content: "↗";
font-family: Arial, sans-serif;
font-size: 1rem;
}
.price-table tfoot td.price-table__dark a,
.price-table tfoot td.price-table__dark button {
color: var(--color-accent);
border-color: var(--color-accent);
}
.price-table tfoot a:hover,
.price-table tfoot button:hover {
color: var(--color-accent);
border-color: var(--color-accent);
}
.price-table tfoot td.price-table__dark a:hover,
.price-table tfoot td.price-table__dark button:hover {
color: #ff9a0a;
border-color: #ff9a0a;
}
.price-table__subtitle,
.price-card__subtitle {
display: block;
font-size: 1rem;
color: var(--color-muted);
font-weight: 600;
margin-top: 0.5rem;
line-height: 1.25;
}
.price-table__head--dark .price-table__subtitle,
.price-card--dark .price-card__subtitle {
color: #aab0b6;
}
.price-table__check {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.125rem;
height: 1.125rem;
border-radius: 50%;
background-color: var(--color-accent);
color: var(--color-white);
font-size: 0.75rem;
font-weight: 900;
margin-right: 0.375rem;
flex-shrink: 0;
vertical-align: middle;
}
.price-table__top-note {
display: block;
font-size: 1rem;
font-weight: 700;
color: var(--color-accent);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.625rem;
}
.price-table__demo-note {
font-size: 0.875rem;
font-weight: 700;
color: var(--color-accent);
text-transform: uppercase;
margin-top: 0.625rem;
letter-spacing: 0.04em;
}
.price-table__bottom-note {
font-size: 0.875rem;
font-weight: 700;
color: var(--color-accent);
text-transform: uppercase;
margin-top: 1.25rem;
letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
.website-price {
padding: 1.5rem 0 0.875rem;
}
.website-price__title {
font-size: 2.5rem;
}
.website-price__description {
width: 25rem;
flex: 0 0 25rem;
}
.price-table tbody td {
font-size: 1.125rem;
}
}
@media (max-width: 900px) {
.website-price {
padding: 1.5rem 0 0.875rem;
}
.website-price__header {
flex-direction: column;
gap: 1.5rem;
margin-bottom: 2rem;
}
.website-price__title {
font-size: var(--font-h2-mobile);
}
.website-price__description {
width: 100%;
flex: auto;
}
.price-table {
min-width: 55rem;
}
}
.price-cards {
display: none;
}
@media (max-width: 768px) {
.website-price {
margin-top: 5.5rem;
padding: 0;
}
.website-price__header {
margin-bottom: 2.5rem;
}
.website-price__title {
font-size: var(--font-h2-mobile);
line-height: 1.15;
}
.price-table__top-note {
font-size: var(--font-small-mobile);
margin-bottom: 0.8rem;
}
.price-table__demo-note {
font-size: var(--font-small-mobile);
margin-top: 0.8rem;
}
.price-table__bottom-note {
font-size: var(--font-small-mobile);
margin-top: 1.5rem;
}
.price-card__subtitle {
display: block;
margin: 0.6rem 1.8rem 0;
font-size: var(--font-small-mobile);
font-weight: 600;
color: #7b7e82;
line-height: 1.3;
}
.price-card--dark .price-card__subtitle {
color: #aab0b6;
}
.website-price__description {
display: none;
}
.price-table-wrapper {
display: none;
}
.price-cards {
display: flex;
flex-direction: column;
gap: 2rem;
margin-top: 1.8rem;
}
.price-card {
display: flex;
flex-direction: column;
padding: 0;
border: none;
border-radius: 1.6rem;
background: var(--color-white);
color: var(--color-dark);
overflow: hidden;
}
.price-card--dark {
background: var(--color-dark);
color: var(--color-white);
}
.price-card__badge {
display: inline-flex;
align-items: center;
align-self: flex-start;
margin: 1.8rem 1.8rem 0;
padding: 0.4rem 1rem;
border: 0.08rem solid currentColor;
border-radius: 3.5rem;
color: var(--color-accent);
font-size: 1.7rem;
font-weight: 700;
line-height: 1;
letter-spacing: .04em;
text-transform: uppercase;
}
.price-card--dark .price-card__badge {
color: var(--color-white);
}
.price-card__title {
margin: 1.2rem 1.8rem 0;
color: inherit;
font-family: var(--font-unbounded);
font-size: var(--font-h3-mobile);
font-weight: 700;
line-height: 1.1;
text-transform: uppercase;
}
.price-card__price {
margin: 1.2rem 1.8rem 0;
padding-bottom: 1.8rem;
border-bottom: 0.08rem solid var(--color-line);
}
.price-card--dark .price-card__price {
border-bottom-color: #2a3444;
}
.price-card__price b {
display: block;
color: var(--color-accent);
font-family: var(--font-unbounded);
font-size: 3.2rem;
font-weight: 900;
line-height: 1;
text-transform: uppercase;
}
.price-card__price small {
display: block;
margin-top: 0.5rem;
color: #7b7e82;
font-size: 1.85rem;
font-weight: 700;
text-transform: uppercase;
}
.price-card--dark .price-card__price small {
color: var(--color-white);
}
.price-card__list {
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
list-style: none;
}
.price-card__item {
display: flex;
flex-direction: column;
gap: 0.6rem;
padding: 1.5rem 1.8rem;
border-bottom: 0.08rem solid var(--color-line);
}
.price-card--dark .price-card__item {
border-bottom-color: #2a3444;
}
.price-card__label {
color: #7b7e82;
font-size: 1.7rem;
font-weight: 700;
text-transform: uppercase;
}
.price-card--dark .price-card__label {
color: var(--color-accent);
}
.price-card__value {
font-size: 2.15rem;
font-weight: 600;
color: var(--color-dark);
line-height: 1.35;
}
.price-card--dark .price-card__value {
color: var(--color-white);
}
.price-card__footer {
padding: 1.8rem;
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.2rem;
}
.price-card__note {
font-size: 1.6rem;
font-weight: 600;
color: #7b7e82;
line-height: 1.35;
flex: 1;
}
.price-card--dark .price-card__note {
color: #aab0b6;
}
.price-card__link,
.price-card__btn {
display: inline-flex;
align-items: center;
align-self: flex-end;
gap: 0.4rem;
margin-top: 0;
padding-bottom: 0.25rem;
color: var(--color-dark);
border-bottom: 0.18rem solid var(--color-dark);
font-family: var(--font-ysabeau);
font-size: 2rem;
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
background: transparent;
border-top: none;
border-left: none;
border-right: none;
cursor: pointer;
white-space: nowrap;
}
.price-card__link::after,
.price-card__btn::after {
content: "↗";
font-size: 1.4rem;
}
.price-card--dark .price-card__link,
.price-card--dark .price-card__btn {
color: var(--color-accent);
border-color: var(--color-accent);
}
}.budget {
width: 100%;
padding: 1.5rem 0 1rem;
background: var(--color-light);
color: var(--color-dark);
font-family: var(--font-ysabeau);
}
.budget__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 3.125rem;
margin-bottom: 3.125rem;
}
.budget__title {
color: var(--color-dark);
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
text-transform: uppercase;
}
.budget__description {
width: 31.25rem;
flex: 0 0 31.25rem;
padding: 1.25rem 0 1.125rem 0.875rem;
border-left: 0.125rem solid var(--color-accent);
color: var(--color-muted);
font-weight: bold;
font-size: 1.25rem;
}
.budget__box {
display: grid;
grid-template-columns: minmax(0, 2fr) minmax(21.25rem, 1fr);
min-height: 33.125rem;
overflow: hidden;
border-radius: 0.9375rem;
background: var(--color-white);
}
.budget__form {
padding: 1.375rem 1.375rem 1.125rem;
}
.budget__form-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 1.125rem;
border-bottom: 0.0625rem solid var(--color-line);
}
.budget__form-header h3 {
color: var(--color-dark);
font-family: var(--font-unbounded);
font-size: var(--font-h3-desktop);
font-weight: 900;
text-transform: uppercase;
}
.budget__form-header span {
color: var(--color-muted);
font-weight: 700;
font-size: 1.25rem;
text-transform: lowercase;
}
.budget__field {
margin-top: 1.375rem;
}
.budget__label {
margin-bottom: 0.625rem;
color: var(--color-black);
font-size: 1.25rem;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
.budget__options {
display: grid;
gap: 1.125rem;
}
.budget__options--three {
grid-template-columns: repeat(3, 1fr);
}
.budget__options--four {
grid-template-columns: repeat(4, 1fr);
}
.budget__options--two {
grid-template-columns: 1fr 1fr;
}
.budget__option {
position: relative;
min-height: 4.125rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding-inline: 0.5rem;
padding-block: 1.09375rem;
border: 0.125rem solid transparent;
border-radius: 1.25rem;
background: var(--color-light);
color: var(--color-muted);
cursor: pointer;
font-size: 1.25rem;
font-weight: 700;
text-align: center;
transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.budget__option input {
position: absolute;
width: 0.0625rem;
height: 0.0625rem;
opacity: 0;
pointer-events: none;
}
.budget__option--active {
border-color: var(--color-accent);
background: var(--color-white);
color: var(--color-black);
}
.budget__check {
display: none;
align-items: center;
justify-content: center;
width: 1.5rem;
height: 1.5rem;
flex: 0 0 1.5rem;
border-radius: 50%;
background: var(--color-accent);
color: var(--color-white);
font-family: Arial, sans-serif;
font-size: 1rem;
font-weight: 700;
}
.budget__radio {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.5rem;
height: 1.5rem;
flex: 0 0 1.5rem;
border: 0.0625rem solid var(--color-muted);
border-radius: 50%;
background: transparent;
}
.budget__option--active .budget__check {
display: inline-flex;
}
.budget__option--active .budget__radio {
display: none;
}
.budget__field--disabled .budget__label,
.budget__field--disabled .budget__options {
opacity: .45;
}
.budget__field--disabled .budget__option {
cursor: default;
pointer-events: none;
}
.budget__note {
margin-top: 1.375rem;
color: var(--color-muted);
font-family: var(--font-ysabeau);
font-size: 0.8125rem;
font-weight: 500;
}
.budget__result {
position: relative;
display: flex;
flex-direction: column;
padding: 1.875rem 1.4375rem 1.4375rem;
overflow: hidden;
background: var(--color-dark);
color: var(--color-white);
}
.budget__result::after {
content: "";
position: absolute;
right: -6.25rem;
bottom: 3.4375rem;
width: 15.625rem;
height: 15.625rem;
border-radius: 50%;
background: radial-gradient(circle, rgb(255 193 0 / 65%) 0, rgb(255 107 1 / 25%) 38%, transparent 70%);
pointer-events: none;
}
.budget__result-label,
.budget__price,
.budget__days,
.budget__summary,
.budget__info,
.budget__button {
position: relative;
z-index: 1;
}
.budget__result-label {
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
}
.budget__price {
margin-top: 1.375rem;
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
text-transform: uppercase;
}
.budget__days {
margin-top: 0.5rem;
color: var(--color-accent);
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
}
.budget__summary {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 2.75rem;
padding: 0.625rem 0 0.625rem 0.875rem;
border-left: 0.125rem solid var(--color-accent);
font-size: 1.25rem;
font-weight: 700;
}
.budget__info {
margin-top: 1.125rem;
padding: 1.375rem;
border: 0.0625rem solid #4d5665;
border-radius: 1.25rem;
background: rgb(255,255,255,0.08);
font-size: 1.25rem;
font-weight: 700;
}
.budget__button {
display: flex;
align-items: center;
justify-content: center;
gap: 0.625rem;
width: 100%;
min-height: 3.75rem;
margin-top: auto;
padding-block: 0.625rem;
border-radius: 62.4375rem;
background: var(--color-accent);
color: var(--color-white);
font-size: 1.375rem;
font-weight: 800;
text-transform: uppercase;
text-decoration: none;
transition: background .2s ease;
border: none;
cursor: pointer;
}
.budget__button:hover {
background: var(--color-accent-dark, #e65c00);
}
.budget__button span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.8125rem;
height: 1.8125rem;
border: 0.125rem solid currentColor;
border-radius: 50%;
font-family: Arial, sans-serif;
font-size: 1.125rem;
line-height: 1;
}
@media (max-width: 1200px) {
.budget {
padding-inline: 0;
}
.budget__title {
font-size: var(--font-h2-desktop);
}
.budget__box {
grid-template-columns: minmax(0, 1.8fr) minmax(20.625rem, 1fr);
}
.budget__option {
font-size: 1.125rem;
}
.budget__form-header span {
font-size: 1.125rem;
}
}
@media (max-width: 900px) {
.budget {
padding: 1.5625rem 0;
}
.budget__header {
flex-direction: column;
gap: 1.875rem;
margin-bottom: 2.1875rem;
}
.budget__title {
font-size: var(--font-h2-mobile);
}
.budget__description {
width: 100%;
max-width: 26.875rem;
flex-basis: auto;
margin-left: 0;
}
.budget__box {
grid-template-columns: 1fr;
}
.budget__result {
min-height: 26.875rem;
}
}
@media (max-width: 768px) {
.budget {
margin-top: 5.5rem;
padding: 0;
}
.budget__header {
margin-bottom: 2.5rem;
gap: 1rem;
}
.budget__title {
font-size: var(--font-h2-mobile);
line-height: 1.15;
}
.budget__description {
display: none;
}
.budget__box {
grid-template-columns: 1fr;
border-radius: 1.8rem;
}
.budget__form {
padding: 2.4rem 2rem;
}
.budget__form-header {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 1.2rem;
margin-bottom: 1.2rem;
border-bottom: 0.08rem solid var(--color-line);
}
.budget__form-header h3 {
font-size: var(--font-h3-mobile);
margin: 0;
}
.budget__form-header span {
display: block;
font-size: 1.6rem;
font-weight: 700;
color: #7b7e82;
text-align: right;
text-transform: uppercase;
line-height: 1.2;
}
.budget__field {
margin-top: 2rem;
}
.budget__label {
margin-bottom: 0.9rem;
font-size: 1.95rem;
font-weight: 700;
color: var(--color-dark);
}
.budget__options {
display: flex;
flex-wrap: wrap;
gap: 0.9rem 0.8rem;
}
.budget__options--three,
.budget__options--four {
display: flex;
flex-wrap: wrap;
gap: 0.9rem 0.8rem;
}
.budget__options--two {
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.budget__option {
min-height: 4.4rem;
display: inline-flex;
align-items: center;
flex: 0 0 auto;
padding: 0.8rem 1.6rem;
border-radius: 2rem;
background: var(--color-light);
color: #7b7e82;
font-size: 1.95rem;
font-weight: 500;
border: 0.15rem solid transparent;
line-height: 1.2;
transition: all .2s ease;
}
.budget__field--content .budget__option {
flex: 1 1 100%;
justify-content: flex-start;
text-align: left;
}
.budget__option--active {
border-color: var(--color-accent);
background: var(--color-white);
color: var(--color-dark);
font-weight: 700;
}
.budget__check,
.budget__radio {
width: 1.6rem;
height: 1.6rem;
flex: 0 0 1.6rem;
font-size: 1.1rem;
margin-right: 0.6rem;
}
.budget__note {
margin-top: 2rem;
font-size: 1.7rem;
color: #7b7e82;
line-height: 1.35;
}
.budget__result {
padding: 2.4rem 2rem;
border-radius: 1.8rem;
background: var(--color-dark);
min-height: unset;
}
.budget__result::after {
display: none;
}
.budget__result-label {
font-size: 1.6rem;
color: #7b7e82;
font-weight: 700;
text-transform: uppercase;
}
.budget__price {
margin-top: 0.8rem;
font-size: 3.6rem;
font-weight: 900;
color: var(--color-white);
line-height: 1;
}
.budget__days {
margin-top: 0.6rem;
font-size: 1.85rem;
font-weight: 700;
color: var(--color-accent);
text-transform: uppercase;
}
.budget__summary {
margin-top: 1.8rem;
padding: 0.7rem 0 0.7rem 1rem;
border-left: 0.2rem solid var(--color-accent);
font-size: 2rem;
font-weight: 700;
color: var(--color-white);
}
.budget__info {
margin-top: 1.2rem;
padding: 1rem 1.4rem;
border-radius: 1rem;
background: rgba(255, 255, 255, 0.08);
border: none;
font-size: 1.7rem;
font-weight: 500;
color: var(--color-white);
line-height: 1.35;
}
.budget__button {
min-height: 5.6rem;
margin-top: 2rem;
padding: 1rem 1.8rem;
border-radius: 4rem;
font-size: 2.1rem;
font-weight: 800;
gap: 0.8rem;
}
.budget__button span {
width: 2rem;
height: 2rem;
font-size: 1.3rem;
border: none;
}
}.cases_v2 {
width: 100%;
padding: 1rem 0 0.75rem;
margin-top: 6.25rem;
background: var(--color-dark);
color: var(--color-white);
font-family: var(--font-ysabeau);
}
.cases_v2__container {
max-width: 73.75rem;
margin: 0 auto;
}
.cases_v2__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 3.75rem;
}
.cases_v2__title .mark-accent {
color: var(--color-accent);
}
.cases_v2__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.125rem;
}
.cases_v2__case {
display: grid;
grid-template-columns: 17rem minmax(0, 1fr);
min-height: 29.4375rem;
overflow: hidden;
border-radius: 1.5rem;
background: var(--color-white);
color: var(--color-dark);
}
.cases_v2__case--featured {
grid-column: 1 / -1;
grid-template-columns: 33.9375rem minmax(0, 1fr);
min-height: 29.4375rem;
}
.cases_v2__image {
min-width: 0;
height: 100%;
overflow: hidden;
padding: 1.375rem;
}
.cases_v2__image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 1.125rem;
}
.cases_v2__content {
min-width: 0;
display: flex;
flex-direction: column;
padding: 1.375rem 1.375rem 1.375rem 0;
}
.cases_v2__top {
display: flex;
align-items: center;
justify-content: space-between;
}
.cases_v2__name {
color: var(--color-dark);
font-family: var(--font-unbounded);
font-size: 1.5625rem;
font-weight: 900;
text-transform: uppercase;
white-space: nowrap;
}
.cases_v2__name span {
color: var(--color-dark);
}
.cases_v2__name>span:first-child {
color: var(--color-accent);
}
.cases_v2__name .mark-accent {
color: var(--color-accent) !important;
}
.cases_v2__status {
display: flex;
align-items: center;
gap: 0.5rem;
flex-shrink: 0;
color: var(--color-muted);
font-size: 1.25rem;
font-weight: 700;
text-transform: lowercase;
}
.cases_v2__status i {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.875rem;
height: 1.875rem;
border-radius: 50%;
background: var(--color-accent);
color: var(--color-white);
font-size: 1.25rem;
font-style: normal;
}
.cases_v2__status--icon {
width: 1.3125rem;
height: 1.3125rem;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--color-accent);
color: var(--color-white);
font-family: Arial, sans-serif;
font-size: 0.8125rem;
}
.cases_v2__task {
margin-top: 1.25rem;
font-size: 1.25rem;
}
.cases_v2__task span {
display: block;
margin-bottom: 0.5625rem;
color: var(--color-muted);
font-weight: 700;
text-transform: uppercase;
}
.cases_v2__task p {
color: var(--color-muted);
font-weight: 700;
}
.cases_v2__tags {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-top: 2.75rem;
}
.cases_v2__tags span {
display: inline-flex;
align-items: center;
min-height: 1.9375rem;
padding: 0.125rem 1.0625rem;
border-radius: 6.25rem;
background: var(--color-dark);
color: var(--color-white);
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
}
.cases_v2__tags .cases_v2__tag--accent {
background: var(--color-dark);
color: var(--color-accent);
}
.cases_v2__stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
margin-top: 1.125rem;
padding-top: 1.125rem;
border-top: 0.0625rem solid var(--color-line, #e2e2e2);
}
.cases_v2__stats div {
min-width: 0;
}
.cases_v2__stats strong {
display: block;
color: var(--color-accent);
font-family: var(--font-unbounded);
font-size: 1.5625rem;
font-weight: 900;
}
.cases_v2__stats span {
display: block;
margin-top: 0.3125rem;
color: var(--color-muted);
font-size: 1.25rem;
font-weight: 700;
text-transform: lowercase;
}
.cases_v2__button {
display: flex;
align-items: center;
justify-content: center;
align-self: flex-end;
min-width: 27.875rem;
min-height: 4.125rem;
margin-top: auto;
padding: 1.125rem 2rem;
border-radius: 6.25rem;
background: var(--color-accent);
color: var(--color-white);
font-size: 1.375rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
transition: background .2s ease;
}
.cases_v2__button:hover {
background: var(--color-accent-dark, #e65c00);
}
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__content {
padding-left: 0;
}
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__task {
margin-top: 1.375rem;
}
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__tags {
margin-top: 1.75rem;
}
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__button {
min-width: 11.625rem;
padding-inline: 1rem;
}
@media (max-width: 1000px) {
.cases_v2__title {
font-size: var(--font-h2-desktop);
}
.cases_v2__case--featured {
grid-template-columns: 20rem minmax(0, 1fr);
}
.cases_v2__case {
grid-template-columns: 9.375rem minmax(0, 1fr);
}
.cases_v2__name {
font-size: 1.1875rem;
}
.cases_v2__stats strong {
font-size: 1.5rem;
}
}
@media (max-width: 768px) {
.cases_v2 {
padding: 4.274rem 0;
margin-top: 5.5rem;
}
.cases_v2__title {
margin-bottom: 2.849rem;
font-size: var(--font-h2-mobile);
line-height: 1.25;
}
.cases_v2__grid {
display: flex;
flex-direction: column;
gap: 1.424rem;
}
.cases_v2__case,
.cases_v2__case--featured {
display: flex;
flex-direction: column;
grid-column: auto;
min-height: unset;
padding: 2.136rem;
border-radius: 2.849rem;
background: var(--color-white);
color: var(--color-dark);
gap: 0;
}
.cases_v2__image,
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__image {
display: block !important;
width: 100%;
height: 22rem;
border-radius: 1.424rem;
overflow: hidden;
padding: 0 !important;
margin: 0 0 1.424rem 0 !important;
}
.cases_v2__image img,
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 1.424rem;
}
.cases_v2__content,
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__content {
padding: 0 !important;
display: flex;
flex-direction: column;
width: 100%;
}
.cases_v2__top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.424rem;
}
.cases_v2__name {
font-size: var(--font-h3-mobile);
font-weight: 900;
white-space: normal;
line-height: 1.25;
margin: 0;
}
.cases_v2__status {
font-size: 0;
gap: 0;
flex-shrink: 0;
}
.cases_v2__status i,
.cases_v2__status--icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.852rem;
height: 1.852rem;
border-radius: 50%;
background: var(--color-accent);
color: var(--color-white);
font-size: 1.1rem;
font-style: normal;
}
.cases_v2__task,
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__task {
margin-top: 2.849rem;
}
.cases_v2__task span {
display: block;
margin-bottom: 0.712rem;
color: #7b7e82;
font-size: var(--font-main-mobile);
font-weight: 700;
text-transform: uppercase;
line-height: 1.3;
}
.cases_v2__task p {
margin: 0;
font-size: var(--font-main-mobile);
color: #7b7e82;
font-weight: 600;
line-height: 1.3;
}
.cases_v2__tags,
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__tags {
display: flex;
flex-wrap: wrap;
gap: 0.997rem;
margin-top: 2.849rem;
}
.cases_v2__tags span {
display: inline-flex;
align-items: center;
min-height: unset;
padding: 0.427rem 1.139rem;
border-radius: 3.561rem;
font-size: var(--font-small-mobile);
font-weight: 700;
text-transform: uppercase;
background: #eeeeee;
color: var(--color-dark);
line-height: 1.2;
}
.cases_v2__tags span:first-child {
background: var(--color-accent);
color: var(--color-white);
}
.cases_v2__stats {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 1.139rem;
margin-top: 0.997rem;
padding-top: 0.57rem;
border-top: 1px solid #eeeeee;
}
.cases_v2__stats strong {
font-size: 2.422rem;
font-weight: 900;
color: var(--color-accent);
line-height: 1.25;
overflow-wrap: break-word;
}
.cases_v2__stats span {
margin-top: 0.427rem;
font-size: var(--font-small-mobile);
color: #7b7e82;
font-weight: 700;
text-transform: lowercase;
line-height: 1.2;
}
.cases_v2__button,
.cases_v2__case:not(.cases_v2__case--featured) .cases_v2__button {
align-self: stretch;
width: 100%;
min-width: 100%;
min-height: 4.701rem;
margin-top: 2.849rem;
padding: 1.139rem 0;
border-radius: 4.882rem;
background: var(--color-accent);
color: var(--color-white);
font-size: var(--font-button-mobile);
font-weight: 800;
text-transform: uppercase;
text-decoration: none;
text-align: center;
line-height: 1;
}
}.stats__content {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
margin-top: 3.75rem;
}
.stats__card {
background-color: rgb(255, 255, 255, 0.08);
border: 1px solid rgb(255, 255, 255, 0.18);
border-radius: 1.375rem;
padding: 1.75rem 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.stats__value {
font-size: var(--font-h1-desktop);
font-weight: 900;
color: #ffffff;
margin-bottom: 1.125rem;
text-transform: uppercase;
font-family: "Unbounded", sans-serif;
}
.stats__value--orange {
color: var(--color-accent);
}
.stats__label {
font-size: var(--font-main-desktop);
font-weight: 800;
color: #FFF;
text-transform: lowercase;
}
@media (max-width: 768px) {
.stats__content {
grid-template-columns: 1fr;
}
.stats__value { font-size: 5.106rem; margin-bottom: 2.553rem; }
.stats__label { font-size: 1.844rem; }
.stats__card { padding: 2.837rem 0; }
}.feedback {
padding: 5rem 0;
background-color: #202938;
width: 100%;
margin: 0 auto;
position: relative;
}
.feedback__container {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: center;
padding: 6rem 4.3125rem;
background-color: #FE6A04;
border-radius: 1.25rem;
gap: 5rem;
}
.feedback__title {
margin-bottom: 2.5rem;
font-size: var(--font-h2-desktop);
font-weight: 900;
color: #fff;
}
.feedback__description {
font-size: var(--font-main-desktop);
font-weight: 600;
color: #fff;
}
.feedback__form {
display: flex;
flex-direction: column;
padding: 2.5rem;
background-color: #202938;
border-radius: 1.5rem;
width: 100%;
}
.feedback__field:not(:last-of-type) {
margin-bottom: 1.25rem;
}
.feedback__input {
width: 100%;
padding: 1.25rem 0.8775rem;
border: 1px solid #BBB;
border-radius: 0.625rem;
background: transparent;
font-family: 'Ysabeau SC', sans-serif;
font-weight: 400;
font-size: var(--font-small-desktop);
color: #fff;
text-transform: uppercase;
transition: .3s;
}
.feedback__input::placeholder {
color: rgba(255,255,255,.7);
}
.feedback__input:hover {
border-color: #FF6B01;
}
.feedback__input:focus {
outline: none;
border-color: #FF6B01;
box-shadow: 0 0 0.75rem rgba(255,122,0,.35);
}
.feedback__agreement {
display: flex;
gap: 0.75rem;
margin-bottom: 2.1875rem;
cursor: pointer;
}
.feedback__checkbox {
display: none;
}
.feedback__checkmark {
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
border: 2px solid #BBB;
border-radius: 0.25rem;
transition: .3s;
}
.feedback__checkbox:checked + .feedback__checkmark {
background-color: #FF6B01;
border-color: #FF6B01;
}
.feedback__agreement-text {
font-size: var(--font-small-desktop);
line-height: 1.4;
font-family: 'Ysabeau SC', sans-serif;
font-weight: 400;
color: #BBB;
}
.feedback__agreement-link {
color: #fff;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
transition: .3s;
}
.feedback__agreement-link:hover {
color: #FF6B01;
}
.feedback__button {
display: flex;
justify-content: center;
align-items: center;
gap: 0.625rem;
width: 100%;
background-color: #FF6B01;
padding: 0.8125rem 0;
border-radius: 5rem;
font-family: 'Ysabeau SC', sans-serif ;
font-weight: 700;
font-size: var(--font-button-desktop);
line-height: 100%;
text-transform: uppercase;
color: #fff;
}
.feedback__button-icon {
display: flex;
justify-content: center;
align-items: center;
width: 2.5rem;
height: 2.5rem;
flex-shrink: 0;
}
.feedback__button-icon svg {
display: block;
}
@media(max-width: 1024px) {
.feedback__container { grid-template-columns: 1fr; }
}
@media(max-width: 768px) {
.feedback__container {
padding: 4rem 3rem;
}
.feedback__description { font-size: 1.844rem; }
.popup__form-input { font-size: 1.277rem; }
.wpcf7-list-item > label { gap: 1rem; }
}.development {
position: relative;
}
.development__content {
margin-top: 3.75rem;
}
.development__content {
display: grid;
grid-template-columns: 1.3fr 1fr;
gap: 1.5rem;
}
.development__card {
border-radius: 1.25rem;
padding: 1.75rem;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.development__card-title {
font-size: var(--font-h3-desktop);
font-weight: 900;
text-transform: uppercase;
margin-bottom: 1.125rem;
font-family: "Unbounded", sans-serif;
}
.development__card--included {
background-color: #202938;
color: #ffffff;
}
.development__list {
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
gap: 1rem;
}
.development__item {
display: flex;
align-items: center;
gap: 1.5rem;
font-weight: 600;
font-size: var(--font-main-desktop);
max-width: 65%;
}
.development__check {
width: 1.875rem;
height: 1.5rem;
stroke: #ff5500;
flex-shrink: 0;
}
.development__card--extra {
border: 1px solid #7B7E82;
}
.development__card-title--orange {
color: var(--color-accent);
}
.development__accordion {
display: flex;
flex-direction: column;
gap: 1rem;
}
.development__accordion-item {
background: transparent;
border-radius: 0.5rem;
transition: all 0.2s ease;
}
.development__accordion-header {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 800;
font-size: var(--font-main-desktop);
padding: 0.75rem;
cursor: pointer;
color: #1a222f;
}
.development__accordion-icon {
width: 1.125rem;
height: 1.125rem;
display: block;
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 0V6.75H0V11.25H6.75V18H11.25V11.25H18V6.75H11.25V0H6.75Z' fill='%23FF6B01'/%3E%3C/svg%3E");
}
.development__accordion-icon::after {
display: none;
}
.development__accordion-item[open] .development__accordion-icon {
width: 1.125rem;
height: 0.25rem;
background-image: url("data:image/svg+xml,%3Csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4H0V0H18V4Z' fill='%23FF6B01'/%3E%3C/svg%3E");
}
.development__accordion-body {
box-sizing: border-box;
max-height: 0;
overflow: hidden;
padding: 0.75rem;
font-size: var(--font-main-desktop);
color: #7B7E82;
font-weight: 700;
transition: max-height 0.3s ease, padding 0.3s ease;
}
.development__accordion-item[open] .development__accordion-body {
max-height: none;
}
.development__blob-1 {
position: absolute;
top: 0;
right: 0;
}
.development__blob-2 {
position: absolute;
top: 34.375rem;
left: 0;
}
.container.benefits {
margin-top: 3.75rem;
}
.benefits__title {
font-family: "Unbounded", sans-serif;
font-size: var(--font-h3-desktop);
font-weight: 900;
text-transform: uppercase;
color: #202938;
margin-bottom: 1.75rem;
}
.benefits__grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0.875rem;
}
.benefits__card {
padding: 1.25rem;
background: #ffffff;
border-radius: 1.25rem;
display: flex;
flex-direction: column;
}
.benefits__number {
font-family: "Unbounded", sans-serif;
font-size: var(--font-h3-desktop);
font-weight: 900;
color: var(--color-accent);
margin-bottom: 0.625rem;
}
.benefits__name {
font-family: "Unbounded", sans-serif;
font-size: var(--font-button-desktop);
font-weight: 900;
color: #202938;
text-transform: uppercase;
}
.benefits__text {
margin-top: auto;
margin-bottom: 0;
font-size: var(--font-main-desktop);
font-weight: 800;
text-transform: capitalize;
color: #7B7E82;
}
@media(max-width: 768px) {
.development__content { grid-template-columns: 1fr; }
.development__blob-1 { height: auto; width: 40%; max-width: 9rem; opacity: 0.5; }
.development__blob-2 { display: none; }
.development__card-title { max-width: 80%; position: relative; z-index: 1;}
.benefits__grid { grid-template-columns: 1fr; }
.benefits__name br { display: none; }
.development__card-title { font-size: 2.85rem; }
.development__item { font-size: 1.85rem; max-width: 100%; }
.development__accordion-header { font-size: 1.85rem; }
.development__card { padding: 3rem; }
.benefits__card { padding: 2.85rem; height: 19.858rem; }
.benefits__title { font-size: 2.85rem; }
.benefits__number { font-size: 2.85rem; margin-bottom: 1.418rem; }
.benefits__name { font-size: 2.411rem; }
.benefits__text { font-size: 1.844rem; }
}
.development__accordion-header {
list-style: none;
}
.development__accordion-header::-webkit-details-marker {
display: none;
}
.development__accordion-header::marker {
content: "";
}.workflow__content {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 3.75rem;
}
.workflow__item {
background-color: #ffffff;
border-radius: 0.625rem;
padding: 1.9375rem 1.5rem;
display: grid;
grid-template-columns: 28.75rem 1fr 13.75rem;
align-items: center;
gap: 1.5rem;
}
.workflow__step {
display: flex;
height: 100%;
}
.workflow__num {
font-size: var(--font-h3-desktop);
font-weight: 900;
color: var(--color-accent);
line-height: 1;
font-family: "Unbounded", sans-serif;
width: 4.375rem;
margin-top: auto;
margin-bottom: auto;
}
.workflow__title {
font-size: var(--font-button-desktop);
font-family: "Unbounded", sans-serif;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.02em;
color: #0f172a;
}
.workflow__text {
font-size: var(--font-main-desktop);
color: #7B7E82;
font-weight: 700;
}
.workflow__time {
font-size: var(--font-button-desktop);
font-weight: 800;
color: #7B7E82;
text-transform: uppercase;
text-align: right;
white-space: nowrap;
font-family: "Unbounded", sans-serif;
margin-left: auto;
}
.workflow__merged-step-content {
display: flex;
flex-direction: column;
gap: 1.5rem;
width: 100%;
}
.workflow__item--merged {
display: flex;
align-items: start;
gap: 1.5rem;
}
.workflow__item--merged .workflow__num {
margin-top: unset;
}
.workflow__merged-step {
display: grid;
grid-template-columns: 28.75rem 1fr;
align-items: center;
gap: 1.5rem;
width: 100%;
}
.workflow__divider {
width: 100%;
height: 0.0625rem;
border: 0;
background-color: #EEEEEE;
margin: 0;
}
@media(max-width: 768px) {
.workflow__step { flex-direction: column; gap: 1.418rem; }
.workflow__merged-step { grid-template-columns: 1fr; }
.workflow__num { margin-top: unset; margin-bottom: unset; }
.workflow__item { grid-template-columns: 1fr; }
.workflow__time { text-align: left; margin-top: 1.625rem; }
.workflow__item--merged { flex-direction: column; }
.workflow__merged-step-content { gap: 3.5rem; }
.workflow__item { padding: 2.837rem; gap: 3.404rem; }
.workflow__num { font-size: 2.85rem; }
.workflow__title { font-size: 2.411rem; }
.workflow__text { font-size: 1.844rem; }
.workflow__merged-step { gap: 3.404rem; }
.workflow__time { font-size: 1.844rem; }
}.reviews-section {
width: 100%;
color: var(--color-dark);
font-family: var(--font-ysabeau);
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.reviews-section__title {
color: var(--color-dark);
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 3.75rem;
}
.reviews-section__grid {
display: flex;
flex-direction: column;
gap: 1.125rem;
}
.reviews-section__row--top {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 1.125rem;
}
.reviews-section__row--bottom {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.125rem;
}
.hero-card {
background-color: var(--color-dark);
border-radius: 1.5rem;
padding: 1.75rem;
color: var(--color-white);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hero-card__stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
margin-bottom: 1.125rem;
}
.stat-badge {
background-color: var(--color-dark-soft, #2a3547);
border-radius: 1.375rem;
padding: 1.125rem;
display: flex;
flex-direction: column;
gap: 0.375rem;
}
.stat-badge__value {
font-size: 1.5625rem;
font-weight: 900;
color: var(--color-accent);
font-family: var(--font-unbounded);
text-transform: uppercase;
}
.stat-badge__label {
font-size: 1.25rem;
color: #FFF;
text-transform: lowercase;
font-weight: 700;
}
.hero-card__quote {
font-size: 2.0625rem;
font-weight: 700;
margin-bottom: 2.1875rem;
line-height: 1.25;
}
.hero-card__footer {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.625rem;
}
.user-info {
display: flex;
align-items: center;
gap: 0.5rem;
}
.user-info__avatar {
width: 3.75rem;
height: 3.75rem;
border-radius: 50%;
background-color: var(--color-dark-soft, #2a3547);
background-size: cover;
background-position: center;
border: 0.0625rem solid var(--color-muted);
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 1.5625rem;
color: var(--color-white);
flex-shrink: 0;
}
.user-info__details {
display: flex;
flex-direction: column;
gap: 0.375rem;
}
.user-info__name {
font-size: 1.5625rem;
font-weight: 900;
font-family: var(--font-unbounded);
text-transform: uppercase;
color: var(--color-white);
}
.user-info__meta {
font-size: 1.25rem;
color: #BBBBBB;
font-weight: 700;
}
.hero-card__actions {
display: flex;
align-items: center;
gap: 1rem;
}
.reviews-section__link {
background: transparent;
border: none;
padding: 0;
font-family: inherit;
color: var(--color-accent);
margin-right: 0.5rem;
font-size: 0.875rem;
text-decoration: underline;
text-transform: uppercase;
cursor: pointer;
transition: color 0.2s;
white-space: nowrap;
}
.reviews-section__link:hover {
color: #ff9a0a;
}
.reviews-section__btn {
background-color: var(--color-accent);
color: var(--color-white);
border: none;
border-radius: 1.875rem;
padding: 1.125rem 2.125rem;
font-size: 1.375rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
transition: background-color 0.2s;
white-space: nowrap;
display: inline-flex;
align-items: center;
justify-content: center;
}
.reviews-section__btn:hover {
background-color: var(--color-accent-dark, #e65c00);
}
.media-card {
background: linear-gradient(135deg, #e65c00 0%, #f9d423 100%);
border-radius: 1.5rem;
padding: 1.75rem;
display: flex;
align-items: flex-end;
min-height: 17.5rem;
}
.media-card__badge {
background-color: rgba(32, 41, 56, 0.9);
border-radius: 1.375rem;
padding: 1.125rem;
color: var(--color-white);
width: 100%;
}
.media-card__title {
font-size: 1.5625rem;
font-family: var(--font-unbounded);
font-weight: 900;
text-transform: uppercase;
margin-bottom: 0.03125rem;
}
.media-card__subtitle {
font-size: 1.25rem;
color: #FFF;
font-weight: 700;
}
.review-card {
background-color: var(--color-white);
border-radius: 1.5rem;
display: grid;
grid-template-columns: 15.75rem 1fr;
overflow: hidden;
}
.review-card__image {
background: linear-gradient(135deg, #e65c00 0%, #f9d423 100%);
height: 100%;
min-height: 12rem;
}
.review-card__content {
padding: 1.75rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.review-card__status {
display: flex;
align-items: center;
gap: 0.375rem;
font-size: 1.25rem;
color: var(--color-muted);
text-transform: lowercase;
font-weight: 700;
margin-bottom: 1.125rem;
}
.review-card__status-icon {
width: 1.125rem;
height: 1.125rem;
background-color: var(--color-accent);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-white);
font-size: 0.625rem;
}
.review-card__quote {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 1.125rem;
color: var(--color-gray-text);
line-height: 1.3;
}
.review-card__highlight {
display: flex;
align-items: baseline;
gap: 0.5rem;
}
.review-card__highlight-value {
font-size: 1.5625rem;
font-weight: 900;
color: var(--color-accent);
font-family: var(--font-unbounded);
text-transform: uppercase;
}
.review-card__highlight-label {
font-size: 1.25rem;
color: var(--color-muted);
text-transform: lowercase;
font-weight: 700;
}
.review-card__footer {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 1rem;
}
.review-card__user-name {
font-size: 1.5625rem;
font-weight: 900;
font-family: var(--font-unbounded);
text-transform: uppercase;
color: var(--color-dark);
}
.review-card__user-meta {
font-size: 1.25rem;
color: var(--color-muted);
margin-top: 0.375rem;
font-weight: 700;
}
.review-card__actions {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.5rem;
}
@media (max-width: 900px) {
.reviews-section__title {
font-size: var(--font-h2-mobile);
}
.reviews-section__row--top,
.reviews-section__row--bottom {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.reviews-section {
padding-top: 2.849rem;
padding-bottom: 2.849rem;
}
.reviews-section__title {
font-size: var(--font-h2-mobile);
margin-bottom: 2.849rem;
}
.reviews-section__grid {
display: flex;
flex-direction: column;
gap: 1.424rem;
}
.reviews-section__row--top,
.reviews-section__row--bottom {
display: flex;
flex-direction: column;
gap: 1.424rem;
}
.hero-card {
padding: 2.136rem;
border-radius: 2.849rem;
background-color: var(--color-dark);
display: flex;
flex-direction: column;
gap: 1.994rem;
}
.hero-card__stats {
display: flex;
flex-wrap: wrap;
gap: 0.997rem;
margin-bottom: 0.997rem;
}
.stat-badge {
padding: 1.424rem;
border-radius: 1.424rem;
background: rgba(255, 255, 255, 0.08);
border: none;
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.427rem;
}
.hero-card__stats .stat-badge:nth-child(1),
.hero-card__stats .stat-badge:nth-child(2) {
flex: 1 1 calc(50% - 0.499rem);
}
.hero-card__stats .stat-badge:nth-child(3) {
flex: 1 1 100%;
}
.stat-badge__value {
font-size: 2.422rem;
font-family: var(--font-unbounded);
font-weight: 900;
color: var(--color-accent);
line-height: 1.25;
}
.stat-badge__label {
font-size: var(--font-small-mobile);
font-weight: 700;
color: var(--color-white);
line-height: 1.2;
}
.hero-card__quote {
font-size: var(--font-main-mobile);
font-weight: 600;
color: var(--color-white);
line-height: 1.3;
margin: 0;
}
.hero-card__footer {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 3.134rem;
margin-top: 0;
width: 100%;
}
.user-info {
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
gap: 1.424rem;
width: 100%;
}
.user-info__avatar {
width: 5.698rem;
height: 5.698rem;
flex-shrink: 0;
border-radius: 50%;
border: 1px solid var(--color-white);
background-color: rgba(255, 255, 255, 0.08);
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.422rem;
font-weight: 900;
font-family: var(--font-unbounded);
text-transform: uppercase;
color: var(--color-white);
}
.user-info__details {
display: flex;
flex-direction: column;
gap: 0.427rem;
}
.user-info__name {
font-size: 2.422rem;
font-family: var(--font-unbounded);
font-weight: 900;
color: var(--color-white);
text-transform: uppercase;
line-height: 1.25;
}
.user-info__meta {
font-size: var(--font-small-mobile);
font-weight: 700;
color: var(--color-white);
line-height: 1.2;
}
.hero-card__actions {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin-top: 0;
}
.reviews-section__link {
font-size: var(--font-small-mobile);
font-weight: 700;
color: var(--color-white);
text-decoration: underline;
margin-right: 0;
}
.hero-card .reviews-section__btn,
.review-card .reviews-section__btn {
background-color: var(--color-accent);
color: var(--color-white);
font-size: var(--font-button-mobile);
font-weight: 800;
padding: 1.139rem 2.564rem;
border-radius: 4.882rem;
text-transform: uppercase;
line-height: 1.3;
}
.media-card {
padding: 12.821rem 2.136rem 2.136rem;
border-radius: 2.849rem;
min-height: unset;
background: #d56b04;
}
.media-card__badge {
background-color: rgba(32, 41, 56, 0.8);
border-radius: 1.424rem;
padding: 1.424rem;
width: auto;
}
.media-card__title {
font-size: 2.422rem;
font-family: var(--font-unbounded);
font-weight: 900;
color: var(--color-white);
text-transform: uppercase;
margin-bottom: 0.427rem;
line-height: 1.25;
}
.media-card__subtitle {
font-size: var(--font-small-mobile);
font-weight: 700;
color: var(--color-white);
line-height: 1.2;
}
.review-card {
display: flex;
flex-direction: column;
padding: 2.136rem;
border-radius: 2.849rem;
background: var(--color-white);
color: var(--color-dark);
gap: 0;
}
.review-card__image {
display: none !important;
}
.review-card__content {
padding: 0 !important;
display: flex;
flex-direction: column;
width: 100%;
}
.review-card__main {
display: flex;
flex-direction: column;
}
.review-card__status {
font-size: var(--font-small-mobile);
font-weight: 700;
color: #7b7e82;
text-transform: uppercase;
margin-bottom: 2.136rem;
display: flex;
align-items: center;
gap: 0.997rem;
}
.review-card__status i,
.review-card__status-icon {
width: 1.709rem;
height: 1.709rem;
font-size: 0.9rem;
flex-shrink: 0;
}
.review-card__quote {
font-size: var(--font-main-mobile);
font-weight: 600;
color: var(--color-dark);
line-height: 1.3;
margin-bottom: 2.991rem;
}
.review-card__highlight {
display: flex;
align-items: baseline;
gap: 0.997rem;
padding-bottom: 0.427rem;
border-bottom: 1px solid #f2f2f2;
margin-bottom: 1.994rem;
}
.review-card__highlight-value {
font-size: var(--font-main-mobile);
font-family: var(--font-unbounded);
font-weight: 900;
color: var(--color-accent);
}
.review-card__highlight-label {
font-size: var(--font-small-mobile);
font-weight: 700;
color: #7b7e82;
text-transform: uppercase;
}
.review-card__footer {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.424rem;
width: 100%;
margin-top: 0;
}
.review-card__user-name {
font-size: 2.422rem;
font-family: var(--font-unbounded);
font-weight: 900;
color: var(--color-dark);
text-transform: uppercase;
margin: 0;
line-height: 1.25;
word-break: break-word;
}
.review-card__user-meta {
font-size: var(--font-small-mobile);
color: #7b7e82;
font-weight: 700;
margin-top: 0.427rem;
line-height: 1.2;
}
.review-card__actions {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.57rem;
flex-shrink: 0;
}
.review-card .reviews-section__link {
color: #7b7e82;
font-size: var(--font-small-mobile);
font-weight: 700;
text-decoration: underline;
white-space: nowrap;
}
}.team-v2 {
width: 100%;
padding: 1.5rem 0;
font-family: var(--font-ysabeau);
}
.team-v2__header {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.5rem;
margin-bottom: 2rem;
}
.team-v2__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
color: var(--color-dark);
text-transform: uppercase;
}
.team-v2__nav {
display: flex;
gap: 1.125rem;
}
.team-v2__nav-button {
width: 3.4375rem;
height: 3.4375rem;
border-radius: 0.625rem;
cursor: pointer;
background: transparent;
border: none;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
}
.team-v2__nav-button:disabled {
opacity: 0.35;
cursor: default;
}
.team-v2__slider {
overflow: hidden;
touch-action: pan-y;
}
.team-v2__grid {
display: flex;
gap: 2.08125rem;
transition: transform 0.5s ease;
touch-action: pan-y;
user-select: none;
-webkit-user-select: none;
}
.team-v2__card {
background: var(--color-light);
display: flex;
flex-direction: column;
flex: 0 0 calc((100% - 6.24375rem) / 4);
border-radius: 0.75rem;
overflow: hidden;
}
.team-v2__card-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
border-radius: 0.75rem;
overflow: hidden;
}
.team-v2__card-image {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-user-drag: none;
user-drag: none;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
}
.team-v2__badge {
position: absolute;
top: 1.375rem;
left: 1.375rem;
padding: 0.125rem 1.0625rem;
border-radius: 1.25rem;
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
z-index: 2;
}
.team-v2__badge--orange {
background-color: var(--color-accent);
color: var(--color-white);
}
.team-v2__card-content {
padding: 1.375rem;
display: flex;
flex-direction: column;
flex: 1;
}
.team-v2__card-name {
font-family: var(--font-unbounded);
font-size: 1.5625rem;
font-weight: 900;
color: var(--color-dark);
margin: 0 0 1.125rem 0;
text-transform: uppercase;
}
.team-v2__card-subtitle {
font-size: 1.25rem;
font-weight: 700;
color: var(--color-accent);
text-transform: lowercase;
min-height: 3rem;
margin-bottom: 1.125rem;
}
.team-v2__card-description {
font-size: 1.25rem;
color: var(--color-muted);
font-weight: 700;
line-height: 1.3;
}
.team-v2__pagination {
display: none;
}
@media (max-width: 1200px) {
.team-v2__card {
flex-basis: calc((100% - 4.1625rem) / 3);
}
}
@media (max-width: 768px) {
.team-v2 {
padding: 2.136rem 0;
}
.team-v2__header {
margin-bottom: 1.068rem;
}
.team-v2__title {
font-size: var(--font-h2-mobile);
line-height: 1.15;
}
.team-v2__nav {
display: none !important;
}
.team-v2__grid {
gap: 0.712rem;
}
.team-v2__card {
flex: 0 0 100%;
background: var(--color-white);
border-radius: 1.068rem;
}
.team-v2__card-image-wrapper {
border-radius: 1.068rem 1.068rem 0 0;
}
.team-v2__badge {
top: 1rem;
left: 1rem;
padding: 0.213rem 0.712rem;
border-radius: 3.561rem;
background-color: var(--color-accent);
color: var(--color-white);
font-size: var(--font-small-mobile);
font-weight: 700;
}
.team-v2__card-content {
padding: 1.139rem;
gap: 0.712rem;
}
.team-v2__card-name {
font-size: var(--font-h3-mobile);
font-weight: 700;
color: var(--color-dark);
margin: 0;
}
.team-v2__card-subtitle {
font-size: var(--font-main-mobile);
font-weight: 600;
color: var(--color-accent);
text-transform: uppercase;
min-height: unset;
margin: 0;
}
.team-v2__card-description {
font-size: var(--font-main-mobile);
font-weight: 600;
color: #7b7e82;
line-height: 1.35;
margin: 0;
}
.team-v2__pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 0.213rem;
margin-top: 1.068rem;
}
.team-v2__dot {
width: 1.78rem;
height: 0.142rem;
background-color: var(--color-dark);
border: none;
padding: 0;
cursor: pointer;
border-radius: 0.071rem;
transition: background-color 0.2s ease;
}
.team-v2__dot--active {
background-color: var(--color-accent);
}
}.consultation__header {
display: flex;
justify-content: space-between;
align-items: end;
}
.consultation__button {
display: inline-flex;
align-items: center;
gap: 0.625rem;
font-size: var(--font-small-desktop);
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #ff6b01;
text-decoration: none;
white-space: nowrap;
flex-shrink: 0;
}
.consultation__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.125rem;
margin-top: 3.75rem;
}
.consultation__card {
border-radius: 1.25rem;
padding: 1.75rem;
display: flex;
justify-content: space-between;
align-items: flex-end;
position: relative;
overflow: hidden;
box-sizing: border-box;
min-height: 17rem;
transition: border .3s;
}
.consultation__card--dark {
background-color: #202938;
border: 2px solid #202938;
color: #ffffff;
}
.consultation__card--light {
background-color: #ffffff;
border: 2px solid rgb(187, 187, 187, 0.5);
}
.consultation__card:hover {
border-color: var(--color-accent);
}
.consultation__content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
}
.consultation__card-title {
font-size: var(--font-h3-desktop);
font-weight: 900;
text-transform: uppercase;
margin: 0 0 1.125rem 0;
font-family: "Unbounded", sans-serif;
}
.consultation__card--dark .consultation__card-title {
color: #ffffff;
}
.consultation__card--light .consultation__card-title {
color: #202938;
}
.consultation__list {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.consultation__item {
font-size: var(--font-main-desktop);
font-weight: 600;
display: flex;
align-items: center;
}
.consultation__item::before {
content: "—";
margin-right: 0.5rem;
font-weight: 900;
}
.consultation__item:first-child::before {
content: none;
}
.consultation__card--dark .consultation__item {
color: #FFF;
}
.consultation__card--light .consultation__item {
color: #202938;
}
.consultation__arrow {
position: relative;
z-index: 2;
width: 2.5rem;
height: 2.5rem;
margin-bottom: 1.25rem;
margin-right: 1.25rem;
flex-shrink: 0;
display: flex;
margin-left: auto;
align-items: center;
justify-content: center;
transition: color .3s, transform .3s;
color: #BBBBBB;
}
.consultation__arrow svg {
width: 100%;
height: 100%;
}
.consultation__card:hover .consultation__arrow {
color: #FF6B01;
transform: translateX(0.5rem);
}
@media (max-width: 768px) {
.consultation__grid {
grid-template-columns: 1fr;
}
.consultation__card { padding: 2.837rem; }
.consultation__card-title { font-size: 2.837rem; margin-bottom: 2.27rem;}
.consultation__item { font-size: 1.844rem; }
.consultation__arrow { width: 3.5rem; height: 3.5rem; }
.consultation__button { font-size: 1.25rem; }
}.faq__list {
margin-top: 3.75rem;
}
.faq__hr {
display: block;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
background-color: #D5D1C9;
width: 100%;
height: 0.0625rem;
}
.faq__question {
width: 100%;
height: 4.125rem;
align-items: center;
display: flex;
justify-content: space-between;
cursor: pointer;
font-size: var(--font-large-desktop);
font-weight: 700;
color: #202938;
}
.faq__icon { 
display: flex;
align-items: center;
}
.faq__icon svg {
max-width: 1.125rem;
}
.faq__item.active .faq__icon {
color: #ff6b00;
}
.faq__item.active .faq__answer {
max-height: 100%;
margin-bottom: 1.25rem;
opacity: 1;
}
.faq__answer {
box-sizing: border-box;
max-height: 0;
opacity: 0;
overflow: hidden;
color: #7B7E82;
font-size: var(--font-main-desktop);
font-weight: 600;
transition: max-height .3s ease, opacity .3s ease, margin-bottom .3s ease;
}
@media(max-width: 768px) {
.faq__item { padding: 2.837rem; }
.faq__question { height: 100%; font-size: 2.411rem; text-align: left; }
.faq__question span { max-width: 85%; }
.faq__answer { font-size: 1.844rem; margin-top: 1rem; }
.faq__icon svg { max-width: 1.75rem;}
.faq__hr { margin-top: 0; margin-bottom: 0;}
}.news {
width: 100%;
padding: 1.5rem 0;
background: var(--color-light);
color: var(--color-dark);
font-family: var(--font-ysabeau);
}
.news__header {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 3.75rem;
}
.news__content {
width: 100%;
}
.related-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.875rem;
transition: opacity .3s ease;
}
.related-card {
position: relative;
display: block;
text-decoration: none;
border-radius: 1.25rem;
overflow: hidden;
background: rgb(32, 41, 56);
border: .0625rem solid rgba(255, 107, 1, .1);
transition: border-color .3s, transform .35s ease, opacity .35s ease, visibility .35s;
}
.related-card:hover {
border-color: rgba(255, 107, 1, .32);
transform: translateY(-0.375rem);
}
.related-card.is-hidden,
.related-card.is-pager-hidden {
display: none;
}
.related-card-img {
aspect-ratio: 4/3;
overflow: hidden;
position: relative;
background: #222;
}
.related-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: brightness(.78) saturate(.8);
transition: transform .5s ease, filter .4s;
}
.related-card:hover .related-card-img img {
filter: brightness(.96) saturate(1);
}
.rc-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(15, 15, 15, .65) 0%, transparent 60%);
pointer-events: none;
}
.rc-cat {
position: absolute;
top: 1rem;
left: 1rem;
font-family: 'Ysabeau SC', sans-serif;
font-size: var(--font-main-desktop);
font-weight: 700;
letter-spacing: .09375rem;
text-transform: uppercase;
color: var(--color-accent);
background: rgba(15, 15, 15, .7);
backdrop-filter: blur(.25rem);
padding: .3125rem .75rem;
border-radius: 6.25rem;
border: .0625rem solid rgba(255, 107, 1, .2);
}
.rc-body {
padding: 1.75rem 1.75rem 2rem;
}
.rc-title {
font-family: 'Unbounded', sans-serif;
font-size: var(--font-h3-desktop);
font-weight: 800;
color: #f0ede6;
line-height: 1.3;
margin-bottom: .75rem;
letter-spacing: -.01875rem;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;
overflow: hidden;
min-height: 6.1rem;
}
.rc-desc {
font-size: var(--font-h3-desktop);
line-height: 1.65;
margin-bottom: 1.5rem;
height: 4.9rem;
overflow: hidden;
}
.rc-link {
background-color: var(--color-accent);
padding: .75rem 3.125rem;
border-radius: 5rem;
text-transform: uppercase;
font-size: var(--font-h3-desktop);
font-weight: 700;
display: flex;
align-items: center;
gap: .938rem;
height: 100%;
cursor: pointer;
justify-content: center;
color: var(--color-white);
}
@media (max-width: 1024px) {
.related-grid {
grid-template-columns: 1fr 1fr;
}
.rc-cat {
font-size: .918rem;
}
.rc-title {
font-size: 1.492rem;
}
.rc-desc {
font-size: 1.492rem;
}
.rc-link {
font-size: 1.378rem;
}
}
@media (max-width: 768px) {
.news__header {
margin-bottom: 2.1875rem;
}
.related-grid {
grid-template-columns: 1fr;
}
.rc-cat {
font-size: 1.286rem;
padding: .5rem 1.5rem;
}
.rc-title {
font-size: 2.089rem;
min-height: 8.2rem;
}
.rc-desc {
font-size: 1.928rem;
height: 5.8rem;
}
.rc-link {
padding: 1.25rem 2.893rem;
font-size: var(--font-button-mobile);
}
}.site-service-tabs {
padding: 6.875rem 0;
background: #eee;
}
.site-service-tabs__title {
margin: 0 0 4.125rem;
font-family: 'Unbounded', sans-serif;
font-size: var(--font-h2-desktop);
font-weight: 900;
line-height: 1;
text-align: center;
text-transform: uppercase;
color: #202938;
}
.site-service-tabs__tabs {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 0.75rem;
margin-bottom: 1.875rem;
padding-bottom: 1.875rem;
border-bottom: 1px solid #d5d1c9;
}
.site-service-tabs__tab {
min-height: 4.25rem;
padding: 0.875rem 1rem;
border: 0;
border-radius: 5rem;
background: transparent;
font-family: 'Unbounded', sans-serif;
font-size: clamp(0.875rem, 1.05vw, 1.25rem);
font-weight: 900;
line-height: 1.15;
text-transform: uppercase;
color: #7b7e82;
cursor: pointer;
transition: background-color 0.25s ease, color 0.25s ease;
}
.site-service-tabs__tab:hover:not(.site-service-tabs__tab--active) {
background: #fff;
}
.site-service-tabs__tab--active {
background: #202938;
color: #fff;
}
.site-service-tabs__tab:focus-visible,
.site-service-tabs__card:focus-visible,
.site-service-tabs__more:focus-visible {
outline: 3px solid #ff6b01;
outline-offset: 3px;
}
.site-service-tabs__panel[hidden],
.site-service-tabs__card[hidden],
.site-service-tabs__more[hidden] {
display: none;
}
.site-service-tabs__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.875rem;
}
.site-service-tabs__card {
display: flex;
min-height: 11.625rem;
padding: 1.25rem 1.5rem;
align-items: flex-end;
justify-content: space-between;
gap: 1rem;
border: 1px solid rgba(187, 187, 187, 0.5);
border-radius: 1.5rem;
background: #fff;
color: #202938;
transition: border-color 0.25s ease, transform 0.25s ease;
}
.site-service-tabs__card:hover {
border-color: #ff6b01;
transform: translateY(-0.25rem);
}
.site-service-tabs__card-title {
margin: 0;
align-self: flex-start;
font-family: 'Unbounded', sans-serif;
font-size: var(--font-h3-desktop);
font-weight: 900;
line-height: 1.2;
text-transform: uppercase;
overflow-wrap: anywhere;
}
.site-service-tabs__card-arrow {
display: flex;
width: 2.75rem;
height: 2.75rem;
flex: 0 0 auto;
align-items: center;
justify-content: center;
color: #7b7e82;
transition: color 0.25s ease, transform 0.25s ease;
}
.site-service-tabs__card-arrow svg {
width: 100%;
height: 100%;
}
.site-service-tabs__card:hover .site-service-tabs__card-arrow {
color: #ff6b01;
transform: translateX(0.5rem);
}
.site-service-tabs__more {
display: block;
margin: 2.1875rem auto 0;
padding: 1.125rem 4.25rem;
border: 0;
border-radius: 5rem;
background: #ff6b01;
font-family: 'Ysabeau SC', sans-serif;
font-size: var(--font-button-desktop);
font-weight: 700;
line-height: 1;
text-transform: uppercase;
color: #fff;
cursor: pointer;
}
@media (max-width: 1100px) {
.site-service-tabs__tabs {
display: flex;
overflow-x: auto;
scrollbar-width: thin;
scroll-snap-type: x proximity;
}
.site-service-tabs__tab {
min-width: 14rem;
flex: 1 0 auto;
scroll-snap-align: start;
}
.site-service-tabs__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.site-service-tabs {
padding: 4.5rem 0;
}
.site-service-tabs__title {
margin-bottom: 2.5rem;
font-size: var(--font-h2-mobile);
}
.site-service-tabs__tabs {
margin-right: calc(var(--container-padding, 1rem) * -1);
margin-bottom: 1.5rem;
padding-right: var(--container-padding, 1rem);
padding-bottom: 1.25rem;
}
.site-service-tabs__tab {
min-width: 12.5rem;
min-height: 3.75rem;
font-size: 1rem;
}
.site-service-tabs__grid {
grid-template-columns: 1fr;
}
.site-service-tabs__card {
min-height: 9.5rem;
padding: 1.25rem;
border-radius: 1.25rem;
}
.site-service-tabs__card-title {
font-size: var(--font-h3-mobile);
}
.site-service-tabs__more {
width: 100%;
padding-right: 1.5rem;
padding-left: 1.5rem;
font-size: var(--font-button-mobile);
}
}
@media (prefers-reduced-motion: reduce) {
.site-service-tabs__tab,
.site-service-tabs__card,
.site-service-tabs__card-arrow {
transition: none;
}
}