@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  height: 100%;
  min-width: 380px;
}
html.smooth-scroll {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Main styles */
:root {
  /* Colors */
  --colorCodGray: #151515;
  --colorWhite: #FFFFFF;
  --colorBlack: #090909;
  --colorFooter: #090909;
  --colorLochmara: #0069C1;
  --colorSalem: #10AB3D;
  --colorSalmon: #FF787A;
  --colorWebOrange: #F8AD01;
  --colorOrangeRoughy: #BA5246;
  --colorWildSand: #F4F4F4;
  --colorFooterPink: #FFAEAE;
  --colorFacebookBlue: #346CAE;
  --colorWhatsappGreen: #75BD92;
  --colorLinkedinBlue: #A1CCFF;
  --colorGreenHero: #23A73F;
  --colorRedHero: #FF6454;
  --colorGrayHero: #1D1D1B;
  --colorGreenHeroText: #16AA41;
  --colorYellowHeroText: #F9AA07;
  --colorSideEndeavor: #0062B2;
  --colorSideMandy: #E15A5C;
  --colorSideCrail: #B0483C;
  --colorSideTangerine: #E18D00;
  --ColorSideFunGreen: #008D1F;
  --colorFooterGreen: #C2C851;
}

.section,
.header {
  width: 1560px;
  margin-inline: auto;
  overflow: hidden;
}

.section {
  padding-block: 152px;
}

.button {
  padding: 11px 16px;
  color: var(--colorCodGray);
  border: 1px solid currentColor;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.19;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button.presentation-link path {
  stroke: transparent !important;
}
.button.dark {
  border: 1px solid transparent;
  padding: 11px 20px;
  color: var(--colorWhite);
  background-color: var(--colorCodGray);
}
.button.xs {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.17;
}
.button.no-border {
  border: none;
}
.button.white {
  background-color: var(--colorWildSand);
  color: var(--colorCodGray);
}
.button:disabled {
  opacity: 0.2;
  cursor: auto;
}
@media (pointer: fine) {
  .button.dark:hover:not(:disabled):not(.inactive) {
    color: var(--colorCodGray);
    border: 1px solid currentColor;
    background-color: transparent;
  }
  .button:hover:not(:disabled):not(.inactive) {
    background-color: var(--colorCodGray);
    color: var(--colorWhite);
  }
  .button:hover:not(:disabled):not(.inactive) path {
    stroke: currentColor;
    fill: currentColor;
  }
  .button.white:hover:not(:disabled):not(.inactive) {
    background-color: var(--colorWhite);
    color: var(--colorCodGray);
  }
  .button.white:hover:not(:disabled):not(.inactive) path {
    stroke: none;
  }
}
.button.dark:active:not(:disabled):not(.inactive) {
  color: var(--colorCodGray);
  border: 1px solid currentColor;
  background-color: transparent;
}
.button:active:not(:disabled):not(.inactive) {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
}
.button:active:not(:disabled):not(.inactive) path {
  stroke: currentColor;
  fill: currentColor;
}
.button.white:active:not(:disabled):not(.inactive) {
  background-color: var(--colorWildSand);
  color: var(--colorCodGray);
}
.button.white:active:not(:disabled):not(.inactive) path {
  stroke: none;
}

.big-button {
  height: 100%;
  max-height: 352px;
  border-radius: 200px;
  border: 1px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: transparent;
}
.big-button.alone {
  min-height: 352px;
}
.big-button.alone .arrow {
  background-color: rgba(21, 21, 21, 0.1);
  transition: 0.3s ease all;
}
.big-button.alone .arrow path {
  stroke: var(--colorCodGray);
}
.big-button.alone:hover, .big-button.alone:active {
  background-color: #E9E9E9;
}
.big-button.alone:hover .arrow, .big-button.alone:active .arrow {
  background-color: #E9E9E9;
}
.big-button span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
}
.big-button .arrow {
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  display: flex;
}

html.no-scroll {
  overflow: hidden;
  height: 100%;
  scrollbar-width: none;
}
html.no-scroll body {
  overflow: hidden;
  height: 100%;
  scrollbar-width: none;
}
html.no-scroll body::-webkit-scrollbar {
  display: none;
}

.main {
  margin-top: 80px;
}

body {
  overflow-x: hidden;
}
body.home {
  overflow-x: hidden;
}
body.page-template-sites-apps, body.page-template-branding, body.page-template-clients {
  background-color: var(--colorWildSand);
}
body.page-template-sites-apps .header .header-nav .language-switcher, body.page-template-branding .header .header-nav .language-switcher, body.page-template-clients .header .header-nav .language-switcher {
  border: 1px solid #FFF;
}
body.page-template-sites-apps .header-container, body.page-template-branding .header-container, body.page-template-clients .header-container {
  background-color: var(--colorWildSand);
  border-bottom: 1px solid var(--colorWhite);
}
body.page-template-branding {
  overflow-x: hidden;
}
body.home .header-container .header.scrolled-down::after, body.home .header-container.index-increased .header:after {
  opacity: 0;
}

@media (max-width: 1919px) {
  .section,
  .header {
    width: 1366px;
  }
  .button.xs {
    font-size: 12px;
    line-height: 1;
  }
  .button,
  .button.dark {
    padding: 8px 16px;
  }
  .main {
    margin-top: 72px;
  }
  .section {
    padding-block: 120px;
  }
  .button {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .big-button {
    max-height: 264px;
    gap: 16px;
  }
  .big-button.alone {
    min-height: 262px;
  }
  .big-button span {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .big-button .arrow {
    width: 50px;
  }
}
@media (max-width: 1439px) {
  .section,
  .header {
    width: 1160px;
  }
}
@media (max-width: 1159px) {
  .section,
  .header {
    width: 100%;
    padding-inline: 40px;
  }
  .main {
    margin-top: 76px;
  }
  .section {
    padding-block: 104px;
  }
  .button {
    font-size: 12px;
    line-height: 1;
  }
  .big-button {
    height: 200px;
    max-height: 200px;
    gap: 24px;
  }
  .big-button.alone {
    min-height: 200px;
  }
  .big-button span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .big-button .arrow {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .section,
  .header {
    width: 100%;
    padding-inline: 30px;
  }
  .main {
    margin-top: 64px;
  }
  body.body-background .header .header-nav .header-menu {
    background-color: var(--colorWildSand);
  }
  .big-button {
    height: 100px;
    max-height: 100px;
    gap: 20px;
    position: relative;
    padding-right: 92px;
  }
  .big-button.alone {
    min-height: 100px;
  }
  .big-button span {
    font-size: 14px;
  }
  .big-button .arrow {
    width: 84px;
    position: absolute;
    right: 8px;
    top: 8px;
  }
}
/* Fonts */
@font-face {
  font-family: Inter;
  src: url(../../assets/fonts/inter_400.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../../assets/fonts/inter_500.woff2);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../../assets/fonts/inter_600.woff2);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: var(--colorCodGray);
}

body:not(.elementor-page),
body:not(.elementor-editor-active),
body:not(.elementor-editor-active) a,
body:not(.elementor-page) a {
  font-weight: 600;
  line-height: 1;
  transition-duration: 0.3s;
}

body:not(.elementor-page) h2,
body:not(.elementor-editor-active) h2 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
}

body:not(.elementor-page) h3,
body:not(.elementor-editor-active) h3 {
  font-size: 72px;
  line-height: 0.94;
  letter-spacing: -5px;
}

body:not([class*=elementor]) p {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 400;
}

@media (max-width: 1919px) {
  body:not(.elementor-page) h2,
  body:not(.elementor-editor-active) h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  body:not([class*=elementor]) p {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }
  body:not(.elementor-page) h3,
  body:not(.elementor-editor-active) h3 {
    font-size: 64px;
    letter-spacing: -5px;
  }
}
@media (max-width: 1159px) {
  body:not(.elementor-page) h2,
  body:not(.elementor-editor-active) h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  body:not([class*=elementor]) p {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 0.9;
  }
  body:not(.elementor-page) h3,
  body:not(.elementor-editor-active) h3 {
    font-size: 48px;
    letter-spacing: -2.5px;
  }
}
@media (max-width: 767px) {
  body:not(.elementor-page) h2,
  body:not(.elementor-editor-active) h2 {
    font-size: 14px;
  }
  body:not([class*=elementor]) p {
    letter-spacing: -0.5px;
    line-height: 1.3;
  }
  body:not(.elementor-page) h3,
  body:not(.elementor-editor-active) h3 {
    font-size: 32px;
  }
}
/* Title and block animations */
body:not(.elementor-editor-active) .animated-block,
body:not(.elementor-editor-active) .wp-block-image,
body:not(.elementor-editor-active) .elementor-widget-image > .elementor-widget-container,
body:not(.elementor-editor-active) .elementor-widget-video > .elementor-widget-container,
body:not(.elementor-editor-active) .wp-block-video,
body:not(.elementor-editor-active) .elementor-heading-title {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
body:not(.elementor-editor-active) .animated-block.visible,
body:not(.elementor-editor-active) .wp-block-image.visible,
body:not(.elementor-editor-active) .elementor-widget-image > .elementor-widget-container.visible,
body:not(.elementor-editor-active) .elementor-widget-video > .elementor-widget-container.visible,
body:not(.elementor-editor-active) .wp-block-video.visible,
body:not(.elementor-editor-active) .elementor-heading-title.visible {
  opacity: 1;
  transform: translateY(0);
}
body:not(.elementor-editor-active) .animated-block.client-container,
body:not(.elementor-editor-active) .wp-block-image.client-container,
body:not(.elementor-editor-active) .elementor-widget-image > .elementor-widget-container.client-container,
body:not(.elementor-editor-active) .elementor-widget-video > .elementor-widget-container.client-container,
body:not(.elementor-editor-active) .wp-block-video.client-container,
body:not(.elementor-editor-active) .elementor-heading-title.client-container {
  opacity: 0;
  transform: scale(0.3);
  transition: 0.6s ease-out all;
}
body:not(.elementor-editor-active) .animated-block.client-container.visible,
body:not(.elementor-editor-active) .wp-block-image.client-container.visible,
body:not(.elementor-editor-active) .elementor-widget-image > .elementor-widget-container.client-container.visible,
body:not(.elementor-editor-active) .elementor-widget-video > .elementor-widget-container.client-container.visible,
body:not(.elementor-editor-active) .wp-block-video.client-container.visible,
body:not(.elementor-editor-active) .elementor-heading-title.client-container.visible {
  opacity: 1;
  transform: scale(1);
}
body:not(.elementor-editor-active) .animated-title,
body:not(.elementor-editor-active) .wp-block-heading,
body:not(.elementor-editor-active) .elementor-widget-container > p {
  opacity: 0;
  overflow: visible;
}
body:not(.elementor-editor-active) .animated-title .animated-block,
body:not(.elementor-editor-active) .wp-block-heading .animated-block,
body:not(.elementor-editor-active) .elementor-widget-container > p .animated-block {
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  display: inline-block;
  padding-block: 0.12em;
  padding-inline: 0.12em;
  margin-block: -0.12em;
  margin-inline: -0.12em;
}
body:not(.elementor-editor-active) .animated-title .animated-block a.animated-word,
body:not(.elementor-editor-active) .wp-block-heading .animated-block a.animated-word,
body:not(.elementor-editor-active) .elementor-widget-container > p .animated-block a.animated-word {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
body:not(.elementor-editor-active) .animated-title .animated-block .animated-word,
body:not(.elementor-editor-active) .wp-block-heading .animated-block .animated-word,
body:not(.elementor-editor-active) .elementor-widget-container > p .animated-block .animated-word {
  display: inline-block;
  transform: translateY(120%);
  opacity: 1;
  transition: 0.5s 0.3s ease all;
}
body:not(.elementor-editor-active) .animated-title .animated-block.visible,
body:not(.elementor-editor-active) .wp-block-heading .animated-block.visible,
body:not(.elementor-editor-active) .elementor-widget-container > p .animated-block.visible {
  transform: translateY(0);
  opacity: 1;
}
body:not(.elementor-editor-active) .animated-title .animated-block.visible .animated-word,
body:not(.elementor-editor-active) .wp-block-heading .animated-block.visible .animated-word,
body:not(.elementor-editor-active) .elementor-widget-container > p .animated-block.visible .animated-word {
  transform: translateY(0);
  opacity: 1;
}

/* Header */
.header-container {
  margin-inline: auto;
  width: 100%;
  position: fixed;
  background-color: var(--colorWhite);
  z-index: 100;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  border-bottom: 1px solid #F4F4F4;
}
.header-container.index-increased {
  z-index: 120;
  background-color: var(--colorWhite) !important;
}
.header-container.hided {
  transform: translateY(-200%);
}

.header {
  height: 80px;
  overflow: hidden;
}
.header .header-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: var(--colorCodGray);
  position: relative;
}
.header .header-nav .language-switcher {
  display: flex;
  background-color: var(--colorWildSand);
  padding: 1px;
  border-radius: 75px;
  position: absolute;
  z-index: 100;
  left: 184px;
}
.header .header-nav .language-switcher.lang-en:before {
  transform: translateX(calc(100% - 2px));
}
.header .header-nav .language-switcher.lang-en:hover:before {
  transform: translateX(0);
}
.header .header-nav .language-switcher:hover:before {
  transform: translateX(calc(100% - 2px));
}
.header .header-nav .language-switcher:hover .language-button {
  opacity: 1;
}
.header .header-nav .language-switcher:hover .language-button.active {
  opacity: 0.2;
}
.header .header-nav .language-switcher:before {
  width: 50%;
  height: calc(100% - 2px);
  position: absolute;
  background-color: var(--colorWhite);
  content: "";
  border-radius: 75px;
  transition: 0.5s ease all;
}
.header .header-nav .language-switcher .language-button {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 10;
  opacity: 0.2;
}
.header .header-nav .language-switcher .language-button.active {
  opacity: 1;
  pointer-events: none;
}
.header .header-nav .header-menu {
  display: flex;
  gap: 48px;
  height: 100%;
  align-items: center;
  justify-self: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-nav .header-menu .header-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-nav .header-menu .header-menu-item:first-of-type {
  display: none;
}
.header .header-nav .header-menu .header-mobile-socials {
  display: none;
}
.header .header-nav .header-menu .mobile-extra-button {
  display: none;
}
.header .header-nav .once-header-logo,
.header .header-nav .header-extra-menu {
  position: relative;
  z-index: 200;
}
.header .header-nav .once-header-logo g path {
  fill: #1B1B1B;
  transition: all 0.3s ease;
}
.header .header-nav .header-extra-menu {
  display: flex;
  gap: 4px;
}
.header .header-nav .header-menu-link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.header .header-nav .header-extra-menu-link {
  display: flex;
  gap: 4px;
  height: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header .mobile-burger-toggler {
  display: none;
}

@media (max-width: 1919px) {
  .header {
    height: 72px;
  }
  .header .header-menu-link {
    font-size: 14px;
  }
  .header .header-nav .language-switcher {
    left: 142px;
  }
  .header .header-nav .language-switcher .language-button {
    padding: 3px 7px;
    font-size: 9px;
  }
  .header .header-nav .header-menu {
    gap: 32px;
  }
  .header .header-nav .header-menu-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1159px) {
  .header {
    height: 76px;
    position: relative;
  }
  .header .header-extra-menu .header-menu-item:not(.mobile-burger-wrapper) {
    display: none;
  }
  .header .mobile-burger-wrapper {
    margin-left: 16px;
    display: flex;
    align-items: center;
  }
  .header .mobile-burger-wrapper .mobile-burger-toggler {
    display: flex;
    width: 24px;
    aspect-ratio: 1;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .header .mobile-burger-wrapper .mobile-burger-toggler::before, .header .mobile-burger-wrapper .mobile-burger-toggler::after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: var(--colorBlack);
    display: block;
    border-radius: 5px;
  }
  .header .mobile-burger-wrapper .mobile-burger-toggler:before {
    transform: translateY(2px) rotate(0deg);
  }
  .header .mobile-burger-wrapper .mobile-burger-toggler:after {
    transform: translateY(-2px) rotate(0deg);
  }
  .header.mobile-active .header-nav .header-menu {
    opacity: 1;
    visibility: visible;
  }
  .header.mobile-active .header-nav .header-menu .header-menu-item {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s 0.3s ease;
  }
  .header.mobile-active .header-nav .header-menu .header-menu-item:first-of-type {
    display: block;
  }
  .header.mobile-active .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler:before, .header.mobile-active .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler:after {
    background-color: #999999 !important;
    border-radius: 5px;
  }
  .header.mobile-active .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler:before {
    transform: translateY(6px) rotate(45deg);
    transform-origin: center;
  }
  .header.mobile-active .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler:after {
    transform: translateY(-6px) rotate(-45deg);
    transform-origin: center;
  }
  .header .header-nav .header-extra-menu-link {
    width: 220px;
    padding-block: 16px;
    border-radius: 100px;
  }
  .header .header-nav .language-switcher {
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-nav .language-switcher .language-button {
    padding: 4px 10px;
    font-size: 12px;
  }
  .header .header-nav .header-menu {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 75px);
    background-color: var(--colorWhite);
    opacity: 0;
    transform: translateY(0);
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    gap: 16px;
  }
  .header .header-nav .header-menu .mobile-extra-button {
    display: block;
  }
  .header .header-nav .header-menu .mobile-extra-button.first {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .header .header-nav .header-menu .header-menu-item {
    height: auto;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(1) {
    transition: all 0.3s 1s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(2) {
    transition: all 0.3s 0.9s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(3) {
    transition: all 0.3s 0.8s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(4) {
    transition: all 0.3s 0.7s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(5) {
    transition: all 0.3s 0.6s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(6) {
    transition: all 0.3s 0.5s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(7) {
    transition: all 0.3s 0.4s ease;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(8) {
    transition: all 0.3s 0.3s ease;
  }
  .header .header-nav .header-menu .header-menu-item .header-menu-link {
    line-height: 90%;
    text-align: center;
    font-size: 6.25vw;
    letter-spacing: -0.33vw;
    width: 100%;
    padding-block: 20px;
  }
  .header .header-nav .header-menu .header-menu-item:nth-last-of-type(2) {
    margin-bottom: 120px;
  }
  .header .header-nav .header-menu .header-mobile-socials {
    display: flex;
    gap: 40px;
    position: fixed;
    bottom: 46px;
  }
  .header .header-nav .header-menu .header-mobile-socials .header-social-link {
    border-radius: 50%;
    padding: 10px;
  }
  .header .header-nav .header-menu .header-mobile-socials .telegram {
    background-color: var(--colorLochmara);
  }
  .header .header-nav .header-menu .header-mobile-socials .whatsapp {
    background-color: var(--colorSalem);
  }
  .header .header-nav .header-menu .header-mobile-socials .instagram {
    background-color: var(--colorSalmon);
  }
  .header .header-nav .header-menu .header-mobile-socials .messenger {
    background-color: var(--colorLochmara);
  }
  .header .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler:before, .header .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler:after {
    transition: all 0.3s ease;
  }
}
@media (max-width: 767px) {
  .home .header {
    position: relative;
  }
  .home .header.white::after {
    opacity: 0;
  }
  .home .header.white .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler::before, .home .header.white .header-nav .header-extra-menu .mobile-burger-wrapper .mobile-burger-toggler::after {
    background-color: var(--colorBlack);
  }
  .home .header.white .header-nav .once-header-logo g path {
    fill: var(--colorBlack);
  }
  .home .header-nav .once-header-logo g path {
    fill: var(--colorCodGray);
    transition: 0.3s ease fill;
  }
  .home .header-nav .mobile-burger-wrapper .mobile-burger-toggler::after, .home .header-nav .mobile-burger-wrapper .mobile-burger-toggler::before {
    background-color: var(--colorCodGray);
    transition: 0.3s ease background-color;
  }
  .header {
    height: 64px;
  }
  .header .header-nav .header-extra-menu-link {
    width: 156px;
    padding-block: 10px;
    border-radius: 20px;
  }
  .header .header-nav .language-switcher {
    position: absolute;
    right: 95px;
    left: auto;
    transform: translateX(0);
  }
  .header .header-nav .language-switcher .language-button {
    padding: 3px 7px;
    font-size: 9px;
  }
  .header .header-nav .header-menu {
    gap: 0;
    width: 100%;
    padding-inline: 30px;
    top: 63px;
    height: calc(100dvh - 63px);
  }
  .header .header-nav .header-menu .mobile-extra-button.first {
    margin-bottom: 10px;
  }
  .header .header-nav .header-menu .header-menu-item .header-menu-link {
    line-height: 0.8;
    font-size: 5.26vw;
    letter-spacing: -0.26vw;
    padding: 13px;
  }
  .header .header-nav .header-menu .header-menu-item .button.no-border {
    margin-top: -10px;
  }
  .header .header-nav .header-menu .header-mobile-socials {
    width: 100%;
    padding-inline: 30px;
    justify-content: space-between;
    gap: 0;
  }
}
@media (pointer: fine) {
  .header .header-nav .header-menu-item:nth-child(5n+1) .header-menu-link:hover {
    color: var(--colorSalmon);
  }
  .header .header-nav .header-menu-item:nth-child(5n+2) .header-menu-link:hover {
    color: var(--colorWebOrange);
  }
  .header .header-nav .header-menu-item:nth-child(5n+3) .header-menu-link:hover {
    color: var(--colorLochmara);
  }
  .header .header-nav .header-menu-item:nth-child(5n+4) .header-menu-link:hover {
    color: var(--colorSalem);
  }
  .header .header-nav .header-menu-item:nth-child(5n+5) .header-menu-link:hover {
    color: var(--colorOrangeRoughy);
  }
}
.header .header-nav .header-menu-item:nth-child(5n+1) .header-menu-link.currentPage {
  color: var(--colorSalmon);
}
.header .header-nav .header-menu-item:nth-child(5n+2) .header-menu-link.currentPage {
  color: var(--colorWebOrange);
}
.header .header-nav .header-menu-item:nth-child(5n+3) .header-menu-link.currentPage {
  color: var(--colorLochmara);
}
.header .header-nav .header-menu-item:nth-child(5n+4) .header-menu-link.currentPage {
  color: var(--colorSalem);
}
.header .header-nav .header-menu-item:nth-child(5n+5) .header-menu-link.currentPage {
  color: var(--colorOrangeRoughy);
}

/* Hero main page */
.hero-section {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.hero-section .wide-screen-side {
  width: 100dvw;
  background-image: url(../../assets/img/widescreen_hero.svg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.hero-section .wide-screen-side:first-of-type {
  background-position: right center;
}
.hero-section .main-hero-grid {
  width: 1560px;
  display: grid;
  aspect-ratio: 2/1;
  flex-shrink: 0;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(10, 1fr);
}
.hero-section .main-hero-grid p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-section .main-hero-grid .grid-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(2) {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(3) {
  grid-column: 4/span 14;
  grid-row: 1/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(4) {
  grid-column: 18/span 1;
  grid-row: 1/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(5) {
  grid-column: 19/span 2;
  grid-row: 1/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(6) {
  grid-column: 1/span 2;
  grid-row: 3/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(7) {
  grid-column: 3/span 1;
  grid-row: 3/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(8) {
  grid-column: 4/span 14;
  grid-row: 3/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(9) {
  grid-column: 18/span 1;
  grid-row: 3/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(10) {
  grid-column: 19/span 2;
  grid-row: 3/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(11) {
  grid-column: 1/span 2;
  grid-row: 4/span 4;
}
.hero-section .main-hero-grid .grid-item:nth-child(12) {
  grid-column: 3/span 1;
  grid-row: 4/span 4;
}
.hero-section .main-hero-grid .grid-item:nth-child(13) {
  grid-column: 4/span 14;
  grid-row: 4/span 4;
}
.hero-section .main-hero-grid .grid-item:nth-child(14) {
  grid-column: 18/span 1;
  grid-row: 4/span 4;
}
.hero-section .main-hero-grid .grid-item:nth-child(15) {
  grid-column: 19/span 2;
  grid-row: 4/span 4;
}
.hero-section .main-hero-grid .grid-item:nth-child(16) {
  grid-column: 1/span 2;
  grid-row: 8/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(17) {
  grid-column: 3/span 1;
  grid-row: 8/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(18) {
  grid-column: 4/span 14;
  grid-row: 8/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(19) {
  grid-column: 18/span 1;
  grid-row: 8/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(20) {
  grid-column: 19/span 2;
  grid-row: 8/span 1;
}
.hero-section .main-hero-grid .grid-item:nth-child(21) {
  grid-column: 1/span 2;
  grid-row: 9/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(22) {
  grid-column: 3/span 1;
  grid-row: 9/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(23) {
  grid-column: 4/span 14;
  grid-row: 9/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(24) {
  grid-column: 18/span 1;
  grid-row: 9/span 2;
}
.hero-section .main-hero-grid .grid-item:nth-child(25) {
  grid-column: 19/span 2;
  grid-row: 9/span 2;
}
.hero-section .main-hero-grid .grid-item:not(.letter-item) svg {
  width: 100%;
  overflow: hidden;
}
.hero-section .main-hero-grid .letter-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
}
.hero-section .main-hero-grid .letter-item.green {
  color: var(--colorGreenHero);
}
.hero-section .main-hero-grid .letter-item.blue {
  color: var(--colorLochmara);
}
.hero-section .main-hero-grid .letter-item.blue .letter-item-container {
  transform: scale(0);
  animation: letter-appearing 1s 0.2s ease-out, letter-rotating 10s 1.2s linear infinite;
}
.hero-section .main-hero-grid .letter-item.red {
  color: var(--colorRedHero);
}
.hero-section .main-hero-grid .letter-item.red .letter-item-container {
  animation: letter-appearing 1s 0.4s ease-out, letter-rotating 10s 1.4s linear infinite;
}
.hero-section .main-hero-grid .letter-item.yellow {
  color: var(--colorWebOrange);
}
.hero-section .main-hero-grid .letter-item.yellow .letter-item-container {
  animation: letter-appearing 1s 0.6s ease-out, letter-rotating 10s 1.6s linear infinite;
}
.hero-section .main-hero-grid .letter-item path {
  fill: currentColor;
}
.hero-section .main-hero-grid .letter-item .letter-item-container {
  background-color: var(--colorGrayHero);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  animation: letter-appearing 1s ease-out, letter-rotating 10s 1s linear infinite;
}
@keyframes letter-appearing {
  0% {
    transform: scale(0) rotate(0deg);
  }
  85% {
    transform: scale(1.1) rotate(420deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes letter-rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-section .main-hero-grid .peak {
  background: linear-gradient(to right, var(--colorLochmara) 50%, var(--colorWebOrange) 50%);
  position: relative;
  z-index: 2;
}
.hero-section .main-hero-grid .peak.down {
  transform: rotate(180deg);
}
.hero-section .main-hero-grid .peak .tablet {
  display: none;
}
.hero-section .main-hero-grid .sunny-small {
  background-color: var(--colorLochmara);
  overflow: hidden;
  position: relative;
}
.hero-section .main-hero-grid .sunny-small svg {
  width: 200% !important;
  max-width: 200%;
  position: absolute;
  transform: scale(0);
  animation: letter-appearing 1s 0.6s ease-out, letter-rotating reverse 10s 1.6s linear infinite;
}
.hero-section .main-hero-grid .sunny-small.top-left svg {
  bottom: 0;
  right: 0;
  animation: letter-appearing 1s ease-out, letter-rotating reverse 10s 1s linear infinite;
}
.hero-section .main-hero-grid .sunny-small.top-right svg {
  bottom: 0;
  left: 0;
  animation: letter-appearing 1s 0.2s ease-out, letter-rotating reverse 10s 1.2s linear infinite;
}
.hero-section .main-hero-grid .sunny-small.bottom-left svg {
  top: 0;
  right: 0;
  animation: letter-appearing 1s 0.4s ease-out, letter-rotating reverse 10s 1.4s linear infinite;
}
.hero-section .main-hero-grid .vertical-text {
  background-image: url(../../assets/img/vertical-triangle.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding-inline: 20px;
}
.hero-section .main-hero-grid .vertical-text.green {
  color: var(--colorGreenHeroText);
  justify-content: center;
  position: relative;
}
.hero-section .main-hero-grid .vertical-text.green p {
  position: absolute;
  left: calc(50% + 155px);
  transform: translateY(-200%);
  animation: text-appearing 0.4s 1s linear forwards;
}
.hero-section .main-hero-grid .vertical-text.blue {
  color: var(--colorLochmara);
}
.hero-section .main-hero-grid .vertical-text.blue h2 {
  white-space: nowrap;
  transform: translateY(-200%);
  animation: text-appearing-reversed 0.4s 1.3s linear forwards;
}
.hero-section .main-hero-grid .vertical-text.blue p {
  transform: translateY(-200%);
  animation: text-appearing-reversed 0.4s 1.5s linear forwards;
}
.hero-section .main-hero-grid .vertical-text.blue p.red {
  color: var(--colorRedHero);
  white-space: nowrap;
}
.hero-section .main-hero-grid .vertical-text.blue p.yellow {
  color: var(--colorWebOrange);
}
.hero-section .main-hero-grid .vertical-text h2,
.hero-section .main-hero-grid .vertical-text h3 {
  font-size: 58px;
  line-height: 1.5;
  letter-spacing: -5.47px;
  transform: translateY(-200%);
  animation: text-appearing 0.4s 0.8s linear forwards;
}
.hero-section .main-hero-grid .vertical-text p {
  text-align: center;
}
.hero-section .main-hero-grid .horizontal-text {
  background-image: url(../../assets/img/horizontal-triangle.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  overflow: hidden;
}
.hero-section .main-hero-grid .horizontal-text h3 {
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 58px;
  line-height: 1.5;
  letter-spacing: -5.47px;
  transform: translateX(200%) rotate(90deg);
  animation: text-appearing-side 0.4s 1.1s linear forwards;
}
.hero-section .main-hero-grid .horizontal-text.red {
  color: var(--colorRedHero);
}
.hero-section .main-hero-grid .horizontal-text.red h3 {
  transform: translateX(-200%) rotate(270deg);
  animation: text-appearing-side-reversed 0.4s 1.7s linear forwards;
}
.hero-section .main-hero-grid .horizontal-text.yellow {
  color: var(--colorYellowHeroText);
}
@keyframes text-appearing {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes text-appearing-reversed {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes text-appearing-side {
  from {
    transform: translateX(150%) rotate(90deg);
  }
  to {
    transform: translateX(0) rotate(90deg);
  }
}
@keyframes text-appearing-side-reversed {
  from {
    transform: translateX(-150%) rotate(270deg);
  }
  to {
    transform: translateX(0) rotate(270deg);
  }
}
.hero-section .main-hero-grid .chess-block {
  display: grid;
  flex-shrink: 0;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(4, 1fr);
  border: 1px solid var(--colorLochmara);
  position: relative;
}
.hero-section .main-hero-grid .chess-block .chess-item.blue {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}
.hero-section .main-hero-grid .chess-block .chess-item.blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorCodGray);
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.hero-section .main-hero-grid .chess-block .chess-item.blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorLochmara);
}
@keyframes rotateAnimation {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  70% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.hero-section .main-hero-grid .chess-block .shield-container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  animation: appearing-shield 1s ease-out;
  pointer-events: none;
}
.hero-section .main-hero-grid .chess-block .shield-container .sunny-white,
.hero-section .main-hero-grid .chess-block .shield-container .sunny-yellow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
}
.hero-section .main-hero-grid .chess-block .shield-container .sunny-white {
  transform: translate(-50%, -50%);
}
.hero-section .main-hero-grid .chess-block .shield-container .sunny-yellow {
  animation: sunny-rotate 20s linear infinite;
  width: 50%;
}
.hero-section .main-hero-grid .chess-block .shield-container .shield {
  height: 100%;
}
@keyframes sunny-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes appearing-shield {
  0% {
    transform: translateX(-50%) scale(0);
  }
  85% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.hero-section-mobile {
  display: none;
}

@media (max-width: 1919px) {
  .hero-section .wide-screen-side {
    display: none;
  }
  .hero-section .main-hero-grid {
    width: 100%;
  }
  .hero-section .main-hero-grid p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .hero-section .main-hero-grid .letter-item .letter-item-container svg {
    width: 40px;
  }
  .hero-section .main-hero-grid .horizontal-text h2,
  .hero-section .main-hero-grid .horizontal-text h3,
  .hero-section .main-hero-grid .vertical-text h2,
  .hero-section .main-hero-grid .vertical-text h3 {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -2.5px;
  }
  .hero-section .main-hero-grid .vertical-text.green p {
    left: calc(50% + 125px);
  }
}
@media (max-width: 1159px) {
  .hero-section .main-hero-grid {
    aspect-ratio: 7/5;
    grid-template-columns: repeat(14, 1fr);
  }
  .hero-section .main-hero-grid .vertical-text h2,
  .hero-section .main-hero-grid .horizontal-text h2 {
    letter-spacing: -4px;
  }
  .hero-section .main-hero-grid p {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: -1px;
  }
  .hero-section .main-hero-grid .letter-item .letter-item-container svg {
    width: 35px;
  }
  .hero-section .main-hero-grid .grid-item:nth-child(13) {
    grid-column: 4/span 8;
  }
  .hero-section .main-hero-grid .grid-item:nth-child(3), .hero-section .main-hero-grid .grid-item:nth-child(23) {
    grid-column: 4/span 8;
  }
  .hero-section .main-hero-grid .grid-item:nth-child(8), .hero-section .main-hero-grid .grid-item:nth-child(18) {
    grid-column: 4/span 8;
  }
  .hero-section .main-hero-grid .grid-item:nth-child(5), .hero-section .main-hero-grid .grid-item:nth-child(25), .hero-section .main-hero-grid .grid-item:nth-child(10), .hero-section .main-hero-grid .grid-item:nth-child(15), .hero-section .main-hero-grid .grid-item:nth-child(20) {
    grid-column: 13/span 2;
  }
  .hero-section .main-hero-grid .grid-item:nth-child(4), .hero-section .main-hero-grid .grid-item:nth-child(24), .hero-section .main-hero-grid .grid-item:nth-child(9), .hero-section .main-hero-grid .grid-item:nth-child(14), .hero-section .main-hero-grid .grid-item:nth-child(19) {
    grid-column: 12/span 1;
  }
  .hero-section .main-hero-grid .peak .desktop {
    display: none;
  }
  .hero-section .main-hero-grid .peak .tablet {
    display: block;
  }
  .hero-section .main-hero-grid .vertical-text.green p {
    left: calc(50% + 105px);
  }
  .hero-section .main-hero-grid .chess-block {
    grid-template-columns: repeat(8, 1fr);
  }
  .hero-section .main-hero-grid .chess-block .chess-item.desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section {
    display: none;
  }
  body .hero-section-mobile {
    height: auto;
    aspect-ratio: 380/492;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    position: relative;
    min-width: 380px;
  }
  body .hero-section-mobile * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  body .hero-section-mobile h2 {
    font-size: 3.6842vw;
    font-weight: 600;
    line-height: 8px;
    letter-spacing: -1px;
    transform: scale(0) translateX(-50%) translateY(-50%);
    opacity: 0;
    animation: hero_main_h2 0.8s 1.4s ease forwards;
  }
  @keyframes hero_main_h2 {
    from {
      transform: scale(0) translateX(-50%) translateY(-50%);
      opacity: 0;
    }
    to {
      transform: scale(1) translateX(-50%) translateY(-50%);
      opacity: 1;
    }
  }
  body .hero-section-mobile h3 {
    font-size: 12.406vw;
    font-weight: 600;
    line-height: 103%;
    letter-spacing: -0.9305vw;
  }
  body .hero-section-mobile h3.green {
    transform: translateX(-87%) translateY(500%) rotate(-50deg);
    opacity: 0;
    animation: hero_main_h3green 1s ease forwards;
  }
  @keyframes hero_main_h3green {
    from {
      transform: translateX(-87%) translateY(500%) rotate(-50deg);
      opacity: 0;
    }
    to {
      transform: translateX(-87%) translateY(-230%) rotate(45.457deg);
      opacity: 1;
    }
  }
  body .hero-section-mobile h3.yellow {
    transform: translateX(10%) translateY(500%) rotate(50deg);
    opacity: 0;
    animation: hero_main_h3yellow 1s 0.3s ease forwards;
  }
  @keyframes hero_main_h3yellow {
    from {
      transform: translateX(10%) translateY(500%) rotate(50deg);
      opacity: 0;
    }
    to {
      transform: translateX(10%) translateY(-160%) rotate(-26.503deg);
      opacity: 1;
    }
  }
  body .hero-section-mobile h3.red {
    transform: translateX(-65%) translateY(500%) rotate(-150deg);
    opacity: 0;
    animation: hero_main_h3red 1s 0.5s ease forwards;
  }
  @keyframes hero_main_h3red {
    from {
      transform: translateX(-65%) translateY(500%) rotate(-150de);
      opacity: 0;
    }
    to {
      transform: translateX(-65%) translateY(150%) rotate(-69.801deg);
      opacity: 1;
    }
  }
  body .hero-section-mobile h4 {
    font-size: 3.6842vw;
    font-weight: 600;
    line-height: 1.07;
    letter-spacing: -0.2632vw;
    white-space: normal;
  }
  body .hero-section-mobile h4 span {
    display: block;
    position: relative;
  }
  body .hero-section-mobile h4.green {
    transform: translateX(-190%) translateY(500%) rotate(-70deg);
    opacity: 0;
    animation: hero_main_h4green 1s 0.15s ease forwards;
  }
  @keyframes hero_main_h4green {
    from {
      transform: translateX(-190%) translateY(500%) rotate(-70deg);
      opacity: 0;
    }
    to {
      transform: translateX(-190%) translateY(-130%) rotate(19.357deg);
      opacity: 1;
    }
  }
  body .hero-section-mobile h4.yellow {
    transform: translateX(20%) translateY(500%) rotate(60deg);
    text-align: end;
    opacity: 0;
    animation: hero_main_h4yellow 1s 0.45s ease forwards;
  }
  @keyframes hero_main_h4yellow {
    from {
      transform: translateX(20%) translateY(500%) rotate(60deg);
      opacity: 0;
    }
    to {
      transform: translateX(20%) translateY(-350%) rotate(-16.378deg);
      opacity: 1;
    }
  }
  body .hero-section-mobile h4.red {
    transform: translateX(0%) translateY(500%) rotate(50deg);
    opacity: 0;
    animation: hero_main_h4red 1s 0.65s ease forwards;
  }
  @keyframes hero_main_h4red {
    from {
      transform: translateX(0%) translateY(500%) rotate(50deg);
      opacity: 0;
    }
    to {
      transform: translateX(0%) translateY(200%) rotate(-39.265deg);
      opacity: 1;
    }
  }
  body .hero-section-mobile .red {
    color: var(--colorSalmon);
  }
  body .hero-section-mobile .yellow {
    color: var(--colorWebOrange);
  }
  body .hero-section-mobile .green {
    color: var(--colorSalem);
  }
}
/* Main page cases feed */
.feeds-section {
  padding-top: 64px;
  overflow: visible;
}
.feeds-section .cases-categories {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 99dvw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.feeds-section .branding-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.feeds-section .branding-header h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -5px;
}
.feeds-section .branding-header h2 .orange {
  color: #FF5C08;
}
.feeds-section .branding-header h2 .blue {
  color: #60CFDD;
}
.feeds-section .branding-header h2 .purple {
  color: #642797;
}
.feeds-section .feeds-load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 104px;
}
.feeds-section .feeds-load-more-container.branding-more {
  margin-top: -104px;
  margin-bottom: 104px;
}
.feeds-section .feeds-load-more-container .load-more-button {
  padding: 22px 40px;
  width: 496px;
  border-radius: 100px;
  line-height: normal;
}
.feeds-section .feeds-load-more-container .load-more-button.active:not(:disabled), .feeds-section .feeds-load-more-container .load-more-button:active:not(:disabled) {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
}
.feeds-section .cases-categories-container {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.feeds-section .cases-categories-container .case-category {
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 14px 32px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  border-radius: 100px;
  white-space: nowrap;
}
.feeds-section .cases-categories-container .case-category.active, .feeds-section .cases-categories-container .case-category:active {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
}
.feeds-section .cases-categories-container .case-category.active path, .feeds-section .cases-categories-container .case-category:active path {
  stroke: currentColor;
  fill: currentColor;
}
.feeds-section .feeds-wrapper {
  transition: 0.4s ease max-height;
  overflow: hidden;
  max-height: 9999px;
  margin-top: 32px;
}
.feeds-section .feeds-wrapper.hide {
  max-height: 0;
}
.feeds-section .feeds-container {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100% !important;
  transition: 0.5s ease all;
  height: 2900px;
}

.case-wrapper-container {
  width: calc(25% - 30px);
  margin-bottom: 56px;
}

.feed {
  width: calc(25% - 30px);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 56px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}
.feed.hide {
  display: none;
}
.feed p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}

@media (max-width: 1919px) {
  .feeds-section .cases-categories {
    width: calc(100% + 440px);
    transform: translateX(-220px);
    margin-left: 0;
  }
  .feeds-section .branding-header h2 {
    font-size: 64px;
  }
  .feeds-section .feeds-load-more-container {
    margin-top: 87px;
  }
  .feeds-section .feeds-load-more-container .load-more-button {
    padding: 20px 36px;
    font-size: 16px;
    width: 360px;
  }
  .feeds-section .cases-categories-container {
    gap: 4px;
  }
  .feeds-section .cases-categories-container .case-category {
    padding: 11px 24px;
  }
  .feeds-section .feeds-container {
    -moz-column-count: 3;
         column-count: 3;
  }
  .feeds-wrapper {
    margin-top: 40px;
  }
  .case-wrapper-container {
    width: calc(33.3% - 26.6px);
    margin-bottom: 48px;
  }
  .feed {
    margin-bottom: 48px;
    width: calc(33.3% - 26.6px);
  }
  .feed p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1159px) {
  .home .feed {
    padding-bottom: 32px;
  }
  .feeds-section {
    padding-top: 32px;
  }
  .feeds-section .feeds-wrapper {
    margin-top: 8px;
  }
  .feeds-section .cases-categories {
    width: calc(100% + 80px);
    transform: translateX(-40px);
    padding-top: 16px;
  }
  .feeds-section .branding-header {
    margin-bottom: 10px;
  }
  .feeds-section .branding-header h2 {
    font-size: 48px;
    letter-spacing: -2.5px;
  }
  .feeds-section .branding-header img {
    width: 282px;
  }
  .feeds-section .feeds-load-more-container {
    margin-top: 40px;
  }
  .feeds-section .feeds-load-more-container.branding-more {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .feeds-section .feeds-load-more-container .load-more-button {
    padding: 16px 24px;
    width: 334px;
    font-size: 12px;
  }
  .feeds-section .cases-categories-container .case-category {
    padding: 8px 16px;
    line-height: 1 !important;
  }
  .feeds-section .feeds-container {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .case-wrapper-container {
    margin-bottom: 32px;
    width: calc(50% - 10px);
  }
  .feed {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
  .feed p {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  .home .feed {
    margin-bottom: 0;
    padding-bottom: 48px;
  }
  .feeds-section {
    padding-top: 8px;
  }
  .feeds-section .cases-categories {
    width: calc(100% + 60px);
    transform: translateX(-30px);
    padding-inline: 30px;
  }
  .feeds-section .branding-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 40px;
  }
  .feeds-section .branding-header h2 {
    font-size: 32px;
  }
  .feeds-section .branding-header img {
    width: 206px;
  }
  .feeds-section .branding-header .img-container {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: -10px;
    margin-top: 27px;
  }
  .feeds-section .feeds-load-more-container.branding-more {
    margin-top: -16px;
    margin-bottom: 104px;
  }
  .feeds-section .feeds-load-more-container .load-more-button {
    width: 210px;
    font-size: 12px;
  }
  .feeds-section .cases-categories {
    padding-top: 16px;
  }
  .feeds-section .cases-categories-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-snap-align: start;
    justify-content: left;
  }
  .feeds-section .cases-categories-container::-webkit-scrollbar {
    display: none;
  }
  .feeds-section .cases-categories-container .case-category {
    scroll-snap-align: start;
  }
  .feeds-section .feeds-container {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
    height: 1px;
  }
  .case-wrapper-container {
    width: 100%;
    margin-bottom: 48px;
  }
  .feed {
    width: 100%;
  }
  .feed p {
    font-size: 14px;
  }
}
/* Main page Hero cards */
.feed .image-container {
  width: 360px;
  height: 240px;
}
.feed .image-container img,
.feed .image-container video {
  max-width: 100%;
}

.feed-basic {
  text-align: center;
  cursor: auto;
}
.feed-basic .image-container {
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
}
.feed-basic.add-border .image-container {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.feed-basic img {
  width: 100%;
  transition: all 0.3s ease;
}
.feed-basic h3 {
  margin-top: 32px;
  font-size: 28px !important;
  letter-spacing: -1.5px !important;
  margin-bottom: 12px;
}
.feed-basic h3,
.feed-basic p {
  transition: all 0.3s ease;
  padding-inline: 24px;
}

.feed-line {
  padding: 20px 32px;
  border: 1px solid currentColor;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.3s ease all !important;
}
.feed-line h5 {
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
}
.feed-line .image-container {
  width: 70%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feed-line .image-container img,
.feed-line .image-container video {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}
.feed-line h3 {
  font-size: 40px !important;
  line-height: 0.9 !important;
  letter-spacing: -2.5px !important;
}
.feed-line p {
  margin-top: 24px;
}
.feed-line .button {
  background-color: currentColor;
  border: 1px solid currentColor;
  margin-top: 24px;
  padding: 14px 28px;
  width: 100%;
  border-radius: 100px;
}
.feed-line .button span {
  color: var(--colorWhite);
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: normal;
}
.feed-line h3,
.feed-line h5,
.feed-line p {
  transition: 0.3s ease all;
}

.feed-shorts {
  position: relative;
  color: var(--colorWebOrange);
  background-color: transparent;
  height: 500px;
  transition: 0.5s ease all;
}
.feed-shorts.add-border .short {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.feed-shorts .shorts-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.2s ease height, 0.2s ease width, 0.6s ease background-color, 0.3s ease transform;
}
.feed-shorts .shorts-wrapper .close-popup {
  opacity: 0;
  visibility: 0;
  position: fixed;
}
.feed-shorts .shorts-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  transition: all 0.4s ease;
}
.feed-shorts p {
  margin-bottom: 12px;
  transition: 0.5s ease all;
}
.feed-shorts .short {
  transform: translateY(-3%) translateX(-3%) scale(94%);
  width: 100%;
  aspect-ratio: 6/5;
  transition: 0.5s ease all 0.1s;
}
.feed-shorts .short:nth-of-type(2) {
  position: absolute;
  transform: translateY(-101%) translateX(-1%) scale(94%);
  z-index: -1;
}
.feed-shorts .short:nth-of-type(3) {
  position: absolute;
  transform: translateY(-99%) translateX(1%) scale(94%);
  z-index: -2;
}
.feed-shorts .short:nth-of-type(n+4) {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

@media (pointer: fine) {
  .feed-basic:hover .image-container {
    border-radius: 20px;
  }
  .feed-basic:hover img {
    transform: scale(1.1);
  }
  .feed-basic:hover h3,
  .feed-basic:hover p {
    opacity: 0.4;
  }
  .feed-line:hover {
    background-color: currentColor;
  }
  .feed-line:hover h5,
  .feed-line:hover h3,
  .feed-line:hover p {
    color: var(--colorWhite);
  }
  .feed-line:hover .button {
    background-color: var(--colorWhite);
  }
  .feed-line:hover .button span {
    color: currentColor;
  }
  .feed-line:hover .image-container img {
    filter: invert(1) contrast(100) brightness(2);
  }
  .feed-shorts:hover .shorts-wrapper {
    transform: scale(1.05);
  }
  .feed-shorts:hover p {
    transform: translateY(10px);
  }
  .feed-shorts:hover .short:nth-of-type(2) {
    transform: translateY(-100%) translateX(0%) scale(94%);
  }
  .feed-shorts:hover .short:nth-of-type(3) {
    transform: translateY(-98%) translateX(3%) scale(94%);
  }
}
.feedShortsPopup {
  position: fixed;
  width: 100dvw;
  height: calc(100dvh + 2px);
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--colorWebOrange);
  padding-block: 15dvh;
  padding-inline: 266px;
  overflow-x: auto;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  gap: 48px;
}
.feedShortsPopup .shorts-container {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.feedShortsPopup .shorts-container .short {
  height: 545px;
  flex-shrink: 0;
}
.feedShortsPopup .shorts-container .short img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedShortsPopup .shorts-container .short:nth-of-type(2) {
  margin-top: 24px;
}
.feedShortsPopup .shorts-container .short:nth-of-type(3) {
  margin-top: 48px;
}
.feedShortsPopup .close-popup {
  pointer-events: none;
}
.feedShortsPopup.opened {
  opacity: 1;
  pointer-events: all;
}
.feedShortsPopup.opened .close-popup {
  pointer-events: all;
}
.feedShortsPopup .close-popup {
  opacity: 100;
  visibility: visible;
  z-index: 100;
  top: 40px;
  right: 180px;
  cursor: pointer;
  transition: 0.3s 1s ease all;
  position: fixed;
}
.feedShortsPopup .close-popup::after {
  content: "";
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  z-index: 100;
  left: 0;
  top: 0;
}

@media (max-width: 1919px) {
  .feedShortsPopup {
    padding-inline: 184px;
  }
  .feedShortsPopup .shorts-container {
    gap: 24px;
  }
  .feedShortsPopup .shorts-container .short {
    height: 400px;
  }
  .feedShortsPopup .shorts-container .short:nth-of-type(2) {
    margin-top: 16px;
  }
  .feedShortsPopup .shorts-container .short:nth-of-type(3) {
    margin-top: 32px;
  }
  .feedShortsPopup .close-popup {
    right: 120px;
  }
  .feed-line h5 {
    font-size: 14px !important;
  }
  .feed-line .button {
    padding: 11px 28px;
  }
  .feed-line .button span {
    font-size: 14px !important;
  }
  .feed-shorts.opened .short:nth-of-type(3) {
    margin-top: 32px;
  }
  .feed-shorts.opened .short:nth-of-type(3n+2) {
    margin-top: 16px;
  }
  .feed-shorts.opened .short:nth-of-type(3n+3) {
    margin-top: 32px;
  }
  .feed-shorts.opened .shorts-container {
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .feed-shorts.opened .shorts-wrapper {
    padding-inline: 184px;
  }
  .feed-shorts.opened .shorts-wrapper .close-popup {
    top: 40px;
    right: 120px;
  }
  .feed-shorts:not(.opened) {
    height: auto;
  }
}
@media (max-width: 1159px) {
  .feedShortsPopup {
    padding-block: 48px;
    padding-inline: 40px;
    gap: 48px;
  }
  .feedShortsPopup .shorts-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .feedShortsPopup .shorts-container .short {
    height: auto;
    width: calc(50% - 10px);
  }
  .feedShortsPopup .shorts-container .short img {
    width: 100%;
    height: auto;
  }
  .feedShortsPopup .shorts-container .short:nth-of-type(2) {
    margin-top: 0;
  }
  .feedShortsPopup .shorts-container .short:nth-of-type(3) {
    margin-top: 0;
  }
  .feedShortsPopup .close-popup {
    top: 40px;
    right: 40px;
  }
  .feed .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 334/220;
  }
  .feed-basic h3 {
    font-size: 20px !important;
    line-height: 0.8 !important;
    letter-spacing: -1px !important;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .feed-basic h3,
  .feed-basic p {
    padding-inline: 8px;
  }
  .feed-line {
    padding: 20px;
    border-radius: 28px;
  }
  .feed-line h5 {
    font-size: 12px !important;
  }
  .feed-line h3 {
    font-size: 26px !important;
    line-height: 1 !important;
    letter-spacing: -1.5px !important;
  }
  .feed-line .button {
    margin-top: 16px;
    padding: 10px 20px;
  }
  .feed-line .button span {
    font-size: 12px !important;
  }
  .feed-shorts:not(.opened) {
    height: auto;
  }
  .feed-shorts:not(.opened) .shorts-container {
    height: auto;
  }
  .feed-shorts.opened p {
    font-size: 24px !important;
    letter-spacing: -1.5px !important;
  }
  .feed-shorts.opened .short:nth-of-type(3), .feed-shorts.opened .short:nth-of-type(3n+2), .feed-shorts.opened .short:nth-of-type(3n+3) {
    margin-top: 0;
  }
  .feed-shorts.opened .shorts-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .feed-shorts.opened .shorts-wrapper {
    padding-inline: 40px;
  }
  .feed-shorts.opened .shorts-wrapper .close-popup {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .feedShortsPopup {
    padding-block: 40px;
    padding-inline: 30px;
    gap: 32px;
    overflow-x: hidden;
  }
  .feedShortsPopup .shorts-container {
    gap: 12px;
  }
  .feedShortsPopup .shorts-container .short {
    width: 100%;
  }
  .feedShortsPopup .close-popup {
    top: 24px;
    right: 30px;
  }
  .feed-basic h3,
  .feed-basic p {
    padding-inline: 0px;
  }
  .feed-shorts.opened p {
    margin-bottom: 32px;
    font-size: 20px !important;
    letter-spacing: -1px !important;
    line-height: 0.8 !important;
  }
  .feed-shorts.opened .shorts-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
  .feed-shorts.opened .shorts-wrapper {
    padding-inline: 30px;
  }
  .feed-shorts.opened .shorts-wrapper .close-popup {
    top: 24px;
    right: 30px;
  }
  .feed {
    margin-bottom: 32px;
  }
  .clients-cards-showcase .work .container {
    margin-bottom: 32px !important;
  }
}
/* Section our clients */
.section-background.gray {
  width: 100%;
  background-color: var(--colorWildSand);
}

.section.our-clients {
  padding-block: 120px;
}
.section.our-clients h3 {
  margin-bottom: 57px;
}

.clients-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.clients-container .client-container {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 111/80;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
  border: 0.5px solid var(--colorWhite);
  background-color: var(--colorWildSand);
}
.clients-container .client-container img,
.clients-container .client-container svg {
  max-width: 85%;
}
@media (pointer: fine) {
  .clients-container .client-container:hover {
    background-color: var(--colorWhite);
  }
}

@media (max-width: 1919px) {
  .section.our-clients h3 {
    margin-bottom: 64px;
  }
  .clients-container .client-container {
    aspect-ratio: 166/160;
  }
  .clients-container .client-container img,
  .clients-container .client-container svg {
    max-width: 95%;
  }
}
@media (max-width: 1159px) {
  .section.our-clients {
    padding-block: 104px;
  }
  .section.our-clients h3 {
    margin-bottom: 56px;
  }
  .clients-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .section.our-clients {
    padding-block: 80px;
  }
  .section.our-clients h3 {
    margin-bottom: 40px;
  }
  .clients-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Sections styles common */
.section .section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
}
.section .section-header .row {
  display: flex;
  flex-direction: column;
  max-width: 895px;
  gap: 36px;
  overflow: hidden;
}
.section .section-header .row p {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
  font-weight: 400;
}
.section .section-header .row p b {
  font-weight: 600;
}
.section .section-header .row img {
  width: 157px;
}

@media (max-width: 1919px) {
  .section .section-header {
    margin-bottom: 72px;
  }
  .section .section-header .row {
    max-width: 760px;
    gap: 32px;
  }
  .section .section-header .row p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .section .section-header .row img {
    width: 124px;
  }
}
@media (max-width: 1159px) {
  .section .section-header {
    margin-bottom: 56px;
    gap: 68px;
  }
  .section .section-header h2 {
    width: 422px;
  }
  .section .section-header .row {
    gap: 24px;
    min-width: 84px;
  }
  .section .section-header .row p {
    font-size: 16px;
    line-height: 1.2;
  }
  .section .section-header .row img {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .section .section-header {
    margin-bottom: 56px;
    gap: 0;
    position: relative;
    align-items: flex-start;
  }
  .section .section-header h2 {
    width: 100%;
  }
  .section .section-header .row {
    gap: 16px;
  }
  .section .section-header .row p {
    font-size: 14px;
  }
  .section .section-header .row:nth-of-type(2) {
    position: absolute;
    right: 0;
  }
  .section .section-header .row img {
    width: 63px;
  }
}
/* Section main scrollers */
.section.main-scrollers {
  overflow: hidden;
  padding-bottom: 180px;
}
.section.main-scrollers .cases-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.section.main-scrollers .cases-container .case .case-pagination-container {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(21, 21, 21, 0.1);
  transition: 0.3s ease all;
}
.section.main-scrollers .cases-container .case .case-pagination-container .pagination {
  width: 33%;
  height: 100%;
  background-color: var(--colorCodGray);
  transition: 0.3s ease all;
}
.section.main-scrollers .cases-container .case .case-navigation {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.section.main-scrollers .cases-container .case .case-navigation .right,
.section.main-scrollers .cases-container .case .case-navigation .left {
  height: 52px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--colorCodGray);
  cursor: pointer;
  flex-shrink: 0;
}
.section.main-scrollers .cases-container .case .case-navigation .right.inactive,
.section.main-scrollers .cases-container .case .case-navigation .left.inactive {
  opacity: 0.2;
}
.section.main-scrollers .cases-container .case .case-navigation .right svg,
.section.main-scrollers .cases-container .case .case-navigation .left svg {
  width: 16px;
  min-width: 16px;
  flex-shrink: 0;
}
.section.main-scrollers .cases-container .case .pagination-wrapper {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-top: 52px;
}
.section.main-scrollers .cases-container .case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.section.main-scrollers .cases-container .case-header .case-title h3 {
  font-size: 28px;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
}
.section.main-scrollers .cases-container .case-header .case-title p {
  opacity: 0.3;
}
.section.main-scrollers .cases-container .cards-container {
  display: flex;
  gap: 36px;
  transition: all 0.3s ease;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  justify-content: left;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section.main-scrollers .cases-container .cards-container::-webkit-scrollbar {
  display: none;
}
.section.main-scrollers .cases-container .cards-container .card-container {
  overflow: hidden;
  flex-shrink: 0;
}
.section.main-scrollers .cases-container .cards-container .card {
  width: 629px;
}
.section.main-scrollers .cases-container .cards-container .card .card-header {
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.section.main-scrollers .cases-container .cards-container .card .card-header .subtitle-4 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.section.main-scrollers .cases-container .cards-container .card-rows {
  display: flex;
  color: var(--colorCodGray);
  gap: 24px;
}
.section.main-scrollers .cases-container .cards-container .card-rows .row:nth-of-type(1) {
  min-width: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-height: 216px;
}
.section.main-scrollers .cases-container .cards-container .card-rows .row:nth-of-type(1).border img {
  border: 1px solid var(--colorWildSand);
}
.section.main-scrollers .cases-container .cards-container .card-rows .row:nth-of-type(1) img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.section.main-scrollers .cases-container .cards-container .card-rows .row h2 {
  margin-bottom: 20px;
}
.section.main-scrollers .cases-container .cards-container .card-rows .row p {
  margin-bottom: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media (max-width: 1919px) {
  .section.main-scrollers {
    padding-bottom: 152px;
  }
  .section.main-scrollers .cases-container {
    gap: 104px;
  }
  .section.main-scrollers .cases-container .case .case-navigation .right,
  .section.main-scrollers .cases-container .case .case-navigation .left {
    height: 40px;
    width: 40px;
  }
  .section.main-scrollers .cases-container .case .case-navigation .right svg,
  .section.main-scrollers .cases-container .case .case-navigation .left svg {
    width: 12px;
    height: 12px;
  }
  .section.main-scrollers .cases-container .case .pagination-wrapper {
    gap: 40px;
    margin-top: 48px;
  }
  .section.main-scrollers .cases-container .case-header {
    margin-bottom: 43px;
  }
  .section.main-scrollers .cases-container .case-header .case-title h3 {
    font-size: 28px;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
  .section.main-scrollers .cases-container .case-header .case-navigation .right,
  .section.main-scrollers .cases-container .case-header .case-navigation .left {
    height: 40px;
    width: 40px;
  }
  .section.main-scrollers .cases-container .case-header .case-navigation .right svg,
  .section.main-scrollers .cases-container .case-header .case-navigation .left svg {
    width: 12px;
    height: 12px;
  }
  .section.main-scrollers .cases-container .cards-container {
    gap: 40px;
  }
  .section.main-scrollers .cases-container .cards-container .card {
    width: 562px;
  }
  .section.main-scrollers .cases-container .cards-container .card .card-header {
    padding-bottom: 4px;
  }
  .section.main-scrollers .cases-container .cards-container .card .card-header .subtitle-4 {
    font-size: 14px;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows .row p {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
@media (max-width: 1159px) {
  .section.main-scrollers {
    padding-bottom: 36px;
  }
  .section.main-scrollers .cases-container {
    gap: 12px;
  }
  .section.main-scrollers .cases-container .case {
    position: relative;
    padding-bottom: 68px;
  }
  .section.main-scrollers .cases-container .case .case-navigation .right,
  .section.main-scrollers .cases-container .case .case-navigation .left {
    height: 40px;
    width: 40px;
  }
  .section.main-scrollers .cases-container .case .case-navigation .right svg,
  .section.main-scrollers .cases-container .case .case-navigation .left svg {
    width: 12px;
    min-width: 12px;
  }
  .section.main-scrollers .cases-container .case .pagination-wrapper {
    gap: 32px;
    margin-top: 40px;
  }
  .section.main-scrollers .cases-container .case-header {
    margin-bottom: 30px;
  }
  .section.main-scrollers .cases-container .case-header .case-title h3 {
    font-size: 24px;
    letter-spacing: -1.5px;
    margin-bottom: 0;
    margin-bottom: 12px;
  }
  .section.main-scrollers .cases-container .case-header .case-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section.main-scrollers .cases-container .case-header .case-navigation .right,
  .section.main-scrollers .cases-container .case-header .case-navigation .left {
    height: 48px;
  }
  .section.main-scrollers .cases-container .cards-container {
    gap: 32px;
    margin-bottom: 32px;
  }
  .section.main-scrollers .cases-container .cards-container .card {
    width: 328px;
  }
  .section.main-scrollers .cases-container .cards-container .card .card-header .subtitle-4 {
    font-size: 12px;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows {
    flex-direction: column;
    gap: 16px;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows .row {
    width: 100%;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows .row:nth-of-type(1) {
    height: 216px;
    justify-content: start;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows .row h2 {
    margin-bottom: 12px;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows .row p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .section.main-scrollers .cases-container {
    gap: 12px;
  }
  .section.main-scrollers .cases-container .case .case-pagination-container .pagination {
    width: 60%;
  }
  .section.main-scrollers .cases-container .case .pagination-wrapper {
    gap: 20px;
    margin-top: 32px;
  }
  .section.main-scrollers .cases-container .case-header {
    margin-bottom: 26px;
  }
  .section.main-scrollers .cases-container .case-header .case-title h3 {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .section.main-scrollers .cases-container .cards-container {
    gap: 24px;
  }
  .section.main-scrollers .cases-container .cards-container .card {
    width: 265px;
  }
  .section.main-scrollers .cases-container .cards-container .card-rows .row:nth-of-type(1) {
    height: 174px;
  }
}
/* Section Chess small block */
.chess-section-container {
  padding-block: 28px;
}

.chess-section {
  display: grid;
  grid-template-columns: 1fr 20fr 1fr;
  grid-template-rows: 1fr 4fr 1fr;
  aspect-ratio: 22/6;
  flex-shrink: 0;
}
.chess-section .sunny-small {
  background-color: var(--colorLochmara);
  overflow: hidden;
  position: relative;
}
.chess-section .sunny-small svg {
  width: 200% !important;
  max-width: 200%;
  position: absolute;
  animation: letter-rotating reverse 10s 1s linear infinite;
}
.chess-section .sunny-small.top-left svg {
  bottom: 0;
  right: 0;
}
.chess-section .sunny-small.top-right svg {
  bottom: 0;
  left: 0;
}
.chess-section .sunny-small.bottom-left svg {
  top: 0;
  right: 0;
}
.chess-section .background-horizontal {
  background-image: url(../../assets/img/vertical-triangle.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top center;
}
.chess-section .background-vertical {
  background-image: url(../../assets/img/horizontal-triangle.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}
.chess-section .main-chess {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(4, 1fr);
  position: relative;
}
.chess-section .main-chess .chess-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--colorWebOrange);
}
.chess-section .main-chess .chess-title h2 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -5px;
  text-align: center;
}
.chess-section .main-chess .chess-title .chess-buttons {
  display: flex;
  gap: 12px;
}
.chess-section .main-chess .chess-title .chess-buttons a {
  padding: 11px 24px;
  border-radius: 20px;
  background-color: var(--colorWebOrange);
  color: var(--colorCodGray);
  display: flex;
  font-size: 14px;
}
.chess-section .main-chess .chess-title .chess-buttons a:hover {
  background-color: var(--colorWhite);
  color: var(--colorBlack);
}
.chess-section .main-chess .chess-item {
  aspect-ratio: 1;
  transition: transform 0.6s ease-in-out, background-color 0.01s 0.3s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
}
.chess-section .main-chess .chess-item.blue {
  background-color: var(--colorLochmara);
}
.chess-section .main-chess .chess-item.blue-dynamic {
  transform: rotateY(180deg);
  background-color: var(--colorLochmara);
}
.chess-section .main-chess .chess-item.blue-dynamic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorLochmara);
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

@media (max-width: 1919px) {
  .chess-section-container {
    padding-block: 0px;
  }
  .chess-section {
    grid-template-columns: 1fr 14fr 1fr;
    aspect-ratio: 16/6;
  }
  .chess-section .main-chess {
    grid-template-columns: repeat(14, 1fr);
  }
  .chess-section .main-chess .chess-title .chess-buttons {
    gap: 8px;
  }
  .chess-section .main-chess .chess-title .chess-buttons a {
    padding: 11px 20px;
  }
  .chess-section .main-chess .chess-item.wide {
    display: none;
  }
}
@media (max-width: 1159px) {
  .chess-section-container {
    padding-inline: 0;
  }
  .chess-section {
    grid-template-columns: 1fr 8fr 1fr;
    aspect-ratio: 10/6;
  }
  .chess-section .main-chess {
    grid-template-columns: repeat(8, 1fr);
    background-color: var(--colorLochmara);
  }
  .chess-section .main-chess .chess-title {
    flex-direction: column;
  }
  .chess-section .main-chess .chess-title .chess-buttons {
    gap: 20px;
  }
  .chess-section .main-chess .chess-title .chess-buttons a {
    padding: 10px 20px;
  }
  .chess-section .main-chess .chess-item {
    background-color: var(--colorLochmara);
  }
  .chess-section .main-chess .chess-item.desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .chess-section {
    grid-template-columns: 1fr 4fr 1fr;
    aspect-ratio: 1/1;
    background-color: var(--colorLochmara);
    position: relative;
  }
  .chess-section .background-horizontal,
  .chess-section .background-vertical {
    background-image: none;
    background-color: var(--colorLochmara);
  }
  .chess-section .main-chess {
    grid-template-columns: repeat(4, 1fr);
    position: static;
  }
  .chess-section .main-chess .chess-title {
    justify-content: center;
    gap: 32px;
  }
  .chess-section .main-chess .chess-title h2 {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  .chess-section .main-chess .chess-title .chess-buttons {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .chess-section .main-chess .chess-title .chess-buttons a {
    font-size: 12px;
    width: auto;
  }
  .chess-section .main-chess .chess-item.tablet {
    display: none;
  }
  .chess-section-container {
    width: 100%;
    padding-inline: 0;
  }
}
/* Team section */
.team-section.ux-ui {
  padding-top: 0 !important;
}
.team-section.ux-ui h2 {
  font-weight: 400;
}
.team-section.ux-ui h2 b {
  font-weight: 600;
}
.team-section.ux-ui .team-member h2 {
  font-weight: 600;
}
.team-section .team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
}
.team-section .team-members .team-member {
  width: calc(20% - 16px);
  text-align: center;
  overflow: hidden;
  padding-bottom: 5px;
}
.team-section .team-members .team-member .image-container {
  margin-bottom: 32px;
  border-radius: 500px;
  overflow: hidden;
}
.team-section .team-members .team-member .image-container img {
  width: 100%;
  border-radius: 500px;
}
.team-section .team-members .team-member .image-container img.border {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.team-section .team-members .team-member h2 {
  margin-bottom: 4px;
}
.team-section .team-members .team-member p {
  opacity: 0.5;
  letter-spacing: -0.5px;
}
.team-section .team-members .team-member:nth-child(2n) {
  margin-top: 32px;
}

.section.team-section {
  padding-top: 152px;
}
.section.team-section .section-header .row img {
  width: 238px;
}

@media (max-width: 1919px) {
  .section.team-section {
    padding-top: 152px;
  }
  .section.team-section .section-header .row img {
    width: 208px;
  }
}
@media (max-width: 1159px) {
  .team-section .team-members .team-member {
    width: calc(25% - 16px);
  }
  .team-section .team-members .team-member .image-container {
    margin-bottom: 16px;
  }
  .team-section .team-members .team-member:nth-child(2n) {
    margin-top: 0;
  }
  .section.team-section {
    padding-top: 104px;
  }
  .section.team-section .section-header .row img {
    width: 171px;
  }
}
@media (max-width: 767px) {
  .team-section .team-members {
    gap: 24px 8px;
  }
  .team-section .team-members .team-member {
    width: calc(50% - 4px);
  }
  .team-section .team-members .team-member .image-container {
    margin-bottom: 12px;
  }
  .section.team-section .section-header .row img {
    width: 80px;
  }
}
/* Footer */
.footer {
  background-color: var(--colorFooter);
  padding-block: 50px 80px;
  overflow: hidden;
}
.footer .footer-section {
  padding: 0;
}
.footer .footer-header {
  display: flex;
  align-items: center;
  gap: 36px;
  color: var(--colorWildSand);
  margin-bottom: 84px;
}
.footer .footer-header svg {
  width: 97px;
}
.footer .footer-link-container {
  display: flex;
  font-size: 98px;
  line-height: 1.1;
  letter-spacing: -5px;
  flex-wrap: wrap;
  width: 97%;
  margin-bottom: 120px;
}
.footer .footer-link-container .footer-link-item {
  transition: 0.3s ease all;
}
@media (pointer: fine) {
  .footer .footer-link-container .footer-link-item:hover {
    color: var(--colorWhite);
  }
}
.footer .footer-link-container .email {
  color: var(--colorFooterPink);
}
.footer .footer-link-container .instagram {
  color: var(--colorOrangeRoughy);
}
.footer .footer-link-container .facebook {
  color: var(--colorFacebookBlue);
}
.footer .footer-link-container .whatsapp {
  color: var(--colorWhatsappGreen);
}
.footer .footer-link-container .linkedin {
  color: var(--colorLinkedinBlue);
}
.footer .footer-link-container .telegram {
  color: #08c;
}
.footer .footer-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-footer .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer .footer-footer .button .bouncing-arrow {
  overflow: hidden;
}
.footer .footer-footer .button .bouncing-arrow svg {
  animation: bouncingArrow 3s ease-in-out infinite;
}
@keyframes bouncingArrow {
  0% {
    transform: translateY(0);
    opacity: 100;
  }
  10% {
    transform: translateY(-100%);
    opacity: 100;
  }
  11% {
    transform: translateY(-100%) translateX(-100%);
    opacity: 0;
  }
  12% {
    transform: translateY(100%) translateX(100%);
    opacity: 0;
  }
  13% {
    transform: translateY(100%) translateX(0);
    opacity: 100;
  }
  23% {
    transform: translateY(0);
    opacity: 100;
  }
  100% {
    transform: translateY(0);
    opacity: 100;
  }
}
.footer .footer-footer .footer-logo {
  width: 140px;
}
.footer .footer-footer .footer-logo svg {
  width: 100%;
}
.footer .footer-footer .footer-logo svg g path {
  fill: var(--colorWhite);
  transition: 0.3s ease all;
}

@media (max-width: 1919px) {
  .footer {
    padding-block: 59px 80px;
    padding-inline: 0;
  }
  .footer .footer-header {
    gap: 33px;
    margin-bottom: 64px;
  }
  .footer .footer-header svg {
    width: 67px;
  }
  .footer .footer-link-container {
    margin-bottom: 80px;
    font-size: 72px;
    letter-spacing: -4px;
    width: 95%;
  }
}
@media (max-width: 1159px) {
  .footer {
    padding-block: 40px 48px;
    padding-inline: 40px;
  }
  .footer .footer-header {
    gap: 16px;
    margin-bottom: 80px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-header svg {
    width: 50px;
  }
  .footer .footer-link-container {
    flex-direction: column;
    margin-bottom: 152px;
    font-size: 82px;
    line-height: 0.9;
    letter-spacing: -6px;
    width: 100%;
    gap: 24px;
  }
  .footer .footer-link-container .footer-link-item {
    line-height: 0.9;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-block: 32px 40px;
    padding-inline: 40px;
  }
  .footer .footer-header {
    margin-bottom: 40px;
  }
  .footer .footer-link-container {
    margin-bottom: 80px;
    font-size: 48px;
    letter-spacing: -4px;
    gap: 20px;
  }
  .footer .footer-footer .footer-logo {
    width: 80px;
  }
}
/* Hero Sites apps */
.hero-sites {
  padding-top: 16px;
}
.hero-sites .hero-wrapper {
  height: 750px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 164px;
}
.hero-sites .hero-wrapper .hero-star {
  position: absolute;
  width: 50%;
  aspect-ratio: 1/1;
  filter: blur(10px);
  transform: translateX(50%) scale(0);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform-origin: center;
  animation: hero-star-animation 0.7s ease forwards 0.2s;
}
.hero-sites .hero-wrapper .hero-star:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: url(../img/site-hero-star.svg);
  transition: 1s ease all;
  transform-origin: center;
  animation: letter-rotating-star forwards 25s 1s linear infinite;
}
@keyframes letter-rotating-star {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes hero-star-animation {
  0% {
    transform: translateX(50%) scale(0);
    filter: blur(10px);
    opacity: 0;
  }
  80% {
    transform: translateX(50%) scale(1);
    filter: blur(5px);
  }
  100% {
    transform: translateX(50%) scale(0.95);
    filter: blur(0);
    opacity: 1;
  }
}
.hero-sites .hero-wrapper h2 {
  font-size: 200px;
  line-height: 0.8;
  letter-spacing: -15px;
  pointer-events: none;
  justify-content: center;
}
.hero-sites .hero-wrapper h2.second {
  margin-bottom: 100px;
}
.hero-sites .hero-wrapper h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  pointer-events: none;
}
.hero-sites .hero-wrapper h5 b {
  font-weight: 600;
}
.hero-sites .hero-wrapper h5 .mobile {
  display: none;
}
.hero-sites .header-clients-images {
  display: none;
}

@media (max-width: 1919px) {
  .hero-sites {
    padding-top: 16px;
  }
  .hero-sites .hero-wrapper {
    margin-top: -10px;
    height: 607px;
    margin-bottom: 30px;
    padding-top: 181px;
  }
  .hero-sites .hero-wrapper h2 {
    font-size: 140px;
    line-height: 0.8;
    letter-spacing: -11px;
  }
  .hero-sites .hero-wrapper h2.second {
    margin-bottom: 80px;
  }
  .hero-sites .hero-wrapper h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.5px;
    pointer-events: none;
  }
  .hero-sites .clients-container .client-container {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1159px) {
  .hero-sites {
    overflow: hidden;
    padding-top: 0;
  }
  .hero-sites .hero-wrapper {
    height: 607px;
    margin-bottom: 27px;
    padding-top: 212px;
    width: 607px;
  }
  .hero-sites .hero-wrapper h2 {
    font-size: 98px;
    line-height: 0.8;
    letter-spacing: -6px;
    pointer-events: none;
  }
  .hero-sites .hero-wrapper h2.second {
    margin-bottom: 48px;
  }
  .hero-sites .hero-wrapper h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1px;
    pointer-events: none;
  }
  .hero-sites .hero-wrapper h5 .mobile {
    display: block;
  }
  .hero-sites .hero-wrapper h5 .desktop {
    display: none;
  }
  .hero-sites .hero-wrapper .hero-star {
    width: 100%;
    animation: hero-star-animation-tablet 0.7s ease forwards 0.2s;
  }
  @keyframes hero-star-animation-tablet {
    0% {
      transform: translateX(0) scale(0);
      filter: blur(10px);
      opacity: 0;
    }
    80% {
      transform: translateX(0) scale(1.1);
      filter: blur(5px);
    }
    100% {
      transform: translateX(0) scale(1);
      filter: blur(0);
      opacity: 1;
    }
  }
  .hero-sites .header-clients-images {
    display: flex;
    gap: 8px;
    white-space: nowrap;
    animation: scrollLeft 20s linear infinite;
    margin-bottom: 80px;
  }
  .hero-sites .header-clients-images .image-container {
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    width: 157px;
    height: 157px;
  }
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
@media (max-width: 767px) {
  .hero-sites {
    padding-top: 21px;
  }
  .hero-sites .hero-wrapper {
    height: 439px;
    margin-bottom: 6px;
    padding-top: 163px;
    width: 100%;
    overflow: visible;
  }
  .hero-sites .hero-wrapper h2 {
    line-height: 0.8;
    font-size: 56px;
    letter-spacing: -3.5px;
  }
  .hero-sites .hero-wrapper h2.second {
    margin-bottom: 40px;
  }
  .hero-sites .hero-wrapper h5 {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .hero-sites .hero-wrapper .hero-star {
    width: 439px;
    left: 50%;
    transform: translateX(-50%);
    animation: hero-star-animation-mobile 0.7s ease forwards 0.2s;
  }
  @keyframes hero-star-animation-mobile {
    0% {
      transform: translateX(-50%) scale(0);
      filter: blur(10px);
      opacity: 0;
    }
    80% {
      transform: translateX(-50%) scale(1.1);
      filter: blur(5px);
    }
    100% {
      transform: translateX(-50%) scale(1);
      filter: blur(0);
      opacity: 1;
    }
  }
  .hero-sites .header-clients-images .image-container {
    width: 101px;
    height: 101px;
  }
}
@media (pointer: fine) {
  .hero-floating-image {
    width: 158px;
    height: 158px;
    position: absolute;
    pointer-events: none;
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
/* Sites apps link section */
.section.sites-apps-links-section {
  padding-block: 0;
}
.section.sites-apps-links-section h3 {
  margin-bottom: 32px;
}
.section.sites-apps-links-section h2 {
  margin-bottom: 72px;
  width: 100%;
  font-weight: 400;
}
.section.sites-apps-links-section .links-container {
  display: flex;
  flex-wrap: wrap;
}
.section.sites-apps-links-section .links-container .square {
  width: 20%;
  transition: 0.3s ease all;
  height: 232px;
}
.section.sites-apps-links-section .links-container .square:not(.image) {
  padding: 24px;
  color: var(--colorWhite);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section.sites-apps-links-section .links-container .square:not(.image) .square-header {
  display: flex;
  justify-content: space-between;
}
.section.sites-apps-links-section .links-container .square:not(.image) .square-header h5 {
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: -2.5px;
}
.section.sites-apps-links-section .links-container .square:not(.image) .square-header .arrow-button {
  margin-top: -12px;
  margin-right: -12px;
  border-radius: 50%;
  padding: 32px;
  aspect-ratio: 1/1;
}
.section.sites-apps-links-section .links-container .square:not(.image) .square-header .arrow-button svg {
  width: 10px;
  height: 10px;
}
.section.sites-apps-links-section .links-container .square:not(.image) h2 {
  margin-bottom: 0;
}
.section.sites-apps-links-section .links-container .square.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.sites-apps-links-section .links-container .square.Lochmara {
  background-color: var(--colorLochmara);
}
.section.sites-apps-links-section .links-container .square.Lochmara .arrow-button {
  background-color: var(--colorSideEndeavor);
}
@media (pointer: fine) {
  .section.sites-apps-links-section .links-container .square.Lochmara:hover {
    background-color: var(--colorSideEndeavor);
  }
}
.section.sites-apps-links-section .links-container .square.Salmon {
  background-color: var(--colorSalmon);
}
.section.sites-apps-links-section .links-container .square.Salmon .arrow-button {
  background-color: var(--colorSideMandy);
}
@media (pointer: fine) {
  .section.sites-apps-links-section .links-container .square.Salmon:hover {
    background-color: var(--colorSideMandy);
  }
}
.section.sites-apps-links-section .links-container .square.Red {
  background-color: var(--colorOrangeRoughy);
}
.section.sites-apps-links-section .links-container .square.Red .arrow-button {
  background-color: var(--colorSideCrail);
}
@media (pointer: fine) {
  .section.sites-apps-links-section .links-container .square.Red:hover {
    background-color: var(--colorSideCrail);
  }
}
.section.sites-apps-links-section .links-container .square.WebOrange {
  background-color: var(--colorWebOrange);
}
.section.sites-apps-links-section .links-container .square.WebOrange .arrow-button {
  background-color: var(--colorSideTangerine);
}
@media (pointer: fine) {
  .section.sites-apps-links-section .links-container .square.WebOrange:hover {
    background-color: var(--colorSideTangerine);
  }
}
.section.sites-apps-links-section .links-container .square.Salem {
  background-color: var(--colorSalem);
}
.section.sites-apps-links-section .links-container .square.Salem .arrow-button {
  background-color: var(--ColorSideFunGreen);
}
@media (pointer: fine) {
  .section.sites-apps-links-section .links-container .square.Salem:hover {
    background-color: var(--ColorSideFunGreen);
  }
}

@media (max-width: 1159px) {
  .section.sites-apps-links-section h3 {
    margin-bottom: 24px;
  }
  .section.sites-apps-links-section h2 {
    margin-bottom: 56px;
  }
  .section.sites-apps-links-section .links-container .square {
    width: 33.3%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) {
    padding: 16px;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) .square-header h5 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) .square-header .arrow-button {
    margin-top: -8px;
    margin-right: -8px;
  }
  .section.sites-apps-links-section .links-container .square.image:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .section.sites-apps-links-section h3 {
    margin-bottom: 16px;
  }
  .section.sites-apps-links-section h2 {
    margin-bottom: 40px;
  }
  .section.sites-apps-links-section .links-container {
    flex-direction: column;
    gap: 2px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .section.sites-apps-links-section .links-container .square {
    width: 100%;
    height: 100px;
  }
  .section.sites-apps-links-section .links-container .square.image {
    display: none;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) {
    padding: 16px 30px;
    position: relative;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) h2 {
    width: calc(100% - 92px);
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) .square-header .arrow-button {
    position: absolute;
    right: 30px;
  }
  .section.sites-apps-links-section .links-container .square:not(.image) .square-header h5 {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
}
/* We in numbers block */
.section.we-in-numbers .mobile-background {
  display: none;
}
.section.we-in-numbers h2 {
  margin-bottom: 80px;
  font-weight: 400;
}
.section.we-in-numbers .we-in-numbers-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.section.we-in-numbers .we-in-numbers-container .number-block {
  border-radius: 20px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.we-in-numbers .we-in-numbers-container .number-block h3 {
  font-size: 98px;
  line-height: 1.1;
  letter-spacing: -5px;
}
.section.we-in-numbers .we-in-numbers-container .number-block p {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1px;
  font-weight: 400;
}
.section.we-in-numbers .we-in-numbers-container .number-block.clients, .section.we-in-numbers .we-in-numbers-container .number-block.experience {
  grid-column: span 6;
  height: 326px;
}
.section.we-in-numbers .we-in-numbers-container .number-block.clients h3, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 {
  font-size: 98px;
  line-height: 1.1;
  letter-spacing: -5px;
}
.section.we-in-numbers .we-in-numbers-container .number-block.clients h3 .number-counter, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 .number-counter {
  font-size: 200px;
  line-height: 0.8;
  letter-spacing: -15px;
}
.section.we-in-numbers .we-in-numbers-container .number-block.clients p, .section.we-in-numbers .we-in-numbers-container .number-block.experience p {
  font-size: 28px;
  letter-spacing: -1.5px;
  font-weight: 600;
  line-height: 1;
}
.section.we-in-numbers .we-in-numbers-container .number-block.years {
  grid-column: span 4;
}
.section.we-in-numbers .we-in-numbers-container .number-block.projects {
  grid-column: span 8;
  display: flex;
  flex-direction: row;
  padding: 12px;
}
.section.we-in-numbers .we-in-numbers-container .number-block.projects .padding-row {
  padding: 20px;
  padding-right: 0;
}
.section.we-in-numbers .we-in-numbers-container .number-block.projects .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1919px) {
  .section.we-in-numbers h2 {
    margin-bottom: 66px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block {
    padding: 24px 32px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block h3 {
    font-size: 72px;
    letter-spacing: -4px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block p {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.5px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.years {
    grid-column: span 3;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects {
    padding: 8px;
    grid-column: span 9;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects .padding-row {
    padding: 16px;
    padding-right: 0;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects .row img {
    height: 227px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients, .section.we-in-numbers .we-in-numbers-container .number-block.experience {
    height: 276px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients h3, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 {
    font-size: 64px;
    line-height: 0.9;
    letter-spacing: -5px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients h3 .number-counter, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 .number-counter {
    font-size: 140px;
    line-height: 0.8;
    letter-spacing: -11px;
  }
}
@media (max-width: 1159px) {
  .section.we-in-numbers h2 {
    margin-bottom: 56px;
  }
  .section.we-in-numbers .we-in-numbers-container {
    gap: 8px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block {
    border-radius: 16px;
    padding: 20px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block h3 {
    font-size: 82px;
    line-height: 0.9;
    letter-spacing: -6px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block p br {
    display: none;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients, .section.we-in-numbers .we-in-numbers-container .number-block.experience {
    height: 211px;
    grid-column: span 4;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients h3, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 {
    font-size: 82px;
    line-height: 0.9;
    letter-spacing: -6px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients h3 .number-counter, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 .number-counter {
    font-size: 82px;
    line-height: 0.9;
    letter-spacing: -6px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients p, .section.we-in-numbers .we-in-numbers-container .number-block.experience p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.years {
    grid-column: span 4;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects {
    grid-column: span 12;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects .row img {
    height: 208px;
  }
}
@media (max-width: 767px) {
  .section.we-in-numbers .mobile-background {
    display: block;
  }
  .section.we-in-numbers h2 {
    margin-bottom: 40px;
  }
  .section.we-in-numbers .we-in-numbers-container {
    margin-bottom: 24px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block {
    padding: 16px 20px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block h3 {
    font-size: 48px;
    letter-spacing: -4px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    opacity: 0.5;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients, .section.we-in-numbers .we-in-numbers-container .number-block.experience {
    grid-column: span 6;
    height: 179px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients h3, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 {
    font-size: 48px;
    letter-spacing: -4px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients h3 .number-counter, .section.we-in-numbers .we-in-numbers-container .number-block.experience h3 .number-counter {
    font-size: 48px;
    letter-spacing: -4px;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.clients p, .section.we-in-numbers .we-in-numbers-container .number-block.experience p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    opacity: 0.5;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.years {
    grid-column: span 6;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects {
    grid-column: span 6;
  }
  .section.we-in-numbers .we-in-numbers-container .number-block.projects .row:nth-of-type(2) {
    display: none;
  }
}
/* Steps block */
.section.development-steps {
  padding-block: 0;
  overflow: visible;
}
.section.development-steps h3 {
  margin-bottom: 36px;
  width: 100%;
}
.section.development-steps h2 {
  margin-bottom: 80px;
  font-weight: 400;
}
.section.development-steps .steps-columns {
  display: flex;
  gap: 169px;
}
.section.development-steps .steps-columns .flex-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section.development-steps .steps-columns .flex-column .step {
  width: 100%;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: flex;
  gap: 36px;
}
.section.development-steps .steps-columns .flex-column .step .number {
  font-weight: 600;
  width: 97px;
  flex-shrink: 0;
  font-size: 16px;
}
.section.development-steps .steps-columns .flex-column .step .content h2 {
  margin-bottom: 12px;
  font-size: 28px;
  letter-spacing: -1.5px;
  font-weight: 600;
}
.section.development-steps .steps-columns .flex-column .step .content p {
  color: rgba(26, 26, 26, 0.5);
  width: auto;
  line-height: 130%;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-weight: 400;
}
.section.development-steps .steps-columns .flex-column .step:last-of-type {
  border-bottom: none;
}
.section.development-steps .steps-columns .column {
  position: relative;
}
.section.development-steps .steps-columns .column .sticky {
  position: sticky;
  top: 24px;
}

@media (max-width: 1919px) {
  .section.development-steps h3 {
    margin-bottom: 32px;
  }
  .section.development-steps h2 {
    margin-bottom: 79px;
  }
  .section.development-steps .steps-columns {
    gap: 141px;
  }
  .section.development-steps .steps-columns .flex-column {
    width: 100%;
  }
  .section.development-steps .steps-columns .flex-column .step {
    padding-bottom: 40px;
    margin-bottom: 40px;
    gap: 40px;
  }
  .section.development-steps .steps-columns .flex-column .step .number {
    width: 60px;
    font-size: 14px;
  }
  .section.development-steps .steps-columns .flex-column .step .content h2 {
    margin-bottom: 20px;
  }
  .section.development-steps .steps-columns .flex-column .step .content p {
    font-size: 14px;
  }
}
@media (max-width: 1159px) {
  .section.development-steps h3 {
    margin-bottom: 24px;
  }
  .section.development-steps h2 {
    margin-bottom: 56px;
    width: 60%;
  }
  .section.development-steps .steps-columns {
    gap: 34px;
  }
  .section.development-steps .steps-columns .flex-column .step {
    padding-bottom: 24px;
    margin-bottom: 24px;
    gap: 20px;
    flex-direction: column;
  }
  .section.development-steps .steps-columns .flex-column .step .number {
    font-size: 12px;
  }
  .section.development-steps .steps-columns .flex-column .step .content h2 {
    margin-bottom: 12px;
    font-size: 24px;
    width: 100%;
  }
  .section.development-steps .steps-columns .flex-column .step .content p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .section.development-steps h3 {
    margin-bottom: 16px;
  }
  .section.development-steps h2 {
    margin-bottom: 8px;
    width: 100%;
  }
  .section.development-steps .steps-columns {
    gap: 6px;
    flex-direction: column;
  }
  .section.development-steps .steps-columns .flex-column {
    width: 100%;
  }
  .section.development-steps .steps-columns .flex-column .step {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section.development-steps .steps-columns .flex-column .step .content h2 {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .section.development-steps .steps-columns .column .sticky {
    position: static;
  }
}
/* Categories blocks */
.feeds-branding .works-container .case-wrapper-container.special .work {
  padding-bottom: 0;
}
.feeds-branding .works-container .case-wrapper-container.special .work .container {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 40px;
}
.feeds-branding .works-container .case-wrapper-container.special .work .container .image-container {
  margin-bottom: 40px;
  border-radius: 8px;
  border-color: transparent;
}
.feeds-branding .works-container .case-wrapper-container.special .work .work-title {
  padding-inline: 0;
}
.feeds-branding .works-container .case-wrapper-container.special .work .bottom-link {
  display: block;
  margin-top: 24px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}
.feeds-branding .works-container .case-wrapper-container.special .work .work-title h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 90%;
  letter-spacing: -2.5px;
  margin-bottom: 16px;
}
.feeds-branding .works-container .case-wrapper-container.special .work:hover .container {
  background-color: currentColor;
}
.feeds-branding .works-container .case-wrapper-container.special .work:hover .container .work-title,
.feeds-branding .works-container .case-wrapper-container.special .work:hover .container .bottom-link {
  color: var(--colorWhite);
}

@media (max-width: 1159px) {
  .feeds-branding .works-container .case-wrapper-container.special .container {
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 32px;
  }
  .feeds-branding .works-container .case-wrapper-container.special .container .image-container {
    margin-bottom: 32px;
  }
  .feeds-branding .works-container .case-wrapper-container.special .bottom-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .feeds-branding .works-container .case-wrapper-container.special .work-title h2 {
    margin-bottom: 8px;
  }
  .feeds-branding .works-container .case-wrapper-container.special .work-title h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .feeds-branding .works-container .case-wrapper-container.special .container .image-container {
    margin-bottom: 24px;
  }
  .feeds-branding .works-container .case-wrapper-container.special .bottom-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .feeds-branding .works-container .case-wrapper-container.special .work-title h2 {
    margin-bottom: 8px;
  }
}
.section.categories {
  display: flex;
  flex-direction: column;
  gap: 152px;
  overflow: hidden;
}
.section.categories.feeds-branding {
  gap: 0;
}
.section.categories .category .button-container {
  display: none;
}
.section.categories .category .category-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.section.categories .category .category-header .small-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
}
.section.categories .category .category-header .small-description b {
  font-weight: 600;
}
.section.categories .category .category-header h2 {
  width: 60%;
  margin-top: 32px;
}
.section.categories .category .category-header.animated-block {
  transform: translateY(0);
  opacity: 1;
}
.section.categories .category .category-header .header-title {
  flex-grow: 1;
  max-width: 70%;
}
.section.categories .category .category-header h3 {
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -7px;
  width: 100%;
}
.section.categories .category .category-header .side-info {
  display: flex;
  gap: 68px;
}
.section.categories .category .category-header .side-info .number {
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: -2.5px;
  font-weight: 600;
  padding-right: 14px;
}
.section.categories .category .category-header .side-info img {
  transform: translateY(-20px);
  margin-bottom: -20px;
}
.section.categories .category .category-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--colorCodGray);
  transform: translateX(-100%);
  opacity: 1;
  transition: 2s ease all;
}
.section.categories .category .category-header.visible:after {
  opacity: 1;
  transform: translateX(0);
}
.section.categories .category .works-container {
  display: flex;
  gap: 48px;
  flex-wrap: nowrap;
  margin-bottom: 104px;
}
.section.categories .category .works-container.three-items .work {
  max-width: 33.3%;
}
.section.categories .category .works-container .column {
  max-width: 360px;
}
.section.categories .category .works-container .work {
  max-width: 360px;
}
.section.categories .category .works-container .work:not(.hided) .future-case {
  display: none;
}
.section.categories .category .works-container .work .image-container {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease all;
  aspect-ratio: 488/325;
}
.section.categories .category .works-container .work .image-container img,
.section.categories .category .works-container .work .image-container video {
  width: 100%;
  transition: 0.3s ease all;
}
.section.categories .category .works-container .work .image-container .future-case {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
}
.section.categories .category .works-container .work .work-title {
  text-align: center;
  padding-inline: 20px;
  transition: 0.3s ease all;
}
.section.categories .category .works-container .work .work-title h2 {
  font-size: 28px;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
}
.section.categories .category .works-container .work .work-title p {
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 16px;
}
.section.categories .category .works-container .work.hided.but-link .hided-span {
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important;
}
.section.categories .category .works-container .work.hided .hided-span {
  display: flex;
  gap: 12px;
  background-color: var(--colorWhite);
  padding: 14px 24px;
  border-radius: 100px;
  margin-top: 32px;
  justify-content: center;
  transition: 0.5s ease all;
}
@media (pointer: fine) {
  .section.categories .category .works-container .work.hided .hided-span {
    opacity: 0;
  }
}
.section.categories .category .works-container .work.hided .hided-span p {
  opacity: 0.4;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}
@media (pointer: fine) {
  .section.categories .category .works-container .work.hided:hover .hided-span {
    opacity: 100;
  }
}
.section.categories .category .works-container.three-columns .work .image-container {
  margin-bottom: 40px;
}
.section.categories .category .works-container.three-columns .work .work-title {
  padding-inline: 24px;
}
.section.categories .category .works-container.three-columns .work .work-title h2 {
  margin-bottom: 16px;
}
.section.categories .category .works-container.four-columns .work .container {
  margin-bottom: 40px;
  transition: 0.3s ease all;
}
.section.categories .category .works-container.four-columns .work .image-container {
  margin-bottom: 32px;
  min-height: 190px;
}
.section.categories .category .works-container.four-columns .work .work-title {
  padding-inline: 24px;
}
.section.categories .category .works-container.four-columns .work .work-title h2 {
  margin-bottom: 12px;
}
.section.categories .category .works-container.four-columns .work .bottom-link {
  display: none;
  transition: 0.3s ease all;
}
.section.categories .category .works-container.four-columns .column .work.add-border .image-container {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even), .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) {
  padding-bottom: 0;
}
.section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 40px;
}
.section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container .image-container, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container .image-container {
  margin-bottom: 40px;
  border-radius: 8px;
  border-color: transparent;
}
.section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .work-title, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .work-title {
  padding-inline: 0;
}
.section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .bottom-link {
  display: block;
  margin-top: 24px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}
.section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .work-title h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 90%;
  letter-spacing: -2.5px;
  margin-bottom: 16px;
}
.section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd), .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) {
  padding-bottom: 0;
}
.section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 40px;
}
.section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container .image-container, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container .image-container {
  margin-bottom: 40px;
  border-radius: 8px;
  border-color: transparent;
}
.section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .work-title, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .work-title {
  padding-inline: 0;
}
.section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .bottom-link {
  display: block;
  margin-top: 24px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}
.section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .work-title h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 90%;
  letter-spacing: -2.5px;
  margin-bottom: 16px;
}

.section.categories .category.mobile-apps .works-container .work .work-title p {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.visit-site-popup {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
  padding: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0.4s ease, left 0.3s ease-out, top 0.3s ease-out;
  left: 0;
  top: 1000;
  max-height: 0px;
  margin-top: -8px;
}
.visit-site-popup span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.visit-site-popup.active {
  opacity: 1;
  max-height: 100px;
  padding: 10px 20px;
}

@media (max-width: 1919px) {
  .section.categories .category .works-container {
    flex-wrap: wrap;
  }
  .section.categories .category .works-container.three-items .work {
    max-width: calc(33.3% - 27px);
  }
  .section.categories {
    gap: 120px;
  }
  .section.categories .category .category-header {
    align-items: center;
  }
  .section.categories .category .category-header .small-description {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .section.categories .category .category-header h3 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -6px;
  }
  .section.categories .category .category-header h3 br {
    display: none;
  }
  .section.categories .category .category-header .side-info {
    gap: 51px;
    align-items: center;
  }
  .section.categories .category .category-header .side-info img {
    transform: translateY(-60px);
    margin-bottom: -60px;
  }
  .section.categories .category .category-header h2 {
    width: 70%;
    margin-top: 24px;
  }
  .section.categories .category .works-container {
    gap: 40px;
    margin-bottom: 72px;
  }
  .section.categories .category .works-container .column {
    max-width: calc(33.3% - 27px);
  }
  .section.categories .category .works-container .work {
    max-width: calc(33.3% - 27px);
  }
  .section.categories .category .works-container .work .image-container .future-case {
    top: 20px;
  }
  .section.categories .category .works-container .work .work-title {
    padding-inline: 24px;
  }
  .section.categories .category .works-container .work .work-title p {
    font-size: 14px;
  }
  .section.categories .category .works-container .work.hided .hided-span {
    gap: 20px;
    padding: 16px 28px;
  }
  .section.categories .category .works-container.three-columns .works-container {
    flex-wrap: wrap;
  }
  .section.categories .category .works-container.three-columns .work {
    width: calc(50% - 10px);
  }
  .section.categories .category .works-container.three-columns .work .image-container {
    margin-bottom: 40px;
  }
  .section.categories .category .works-container.three-columns .work .work-title {
    padding-inline: 24px;
  }
  .section.categories .category .works-container.three-columns .work .work-title h2 {
    margin-bottom: 16px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .bottom-link {
    font-size: 14px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(even) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(even) .bottom-link {
    font-size: 14px;
  }
  .section.categories .category .works-container.four-columns .column:last-of-type {
    display: none;
  }
}
@media (max-width: 1159px) {
  .section.feeds-branding .category .works-container.four-columns .work .container {
    margin-bottom: 0 !important;
  }
  .section.feeds-branding .category .works-container.four-columns .work .image-container {
    min-height: 0;
  }
  .section.categories .category .category-header {
    padding-bottom: 32px;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .section.categories .category .category-header .small-description {
    font-size: 16px;
  }
  .section.categories .category .category-header h3 {
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -2.5px;
  }
  .section.categories .category .category-header h3 br {
    display: block;
  }
  .section.categories .category .category-header .side-info {
    gap: 0;
    align-items: flex-start;
  }
  .section.categories .category .category-header .side-info .number {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
  .section.categories .category .category-header .side-info img {
    display: none;
  }
  .section.categories .category .category-header h2 {
    width: 70%;
    margin-top: 24px;
  }
  .section.categories .category .works-container {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .section.categories .category .works-container.three-items .work {
    max-width: none;
  }
  .section.categories .category .works-container .column {
    max-width: calc(50% - 10px);
  }
  .section.categories .category .works-container .work {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .section.categories .category .works-container .work .image-container {
    margin-bottom: 24px;
  }
  .section.categories .category .works-container .work .image-container .future-case {
    top: 12px;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 2px;
  }
  .section.categories .category .works-container .work .work-title {
    padding-inline: 8px;
  }
  .section.categories .category .works-container .work .work-title h2 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .section.categories .category .works-container .work .work-title p {
    font-size: 12px;
  }
  .section.categories .category .works-container .work.hided .hided-span {
    gap: 8px;
    padding: 8px 16px;
    margin-top: 16px;
  }
  .section.categories .category .works-container .work.hided .hided-span p {
    font-size: 8px;
    line-height: 1.3;
  }
  .section.categories .category .works-container.three-columns .work .image-container {
    margin-bottom: 32px;
  }
  .section.categories .category .works-container.three-columns .work .work-title {
    padding-inline: 0;
  }
  .section.categories .category .works-container.three-columns .work .work-title h2 {
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .work .container {
    margin-bottom: 40px;
  }
  .section.categories .category .works-container.four-columns .work .image-container {
    margin-bottom: 32px;
  }
  .section.categories .category .works-container.four-columns .work .work-title {
    padding-inline: 24px;
  }
  .section.categories .category .works-container.four-columns .work .work-title h2 {
    margin-bottom: 12px;
  }
  .section.categories .category .works-container.four-columns .work .bottom-link {
    display: none;
  }
  .section.categories .category .works-container.four-columns .column {
    width: calc(50% - 10px);
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container {
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 32px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container .image-container, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container .image-container {
    margin-bottom: 32px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .bottom-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .work-title h2 {
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .work-title h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .container, .section.categories .category .works-container.four-columns .column:nth-child(4) .container {
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 32px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .container .image-container, .section.categories .category .works-container.four-columns .column:nth-child(4) .container .image-container {
    margin-bottom: 32px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(4) .bottom-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(4) .work-title h2 {
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(4) .work-title h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column:nth-of-type(3) {
    display: none;
  }
  .section.categories .mobile-apps .work .work-title p {
    font-size: 12px;
  }
  .page-template-sites-apps .section.categories .category .works-container.four-columns .column:nth-child(2) .container,
  .page-template-sites-apps .section.categories .category .works-container.four-columns .column:nth-child(4) .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-template-sites-apps .section.categories .category .works-container.four-columns .work .container {
    margin-bottom: 48px;
  }
  .section.categories {
    gap: 104px;
  }
  .section.categories .category .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
    margin-top: -16px;
  }
  .section.categories .category .button-container .button {
    padding: 16px 24px;
    width: 210px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
  }
  .section.categories .category .category-header {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .section.categories .category .category-header .small-description {
    font-size: 14px;
    line-height: 1.2;
  }
  .section.categories .category .category-header h3 {
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: -2.5px;
  }
  .section.categories .category .category-header .side-info .number {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
  .section.categories .category .category-header h2 {
    width: 100%;
    margin-top: 16px;
  }
  .section.categories .category .works-container {
    gap: 32px;
    flex-direction: column;
    margin-bottom: 56px;
  }
  .section.categories .category .works-container .column {
    max-width: 100%;
  }
  .section.categories .category .works-container .column .work:last-of-type .container {
    margin-bottom: 0;
  }
  .section.categories .category .works-container .work {
    max-width: 100%;
    width: 100%;
  }
  .section.categories .category .works-container .work .image-container {
    margin-bottom: 24px;
  }
  .section.categories .category .works-container .work .work-title {
    padding-inline: 0;
  }
  .section.categories .category .works-container .work .work-title h2 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .section.categories .category .works-container .work .work-title p {
    font-size: 14px;
  }
  .section.categories .category .works-container.three-columns .work {
    width: 100%;
  }
  .section.categories .category .works-container.three-columns .work .image-container {
    margin-bottom: 32px;
  }
  .section.categories .category .works-container.three-columns .work .work-title {
    padding-inline: 0;
  }
  .section.categories .category .works-container.three-columns .work .work-title h2 {
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column:nth-of-type(3),
  .section.categories .category .works-container.four-columns .column:last-of-type {
    display: block;
    opacity: 0;
    max-height: 0;
    transition: 1s ease all;
    pointer-events: none;
  }
  .section.categories .category .works-container.four-columns .column:nth-of-type(3).mobile-visible,
  .section.categories .category .works-container.four-columns .column:last-of-type.mobile-visible {
    opacity: 100;
    max-height: 5000px;
    pointer-events: all;
  }
  .section.categories .category .works-container.four-columns .work .container {
    margin-bottom: 0;
  }
  .section.categories .category .works-container.four-columns .work .image-container {
    margin-bottom: 24px;
  }
  .section.categories .category .works-container.four-columns .work .work-title {
    padding-inline: 0;
  }
  .section.categories .category .works-container.four-columns .work .work-title h2 {
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column {
    width: 100%;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container .image-container, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container .image-container {
    margin-bottom: 24px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .bottom-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .work-title h2 {
    margin-bottom: 8px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container .image-container, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container .image-container {
    margin-bottom: 24px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .bottom-link, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .bottom-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .section.categories .category .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .work-title h2, .section.categories .category .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .work-title h2 {
    margin-bottom: 8px;
  }
}
@media (pointer: fine) {
  .section.categories .work:not(.hided):hover .image-container {
    border-radius: 20px;
  }
  .section.categories .work:not(.hided):hover .image-container img {
    transform: scale(1.05);
  }
  .section.categories .work.hided {
    cursor: auto;
  }
  .section.categories .works-container.four-columns .column:nth-child(1) .work:nth-child(even):not(.hided):hover .container, .section.categories .works-container.four-columns .column:nth-child(3) .work:nth-child(even):not(.hided):hover .container {
    background-color: currentColor;
  }
  .section.categories .works-container.four-columns .column:nth-child(1) .work:nth-child(even):not(.hided):hover .container .work-title,
  .section.categories .works-container.four-columns .column:nth-child(1) .work:nth-child(even):not(.hided):hover .container .bottom-link, .section.categories .works-container.four-columns .column:nth-child(3) .work:nth-child(even):not(.hided):hover .container .work-title,
  .section.categories .works-container.four-columns .column:nth-child(3) .work:nth-child(even):not(.hided):hover .container .bottom-link {
    color: var(--colorWhite);
  }
  .section.categories .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container, .section.categories .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container {
    background-color: currentColor;
  }
  .section.categories .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container .work-title,
  .section.categories .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container .bottom-link, .section.categories .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container .work-title,
  .section.categories .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container .bottom-link {
    color: var(--colorWhite);
  }
}
.section.categories .b2b-category .big-button .arrow,
.section.big-button-section .b2b-category .big-button .arrow {
  background-color: rgba(21, 21, 21, 0.1);
}
.section.categories .b2b-category .big-button .arrow path,
.section.big-button-section .b2b-category .big-button .arrow path {
  stroke: var(--colorCodGray);
}
.section.categories .big-button-container,
.section.big-button-section .big-button-container {
  border-radius: 20px;
  padding: 16px;
  display: flex;
  color: var(--colorWhite);
  gap: 36px;
}
.section.categories .big-button-container .row,
.section.big-button-section .big-button-container .row {
  width: calc(50% - 18px);
  font-weight: 400;
}
.section.categories .big-button-container .row:nth-of-type(1),
.section.big-button-section .big-button-container .row:nth-of-type(1) {
  padding: 16px 0px 16px 24px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
}
.section.categories .big-button-container .row.row-flex,
.section.big-button-section .big-button-container .row.row-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.categories .big-button-container .row p,
.section.big-button-section .big-button-container .row p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
}
.section.categories .big-button-container .row h1,
.section.categories .big-button-container .row h2,
.section.categories .big-button-container .row h3,
.section.categories .big-button-container .row h4,
.section.categories .big-button-container .row h5,
.section.categories .big-button-container .row h6,
.section.big-button-section .big-button-container .row h1,
.section.big-button-section .big-button-container .row h2,
.section.big-button-section .big-button-container .row h3,
.section.big-button-section .big-button-container .row h4,
.section.big-button-section .big-button-container .row h5,
.section.big-button-section .big-button-container .row h6 {
  font-weight: 600;
}
.section.categories .big-button-container .download-presentation,
.section.big-button-section .big-button-container .download-presentation {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section.categories .big-button-container .download-presentation span,
.section.big-button-section .big-button-container .download-presentation span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: var(--colorWhite);
}
.section.categories .big-button-container h3,
.section.categories .big-button-container h2,
.section.categories .big-button-container h1,
.section.categories .big-button-container h4,
.section.categories .big-button-container h5,
.section.categories .big-button-container h6,
.section.big-button-section .big-button-container h3,
.section.big-button-section .big-button-container h2,
.section.big-button-section .big-button-container h1,
.section.big-button-section .big-button-container h4,
.section.big-button-section .big-button-container h5,
.section.big-button-section .big-button-container h6 {
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -5px;
  margin-bottom: 48px;
}
.section.categories .big-button-container ol,
.section.big-button-section .big-button-container ol {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  padding-right: 140px;
  list-style-type: none;
  counter-reset: list-counter;
}
.section.categories .big-button-container ol li,
.section.big-button-section .big-button-container ol li {
  position: relative;
  font-weight: 600;
}
.section.categories .big-button-container ol li::before,
.section.big-button-section .big-button-container ol li::before {
  content: "/" counter(list-counter, decimal-leading-zero);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: -24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.section.categories .big-button-container ol li:nth-of-type(3),
.section.big-button-section .big-button-container ol li:nth-of-type(3) {
  grid-column: span 2;
}
.section.categories .big-button-container ol em,
.section.big-button-section .big-button-container ol em {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-style: normal;
}
.section.categories .big-button-container.corporate,
.section.big-button-section .big-button-container.corporate {
  background-color: var(--colorLochmara);
}
.section.categories .big-button-container.corporate .arrow,
.section.big-button-section .big-button-container.corporate .arrow {
  background-color: var(--colorSideEndeavor);
}
.section.categories .big-button-container.ecommerce,
.section.big-button-section .big-button-container.ecommerce {
  background-color: var(--colorWebOrange);
}
.section.categories .big-button-container.ecommerce .arrow,
.section.big-button-section .big-button-container.ecommerce .arrow {
  background-color: var(--colorSideTangerine);
}
.section.categories .big-button-container.apps,
.section.big-button-section .big-button-container.apps {
  background-color: var(--colorSalmon);
}
.section.categories .big-button-container.apps .arrow,
.section.big-button-section .big-button-container.apps .arrow {
  background-color: var(--colorSideMandy);
}
.section.categories .big-button-container.kabinet,
.section.big-button-section .big-button-container.kabinet {
  background-color: var(--colorSalem);
}
.section.categories .big-button-container.kabinet .arrow,
.section.big-button-section .big-button-container.kabinet .arrow {
  background-color: var(--ColorSideFunGreen);
}
.section.categories .big-button-container.red,
.section.big-button-section .big-button-container.red {
  background-color: var(--colorOrangeRoughy);
}
.section.categories .big-button-container.red .arrow,
.section.big-button-section .big-button-container.red .arrow {
  background-color: var(--colorSideCrail);
}

.section.big-button-section.branding {
  padding-block: 0;
}
.section.big-button-section .big-button {
  min-height: 352px;
}

@media (max-width: 1919px) {
  .section.categories .big-button-container,
  .section.big-button-section .big-button-container {
    border-radius: 8px;
    padding: 8px;
    gap: 22px;
  }
  .section.categories .big-button-container .download-presentation,
  .section.big-button-section .big-button-container .download-presentation {
    gap: 10px;
  }
  .section.categories .big-button-container .download-presentation span,
  .section.big-button-section .big-button-container .download-presentation span {
    font-size: 14px;
  }
  .section.categories .big-button-container .row,
  .section.big-button-section .big-button-container .row {
    width: calc(50% - 11px);
  }
  .section.categories .big-button-container .row:nth-of-type(1),
  .section.big-button-section .big-button-container .row:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .section.categories .big-button-container .row p,
  .section.big-button-section .big-button-container .row p {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .section.categories .big-button-container h3,
  .section.categories .big-button-container h1,
  .section.categories .big-button-container h2,
  .section.categories .big-button-container h4,
  .section.categories .big-button-container h5,
  .section.categories .big-button-container h6,
  .section.big-button-section .big-button-container h3,
  .section.big-button-section .big-button-container h1,
  .section.big-button-section .big-button-container h2,
  .section.big-button-section .big-button-container h4,
  .section.big-button-section .big-button-container h5,
  .section.big-button-section .big-button-container h6 {
    font-size: 64px;
    margin-bottom: 40px;
  }
  .section.categories .big-button-container ol,
  .section.big-button-section .big-button-container ol {
    padding-right: 0;
  }
  .section.categories .big-button-container ol em,
  .section.big-button-section .big-button-container ol em {
    font-size: 14px;
    margin-top: 16px;
  }
  .section.big-button-section .big-button {
    min-height: 280px;
  }
}
@media (max-width: 1159px) {
  .section.categories .big-button-container,
  .section.big-button-section .big-button-container {
    border-radius: 24px;
    padding: 48px 40px 40px 40px;
    flex-direction: column;
    gap: 40px;
  }
  .section.categories .big-button-container .download-presentation span,
  .section.big-button-section .big-button-container .download-presentation span {
    font-size: 12px;
  }
  .section.categories .big-button-container .row,
  .section.big-button-section .big-button-container .row {
    width: 100%;
  }
  .section.categories .big-button-container .row:nth-of-type(1),
  .section.big-button-section .big-button-container .row:nth-of-type(1) {
    padding: 0px;
    font-size: 16px;
    line-height: 1.2;
  }
  .section.categories .big-button-container .row p,
  .section.big-button-section .big-button-container .row p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.categories .big-button-container h3,
  .section.categories .big-button-container h1,
  .section.categories .big-button-container h2,
  .section.categories .big-button-container h4,
  .section.categories .big-button-container h5,
  .section.categories .big-button-container h6,
  .section.big-button-section .big-button-container h3,
  .section.big-button-section .big-button-container h1,
  .section.big-button-section .big-button-container h2,
  .section.big-button-section .big-button-container h4,
  .section.big-button-section .big-button-container h5,
  .section.big-button-section .big-button-container h6 {
    font-size: 48px;
    letter-spacing: -2.5px;
    margin-bottom: 24px;
  }
  .section.categories .big-button-container ol,
  .section.big-button-section .big-button-container ol {
    gap: 24px 32px;
    margin-top: 32px;
  }
  .section.categories .big-button-container ol li::before,
  .section.big-button-section .big-button-container ol li::before {
    font-size: 8px;
    top: -18px;
  }
  .section.categories .big-button-container ol em,
  .section.big-button-section .big-button-container ol em {
    font-size: 12px;
    margin-top: 8px;
  }
  .section.big-button-section .big-button {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .section.categories .big-button-container,
  .section.big-button-section .big-button-container {
    width: calc(100% + 60px);
    margin-left: -30px;
    border-radius: 0;
    padding: 56px 30px 30px 30px;
    gap: 32px;
  }
  .section.categories .big-button-container .row:nth-of-type(1),
  .section.big-button-section .big-button-container .row:nth-of-type(1) {
    font-size: 14px;
  }
  .section.categories .big-button-container .row p,
  .section.big-button-section .big-button-container .row p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.categories .big-button-container .download-presentation,
  .section.big-button-section .big-button-container .download-presentation {
    gap: 8px;
  }
  .section.categories .big-button-container h3,
  .section.categories .big-button-container h1,
  .section.categories .big-button-container h2,
  .section.categories .big-button-container h4,
  .section.categories .big-button-container h5,
  .section.categories .big-button-container h6,
  .section.big-button-section .big-button-container h3,
  .section.big-button-section .big-button-container h1,
  .section.big-button-section .big-button-container h2,
  .section.big-button-section .big-button-container h4,
  .section.big-button-section .big-button-container h5,
  .section.big-button-section .big-button-container h6 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1;
    letter-spacing: -2px;
  }
  .section.big-button-section {
    padding-bottom: 0;
  }
  .section.big-button-section .big-button {
    min-height: 100px;
  }
}
@media (pointer: fine) {
  .section.categories .b2b-category .big-button:hover,
  .section.big-button-section .b2b-category .big-button:hover {
    background-color: rgba(21, 21, 21, 0.1);
    border: 1px solid rgba(21, 21, 21, 0.1);
  }
  .section.categories .big-button-container.corporate .big-button:hover,
  .section.big-button-section .big-button-container.corporate .big-button:hover {
    background-color: var(--colorSideEndeavor);
    border: 1px solid var(--colorSideEndeavor);
  }
  .section.categories .big-button-container.ecommerce .big-button:hover,
  .section.big-button-section .big-button-container.ecommerce .big-button:hover {
    background-color: var(--colorSideTangerine);
    border: 1px solid var(--colorSideTangerine);
  }
  .section.categories .big-button-container.apps .big-button:hover,
  .section.big-button-section .big-button-container.apps .big-button:hover {
    background-color: var(--colorSideMandy);
    border: 1px solid var(--colorSideMandy);
  }
  .section.categories .big-button-container.kabinet .big-button:hover,
  .section.big-button-section .big-button-container.kabinet .big-button:hover {
    background-color: var(--ColorSideFunGreen);
    border: 1px solid var(--ColorSideFunGreen);
  }
  .section.categories .big-button-container.red .big-button:hover,
  .section.big-button-section .big-button-container.red .big-button:hover {
    background-color: var(--colorSideCrail);
    border: 1px solid var(--colorSideCrail);
  }
}
/* Awards block */
.section.awwards-section {
  padding-block: 0;
}
.section.awwards-section .awwards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 80px;
  margin-bottom: 152px;
}
.section.awwards-section .awwards-container .column {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.awwards-section .awwards-container .column h2 {
  font-weight: 400;
}
.section.awwards-section .awwards-container .column h2 b {
  font-weight: 600;
}
.section.awwards-section .awwards-container .column h3 {
  font-size: 72px;
  line-height: 90%;
  letter-spacing: -5px;
  margin-bottom: 36px;
}
.section.awwards-section .awwards-container .column .project-small-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section.awwards-section .awwards-container .column .project-small-link span {
  font-size: 16px;
  letter-spacing: -0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 400;
}
.section.awwards-section .awwards-container .column .awwards-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  border-top: 1px solid var(--colorCodGray);
}
.section.awwards-section .awwards-container .column .awwards-footer h2 {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 600;
}
.section.awwards-section .awwards-container .column .awwards-footer p {
  opacity: 0.5;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.section.awwards-section .awwards-container .column:nth-of-type(1),
.section.awwards-section .awwards-container .column:nth-of-type(3) {
  width: 40%;
}

@media (max-width: 1919px) {
  .section.awwards-section .awwards-container {
    row-gap: 50px;
    margin-bottom: 120px;
  }
  .section.awwards-section .awwards-container .column {
    padding-right: 100px;
  }
  .section.awwards-section .awwards-container .column h3 {
    font-size: 64px;
    margin-bottom: 25px;
  }
  .section.awwards-section .awwards-container .column h3 br {
    display: none;
  }
  .section.awwards-section .awwards-container .column .project-small-link span {
    font-size: 14px;
  }
  .section.awwards-section .awwards-container .column .awwards-footer {
    padding-top: 24px;
  }
}
@media (max-width: 1159px) {
  .section.awwards-section .awwards-container {
    flex-direction: column;
    row-gap: 0;
  }
  .section.awwards-section .awwards-container .column {
    width: 100%;
    padding-right: 0;
  }
  .section.awwards-section .awwards-container .column .project-small-link span {
    font-size: 12px;
  }
  .section.awwards-section .awwards-container .column h3 {
    font-size: 48px;
    line-height: 0.9;
    letter-spacing: -2.5px;
    margin-bottom: 20px;
  }
  .section.awwards-section .awwards-container .column h3 br {
    display: block;
  }
  .section.awwards-section .awwards-container .column.column:nth-of-type(3), .section.awwards-section .awwards-container .column.column:nth-of-type(1) {
    width: 100%;
  }
  .section.awwards-section .awwards-container .column .awwards-footer {
    border-top: none;
    border-bottom: 1px solid var(--colorCodGray);
    padding-bottom: 24px;
    padding-top: 0;
  }
  .section.awwards-section .awwards-container .column .awwards-footer p {
    font-size: 12px;
  }
  .section.awwards-section .awwards-container .column .awwards-footer p br {
    display: none;
  }
  .section.awwards-section .awwards-container .column .awwards-footer h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
  .section.awwards-section .awwards-container .column:nth-of-type(1) {
    order: 1;
    margin-bottom: 56px;
  }
  .section.awwards-section .awwards-container .column:nth-of-type(2) {
    order: 4;
  }
  .section.awwards-section .awwards-container .column:nth-of-type(3) {
    order: 2;
    margin-bottom: 40px;
  }
  .section.awwards-section .awwards-container .column:nth-of-type(3) svg {
    display: none;
  }
  .section.awwards-section .awwards-container .column:nth-of-type(4) {
    order: 3;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section.awwards-section .awwards-container {
    margin-bottom: 105px;
  }
  .section.awwards-section .awwards-container .column h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .section.awwards-section .awwards-container .column:nth-of-type(3) {
    margin-bottom: 32px;
  }
  .section.awwards-section .awwards-container .column .awwards-footer h2 {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .section.awwards-section .awwards-container .column .awwards-footer p {
    font-size: 12px;
  }
  .section.awwards-section .awwards-container .column .project-small-link span {
    font-size: 12px;
  }
}
.section.awwards-section .reviews-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 152px;
}
.section.awwards-section .reviews-container h3 {
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -5px;
  margin-bottom: 36px;
  width: 100%;
}
.section.awwards-section .reviews-container h2 {
  font-weight: 400;
}
.section.awwards-section .reviews-container h2 b {
  font-weight: 600;
}
.section.awwards-section .reviews-container .column {
  width: 55%;
}
.section.awwards-section .reviews-container .column:nth-of-type(1) {
  width: 40%;
}
.section.awwards-section .reviews-container .reviews-scroller-container {
  padding-top: 8px;
  overflow: hidden;
}
.section.awwards-section .reviews-container .reviews-scroller-container .articles {
  display: flex;
  transition: 0.5s ease all;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  justify-content: left;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section.awwards-section .reviews-container .reviews-scroller-container .articles::-webkit-scrollbar {
  display: none;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review {
  width: 100%;
  padding-bottom: 40px;
  flex-shrink: 0;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review .review-header {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--colorCodGray);
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: center;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h2 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  font-weight: 600;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
  opacity: 0.5;
  margin-bottom: 0;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review .review-header .photos-container {
  display: flex;
  gap: 8px;
  height: 80px;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review .review-header .photos-container img {
  height: 100%;
}
.section.awwards-section .reviews-container .reviews-scroller-container .review p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}
.section.awwards-section .reviews-container .review-controls {
  display: flex;
  gap: 4px;
}
.section.awwards-section .reviews-container .review-controls .review-control {
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1919px) {
  .section.awwards-section .reviews-container {
    margin-bottom: 120px;
  }
  .section.awwards-section .reviews-container .column {
    padding-right: 100px;
  }
  .section.awwards-section .reviews-container h3 {
    font-size: 64px;
    margin-bottom: 32px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container {
    padding-top: 0;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review {
    padding-bottom: 32px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h2 {
    margin-bottom: 12px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h3 {
    font-size: 14px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header .photos-container {
    gap: 4px;
    height: 64px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review p {
    font-size: 14px;
  }
  .section.awwards-section .reviews-container .review-controls .review-control {
    width: 48px;
  }
}
@media (max-width: 1159px) {
  .section.awwards-section {
    overflow: hidden;
  }
  .section.awwards-section .reviews-container {
    flex-direction: column;
  }
  .section.awwards-section .reviews-container h2 {
    max-width: 442px;
  }
  .section.awwards-section .reviews-container h3 {
    font-size: 48px;
    letter-spacing: -2.5px;
    margin-bottom: 24px;
    max-width: 442px;
  }
  .section.awwards-section .reviews-container .column {
    width: 100%;
    padding-right: 0;
  }
  .section.awwards-section .reviews-container .column:nth-of-type(1) {
    width: 100%;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container {
    overflow: visible;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .articles {
    gap: 20px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review {
    padding: 32px 24px;
    background-color: var(--colorWhite);
    margin-bottom: 40px;
    margin-top: 56px;
    border-radius: 16px;
    width: 70dvw;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    margin-bottom: 20px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h2 {
    font-size: 24px;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h3 {
    font-size: 12px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header .photos-container {
    height: 48px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review p {
    font-size: 12px;
  }
  .section.awwards-section .reviews-container .review-controls {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .section.awwards-section .reviews-container {
    margin-bottom: 106px;
  }
  .section.awwards-section .reviews-container h2 {
    max-width: 100%;
  }
  .section.awwards-section .reviews-container h3 {
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: -2.5px;
    margin-bottom: 16px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .articles {
    gap: 30px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review {
    padding: 24px 20px;
    margin-bottom: 32px;
    margin-top: 40px;
    width: 100%;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    margin-bottom: 20px;
  }
  .section.awwards-section .reviews-container .reviews-scroller-container .review .review-header h2 {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
}
/* Blog links blog */
.blog-links-section-wrapper {
  overflow: hidden;
  width: 100%;
}

.section.blog-links {
  padding-block: 0;
}
.section.blog-links .pagination-wrapper {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
}
.section.blog-links h2 {
  font-weight: 400;
}
.section.blog-links h2 strong {
  font-weight: 600;
}
.section.blog-links .links-container .scroller {
  display: flex;
  gap: 48px;
  transition: 0.5s ease all;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: hidden;
}
.section.blog-links .links-container .scroller::-webkit-scrollbar {
  display: none;
}
.section.blog-links .links-container .link {
  width: 360px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 64px;
}
.section.blog-links .links-container .link article {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.section.blog-links .links-container .link .img-container {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.section.blog-links .links-container .link .img-container img {
  width: 100%;
}
.section.blog-links .links-container .link h2 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
}
.section.blog-links .links-container .link .blog-link-footer {
  opacity: 0.3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.section.blog-links .links-container .link.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border: 1px solid var(--colorSalem);
  color: var(--colorSalem);
  border-radius: 20px;
  padding: 48px;
  transition: 0.3s ease all;
  background-color: transparent;
}
.section.blog-links .links-container .link.card h3 {
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: -2.5px;
  margin-bottom: 24px;
}
.section.blog-links .links-container .link.card h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.section.blog-links .links-container .link.card .footer-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 28px;
  background-color: transparent;
  border-radius: 100px;
  white-space: nowrap;
  transition: 0.3s ease all;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
@media (pointer: fine) {
  .section.blog-links .links-container .link.card:hover {
    background-color: var(--colorSalem);
    color: var(--colorWhite);
  }
  .section.blog-links .links-container .link.card:hover .footer-button {
    background-color: var(--colorWhite);
    color: var(--colorSalem);
  }
}
.section.blog-links .pagination-blog-container {
  height: 1px;
  width: 100%;
  background-color: rgba(21, 21, 21, 0.1);
  position: relative;
  overflow: hidden;
}
.section.blog-links .pagination-blog-container .pagination {
  width: 70%;
  background: var(--colorCodGray);
  height: 100%;
  transition: 0.5s ease all;
}
.section.blog-links .pagination-buttons {
  display: flex;
  gap: 4px;
}
.section.blog-links .pagination-buttons .review-control {
  width: 52px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.blog-links .pagination-buttons .review-control svg {
  width: 16px;
  min-width: 16px;
}
.section.blog-links .link-container {
  display: flex;
  justify-content: center;
}
.section.blog-links .link-container .link {
  height: 64px;
  border-radius: 100px;
  align-items: center;
  display: flex;
  width: 497px;
  justify-content: center;
}

@media (max-width: 1919px) {
  .section.blog-links .pagination-wrapper {
    gap: 40px;
    margin-bottom: 72px;
  }
  .section.blog-links .links-container .scroller {
    gap: 40px;
  }
  .section.blog-links .links-container .link {
    margin-bottom: 56px;
  }
  .section.blog-links .links-container .link h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .section.blog-links .links-container .link .blog-link-footer {
    font-size: 14px;
  }
  .section.blog-links .links-container .link.card {
    border-radius: 16px;
    padding: 32px 48px;
  }
  .section.blog-links .links-container .link.card h6 {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .section.blog-links .links-container .link.card .footer-button {
    position: static;
    transform: translateX(0);
    padding: 12px 20px;
    font-size: 14px;
  }
  .section.blog-links .pagination-buttons .review-control {
    width: 40px;
  }
  .section.blog-links .pagination-buttons .review-control svg {
    width: 12px;
    min-width: 12px;
  }
  .section.blog-links .link-container .link {
    height: 56px;
    width: 361px;
  }
}
@media (max-width: 1159px) {
  .section.blog-links .pagination-wrapper {
    gap: 32px;
    margin-bottom: 56px;
  }
  .section.blog-links .links-container .scroller {
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    justify-content: left;
  }
  .section.blog-links .links-container .link {
    width: 300px;
    margin-bottom: 40px;
  }
  .section.blog-links .links-container .link h2 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.blog-links .links-container .link .blog-link-footer {
    font-size: 12px;
  }
  .section.blog-links .links-container .link.card {
    width: 256px;
    border-radius: 20px;
    padding: 32px 24px 24px 24px;
  }
  .section.blog-links .links-container .link.card h3 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
  }
  .section.blog-links .links-container .link.card h6 {
    font-size: 12px;
  }
  .section.blog-links .links-container .link.card .footer-button {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
  }
  .section.blog-links .pagination-blog-container .pagination {
    width: 40%;
  }
  .section.blog-links .pagination-buttons {
    gap: 8px;
  }
  .section.blog-links .pagination-buttons .review-control {
    width: 48px;
  }
  .section.blog-links .link-container .link {
    height: 48px;
    width: 256px;
  }
}
@media (max-width: 767px) {
  .section.blog-links .pagination-wrapper {
    gap: 20px;
  }
  .section.blog-links .links-container .scroller {
    gap: 20px;
  }
  .section.blog-links .links-container .link {
    width: 265px;
    margin-bottom: 32px;
  }
  .section.blog-links .links-container .link.card {
    width: 265px;
    border-radius: 28px;
    padding: 24px 20px 20px 20px;
  }
  .section.blog-links .links-container .link.card .footer-button {
    bottom: 20px;
  }
  .section.blog-links .link-container {
    margin-top: 56px;
  }
}
/*--- For talents page ---*/
/* Cucumber page */
.section.cucumber {
  padding-block: 120px;
  overflow: hidden;
}
.section.cucumber h2 {
  font-size: 98px;
  line-height: 1;
  letter-spacing: -7px;
}

@media (max-width: 1919px) {
  .section.cucumber {
    padding-block: 106px;
  }
  .section.cucumber h2 {
    line-height: 0.96;
  }
}
@media (max-width: 1159px) {
  .section.cucumber {
    padding-block: 64px;
  }
  .section.cucumber h2 {
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -3px;
  }
}
@media (max-width: 767px) {
  .section.cucumber {
    padding-block: 48px;
  }
  .section.cucumber h2 {
    font-size: 44px;
    letter-spacing: -2px;
    line-height: 64px;
  }
}
/* Vacancies */
.section.vacancies .header-title {
  margin-bottom: 80px;
}
.section.vacancies .vacancy {
  padding-block: 33px;
  border-top: 1px solid var(--colorBlack);
  cursor: pointer;
}
.section.vacancies .vacancy.active .vacancy-content {
  max-height: 5000px;
}
.section.vacancies .vacancy.active .vacancy-header svg {
  transform: rotate(180deg);
}
.section.vacancies .vacancy:last-of-type {
  border-bottom: 1px solid var(--colorBlack);
}
.section.vacancies .vacancy-header {
  display: flex;
  justify-content: space-between;
}
.section.vacancies .vacancy-header.animated-block.visible {
  transform: translateY(0) translateX(0);
}
.section.vacancies .vacancy-header.animated-block {
  transform: translateY(0) translateX(100px);
}
.section.vacancies .vacancy-header span {
  font-size: 64px;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -3px;
}
.section.vacancies .vacancy-header svg {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}
.section.vacancies .vacancy-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease all;
  width: 60%;
}
.section.vacancies .vacancy-content .content {
  margin-top: 31px;
}
.section.vacancies .vacancy-content p,
.section.vacancies .vacancy-content li {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
}
.section.vacancies .vacancy-content p,
.section.vacancies .vacancy-content ul,
.section.vacancies .vacancy-content ol {
  margin-bottom: 1em;
}
.section.vacancies .vacancy-content *:last-child {
  margin-bottom: 47px;
}
.section.vacancies .vacancy-content li {
  list-style: inside;
  padding-left: 0.5em;
  margin-bottom: 0;
}
.section.vacancies .vacancy-content h1,
.section.vacancies .vacancy-content h2,
.section.vacancies .vacancy-content h3,
.section.vacancies .vacancy-content h4,
.section.vacancies .vacancy-content h5,
.section.vacancies .vacancy-content h6 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1em;
}
.section.vacancies .vacancy-content img {
  width: 164px !important;
}
.section.vacancies .vacancy-content .wp-block-image {
  width: auto !important;
  flex-grow: 0 !important;
}

@media (max-width: 1919px) {
  .section.vacancies .header-title {
    margin-bottom: 46px;
  }
  .section.vacancies .vacancy {
    padding-block: 17px 26px;
  }
  .section.vacancies .vacancy-header span {
    font-size: 50px;
    line-height: 1.08;
  }
  .section.vacancies .vacancy-content {
    width: 80%;
  }
  .section.vacancies .vacancy-content p,
  .section.vacancies .vacancy-content li {
    font-size: 20px;
    line-height: 1.35;
  }
  .section.vacancies .vacancy-content * {
    margin-bottom: 1em;
  }
  .section.vacancies .vacancy-content h1,
  .section.vacancies .vacancy-content h2,
  .section.vacancies .vacancy-content h3,
  .section.vacancies .vacancy-content h4,
  .section.vacancies .vacancy-content h5,
  .section.vacancies .vacancy-content h6 {
    font-size: 24px;
  }
}
@media (max-width: 1159px) {
  .section.vacancies .header-title {
    display: flex;
    gap: 1em;
    margin-bottom: 60px;
  }
  .section.vacancies .vacancy {
    padding-block: 24px;
  }
  .section.vacancies .vacancy-header span {
    font-size: 50px;
    line-height: 54px;
  }
  .section.vacancies .vacancy-content {
    width: 100%;
  }
  .section.vacancies .vacancy-content .content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section.vacancies .header-title {
    margin-bottom: 50px;
  }
  .section.vacancies .vacancy-header span {
    font-size: 26px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .section.vacancies .vacancy-content p,
  .section.vacancies .vacancy-content li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  .section.vacancies .vacancy-content h1,
  .section.vacancies .vacancy-content h2,
  .section.vacancies .vacancy-content h3,
  .section.vacancies .vacancy-content h4,
  .section.vacancies .vacancy-content h5,
  .section.vacancies .vacancy-content h6 {
    font-size: 20px;
  }
}
/* Cucumber welcome block */
.section.cucumber-welcome {
  padding-block: 0;
}
.section.cucumber-welcome h2 {
  margin-bottom: 75px;
}
.section.cucumber-welcome .mission-container {
  display: flex;
  margin-bottom: 111px;
}
.section.cucumber-welcome .mission-container .column {
  display: flex;
  width: 50%;
}
.section.cucumber-welcome .mission-container .column .img-container {
  min-width: 340px;
  width: 20%;
}
.section.cucumber-welcome .mission-container .column .img-container.animated-block.visible {
  transform: translateY(0) translateX(0);
}
.section.cucumber-welcome .mission-container .column .img-container.animated-block {
  transform: translateY(0) translateX(-100px);
}
.section.cucumber-welcome .mission-container .column .img-container.goose {
  min-width: 226px;
}
.section.cucumber-welcome .mission-container .column .content {
  margin-top: 45px;
}
.section.cucumber-welcome .mission-container .column .content h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 37px;
}
.section.cucumber-welcome .mission-container .column .content h3 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 40px;
}
.section.cucumber-welcome .mission-container .column .content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
}
.section.cucumber-welcome .header-title {
  margin-bottom: 104px;
}
.section.cucumber-welcome .header-title h2 {
  margin-bottom: 0;
}
.section.cucumber-welcome .pluses-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 104px;
}
.section.cucumber-welcome .pluses-container .plus {
  border-left: 1px solid var(--colorBlack);
  padding-inline: 59px;
  width: 33.3%;
}
.section.cucumber-welcome .pluses-container .plus .number {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
.section.cucumber-welcome .pluses-container .plus h2 {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.section.cucumber-welcome .pluses-container .plus img {
  max-height: 235px;
  margin-bottom: 24px;
}
.section.cucumber-welcome .pluses-container .plus p {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -1px;
}

@media (max-width: 1919px) {
  .section.cucumber-welcome h2 {
    margin-bottom: 92px;
  }
  .section.cucumber-welcome .mission-container {
    margin-bottom: 94px;
  }
  .section.cucumber-welcome .mission-container .column .img-container {
    min-width: 290px;
  }
  .section.cucumber-welcome .mission-container .column .img-container.goose {
    min-width: 193px;
  }
  .section.cucumber-welcome .mission-container .column .content {
    margin-top: 35px;
  }
  .section.cucumber-welcome .mission-container .column .content h2 {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 1.35;
  }
  .section.cucumber-welcome .mission-container .column .content h3 {
    margin-bottom: 34px;
    line-height: 1.08;
    width: 74%;
  }
  .section.cucumber-welcome .mission-container .column .content p {
    font-size: 20px;
    line-height: 1.35;
  }
  .section.cucumber-welcome .header-title {
    margin-bottom: 75px;
  }
  .section.cucumber-welcome .pluses-container {
    row-gap: 108px;
  }
  .section.cucumber-welcome .pluses-container .plus {
    padding-inline: 40px;
  }
  .section.cucumber-welcome .pluses-container .plus .number {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 19px;
  }
  .section.cucumber-welcome .pluses-container .plus h2 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
  .section.cucumber-welcome .pluses-container .plus img {
    max-height: 280px;
    margin-bottom: 30px;
  }
  .section.cucumber-welcome .pluses-container .plus p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 1159px) {
  .section.cucumber-welcome h2 {
    margin-bottom: 88px;
  }
  .section.cucumber-welcome .mission-container {
    flex-direction: column;
    row-gap: 40px;
  }
  .section.cucumber-welcome .mission-container .column {
    width: 100%;
    gap: 24px;
  }
  .section.cucumber-welcome .mission-container .column .img-container {
    width: 88px;
    min-width: 88px;
  }
  .section.cucumber-welcome .mission-container .column .img-container.goose {
    width: 88px;
    min-width: 88px;
  }
  .section.cucumber-welcome .mission-container .column .content h2 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
    margin-bottom: 28px;
  }
  .section.cucumber-welcome .mission-container .column .content h3 {
    font-size: 37px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 24px;
    width: 100%;
  }
  .section.cucumber-welcome .mission-container .column .content p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 27px;
  }
  .section.cucumber-welcome .header-title {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .section.cucumber-welcome .pluses-container {
    flex-direction: column;
    row-gap: 48px;
  }
  .section.cucumber-welcome .pluses-container .plus {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid var(--colorBlack);
    padding-bottom: 48px;
    padding-inline: 0;
  }
  .section.cucumber-welcome .pluses-container .plus .number {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .section.cucumber-welcome .pluses-container .plus h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  .section.cucumber-welcome .pluses-container .plus img {
    max-height: 216px;
    margin-bottom: 32px;
  }
  .section.cucumber-welcome .pluses-container .plus p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .section.cucumber-welcome h2 {
    margin-bottom: 48px;
  }
  .section.cucumber-welcome .mission-container .column {
    flex-direction: column;
  }
  .section.cucumber-welcome .mission-container .column .img-container {
    width: 140px;
    min-width: 140px;
  }
  .section.cucumber-welcome .mission-container .column .img-container.goose {
    width: 140px;
    min-width: 140px;
  }
  .section.cucumber-welcome .mission-container .column .content {
    margin-top: 0;
  }
  .section.cucumber-welcome .mission-container .column .content h2 {
    margin-bottom: 28px;
  }
  .section.cucumber-welcome .mission-container .column .content h3 {
    margin-bottom: 24px;
  }
  .section.cucumber-welcome .mission-container .column .content p {
    font-weight: 400;
  }
}
/* Howe we work dark */
.dark-background-section {
  background-color: var(--colorFooter);
  color: var(--colorFooterPink);
  margin-top: 120px;
}

.section.cucumber.how-we-work h2 {
  margin-bottom: 56px;
}
.section.cucumber.how-we-work h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1.5px;
  margin-bottom: 56px;
  width: 50%;
}
.section.cucumber.how-we-work .how-we-work-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 48px;
}
.section.cucumber.how-we-work .how-we-work-container .column {
  border: 2px solid currentColor;
  padding: 48px;
  border-radius: 30px;
  width: 40%;
}
.section.cucumber.how-we-work .how-we-work-container .column img {
  margin-bottom: 14px;
  max-height: 181px;
}
.section.cucumber.how-we-work .how-we-work-container .column h3 {
  margin-bottom: 20px;
  width: 100%;
}
.section.cucumber.how-we-work .how-we-work-container .column p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -1px;
  margin-bottom: 1em;
}

@media (max-width: 1919px) {
  .dark-background-section {
    margin-top: 108px;
  }
  .section.cucumber.how-we-work h3 {
    width: 60%;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .section.cucumber.how-we-work .how-we-work-container {
    gap: 40px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column img {
    margin-bottom: 0;
    max-height: 175px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column h3 {
    margin-bottom: 16px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
}
@media (max-width: 1159px) {
  .dark-background-section {
    margin-top: 64px;
  }
  .section.cucumber.how-we-work h2 {
    line-height: 44px;
  }
  .section.cucumber.how-we-work h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
    width: 100%;
  }
  .section.cucumber.how-we-work .how-we-work-container {
    flex-direction: column;
    gap: 16px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column {
    border: 1px solid currentColor;
    padding: 40px;
    width: 100%;
  }
  .section.cucumber.how-we-work .how-we-work-container .column img {
    margin-bottom: 8px;
    max-height: 80px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: -1px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .dark-background-section {
    margin-top: 90px;
  }
  .section.cucumber.how-we-work h2 {
    margin-bottom: 48px;
  }
  .section.cucumber.how-we-work h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 48px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column {
    padding: 16px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
  }
  .section.cucumber.how-we-work .how-we-work-container .column p {
    font-weight: 300;
  }
}
/* Section rules */
.section.rules h2 {
  margin-bottom: 120px;
}
.section.rules h3 {
  margin-bottom: 72px;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: -3px;
}
.section.rules .rules-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section.rules .rules-container .rule {
  padding-top: 32px;
  border-top: 1px solid var(--colorBlack);
  display: flex;
  gap: 169px;
  align-items: center;
}
.section.rules .rules-container .rule .img-container {
  width: 496px;
  height: 275px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.section.rules .rules-container .rule .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section.rules .rules-container .rule .content {
  padding-right: 266px;
}
.section.rules .rules-container .rule .content h2 {
  font-size: 39px;
  line-height: 1.23;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.section.rules .rules-container .rule .content h2.animated-block.visible {
  transform: translateY(0) translateX(0);
}
.section.rules .rules-container .rule .content h2.animated-block {
  transform: translateY(0) translateX(100px);
}

.rules-dark {
  background-color: var(--colorFooter);
  color: var(--colorFooterPink);
}
.rules-dark .section.rules .rules-container .rule {
  border-top: 1px solid rgba(237, 236, 241, 0.2);
}

@media (max-width: 1919px) {
  .section.rules h2 {
    margin-bottom: 87px;
  }
  .section.rules h3 {
    font-size: 50px;
    line-height: 1.08;
    letter-spacing: -3px;
  }
  .section.rules .rules-container .rule {
    gap: 138px;
  }
  .section.rules .rules-container .rule .img-container {
    width: 360px;
    height: 275px;
  }
  .section.rules .rules-container .rule .content {
    padding-right: 110px;
  }
}
@media (max-width: 1159px) {
  .section.rules h2 {
    margin-bottom: 88px;
    line-height: 52px;
  }
  .section.rules h3 {
    line-height: 54px;
  }
  .section.rules .rules-container .rule {
    gap: 40px;
    align-items: flex-start;
  }
  .section.rules .rules-container .rule .img-container {
    width: 216px;
    height: 180px;
  }
  .section.rules .rules-container .rule .content {
    padding-right: 0;
  }
  .section.rules .rules-container .rule .content h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .section.rules h2 {
    margin-bottom: 48px;
  }
  .section.rules h3 {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 54зч;
    letter-spacing: normal;
  }
  .section.rules .rules-container .rule {
    gap: 32px;
    flex-direction: column;
  }
  .section.rules .rules-container .rule .img-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
/* Section Fireign */
.section.fire h2 {
  margin-bottom: 110px;
}
.section.fire .fire-columns {
  display: flex;
  justify-content: space-between;
}
.section.fire .fire-columns .column {
  width: 256px;
}
.section.fire .fire-columns .column .img-container {
  height: 290px;
  margin-bottom: 13px;
}
.section.fire .fire-columns .column .img-container img {
  height: 100%;
  width: auto;
}
.section.fire .fire-columns .column .number {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.section.fire .fire-columns .column h2 {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
.section.fire .fire-columns .column h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -1px;
}

@media (max-width: 1919px) {
  .section.fire h2 {
    margin-bottom: 16px;
  }
  .section.fire .fire-columns .column {
    width: 236px;
  }
  .section.fire .fire-columns .column .img-container {
    height: 250px;
    margin-bottom: 17px;
  }
  .section.fire .fire-columns .column .number {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 7px;
  }
  .section.fire .fire-columns .column h2 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .section.fire .fire-columns .column h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 1159px) {
  .section.fire h2 {
    margin-bottom: 32px;
    line-height: 52px;
  }
  .section.fire .fire-columns {
    flex-direction: column;
    gap: 40px;
  }
  .section.fire .fire-columns .column {
    width: 100%;
  }
  .section.fire .fire-columns .column .img-container {
    height: 80px;
    margin-bottom: 12px;
  }
  .section.fire .fire-columns .column .number {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    margin-bottom: 12px;
  }
  .section.fire .fire-columns .column h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
  .section.fire .fire-columns .column h3 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
  }
}
/* negative section */
.negative-dark {
  background-color: var(--colorFooter);
}

.section.negative {
  color: var(--colorFooterPink);
}
.section.negative h2 {
  margin-bottom: 80px;
}
.section.negative .negative-columns {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 80px;
  flex-wrap: wrap;
}
.section.negative .negative-columns .part {
  width: calc(33.3% - 32px);
  position: relative;
}
.section.negative .negative-columns .part .container {
  border: 2px solid currentColor;
  border-radius: 30px;
  padding: 48px;
  position: relative;
  z-index: 10;
  background-color: var(--colorFooter);
}
.section.negative .negative-columns .part:nth-last-child(-n+3)::before {
  content: url(../img/down-arrow.svg);
  position: absolute;
  top: -110px;
  left: 48px;
  z-index: 5;
}
.section.negative .negative-columns .part h2 {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -1.5px;
  margin-bottom: 0;
}
.section.negative .negative-columns .part p {
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -1px;
  margin-bottom: 1em;
}
.section.negative .negative-columns .part p:first-child {
  font-size: 36px;
  margin-bottom: 32px;
}

@media (max-width: 1919px) {
  .section.negative h2 {
    margin-bottom: 79px;
  }
  .section.negative .negative-columns {
    gap: 40px;
  }
  .section.negative .negative-columns .part {
    width: calc(33.3% - 27px);
  }
  .section.negative .negative-columns .part .container {
    padding: 40px;
  }
  .section.negative .negative-columns .part:nth-last-child(-n+3)::before {
    left: 32px;
  }
  .section.negative .negative-columns .part h2 {
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: -1px;
  }
  .section.negative .negative-columns .part p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
}
@media (max-width: 1159px) {
  .section.negative h2 {
    margin-bottom: 80px;
    line-height: 53px;
  }
  .section.negative .negative-columns {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 80px;
  }
  .section.negative .negative-columns .part {
    width: calc(33.3% - 10px);
  }
  .section.negative .negative-columns .part .container {
    border: 1px solid currentColor;
    border-radius: 16px;
    padding: 16px;
  }
  .section.negative .negative-columns .part:nth-last-child(-n+3)::before {
    content: url(../img/down-arrow.svg);
    position: absolute;
    top: -110px;
    left: 48px;
    z-index: 5;
  }
  .section.negative .negative-columns .part h2 {
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: -1px;
  }
  .section.negative .negative-columns .part p {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .section.negative h2 {
    margin-bottom: 48px;
  }
  .section.negative .negative-columns {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 19px;
  }
  .section.negative .negative-columns .part {
    width: 28%;
    position: relative;
  }
  .section.negative .negative-columns .part .container {
    border-radius: 24px;
    padding: 20px;
  }
  .section.negative .negative-columns .part:nth-last-child(-n+3)::before {
    display: none;
  }
  .section.negative .negative-columns .part h2 {
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: -1px;
  }
  .section.negative .negative-columns .part p {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -1px;
  }
  .section.negative .negative-columns .part:nth-of-type(-n+3) .container {
    padding: 12px;
  }
  .section.negative .negative-columns .part:nth-last-child(-n+3) {
    width: 100%;
  }
  .section.negative .negative-columns .part:nth-child(4) {
    margin-top: 70px;
  }
  .section.negative .negative-columns .part:nth-child(-n+3)::after {
    content: url(../img/down-arrow.svg);
    position: absolute;
    bottom: -80px;
    left: 27px;
    z-index: 5;
  }
  .section.negative .negative-columns .part:nth-child(2) {
    width: calc(44% - 16px);
  }
}
.section.week {
  color: var(--colorLinkedinBlue);
  padding-top: 80px;
  padding-bottom: 240px;
  margin-bottom: -1px;
}
.section.week h2 {
  margin-bottom: 68px;
}
.section.week h3 {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -1.5px;
  margin-bottom: 79px;
}
.section.week h3.animated-block.visible {
  transform: translateY(0) translateX(0);
}
.section.week h3.animated-block {
  transform: translateY(0) translateX(100px);
}
.section.week .week-3-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
  margin-bottom: 80px;
}
.section.week .week-3-columns .column {
  width: 40%;
}
.section.week .week-3-columns .action {
  width: 50%;
  margin-bottom: 32px;
}
.section.week .week-3-columns p {
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -1px;
}
.section.week .action {
  padding-block: 16px;
  border: 1px solid currentColor;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -1px;
  white-space: nowrap;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.week .action.pink {
  color: var(--colorFooterPink);
}
.section.week .action.green {
  color: var(--colorFooterGreen);
}
.section.week .week-5-columns {
  display: flex;
  gap: 40px;
}
.section.week .week-5-columns .column {
  width: 20%;
}
.section.week .week-5-columns .column h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 24px;
}
.section.week .week-5-columns .day-card {
  border-radius: 36px;
  border: 2px solid currentColor;
  height: 409px;
  display: flex;
  flex-direction: column;
}
.section.week .week-5-columns .day-card .card-header {
  padding: 32px;
  border-bottom: 2px solid currentColor;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section.week .week-5-columns .day-card .card-header .action {
  width: 100%;
}
.section.week .week-5-columns .day-card .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section.week .week-5-columns .day-card .content p {
  width: 110px;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -1px;
  text-align: center;
}

@media (max-width: 1919px) {
  .section.week h2 {
    margin-bottom: 67px;
  }
  .section.week h3 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 92px;
  }
  .section.week .week-3-columns {
    margin-bottom: 67px;
  }
  .section.week .week-3-columns .action {
    width: 60%;
  }
  .section.week .week-3-columns p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
  .section.week .action {
    padding-block: 8px;
    font-size: 16px;
    line-height: 1.68;
    border-radius: 15px;
  }
  .section.week .week-5-columns .column h2 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 21px;
  }
  .section.week .week-5-columns .day-card {
    border-radius: 27px;
    height: 308px;
  }
  .section.week .week-5-columns .day-card .card-header {
    padding: 28px;
    gap: 12px;
  }
  .section.week .week-5-columns .day-card .content p {
    width: 90px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
}
@media (max-width: 1159px) {
  .section.week {
    padding-bottom: 0;
  }
  .section.week h2 {
    margin-bottom: 64px;
  }
  .section.week h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 96px;
  }
  .section.week .week-3-columns {
    gap: 56px;
    flex-direction: column;
  }
  .section.week .week-3-columns .column {
    width: 100%;
  }
  .section.week .week-3-columns .action {
    width: 180px;
  }
  .section.week .week-3-columns p {
    font-size: 16px;
    line-height: 27.2px;
  }
  .section.week .week-3-columns p.green {
    color: var(--colorFooterGreen);
  }
  .section.week .week-3-columns p.pink {
    color: var(--colorFooterPink);
  }
  .section.week .action {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    border-radius: 16px;
  }
  .section.week .week-5-columns {
    gap: 16px;
    flex-wrap: wrap;
  }
  .section.week .week-5-columns .column {
    width: calc(50% - 8px);
  }
  .section.week .week-5-columns .column h2 {
    font-size: 18px;
    line-height: 30.6px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
  .section.week .week-5-columns .day-card {
    border-radius: 28px;
    height: 214px;
  }
  .section.week .week-5-columns .day-card .card-header {
    padding: 24px;
    gap: 12px;
  }
  .section.week .week-5-columns .day-card .content p {
    width: 120px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .section.week h2 {
    margin-bottom: 48px;
  }
  .section.week h3 {
    margin-bottom: 64px;
  }
  .section.week .week-5-columns .day-card {
    height: 214px;
  }
  .section.week .week-5-columns .day-card .card-header {
    padding: 24px 16px;
  }
}
/* Blog page */
.section.blog-menu {
  overflow-x: hidden;
  padding-top: 104px;
  padding-bottom: 0;
}
.section.blog-menu .blog-header {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.blog-menu .blog-header .img-container {
  display: none;
}
.section.blog-menu h2 {
  font-size: 98px;
  line-height: 0.9;
  letter-spacing: -8px;
}
.section.blog-menu .categories-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 48px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section.blog-menu .categories-container::-webkit-scrollbar {
  display: none;
}
.section.blog-menu .categories-container .category {
  border: 1px solid rgba(21, 21, 21, 0.1);
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.5px;
  height: 40px;
  padding-inline: 24px;
}
.section.blog-menu .categories-container .category.active {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
}
.section.blog-menu .blog-cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 48px;
  margin-bottom: 104px;
}
.section.blog-menu .blog-cards .card {
  width: calc(25% - 30px);
}
.section.blog-menu .blog-cards .card article {
  height: 100%;
  position: relative;
}
.section.blog-menu .blog-cards .card.hided {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.section.blog-menu .blog-cards .card .img-container {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  transition: 0.3s ease all;
}
.section.blog-menu .blog-cards .card .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
}
.section.blog-menu .blog-cards .card h2 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 62px;
}
.section.blog-menu .blog-cards .card .time-to-read {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
}

@media (pointer: fine) {
  .section.blog-menu .blog-cards .card:hover .img-container {
    border-radius: 8px;
  }
  .section.blog-menu .blog-cards .card:hover .img-container img {
    transform: scale(1.05);
  }
}
@media (max-width: 1919px) {
  .section.blog-menu {
    padding-top: 72px;
  }
  .section.blog-menu .blog-header {
    margin-bottom: 72px;
  }
  .section.blog-menu .blog-header .img-container {
    display: block;
    width: 154px;
  }
  .section.blog-menu h2 {
    font-size: 64px;
    letter-spacing: -5px;
  }
  .section.blog-menu .categories-container {
    margin-bottom: 40px;
  }
  .section.blog-menu .blog-cards {
    margin-bottom: 72px;
  }
  .section.blog-menu .blog-cards .card {
    width: calc(33.3% - 27px);
  }
  .section.blog-menu .blog-cards .card .img-container {
    margin-bottom: 24px;
  }
  .section.blog-menu .blog-cards .card h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
  }
  .section.blog-menu .blog-cards .card .time-to-read {
    font-size: 14px;
  }
}
@media (max-width: 1159px) {
  .section.blog-menu {
    padding-top: 82px;
  }
  .section.blog-menu .blog-header {
    margin-bottom: 48px;
  }
  .section.blog-menu .blog-header .img-container {
    display: none;
  }
  .section.blog-menu h2 {
    font-size: 48px;
    line-height: 0.9;
    letter-spacing: -2.5px;
  }
  .section.blog-menu .categories-container {
    gap: 4px;
    margin-bottom: 24px;
  }
  .section.blog-menu .categories-container .category {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-inline: 16px;
    height: 32px;
  }
  .section.blog-menu .blog-cards {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 32px;
    margin-bottom: 56px;
  }
  .section.blog-menu .blog-cards .card {
    width: calc(50% - 12px);
  }
  .section.blog-menu .blog-cards .card .img-container {
    margin-bottom: 24px;
  }
  .section.blog-menu .blog-cards .card .img-container img {
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 320px;
  }
  .section.blog-menu .blog-cards .card h2 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
  }
  .section.blog-menu .blog-cards .card .time-to-read {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .section.blog-menu {
    padding-top: 56px;
  }
  .section.blog-menu .blog-header {
    margin-bottom: 40px;
  }
  .section.blog-menu h2 {
    font-size: 32px;
    letter-spacing: -2.5px;
  }
  .section.blog-menu .categories-container {
    margin-bottom: 24px;
  }
  .section.blog-menu .blog-cards {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 32px;
    margin-bottom: 40px;
  }
  .section.blog-menu .blog-cards .card {
    width: 100%;
  }
  .section.blog-menu .blog-cards .card .img-container {
    margin-bottom: 16px;
  }
  .section.blog-menu .blog-cards .card h2 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
  }
}
.section.blog-menu .blog-pagination {
  display: flex;
  width: 50%;
  justify-content: space-between;
  align-items: center;
}
.section.blog-menu .blog-pagination .more-blogs {
  padding: 20px 36px;
  white-space: nowrap;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
}
.section.blog-menu .blog-pagination .more-blogs.disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
.section.blog-menu .blog-pagination .blog-pagination-container {
  transform: translateX(50%);
  display: flex;
  align-items: center;
  gap: 32px;
}
.section.blog-menu .blog-pagination .blog-pagination-container .next-prev {
  display: flex;
  width: 48px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: var(--colorWildSand);
}
.section.blog-menu .blog-pagination .blog-pagination-container .next-prev.disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers {
  gap: 12px;
  display: flex;
}
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers span,
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers a {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: 0.3s ease all;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers span.next, .section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers span.prev,
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers a.next,
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers a.prev {
  display: none;
  position: absolute;
}
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers span.current,
.section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers a.current {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
}
@media (pointer: fine) {
  .section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers span:hover,
  .section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers a:hover {
    border: 1px solid rgba(21, 21, 21, 0.1);
  }
}

@media (max-width: 1159px) {
  .section.blog-menu .blog-pagination {
    width: 100%;
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }
  .section.blog-menu .blog-pagination .more-blogs {
    border-radius: 100px;
    width: 50%;
    font-size: 12px;
  }
  .section.blog-menu .blog-pagination .blog-pagination-container {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .section.blog-menu .blog-pagination {
    gap: 40px;
  }
  .section.blog-menu .blog-pagination .more-blogs {
    padding: 16px 24px;
    width: 60%;
  }
  .section.blog-menu .blog-pagination .blog-pagination-container {
    gap: 12px;
  }
  .section.blog-menu .blog-pagination .blog-pagination-container .next-prev {
    width: 40px;
  }
  .section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers {
    gap: 4px;
  }
  .section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers span,
  .section.blog-menu .blog-pagination .blog-pagination-container > .page-numbers a {
    width: 40px;
  }
}
/* article */
.section.article-section {
  width: 1028px;
  padding-block: 0;
  padding-top: 80px;
}
.section.article-section article h1 {
  font-size: 64px;
  line-height: 0.9;
  letter-spacing: -3px;
  margin-bottom: 48px;
  width: 762px;
}
.section.article-section article h1 a {
  color: var(--colorLochmara);
}
.section.article-section article .wp-block-image {
  width: 100%;
  margin-bottom: 40px;
}
.section.article-section article h2 {
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: -2.5px;
  padding-bottom: 48px;
  padding-top: 40px;
}
.section.article-section article h2 a {
  color: var(--colorLochmara);
}
.section.article-section article h3,
.section.article-section article h4,
.section.article-section article h5,
.section.article-section article h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  padding-bottom: 16px;
  padding-top: 0;
}
.section.article-section article h3 .animated-block a.animated-word,
.section.article-section article h4 .animated-block a.animated-word,
.section.article-section article h5 .animated-block a.animated-word,
.section.article-section article h6 .animated-block a.animated-word {
  color: var(--colorLochmara);
}
.section.article-section article p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.5px;
  padding-bottom: 40px;
}
.section.article-section article p a {
  color: var(--colorLochmara);
  text-decoration: underline;
}
.section.article-section article .wp-block-quote {
  padding: 40px 133px;
  background-color: var(--colorWildSand);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 40px;
}
.section.article-section article .wp-block-quote p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 56px;
  text-align: center;
  padding-bottom: 0;
  padding-top: 40px;
}
.section.article-section article .wp-block-quote p:before {
  content: "";
  background-image: url(../../assets/img/cite.webp);
  background-size: cover;
  background-position: center;
  width: 60px;
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%) translateY(-20px);
  margin-left: 50%;
}
.section.article-section article .wp-block-quote cite {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.section.article-section article ul {
  padding-left: 1.5em;
  margin-bottom: 80px;
}
.section.article-section article ul li {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.section.article-section article ul li::marker {
  font-size: 1.5em;
}
.section.article-section article ol {
  list-style-type: none;
  counter-reset: list-counter;
  margin-bottom: 40px;
  margin-top: 40px;
}
.section.article-section article ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.5px;
  position: relative;
  margin-top: 48px;
  padding-bottom: 32px;
}
.section.article-section article ol li strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.section.article-section article ol li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: -48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.5px;
}
.section.article-section article .wp-block-gallery {
  margin-bottom: 80px;
}

@media (max-width: 1919px) {
  .section.article-section {
    width: 760px;
    padding-top: 72px;
  }
  .section.article-section article h1 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .section.article-section article h2 {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 560px;
  }
  .section.article-section article h3,
  .section.article-section article h4,
  .section.article-section article h5,
  .section.article-section article h6 {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
  }
  .section.article-section article p {
    padding-bottom: 32px;
  }
  .section.article-section article .wp-block-quote {
    padding: 32px 100px;
    margin-bottom: 40px;
    margin-top: 16px;
  }
  .section.article-section article .wp-block-quote p {
    margin-bottom: 48px;
  }
  .section.article-section article .wp-block-quote p:before {
    width: 44px;
  }
  .section.article-section article .wp-block-quote cite {
    font-size: 14px;
  }
  .section.article-section article ul {
    margin-bottom: 40px;
  }
  .section.article-section article ul li {
    margin-bottom: 16px;
  }
  .section.article-section article ol {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .section.article-section article ol li strong {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .section.article-section article ol li::before {
    top: -44px;
  }
}
@media (max-width: 1159px) {
  .section.article-section {
    width: 100%;
    padding-top: 56px;
  }
  .section.article-section article h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
    width: 511px;
  }
  .section.article-section article .wp-block-image {
    margin-bottom: 32px;
  }
  .section.article-section article h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
    padding-bottom: 24px;
  }
  .section.article-section article h3,
  .section.article-section article h4,
  .section.article-section article h5,
  .section.article-section article h6 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.article-section article p {
    font-size: 16px;
  }
  .section.article-section article .wp-block-quote {
    padding: 40px 88px;
  }
  .section.article-section article .wp-block-quote p {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1.5px;
    padding-top: 0;
    margin-bottom: 32px;
  }
  .section.article-section article .wp-block-quote cite {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .section.article-section article ul li {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
  .section.article-section article ol li {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.5px;
  }
  .section.article-section article ol li strong {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.article-section article ol li::before {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.5px;
  }
  .section.article-section article .wp-block-gallery {
    margin-bottom: 40px;
  }
  .section.article-section article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .section.article-section {
    padding-top: 40px;
  }
  .section.article-section article h1 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -2px;
    width: 100%;
    margin-bottom: 24px;
  }
  .section.article-section article .wp-block-image {
    margin-bottom: 8px;
  }
  .section.article-section article h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1.5px;
    width: 100%;
  }
  .section.article-section article h3,
  .section.article-section article h4,
  .section.article-section article h5,
  .section.article-section article h6 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.article-section article p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.2px;
    padding-bottom: 20px;
  }
  .section.article-section article .wp-block-quote {
    padding: 30px 40px;
    width: calc(100% + 60px);
    margin-left: -30px;
    border-radius: 0;
    padding-top: 60px;
  }
  .section.article-section article .wp-block-quote p {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .section.article-section article .wp-block-quote cite {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .section.article-section article ul li {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.2px;
  }
  .section.article-section article ol li {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.2px;
  }
  .section.article-section article ol li strong {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .section.article-section article ol li::before {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.2px;
  }
  .section.article-section article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}
/* Bread crumps */
.bread-crumps-container {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  height: 56px;
  position: relative;
  margin-bottom: -1px;
}
.bread-crumps-container:after {
  content: "";
  width: 121px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #FFF 16.35%, rgba(255, 255, 255, 0) 100%);
}
.bread-crumps-container.dark {
  background-color: var(--colorFooter);
  border-top: 1px solid rgba(244, 244, 244, 0.2);
}
.bread-crumps-container.dark .section.bread-crumbs .crumbs-links .container .link:after {
  background-image: url(../../assets/img/chevron-right-light.svg);
}
.bread-crumps-container.dark .link,
.bread-crumps-container.dark .link > a {
  color: var(--colorWhite);
}
.bread-crumps-container.dark:after {
  background: linear-gradient(270deg, #090909 16.35%, rgba(21, 21, 21, 0) 100%);
}
.bread-crumps-container.gray {
  background-color: var(--colorWildSand);
}
.bread-crumps-container.gray:after {
  background: linear-gradient(270deg, #F4F4F4 16.35%, rgba(244, 244, 244, 0) 100%);
}

.section.bread-crumbs {
  padding-top: 0;
  padding-bottom: 0;
  height: 56px;
  display: flex;
  align-items: center;
}
.section.bread-crumbs .crumbs-links {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section.bread-crumbs .crumbs-links .container {
  display: flex;
  gap: 48px;
  align-items: center;
}
.section.bread-crumbs .crumbs-links .container .main-page {
  pointer-events: none;
}
.section.bread-crumbs .crumbs-links .container .link,
.section.bread-crumbs .crumbs-links .container .link > a {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}
.section.bread-crumbs .crumbs-links .container .link.active a,
.section.bread-crumbs .crumbs-links .container .link > a.active a {
  opacity: 1;
}
.section.bread-crumbs .crumbs-links .container .link {
  display: flex;
  height: 40px;
  position: relative;
  opacity: 0.3;
  white-space: nowrap;
}
.section.bread-crumbs .crumbs-links .container .link a {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.section.bread-crumbs .crumbs-links .container .link:after {
  content: "";
  background-image: url(../../assets/img/chevron-right.svg);
  background-size: cover;
  background-position: center;
  height: 12px;
  margin-left: 16px;
  display: flex;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  right: -16px;
}
.section.bread-crumbs .crumbs-links .container .link.active {
  opacity: 1;
}
.section.bread-crumbs .crumbs-links .container .link.active:after {
  display: none;
}

@media (max-width: 1159px) {
  .bread-crumps-container {
    height: 53px;
  }
  .section.bread-crumbs {
    height: 53px;
  }
  .section.bread-crumbs .crumbs-links .container {
    gap: 36px;
  }
  .section.bread-crumbs .crumbs-links .container .link,
  .section.bread-crumbs .crumbs-links .container .link > a {
    font-size: 10px;
  }
  .section.bread-crumbs .crumbs-links .container .link:after {
    margin-left: 12px;
    right: -12px;
  }
}
@media (max-width: 767px) {
  .bread-crumps-container {
    height: 50px;
  }
  .section.bread-crumbs {
    height: 50px;
  }
  .section.bread-crumbs .crumbs-links .container {
    gap: 24px;
  }
  .section.bread-crumbs .crumbs-links .container .link,
  .section.bread-crumbs .crumbs-links .container .link > a {
    font-size: 8px;
  }
  .section.bread-crumbs .crumbs-links .container .link.active a,
  .section.bread-crumbs .crumbs-links .container .link > a.active a {
    opacity: 1;
  }
  .section.bread-crumbs .crumbs-links .container .link:after {
    height: 8px;
    margin-left: 8px;
    right: -8px;
  }
}
/*Ratings*/
.section.case-review {
  border-radius: 20px;
  padding: 32px 266px;
  background-color: var(--colorWildSand);
  display: flex;
  gap: 106px;
  position: relative;
  margin-bottom: 160px;
}
.section.case-review:after {
  content: "";
  width: calc(100% - 532px);
  height: 1px;
  background-color: rgba(21, 21, 21, 0.05);
  position: absolute;
  top: 50%;
  left: 266px;
}
.section.case-review .subtitle {
  color: var(--colorBlack);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
  opacity: 0.3;
  margin-bottom: 8px;
}
.section.case-review h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: var(--colorBlack);
}
.section.case-review .column:nth-of-type(3) {
  margin-left: auto;
}
.section.case-review .column {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.section.case-review .star {
  transition: 0.3s ease all;
  fill: var(--colorWebOrange);
  opacity: 1;
}
.section.case-review .star svg path {
  transition: 0.3s ease all;
}
.section.case-review .star:not(.active) svg path {
  fill: var(--colorCodGray);
  opacity: 0.1;
}

@media (pointer: fine) {
  .section.case-review .star:not(.active):hover svg path {
    fill: var(--colorWebOrange);
    opacity: 1;
  }
}
@media (max-width: 1919px) {
  .section.case-review {
    padding: 32px 200px;
    gap: 58px;
    margin-bottom: 128px;
  }
  .section.case-review:after {
    content: "";
    width: calc(100% - 400px);
    left: 200px;
  }
  .section.case-review .subtitle {
    margin-bottom: 4px;
  }
  .section.case-review h3 {
    font-size: 14px;
  }
  .section.case-review .column {
    gap: 48px;
  }
}
@media (max-width: 1159px) {
  .section.case-review {
    padding: 16px 40px;
    margin-inline: 40px;
    gap: 17px;
    width: calc(100% - 80px);
    margin-bottom: 120px;
  }
  .section.case-review:after {
    width: calc(100% - 80px);
    left: 40px;
  }
  .section.case-review .subtitle {
    font-size: 10px;
  }
  .section.case-review h3 {
    font-size: 12px;
  }
  .section.case-review .column {
    gap: 48px;
  }
  .section.case-review .block {
    display: flex;
    flex-direction: column;
  }
  .section.case-review .block h3 {
    order: -1;
  }
}
@media (max-width: 767px) {
  .section.case-review {
    padding: 16px 30px;
    margin-inline: 0;
    gap: 8px 16px;
    width: 100%;
    border-radius: 0;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 104px;
  }
  .section.case-review:after {
    width: calc(100% - 60px);
    left: 30px;
  }
  .section.case-review .subtitle {
    font-size: 8px;
  }
  .section.case-review .column {
    gap: 40px;
    width: calc(50% - 20px);
  }
  .section.case-review .block h3 {
    order: 1;
  }
  .section.case-review .column:nth-of-type(3) {
    margin-left: 0;
  }
  .section.case-review .column:nth-of-type(1) .block:nth-of-type(2) {
    position: absolute;
    left: 30px;
    top: 126px;
  }
  .section.case-review .column:nth-of-type(2) .block:nth-of-type(2) {
    position: absolute;
    left: 30px;
    top: 150px;
  }
  .section.case-review .column:nth-of-type(3) .block:nth-of-type(1) {
    margin-bottom: 65px;
  }
  .section.case-review:after {
    transform: translateY(-10px);
  }
}
.section.case-review.blog-section {
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*Popup*/
.main-popup {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6509803922);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.main-popup .popup-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.main-popup .popup-form input,
.main-popup .popup-form textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--colorCodGray);
  resize: none;
}
.main-popup .popup-form input::-moz-placeholder, .main-popup .popup-form textarea::-moz-placeholder {
  opacity: 0.4;
}
.main-popup .popup-form input::placeholder,
.main-popup .popup-form textarea::placeholder {
  opacity: 0.4;
}
.main-popup .popup-form input:focus,
.main-popup .popup-form textarea:focus {
  outline: none;
}
.main-popup .popup-form textarea {
  padding-bottom: 0;
}
.main-popup .popup-form textarea.big {
  margin-block: 8px;
  border-radius: 8px;
  padding: 20px;
  background-color: var(--colorWildSand);
  resize: none;
  overflow: hidden;
  min-height: 1em;
  transition: all 0.3s ease;
  border-bottom: none;
}
.main-popup .popup-form textarea.big:focus {
  outline: none;
}
.main-popup .popup-form .button {
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
}
.main-popup .row,
.main-popup .socials {
  z-index: 9999;
  position: relative;
}
.main-popup .row {
  width: calc(50% - 19px);
}
.main-popup .row h2 {
  font-size: 72px;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: -5px;
  margin-bottom: 32px;
}
.main-popup .row p {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 112px;
}
.main-popup .container {
  background-color: var(--colorWhite);
  padding: 32px 56px 40px 40px;
  border-radius: 12px;
  width: 1294px;
  position: relative;
  z-index: 9999;
  display: flex;
  gap: 38px;
}
.main-popup.active {
  opacity: 1;
  visibility: visible;
}
.main-popup .close-main-popup {
  position: absolute;
  top: 20px;
  right: 20px;
}
.main-popup .close-main-popup::before {
  position: fixed;
  z-index: 9998;
  content: "";
  width: 100dvw;
  height: 100dvh;
  left: 0;
  top: 0;
}
.main-popup .socials {
  display: flex;
  position: absolute;
  bottom: 48px;
  left: 40px;
  gap: 40px;
}
.main-popup .socials .social-item {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  aspect-ratio: 1/1;
}
.main-popup .socials .social-item svg {
  width: 32px;
}
.main-popup .socials .social-item.blue {
  background-color: var(--colorLochmara);
}
.main-popup .socials .social-item.green {
  background-color: var(--colorSalem);
}
.main-popup .socials .social-item.pink {
  background-color: var(--colorSalmon);
}
@media (pointer: fine) {
  .main-popup .socials .social-item.blue:hover {
    background-color: var(--colorSideEndeavor);
  }
  .main-popup .socials .social-item.green:hover {
    background-color: var(--ColorSideFunGreen);
  }
  .main-popup .socials .social-item.pink:hover {
    background-color: var(--colorSideMandy);
  }
}

@media (max-width: 1919px) {
  .main-popup .popup-form input,
  .main-popup .popup-form textarea {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .main-popup .popup-form textarea {
    padding-bottom: 0;
  }
  .main-popup .popup-form textarea.big {
    margin-block: 0;
    padding: 16px;
  }
  .main-popup .popup-form .button {
    padding: 12px;
    font-size: 14px;
  }
  .main-popup .row {
    width: calc(50% - 21px);
  }
  .main-popup .row h2 {
    margin-bottom: 24px;
    font-size: 64px;
  }
  .main-popup .row p {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 100px;
  }
  .main-popup .container {
    padding: 32px 48px 32px 24px;
    width: 960px;
    gap: 42px;
  }
  .main-popup .socials {
    bottom: 32px;
    left: 24px;
    gap: 24px;
  }
  .main-popup .socials .social-item {
    width: 52px;
  }
}
@media (max-width: 1159px) {
  .main-popup .popup-form {
    gap: 24px;
    margin-bottom: 100px;
  }
  .main-popup .popup-form input,
  .main-popup .popup-form textarea {
    font-size: 12px;
  }
  .main-popup .popup-form .button {
    padding: 10px;
    font-size: 12px;
  }
  .main-popup .popup-form textarea {
    padding-bottom: 0;
  }
  .main-popup .row {
    width: 100%;
  }
  .main-popup .row h2 {
    font-size: 48px;
    letter-spacing: -2.5px;
    margin-bottom: 16px;
  }
  .main-popup .row p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
  .main-popup .container {
    padding: 48px 40px;
    border-radius: 24px;
    width: 510px;
    gap: 32px;
    flex-direction: column;
  }
  .main-popup .close-main-popup {
    top: 24px;
    right: 24px;
  }
  .main-popup .socials {
    display: flex;
    width: calc(100% - 80px);
    bottom: 48px;
    left: 40px;
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main-popup .popup-form input,
  .main-popup .popup-form textarea {
    padding-bottom: 12px;
  }
  .main-popup .popup-form textarea {
    padding-bottom: 0;
  }
  .main-popup .popup-form textarea.big {
    padding: 12px;
  }
  .main-popup .row:nth-of-type(1) {
    width: 80%;
  }
  .main-popup .row h2 {
    font-size: 32px;
    letter-spacing: -2.5px;
    margin-bottom: 12px;
    width: 50%;
  }
  .main-popup .row p {
    font-size: 14px;
  }
  .main-popup .container {
    padding: 32px 24px;
    border-radius: 16px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .main-popup .socials {
    bottom: 32px;
    left: 24px;
    gap: 20px;
  }
}
.main-answer {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6509803922);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.main-answer .row {
  position: relative;
  z-index: 9999;
}
.main-answer.active {
  opacity: 1;
  visibility: visible;
}
.main-answer .container {
  background-color: var(--colorWhite);
  padding: 32px 56px 40px 40px;
  border-radius: 12px;
  width: 1294px;
  position: relative;
  z-index: 9999;
  display: flex;
  gap: 38px;
}
.main-answer .container .close-main-answer {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.3;
  cursor: pointer;
}
.main-answer .container .close-main-answer::before {
  position: fixed;
  z-index: 9998;
  content: "";
  width: 100dvw;
  height: 100dvh;
  left: 0;
  top: 0;
}
.main-answer .container h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -5px;
  margin-bottom: 28px;
}
.main-answer .container p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  width: 436px;
}

@media (max-width: 1159px) {
  .main-answer .row {
    width: 100%;
  }
  .main-answer .row h2 {
    font-size: 48px;
    letter-spacing: -2.5px;
    margin-bottom: 16px;
  }
  .main-answer .row p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    width: 100%;
    margin-bottom: 61px;
  }
  .main-answer .container {
    padding: 48px 40px;
    border-radius: 24px;
    width: 510px;
    gap: 32px;
    flex-direction: column;
  }
  .main-answer .close-main-answer {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .main-answer .row:nth-of-type(1) {
    width: 80%;
  }
  .main-answer .row h2 {
    font-size: 32px;
    letter-spacing: -2.5px;
    margin-bottom: 12px;
  }
  .main-answer .row p {
    font-size: 14px;
    margin-bottom: 74px;
  }
  .main-answer .container {
    padding: 32px 24px;
    border-radius: 16px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
/*404 page*/
body.error404 {
  overflow: hidden;
}
body.error404 .header-container {
  background-color: transparent;
}
body.error404 .animated-404 {
  position: absolute;
  width: 100%;
  height: calc(100dvh + 80px);
  top: 0;
  left: 0;
  overflow: hidden;
}
body.error404 .animated-404 svg {
  width: 350px;
  position: absolute;
  will-change: transform;
  pointer-events: none;
}

.main-404 {
  width: 100%;
  height: calc(100dvh - 80px);
  margin-top: 80px;
}
.main-404 .wrapper-404 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-404 .section-404 {
  text-align: center;
  width: 1140px;
}
.main-404 .section-404 h1 {
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -7px;
  margin-bottom: 48px;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-404 .section-404 h1 .animated-block {
  margin-inline: 0;
}
.main-404 .section-404 h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
.main-404 .section-404 h2 strong {
  font-weight: 600;
}
.main-404 .section-404 .write-us {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 80px;
}
.main-404 .section-404 .button {
  padding: 15px 28px;
  border-radius: 100px;
}

@media (max-width: 1919px) {
  body.error404 .animated-404 svg {
    width: 280px;
  }
  .main-404 {
    height: calc(100dvh - 72px);
    margin-top: 72px;
  }
  .main-404 .section-404 {
    width: 920px;
  }
  .main-404 .section-404 h1 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -6px;
    margin-bottom: 40px;
  }
  .main-404 .section-404 h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .main-404 .section-404 .write-us {
    font-size: 14px;
    margin-bottom: 64px;
  }
  .main-404 .section-404 .button {
    padding: 12px 24px;
  }
}
@media (max-width: 1159px) {
  .main-404 {
    height: calc(100dvh - 76px);
    margin-top: 76px;
  }
  .main-404 .section-404 {
    width: 450px;
  }
  .main-404 .section-404 h1 {
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -2.5px;
    margin-bottom: 48px;
  }
  .main-404 .section-404 h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  .main-404 .section-404 .write-us {
    font-size: 12px;
    margin-bottom: 48px;
  }
  .main-404 .section-404 .button {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  body.error404 .animated-404 svg {
    width: 180px;
  }
  .main-404 {
    height: calc(100dvh - 64px);
    margin-top: 64px;
  }
  .main-404 .section-404 {
    width: 246px;
  }
  .main-404 .section-404 h1 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .main-404 .section-404 h2 {
    font-size: 14px;
  }
  .main-404 .section-404 .write-us {
    margin-bottom: 56px;
  }
  .main-404 .section-404 .button {
    padding: 10px 20px;
  }
}
/*--- Sites app post page ---*/
.single-site-app .section.chess-section-container {
  margin-bottom: 152px;
}
.single-site-app .section.team-section {
  padding-top: 0;
}

@media (max-width: 1919px) {
  .single-site-app .section.chess-section-container {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .single-site-app .section.chess-section-container {
    margin-bottom: 80px;
  }
}
.case-section article > div > .wide-container > .wp-block-group,
.case-section article > div > .wp-block-group,
.case-section article > div > p,
.case-section article > div > figure,
.case-section article > div > h2,
.case-section article > div > h3,
.case-section article > div > h4,
.case-section article > div > h5,
.case-section article > div > h6 {
  width: 1028px;
  margin-inline: auto;
}
.case-section article > div > figure {
  margin-block: 40px;
}

@media (max-width: 1919px) {
  .case-section article > div > .wp-block-group,
  .case-section article > div > p,
  .case-section article > div > figure,
  .case-section article > div > h2,
  .case-section article > div > h3,
  .case-section article > div > h4,
  .case-section article > div > h5,
  .case-section article > div > h6 {
    width: 760px;
  }
}
@media (max-width: 1159px) {
  .case-section article > div > .wide-container > .wp-block-group,
  .case-section article > div > .wp-block-group,
  .case-section article > div > p,
  .case-section article > div > figure,
  .case-section article > div > h2,
  .case-section article > div > h3,
  .case-section article > div > h4,
  .case-section article > div > h5,
  .case-section article > div > h6 {
    width: 100%;
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .case-section article article > div > .wp-block-group,
  .case-section article article > div > p,
  .case-section article article > div > figure,
  .case-section article article > div > h2,
  .case-section article article > div > h3,
  .case-section article article > div > h4,
  .case-section article article > div > h5,
  .case-section article article > div > h6 {
    padding-inline: 30px;
  }
}
/*--- Cases patterns ---*/
.case-section {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  /*Case title*/
  /*Wide container*/
  /*Flex fix*/
  /*Video autoplay*/
}
.case-section .case-title {
  margin-bottom: 48px;
}
.case-section .case-title h1 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 40px;
  letter-spacing: -1px;
  padding-left: 220px;
}
.case-section .case-title h2 {
  font-size: 68px;
  line-height: 64px;
  letter-spacing: -5px;
  margin-bottom: 56px;
  padding-left: 220px;
  font-weight: 500;
}
.case-section .case-title p {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 400px;
  font-weight: 500;
  letter-spacing: -1px;
}
.case-section .wide-container {
  width: 100%;
  position: relative;
  left: 0;
  padding-block: 120px;
  margin-bottom: 80px;
}
.case-section .wide-container.small-padding {
  padding-block: 65px;
}
.case-section .wide-container.small-padding .wp-block-group {
  margin-bottom: 0;
  width: 1200px;
}
.case-section .wide-container.small-padding .wp-block-group .wp-block-image {
  width: 100%;
}
.case-section .wide-container .wp-block-image {
  border: none;
  border-radius: 0;
}
.case-section .wide-container .wp-block-group {
  width: 1028px;
}
.case-section .wp-block-group {
  margin-bottom: 80px;
}
.case-section .wp-block-group > * {
  width: auto;
  margin-bottom: 0;
  gap: 16px;
}
.case-section .is-layout-grid {
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
}
.case-section .video-autoplay {
  margin-bottom: 80px;
}

/* Alone images */
.case-section > .wp-block-image {
  border: 1px solid var(--colorWildSand);
  border-radius: 6px;
  margin-bottom: 64px;
  overflow: hidden;
  padding-inline: 0;
}
.case-section > .wp-block-image img {
  width: 100%;
}

@media (max-width: 1919px) {
  /*Wide container*/
  .case-section .case-title h1 {
    padding-left: 0;
  }
  .case-section .case-title h2 {
    padding-left: 0;
  }
  .case-section .case-title p {
    padding-left: 200px;
  }
  .case-section .wide-container .wp-block-group {
    width: 760px;
  }
  .case-section .wide-container .wp-block-group .wp-block-image {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .case-section .case-title {
    width: 100% !important;
    padding-inline: 40px;
  }
  .case-section .case-title h1 {
    padding-left: 0;
  }
  .case-section .case-title h2 {
    padding-left: 0;
  }
  .case-section .case-title p {
    padding-left: 0;
  }
}
@media (max-width: 1159px) {
  .case-section {
    /* Alone images */
    /*Case title*/
    /*Wide container*/
    /*Video autoplay*/
  }
  .case-section .wp-block-image {
    margin-bottom: 56px;
  }
  .case-section .case-title h1 {
    margin-bottom: 24px;
    padding-left: 0;
  }
  .case-section .case-title h2 {
    font-size: 48px;
    margin-bottom: 40px;
    padding-left: 0;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .case-section .case-title p {
    padding-left: 0;
  }
  .case-section .wide-container {
    padding-block: 104px;
    margin-bottom: 40px;
  }
  .case-section .wide-container.small-padding .wp-block-group {
    width: 100%;
  }
  .case-section .wide-container .wp-block-group {
    width: 100%;
  }
  .case-section .video-autoplay {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .case-section {
    /* Alone images */
    /*Case title*/
    /*Wide container*/
  }
  .case-section .wp-block-image {
    margin-bottom: 40px;
  }
  .case-section .case-title h1 {
    padding-left: 0;
  }
  .case-section .case-title h2 {
    font-size: 36px;
    margin-bottom: 32px;
    line-height: 40px;
  }
  .case-section .case-section .wide-container {
    padding-block: 80px;
  }
}
/*Fonts*/
.case-section article > div > p {
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: -0.6px;
  padding-left: 480px;
  padding-right: 120px;
  width: 1028px;
  font-weight: 400;
  font-size: 16px;
}
.case-section article > div > h2.wp-block-heading {
  letter-spacing: -1.6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 40px;
  padding-left: 400px;
  padding-right: 120px;
  width: 1028px;
}
.case-section article > div > h2.wp-block-heading strong {
  font-size: 40px;
  line-height: 1.4em;
}
.case-section article > div > h3.wp-block-heading,
.case-section article > div > h4.wp-block-heading,
.case-section article > div > h5.wp-block-heading,
.case-section article > div > h6.wp-block-heading {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -1.6px;
  margin-bottom: 40px;
  padding-left: 400px;
  padding-right: 120px;
  width: 1028px;
}
.case-section article > div > h3.wp-block-heading.ice-cream-alt-text-2,
.case-section article > div > h4.wp-block-heading.ice-cream-alt-text-2,
.case-section article > div > h5.wp-block-heading.ice-cream-alt-text-2,
.case-section article > div > h6.wp-block-heading.ice-cream-alt-text-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.case-section article > div > h3.wp-block-heading a,
.case-section article > div > h4.wp-block-heading a,
.case-section article > div > h5.wp-block-heading a,
.case-section article > div > h6.wp-block-heading a {
  color: var(--colorLochmara);
}
.case-section .float-text-center {
  padding-left: 320px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -1.6px;
  padding-right: 200px;
}
.case-section .float-text-center.last-moon-text {
  letter-spacing: -1.6px;
  width: 480px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  padding-left: 0;
}

@media (max-width: 1159px) {
  .case-section article > div > p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: -0.6px;
    margin-bottom: 48px;
    width: 100%;
  }
  .case-section article > div > h2.wp-block-heading {
    margin-bottom: 22px;
    width: 100%;
  }
  .case-section article > div > h2.wp-block-heading strong {
    font-size: 32px;
  }
  .case-section article > div > p,
  .case-section article > div > h2.wp-block-heading,
  .case-section article > div > h3.wp-block-heading,
  .case-section article > div > h4.wp-block-heading,
  .case-section article > div > h5.wp-block-heading,
  .case-section article > div > h6.wp-block-heading {
    padding-inline: 40px !important;
    width: 100%;
  }
  .case-section .float-text-center {
    padding-left: 0;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .case-section article > div > p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: -0.6px;
  }
  .case-section article > div > h3 {
    letter-spacing: 0;
    line-height: 0.9;
  }
  .case-section article > div > h2.wp-block-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .case-section article > div > h3.wp-block-heading,
  .case-section article > div > h4.wp-block-heading,
  .case-section article > div > h5.wp-block-heading,
  .case-section article > div > h6.wp-block-heading {
    font-size: 22px;
    line-height: 30.8px;
  }
  .case-section article > div > p,
  .case-section article > div > h2.wp-block-heading,
  .case-section article > div > h3.wp-block-heading,
  .case-section article > div > h4.wp-block-heading,
  .case-section article > div > h5.wp-block-heading,
  .case-section article > div > h6.wp-block-heading {
    padding-inline: 30px;
  }
}
/*--- Custom styles ---*/
/*Moonhausen logo*/
.case-section .wp-block-image {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hiddens;
}
.case-section .moon-container {
  width: 654px;
  margin-inline: auto;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.case-section .moon-container > svg {
  height: 85px;
}
.case-section .moonhausen {
  height: 640px;
  width: 100%;
  background-color: #6244bb;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.case-section .moonhausen p {
  display: none;
}
.case-section .brow {
  position: absolute;
  top: -70px;
  left: 95px;
}
.case-section .brow-2 {
  margin-left: 75px;
}
.case-section .moon-black {
  display: flex;
  align-items: center;
  height: 680px;
  background-color: black;
  margin-bottom: 80px;
}
.case-section .moon-black p {
  display: none;
}
.case-section .moon-row-container {
  width: 1281px;
  margin-inline: auto;
}
.case-section .moon-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}
.case-section .moon-row-2 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}
.case-section .moon-row > svg,
.case-section .moon-row-2 > svg {
  position: relative;
}
.case-section .moon-absolute-svg-1 {
  top: 90px;
  left: 60px;
  z-index: 1;
}
.case-section .moon-absolute-svg-2 {
  top: -31px;
  left: -30px;
}
.case-section .moon-absolute-svg-4 {
  top: 80px;
  left: -250px;
}
.case-section .moon-absolute-svg-5 {
  left: -120px;
}
.case-section .moon-absolute-svg-6 {
  top: 90px;
  left: 80px;
}
.case-section .moon-absolute-svg-7 {
  left: 170px;
}
.case-section .moon-absolute-svg-8 {
  top: -30px;
  left: 140px;
}
.case-section .moon-absolute-svg-9 {
  top: 130px;
}
.case-section .moon-absolute-svg-10 {
  top: 50px;
  left: -50px;
}
.case-section .moon-absolute-svg-11 {
  top: 130px;
  left: -40px;
}
.case-section .moon-absolute-svg-12 {
  top: -30px;
  left: -110px;
}

@media (max-width: 1159px) {
  .case-section .moon-container > svg {
    height: 70px;
  }
  .case-section .moon-container {
    width: 535px;
  }
  .case-section .brow {
    top: -55px;
    left: 70px;
  }
  .case-section .brow-2 {
    margin-left: 65px;
  }
  .case-section .moonhausen {
    margin-bottom: 40px;
  }
  .case-section .moon-absolute-svg-1 {
    left: 120px;
    width: 200px;
  }
  .case-section .moon-absolute-svg-2 {
    top: -31px;
    width: 150px;
    left: 20px;
  }
  .case-section .moon-absolute-svg-3 {
    width: 230px;
  }
  .case-section .moon-absolute-svg-4 {
    left: -230px;
    width: 230px;
  }
  .case-section .moon-absolute-svg-5 {
    width: 90px;
    top: -50px;
    left: -220px;
  }
  .case-section .moon-absolute-svg-6 {
    left: 30px;
    top: 180px;
    display: none;
  }
  .case-section .moon-absolute-svg-7 {
    top: 110px;
    left: 110px;
    width: 170px;
  }
  .case-section .moon-absolute-svg-8 {
    width: 160px;
    top: 20px;
    left: 30px;
  }
  .case-section .moon-absolute-svg-9 {
    left: -60px;
    width: 170px;
  }
  .case-section .moon-absolute-svg-10 {
    left: -100px;
    width: 170px;
  }
  .case-section .moon-absolute-svg-11 {
    top: 160px;
    left: -100px;
  }
  .case-section .moon-absolute-svg-12 {
    left: -230px;
    width: 170px;
  }
  .case-section .moon-row-container {
    width: 768px;
  }
  .case-section .moon-row,
  .case-section .moon-row-2 {
    top: 0;
  }
  .case-section .moon-row-2 {
    top: -100px;
  }
  .case-section .moon-black {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .case-section .moon-container > svg {
    height: 40px;
  }
  .case-section .moon-container {
    width: 306px;
  }
  .case-section .brow {
    top: -35px;
    left: 45px;
    width: 32px;
  }
  .case-section .brow-2 {
    margin-left: 35px;
  }
  .case-section .moon-row-container {
    width: 380px;
    margin-inline: 0;
    transform: translateX(-35%);
  }
  .case-section .moon-black {
    height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case-section .moon-row,
  .case-section .moon-row-2 {
    width: 768px;
  }
}
/*Ice case*/
.case-section .ice-cream-alt-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}
.case-section .ice-cream-alt-text-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.case-section .text-left-preafter-icecream {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -30px;
}
.case-section .text-left-preafter-icecream span {
  margin-left: 200px;
}
.case-section .ice-wide {
  padding-block: 0;
}
.case-section .ice-wide p {
  display: none;
}
.case-section .ice-gallery {
  justify-content: space-around;
  align-items: flex-start !important;
}
.case-section .ice-gallery .wp-block-image {
  width: 358px !important;
  flex-grow: 0 !important;
}
.case-section .ice-gallery .wp-block-image:nth-of-type(2) {
  margin-top: 218px !important;
}
.case-section .ice-gallery .wp-block-image img {
  width: 358px !important;
}
.case-section .icecream-last {
  display: flex;
  padding-left: 400px;
  padding-right: 120px;
  width: 1028px;
  margin-inline: auto;
  overflow: hidden;
}
.case-section .icecream-last .img-container {
  display: flex;
}
.case-section .icecream-last .wp-block-image {
  height: 269px;
  width: 197px;
}
.case-section .icecream-last .container {
  max-width: calc(100% - 197px);
  padding-left: 40px;
  padding-top: 10px;
}
.case-section .icecream-last .container h5 {
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 24px;
  font-size: 16px;
}
.case-section .icecream-last .container p {
  width: 240px;
  font-weight: 400;
}
.case-section .ice-cards-long {
  height: 1860px;
  gap: 0 !important;
  overflow: hidden;
  margin-bottom: 40px;
}
.case-section .ice-cards-long .wp-block-image {
  position: relative !important;
  height: 360px;
  width: 360px;
  flex-grow: 0 !important;
}
.case-section .ice-cards-long .wp-block-image:nth-of-type(1) {
  width: 260px;
  left: 480px;
  height: 488px;
}
.case-section .ice-cards-long .wp-block-image:nth-of-type(2) {
  top: 400px;
  left: -130px;
}
.case-section .ice-cards-long .wp-block-image:nth-of-type(3) {
  top: 600px;
  left: -50px;
}
.case-section .ice-cards-long .wp-block-image:nth-of-type(4) {
  left: 450px;
}
.case-section .ice-cards-long .wp-block-image:nth-of-type(5) {
  left: -180px;
  top: 300px;
}
.case-section .ice-cards-long .wp-block-image:nth-of-type(6) {
  left: -80px;
  top: 500px;
}

@media (max-width: 767px) {
  .case-section .ice-gallery .wp-block-image:nth-of-type(2) {
    margin-top: 0 !important;
  }
  .case-section .icecream-last {
    flex-direction: column;
    padding-left: 40px !important;
    padding-right: 40xp !important;
  }
  .case-section .icecream-last .img-container {
    max-width: 197px;
    order: 2;
    margin-top: 20px;
  }
  .case-section .icecream-last .container {
    padding-left: 0;
  }
  .case-section .icecream-last .container h5,
  .case-section .icecream-last .container p {
    padding-inline: 0;
  }
}
@media (max-width: 1919px) {
  .case-section .text-left-preafter-icecream {
    width: 758px;
  }
  .case-section .ice-cards-long .wp-block-image {
    width: 310px !important;
    height: 310px !important;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(1) {
    left: 310px;
    height: 394px !important;
    width: 210px !important;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(2) {
    top: 340px;
    left: -160px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(3) {
    top: -80px;
    left: 310px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(4) {
    top: 260px;
    left: -240px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(5) {
    top: -80px;
    left: 320px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(6) {
    top: 200px;
    left: -250px;
  }
  .case-section .icecream-last {
    padding-left: 266px;
  }
  .case-section .icecream-last p {
    margin-inline: 0;
  }
}
@media (max-width: 1159px) {
  .case-section .ice-cards-long .wp-block-image:nth-of-type(1) {
    left: 50%;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(2) {
    top: 360px;
    left: 50%;
    transform: translateX(-150%);
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(3) {
    top: 650px;
    left: 50%;
    transform: translateX(-160%);
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(4) {
    top: 0;
    left: 50%;
    transform: translateX(-80%);
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(5) {
    top: 250px;
    left: 50%;
    transform: translateX(-100%);
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(6) {
    top: 550px;
    left: 50%;
    transform: translateX(-280%);
  }
  .case-section .icecream-last {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    width: 100%;
  }
  .case-section .icecream-last .wp-block-image {
    width: 100% !important;
  }
  .case-section .icecream-last .img-container {
    max-width: 197px;
  }
}
@media (max-width: 1024px) {
  .case-section .ice-cards-long {
    padding-inline: 0 !important;
  }
}
@media (max-width: 944px) {
  .case-section .ice-cards-long {
    margin-bottom: -400px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(4) {
    top: 260px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(5) {
    top: 510px;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(6) {
    top: 810px;
  }
}
@media (max-width: 944px) {
  .case-section .ice-cards-long {
    flex-direction: column !important;
    gap: 20px !important;
    height: auto;
    margin-bottom: 40px;
    align-items: center !important;
  }
  .case-section .ice-cards-long .wp-block-image {
    width: 320px !important;
    position: static !important;
    transform: none !important;
  }
  .case-section .ice-cards-long .wp-block-image:nth-of-type(1) {
    width: 320px !important;
    position: static !important;
  }
}
/* --- Colonade --- */
/*Colonnade laptop*/
.case-section .colonda-container {
  width: 100%;
  overflow: hidden;
}
.case-section .main-visual-colonnade {
  background-color: #ff5400;
  width: 100%;
  height: 696px;
  position: relative;
  margin-top: 230px;
  margin-bottom: 156px;
}
.case-section .main-visual-colonnade.gray-container {
  background-image: linear-gradient(183deg, #edeef3, #fff);
  background-color: transparent;
}
.case-section .main-visual-colonnade.gray-container.full-gray {
  background-color: #f9f9fb;
}
.case-section .main-visual-colonnade.gray-container.no-margin {
  margin-top: 40px;
  margin-bottom: 0;
}
.case-section .main-visual-colonnade.gray-container:not(.box-shadow) .laptop .wp-block-image {
  animation: colonade-laptop-animation 4s ease-in-out infinite;
}
.case-section .main-visual-colonnade.box-shadow {
  margin-top: 60px;
}
.case-section .main-visual-colonnade.box-shadow .laptop .wp-block-image {
  box-shadow: 0 20px 20px -4px #f6f6f9;
}
.case-section .main-visual-colonnade.auto-wight {
  height: auto !important;
}
.case-section .main-visual-colonnade.auto-wight .laptop {
  width: 1200px;
}
.case-section .main-visual-colonnade.auto-wight .laptop .wp-block-image,
.case-section .main-visual-colonnade.auto-wight .laptop .wp-block-gallery {
  width: 100% !important;
}
.case-section .main-visual-colonnade.auto-wight .laptop .laptop-image.big-image {
  position: static;
  transform: translateY(104px) translateX(0);
}
.case-section .main-visual-colonnade .wp-block-image {
  border: none;
}
.case-section .main-visual-colonnade .laptop {
  width: 914px;
  margin-inline: auto;
  position: relative;
  z-index: 80;
}
.case-section .main-visual-colonnade .laptop .casco-link {
  position: absolute;
  top: -140px;
  left: -100px;
  background-color: #ff5400;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  z-index: 70;
}
.case-section .main-visual-colonnade .laptop .casco-link svg {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}
.case-section .main-visual-colonnade .laptop .laptop-image {
  margin-top: -400px;
  margin-left: -100px;
  animation: colonade-laptop-animation 4s ease-in-out infinite;
  z-index: 60;
}
.case-section .main-visual-colonnade .laptop .laptop-image .wp-block-embed {
  width: 100%;
}
.case-section .main-visual-colonnade .laptop .laptop-image .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.case-section .main-visual-colonnade .laptop .laptop-image.big-image {
  margin-top: 0;
  margin-left: 0;
  width: 1200px;
  animation: none;
  transform: translateY(104px) translateX(-50%);
  position: absolute;
  left: 50%;
  z-index: 20;
}
.case-section .main-visual-colonnade .laptop .laptop-image.big-image.inverted {
  transform: translateY(-104px) translateX(-50%);
}
.case-section .main-visual-colonnade .laptop .laptop-image.big-image img,
.case-section .main-visual-colonnade .laptop .laptop-image.big-image .wp-block-image {
  width: 1200px;
  border-radius: 6px;
}
.case-section .main-visual-colonnade .laptop .laptop-image .wp-block-gallery {
  width: 914px;
  margin-inline: auto;
}
.case-section .main-visual-colonnade .bubles {
  position: absolute;
  top: 0;
  width: 1200px;
  height: 100%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.case-section .main-visual-colonnade .bubles.bubles-top {
  z-index: 90;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery {
  position: absolute;
  width: 104px;
  height: 104px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(1) {
  top: 20px;
  left: 60px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(2) {
  top: 10px;
  left: -10px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(3) {
  top: 410px;
  left: 50px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(4) {
  top: 100px;
  left: 160px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(5) {
  top: -40px;
  left: 300px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(6) {
  left: 963px;
  top: 40px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(7) {
  top: 224px;
  left: 1030px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(8) {
  top: 233px;
  left: 970px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(9) {
  top: 250px;
  left: 1010px;
}
.case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(10) {
  top: 640px;
  left: 850px;
}

@keyframes colonade-laptop-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1159px) {
  .case-section .main-visual-colonnade {
    height: 530px;
    margin-bottom: 96px;
    margin-top: 180px;
  }
  .case-section .main-visual-colonnade.auto-wight .laptop {
    width: 100%;
  }
  .case-section .main-visual-colonnade.auto-wight .laptop .laptop-image.big-image {
    margin-inline: auto;
  }
  .case-section .main-visual-colonnade.container-small {
    height: 470px;
  }
  .case-section .main-visual-colonnade .laptop {
    width: 568px;
  }
  .case-section .main-visual-colonnade .laptop .casco-link {
    top: -110px;
    left: 20px;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image {
    margin-top: -300px;
    margin-left: -30px;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image {
    width: 720px;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image img,
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image .wp-block-image {
    width: 100%;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image .wp-block-gallery {
    width: 568px;
  }
  .case-section .main-visual-colonnade .bubles {
    width: 768px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery {
    width: 70px;
    height: 70px;
    padding-inline: 0;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(1) {
    top: -120px;
    left: 100px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(2) {
    top: 160px;
    left: 90px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(3) {
    top: 310px;
    left: 100px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(4) {
    top: -110px;
    left: 560px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(5) {
    top: -40px;
    left: 500px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(6) {
    left: 463px;
    top: 360px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(7) {
    top: -100px;
    left: 590px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(8) {
    top: 333px;
    left: 580px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(9) {
    top: 250px;
    left: 1010px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(10) {
    top: 480px;
    left: 350px;
  }
}
@media (max-width: 767px) {
  .case-section .colonda-container {
    overflow: hidden;
  }
  .case-section .colonda-container.fix-height-colonade .container-small {
    height: 300px;
  }
  .case-section .main-visual-colonnade {
    height: 310px;
  }
  .case-section .main-visual-colonnade.container-small {
    height: 183px;
  }
  .case-section .main-visual-colonnade .laptop {
    width: 320px;
  }
  .case-section .main-visual-colonnade .laptop .casco-link {
    width: 170px;
    height: 170px;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image {
    margin-top: -200px;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image {
    width: 320px;
    transform: translateY(40px) translateX(-50%);
  }
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image.inverted {
    transform: translateY(-40px) translateX(-50%);
  }
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image img,
  .case-section .main-visual-colonnade .laptop .laptop-image.big-image .wp-block-image {
    width: 320px;
  }
  .case-section .main-visual-colonnade .laptop .laptop-image .wp-block-gallery {
    width: 320px;
  }
  .case-section .main-visual-colonnade .bubles {
    width: 320px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(1) {
    top: 170px;
    left: 0;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(2) {
    top: -50px;
    left: 0px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(3) {
    top: 70px;
    left: 50px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(4) {
    top: -200px;
    left: 560px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(5) {
    top: -80px;
    left: 200px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(6) {
    left: 463px;
    top: 360px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(7) {
    top: -180px;
    left: 590px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(8) {
    top: 200px;
    left: 180px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(9) {
    top: -60px;
    left: 180px;
  }
  .case-section .main-visual-colonnade .bubles .wp-block-gallery:nth-of-type(10) {
    top: 280px;
    left: 280px;
  }
}
/*Colonade section 2*/
.case-section .colonade-2 {
  width: 480px;
  margin-inline: auto;
  padding-bottom: 150px;
}
.case-section .colonade-2 h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 32px;
  width: 100%;
}
.case-section .colonade-2 p {
  margin-bottom: 16px;
  width: 100%;
  line-height: 24px;
  font-weight: 400;
}
.case-section .colonade-2 h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 32px;
  letter-spacing: -1.6px;
}
.case-section .colonade-2 .footer-colonade {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 10px;
}
.case-section .colonade-2 .footer-colonade .wp-block-image {
  border-radius: 100px;
  width: 77px;
  overflow: hidden;
}
.case-section .colonade-2 .footer-colonade p {
  margin-bottom: 0;
  font-weight: 600;
}
.case-section .colonade-gray-3 {
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 96px;
  margin-bottom: -230px;
}

@media (max-width: 1159px) {
  .case-section .colonade-2 {
    width: 100%;
  }
  .case-section .colonade-2 h2,
  .case-section .colonade-2 p,
  .case-section .colonade-2 h3 {
    padding-inline: 40px;
  }
  .case-section .colonade-2 .footer-colonade {
    padding-inline: 30px;
    margin-bottom: -80px;
    margin-top: 60px;
  }
  .case-section .colonade-2 .footer-colonade p {
    padding-inline: 0;
  }
  .case-section .colonade-2 .footer-colonade .wp-block-image {
    margin-bottom: 0;
  }
  .case-section .colonade-2 h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .case-section .colonade-2 h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }
}
/*Colonade flex*/
.case-section .colonade-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  width: 1200px;
  margin-inline: auto;
  margin-top: 120px;
}
.case-section .colonade-flex .block {
  width: calc(50% - 60px);
}
.case-section .colonade-flex .block p,
.case-section .colonade-flex .block h2 {
  width: 100%;
}
.case-section .colonade-flex .block h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 10px;
  letter-spacing: -9px;
}
.case-section .colonade-flex .block p {
  line-height: 180%;
}

@media (max-width: 1159px) {
  .case-section .colonade-flex {
    gap: 60px;
    width: 688px;
    margin-top: 80px;
  }
  .case-section .colonade-flex .block {
    width: calc(50% - 30px);
  }
  .case-section .colonade-flex .block h2 {
    font-size: 56px;
  }
  .case-section .colonade-flex .block p,
  .case-section .colonade-flex .block h2 {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .case-section .colonade-flex {
    gap: 40px;
    width: 100%;
    margin-top: 120px;
    margin-bottom: -80px;
  }
  .case-section .colonade-flex .block {
    width: 100%;
  }
  .case-section .colonade-flex .block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .case-section .colonade-flex .block p,
  .case-section .colonade-flex .block h2 {
    padding-inline: 40px;
  }
}
/*Colonade steps*/
.case-section article > div > h2.steps-heading {
  padding-left: 200px;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}
.case-section .colonade-steps {
  display: flex;
  gap: 320px;
  width: 1200px;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
.case-section .colonade-steps .counter {
  width: 60px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-shrink: 0;
}
.case-section .colonade-steps .counter p {
  width: auto;
  margin-inline: 0;
}
.case-section .colonade-steps .counter p span {
  color: #c3c3c3;
}
.case-section .colonade-steps .headers h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.case-section .colonade-steps .headers p,
.case-section .colonade-steps .headers h2 {
  width: 480px;
}
.case-section .colonade-steps .headers p {
  margin-bottom: 1em;
  letter-spacing: -0.6px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1159px) {
  .case-section article > div > .steps-heading {
    padding-left: 0;
  }
  .case-section .colonade-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .case-section .colonade-steps .counter {
    margin-left: 40px;
  }
  .case-section .colonade-steps .counter p {
    padding-inline: 0;
    font-size: 18px;
  }
  .case-section .colonade-steps .headers {
    padding-inline: 40px;
  }
  .case-section .colonade-steps .headers p,
  .case-section .colonade-steps .headers h2 {
    width: 100%;
  }
  .case-section .colonade-steps .headers h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .case-section .colonade-steps .counter {
    margin-left: 30px;
  }
}
.case-section .colonade-pluses {
  display: flex;
  width: 1200px;
  margin-inline: auto;
  gap: 160px;
  flex-wrap: wrap;
  box-shadow: 1px 1px 20px #f5f5f5;
  border-radius: 30px;
  padding: 80px;
  margin-block: 80px;
}
.case-section .colonade-pluses .block {
  width: calc(50% - 80px);
}
.case-section .colonade-pluses .wp-block-image,
.case-section .colonade-pluses .wp-block-gallery {
  margin-bottom: 0;
  border: none;
  height: 145px;
  width: auto;
}
.case-section .colonade-pluses .wp-block-image img,
.case-section .colonade-pluses .wp-block-gallery img {
  height: 145px;
  width: auto;
}
.case-section .colonade-pluses h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1px;
  width: 100%;
}
.case-section .colonade-pluses p {
  width: 100%;
  color: #989eae;
  line-height: 28px;
}

@media (max-width: 1159px) {
  .case-section .colonade-pluses {
    display: flex;
    width: calc(100% - 180px);
    margin-inline: 90px;
    gap: 80px;
    padding: 40px;
  }
  .case-section .colonade-pluses .block {
    width: calc(50% - 40px);
  }
  .case-section .colonade-pluses .wp-block-image,
  .case-section .colonade-pluses .wp-block-gallery {
    height: 127px;
  }
  .case-section .colonade-pluses .wp-block-image img,
  .case-section .colonade-pluses .wp-block-gallery img {
    height: 127px;
  }
  .case-section .colonade-pluses h2 {
    margin-bottom: 10px;
    font-size: 16px;
    padding-inline: 0;
  }
  .case-section .colonade-pluses p {
    width: 100%;
    color: #989eae;
    line-height: 28px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .case-section .colonade-pluses {
    width: calc(100% - 80px);
    margin-inline: 40px;
    gap: 40px;
    padding: 48px;
  }
  .case-section .colonade-pluses .block {
    width: 100%;
  }
  .case-section .colonade-pluses .wp-block-image,
  .case-section .colonade-pluses .wp-block-gallery {
    height: 60px;
  }
  .case-section .colonade-pluses .wp-block-image img,
  .case-section .colonade-pluses .wp-block-gallery img {
    height: 60px;
  }
  .case-section .colonade-pluses p {
    line-height: 140%;
  }
}
/*Colonade 2 rows*/
.case-section .colonade-2rows-container {
  background-color: #ff5400;
  color: #FFFFFF;
}
.case-section .colonade-2rows {
  display: flex;
  width: 1200px;
  margin-inline: auto;
  justify-content: space-around;
  margin-bottom: 180px;
  align-items: center;
}
.case-section .colonade-2rows .wp-block-image {
  border: none;
  border-radius: 0;
  width: 547px;
  animation: colonade-laptop-animation 4s ease-in-out infinite;
  margin-top: 80px;
  margin-bottom: -100px;
}
.case-section .colonade-2rows .title {
  width: 360px;
}
.case-section .colonade-2rows .title h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
  width: 100%;
}
.case-section .colonade-2rows .title p {
  width: 100%;
  line-height: 28px;
}

@media (max-width: 1159px) {
  .case-section .colonade-2rows {
    width: 768px;
  }
  .case-section .colonade-2rows .title {
    width: 300px;
  }
  .case-section .colonade-2rows .wp-block-image {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .case-section .fix-margin-colonade {
    margin-bottom: 180px;
  }
  .case-section .colonade-2rows {
    width: 100%;
    padding-block: 20px;
    padding-inline: 30px;
    margin-bottom: 60px;
  }
  .case-section .colonade-2rows .title {
    width: 360px;
  }
  .case-section .colonade-2rows .title h2 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .case-section .colonade-2rows .title p {
    display: none;
  }
  .case-section .colonade-2rows .wp-block-image {
    width: 165px;
    margin-top: -80px;
    margin-bottom: -80px;
  }
}
/*Colonade steps 2*/
.case-section .colonade-steps-2 {
  display: flex;
  gap: 100px;
  width: 1200px;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
.case-section .colonade-steps-2 .counter {
  width: 60px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-shrink: 0;
}
.case-section .colonade-steps-2 .counter p {
  width: auto;
  margin-inline: 0;
}
.case-section .colonade-steps-2 .counter p span {
  color: #c3c3c3;
}
.case-section .colonade-steps-2 .headers {
  padding: 40px 48px;
  border: 1px solid #F0F4FA;
  border-radius: 30px;
  height: 176px;
}
.case-section .colonade-steps-2 .headers h2 {
  letter-spacing: -0.6px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.case-section .colonade-steps-2 .headers p,
.case-section .colonade-steps-2 .headers h2 {
  width: 264px;
}
.case-section .colonade-steps-2 .headers P {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #817575;
  letter-spacing: -0.6px;
}
.case-section .colonade-steps-2 .colonade-description {
  padding: 56px;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 32px rgba(145, 145, 145, 0.1215686275);
  width: 560px;
  transform: translateX(-120px) translateY(100px);
  position: relative;
  z-index: 10;
}
.case-section .colonade-steps-2 .colonade-description h2 {
  color: #ff5400;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
}
.case-section .colonade-steps-2 .colonade-description .colonade-klen {
  position: absolute;
  top: -60px;
  left: 50px;
  border-color: transparent;
}
.case-section .gray-2rows-colonade {
  width: 100%;
  background-color: #f9f9fb;
  margin-bottom: 220px;
  position: relative;
  z-index: 5;
}
.case-section .gray-2rows-colonade.orange {
  background-color: #ff5400;
}
.case-section .gray-2rows-colonade.alone .container .block {
  height: auto;
  width: 100%;
}
.case-section .gray-2rows-colonade .container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin-inline: auto;
  transform: translateY(120px);
}
.case-section .gray-2rows-colonade .container .block {
  height: 504px;
  border-radius: 20px;
  box-shadow: 0 20px 20px -4px #f6f6f9;
  overflow: hidden;
}
.case-section .gray-2rows-colonade .container .block .wp-block-image {
  height: 100%;
  width: auto;
  margin-bottom: 0;
}
.case-section .gray-2rows-colonade .container .block .wp-block-image img {
  height: 100%;
  width: auto;
}

@media (max-width: 1159px) {
  .case-section .colonade-steps-2 {
    display: flex;
    gap: 0px;
    width: 768px;
    margin-top: 80px;
    margin-bottom: 90px;
    padding-top: 70px;
    position: relative;
  }
  .case-section .colonade-steps-2 .counter {
    position: absolute;
    left: 40px;
    top: 0;
  }
  .case-section .colonade-steps-2 .counter p {
    padding-inline: 0;
  }
  .case-section .colonade-steps-2 .headers {
    padding: 32px;
    height: 156px;
    width: 452px;
    flex-shrink: 0;
    margin-left: 40px;
  }
  .case-section .colonade-steps-2 .headers p,
  .case-section .colonade-steps-2 .headers h2 {
    width: 100%;
    padding-inline: 0;
    margin-inline: 0;
  }
  .case-section .colonade-steps-2 .headers P {
    font-size: 16px;
    line-height: 20px;
  }
  .case-section .colonade-steps-2 .colonade-description {
    padding: 32px;
    width: 528px;
    flex-shrink: 0;
    position: absolute;
    right: 40px;
    transform: translateX(0) translateY(150px);
  }
  .case-section .colonade-steps-2 .colonade-description h2 {
    font-size: 20px;
  }
  .case-section .colonade-steps-2 .colonade-description .colonade-klen {
    left: 380px;
  }
  .case-section .gray-2rows-colonade.alone .container {
    width: calc(100% - 80px);
  }
  .case-section .gray-2rows-colonade.alone .container .block {
    height: auto;
    width: 100%;
  }
  .case-section .gray-2rows-colonade .container {
    width: 688px;
    margin-inline: 40px;
  }
  .case-section .gray-2rows-colonade .container .block {
    height: 304px;
  }
}
@media (max-width: 767px) {
  .case-section .colonade-steps-2 {
    padding-top: 50px;
    width: calc(100% - 60px);
    margin-inline: 30px;
    margin-bottom: 240px;
  }
  .case-section .colonade-steps-2 .headers {
    border-radius: 0 30px 30px 30px;
    background-color: var(--colorWhite);
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 0;
  }
  .case-section .colonade-steps-2 .counter {
    left: 0;
  }
  .case-section .colonade-steps-2 .colonade-description {
    width: 100%;
    right: 0;
    transform: translateX(0) translateY(250px);
  }
  .case-section .colonade-steps-2 .colonade-description .colonade-klen {
    left: 30px;
    width: 70px;
    height: 70px;
    top: -40px;
  }
  .case-section .gray-2rows-colonade .container {
    width: calc(100% - 60px);
    margin-inline: 30px;
    flex-direction: column;
    gap: 32px;
  }
  .case-section .gray-2rows-colonade .container .block {
    width: 100%;
    height: auto;
  }
}
/* Embed colonade */
.case-section .embed-colonade-gray {
  width: 100%;
  background-color: #f9f9fb;
  display: flex;
  justify-content: center;
  margin-top: 180px;
}
.case-section .embed-colonade-gray .colonade-phone {
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100px);
  margin-bottom: -140px;
}
.case-section .embed-colonade-gray .colonade-phone::after {
  background-image: url(../../assets/img/colonade-phone.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.case-section .embed-colonade-gray .colonade-phone .wp-block-embed {
  width: 83%;
}

@media (max-width: 767px) {
  .case-section .embed-colonade-gray {
    padding-inline: 30px;
  }
}
/*Colonade last block*/
.case-section .colonade-links {
  width: 100%;
  background-color: #ff5400;
  color: #FFFFFF;
  padding-block: 120px;
  position: relative;
}
.case-section .colonade-links .container {
  width: 1200px;
  margin-inline: auto;
}
.case-section .colonade-links .container h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  margin-left: 400px;
  margin-bottom: 32px;
  width: 590px;
}
.case-section .colonade-links .container p {
  letter-spacing: -0.6px;
  line-height: 24px;
  font-size: 16px;
  width: 490px;
  margin-left: 600px;
  margin-bottom: 40px;
}
.case-section .colonade-links .container .links {
  display: flex;
  gap: 29px;
  margin-top: 80px;
}
.case-section .colonade-links .container .links a {
  width: 275px;
  height: 250px;
  background-color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  padding: 40px;
  color: #383a42;
}
.case-section .colonade-links .container .links a .wp-block-image {
  width: 86px;
  height: 86px;
  position: absolute;
  top: -20px;
  border-color: transparent;
}
.case-section .colonade-links .container .links a p {
  width: auto;
  margin-left: 0;
  margin-top: 40%;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.case-section .gray-last-colonade {
  background-color: #f9f9fb;
  width: 100%;
}
.case-section .gray-last-colonade .container {
  width: 1200px;
  margin-inline: auto;
  padding-block: 180px;
}
.case-section .gray-last-colonade .container h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  margin-left: 400px;
  letter-spacing: -3px;
}

@media (max-width: 1159px) {
  .case-section .colonade-links .container {
    width: calc(100% - 80px);
    margin-inline: 40px;
  }
  .case-section .colonade-links .container h2 {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .case-section .colonade-links .container p {
    width: 100%;
    margin-left: 0;
    margin-bottom: 48px;
  }
  .case-section .colonade-links .container .links {
    gap: 16px;
  }
  .case-section .colonade-links .container .links a {
    width: 230px;
    height: 240px;
  }
  .case-section .colonade-links .container .links a .wp-block-image {
    top: -20px;
  }
  .case-section .gray-last-colonade .container {
    width: calc(100% - 80px);
    margin-inline: 40px;
    padding-block: 120px;
  }
  .case-section .gray-last-colonade .container h3 {
    font-size: 32px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .case-section .colonade-links .container {
    width: calc(100% - 60px);
    margin-inline: 30px;
  }
  .case-section .colonade-links .container h2 {
    font-size: 32px;
  }
  .case-section .colonade-links .container .links {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 36px;
    flex-wrap: wrap;
  }
  .case-section .colonade-links .container .links a {
    width: 140px;
    height: 170px;
    padding: 20px;
  }
  .case-section .colonade-links .container .links a .wp-block-image {
    width: 70px;
    height: 70px;
    top: -20px;
  }
  .case-section .colonade-links .container .links a p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .case-section .gray-last-colonade .container {
    width: calc(100% - 60px);
    margin-inline: 30px;
  }
}
/*--- Goodwine ---*/
.case-section .full-screen-video-goodvine {
  margin-bottom: 80px;
}
.case-section article > div > h5.goodwine-h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
.case-section h5 > a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.case-section .results-good-wine {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 40px;
}
.case-section .results-good-wine .container {
  width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.case-section .results-good-wine .container .block {
  width: 197px;
}
.case-section .results-good-wine .container .block h2 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: -14px;
}
.case-section .results-good-wine .container .block p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  color: #333333;
}
.case-section .good-vine-container {
  width: 100%;
  background-color: #fad8d6;
  margin-bottom: 280px;
}
.case-section .good-vine-container .container {
  width: 1200px;
  margin-inline: auto;
  display: flex;
  gap: 68px;
  padding-top: 80px;
  margin-top: 80px;
  justify-content: center;
}
.case-section .good-vine-container .container .wp-block-image {
  border: none;
}
.case-section .good-vine-container .container .block {
  margin-bottom: -200px;
  max-width: 373px;
}
.case-section .good-vine-container .container .block p {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.case-section .good-vine-container .container .block .wp-block-image {
  transition: 1.2s ease all;
}
.case-section .good-vine-container .container .block .wp-block-image.left-phone {
  transform: translateX(50%);
}
.case-section .good-vine-container .container .block .wp-block-image.left-phone.visible {
  transform: translateX(0);
}
.case-section .good-vine-container .container .block .wp-block-image.right-phone {
  transform: translateX(-50%);
}
.case-section .good-vine-container .container .block .wp-block-image.right-phone.visible {
  transform: translateX(0);
}
.case-section .goodwine-2rows-video {
  width: 100%;
}
.case-section .goodwine-2rows-video .container {
  width: 1200px;
  display: flex;
  gap: 76px;
  margin-inline: auto;
}
.case-section .goodwine-2rows-video .container .row.row-2 {
  padding-top: 80px;
}
.case-section .goodwine-2rows-video .container .row p {
  margin-top: 32px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85em;
  padding-inline: 95px;
}

@media (max-width: 1159px) {
  .case-section .results-good-wine .container {
    width: calc(100% - 80px);
  }
  .case-section .results-good-wine .container .block {
    width: 190px;
  }
  .case-section .results-good-wine .container .block h2 {
    font-size: 56px;
  }
  .case-section .good-vine-container {
    width: 100%;
    background-color: #fad8d6;
    margin-bottom: 200px;
  }
  .case-section .good-vine-container .container {
    width: calc(100% - 40px);
  }
  .case-section .good-vine-container .container .block {
    margin-bottom: -120px;
  }
  .case-section .goodwine-2rows-video .container {
    width: calc(100% - 208px);
    gap: 80px;
    flex-direction: column;
    gap: 0;
  }
  .case-section .goodwine-2rows-video .container .row.row-2 {
    padding-top: 0;
  }
  .case-section .goodwine-2rows-video .container .row p {
    margin-bottom: 32px;
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .case-section .results-good-wine .container {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 40px;
  }
  .case-section .results-good-wine .container .block {
    width: 100%;
  }
  .case-section .results-good-wine .container .block h2 {
    font-size: 40px;
    margin-bottom: -10px;
  }
  .case-section .results-good-wine .container .block p {
    font-size: 14px;
  }
  .case-section .good-vine-container .container {
    padding-top: 40px;
    margin-bottom: 140px;
  }
  .case-section .good-vine-container .container .block {
    margin-bottom: -80px;
  }
  .case-section .good-vine-container .container .block .wp-block-image {
    margin-bottom: 0;
  }
  .case-section .good-vine-container .container .block p {
    margin-top: 10px;
  }
  .case-section .goodwine-2rows-video .container {
    width: calc(100% - 30px);
  }
}
/*Fixes*/
.case-section .footer {
  margin-bottom: 120px;
}
.case-section .wp-block-image img {
  width: 100%;
}
.case-section .inzur-image {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

body.elementor-page .e-con-inner,
body.elementor-editor-active .e-con-inner {
  row-gap: 0 !important;
  padding-block: 0 !important;
}

/* Falling blocks section */
.dark-section-wrapper {
  width: 100%;
  background-color: #1A1A1A;
  color: var(--colorWhite);
  height: 770px;
  position: relative;
}
.dark-section-wrapper .big-button.mobile {
  display: none;
}
.dark-section-wrapper .falling-blocks-section {
  position: relative;
  height: 100%;
}
.dark-section-wrapper h3 {
  margin-bottom: 48px;
  width: 478px;
}
.dark-section-wrapper h2 {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  letter-spacing: -0.5px !important;
  width: 629px;
}
.dark-section-wrapper #falling-blocks-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dark-section-wrapper #falling-blocks-container canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media (max-width: 1919px) {
  .dark-section-wrapper {
    height: 685px;
  }
  .dark-section-wrapper h2 {
    width: 423px;
    font-size: 18px !important;
  }
  .dark-section-wrapper h3 {
    width: 423px;
  }
}
@media (max-width: 1159px) {
  .dark-section-wrapper {
    height: auto;
  }
  .dark-section-wrapper h3 {
    margin-bottom: 24px;
    width: 334px;
  }
  .dark-section-wrapper h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
    width: 511px;
  }
  .dark-section-wrapper #falling-blocks-container {
    display: none;
  }
  .dark-section-wrapper .big-button.mobile {
    display: flex;
    margin-top: 56px;
    height: 264px;
    max-height: 264px;
  }
  .dark-section-wrapper .big-button.mobile span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .dark-section-wrapper .big-button.mobile .arrow {
    background-color: rgba(255, 255, 255, 0.1);
    width: 50px;
  }
}
@media (max-width: 767px) {
  .dark-section-wrapper .falling-blocks-section {
    padding-block: 56px;
  }
  .dark-section-wrapper h3 {
    margin-bottom: 16px;
    width: 219px;
  }
  .dark-section-wrapper h2 {
    width: 100%;
    padding-right: 21px;
  }
  .dark-section-wrapper .big-button.mobile {
    margin-top: 32px;
    height: 100px;
  }
  .dark-section-wrapper .big-button.mobile span {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .dark-section-wrapper .big-button.mobile .arrow {
    width: 84px;
  }
}
/* Father cases */
.father-cases {
  width: 100%;
  padding: 0;
  display: flex;
}
.father-cases .father-case {
  width: 50%;
  aspect-ratio: 960/645;
  display: flex;
  padding: 118px 180px;
  justify-content: space-between;
  align-items: end;
}
.father-cases .father-case .content {
  width: 300px;
}
.father-cases .father-case:hover .link {
  transform: scale(1.4) rotate(-45deg);
}
.father-cases .father-case.white {
  color: var(--colorWhite);
}
.father-cases .father-case.white .link {
  background-color: rgba(255, 255, 255, 0.25);
}
.father-cases .father-case.white .link path {
  stroke: currentColor;
}
.father-cases .father-case .client-logo {
  margin-bottom: 24px;
  width: 80px;
}
.father-cases .father-case .client-logo img {
  width: 100%;
  height: auto;
}
.father-cases .father-case h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 104%;
  letter-spacing: -2.5px;
  margin-bottom: 16px;
}
.father-cases .father-case p {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}
.father-cases .father-case .link {
  width: 74px;
  aspect-ratio: 1/1;
  background-color: rgba(164, 164, 164, 0.25);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}

@media (max-width: 1919px) {
  .father-cases .father-case {
    aspect-ratio: 685/644;
    padding: 125px 117px;
  }
}
@media (max-width: 1159px) {
  .father-cases .father-case {
    aspect-ratio: 375/352;
    padding: 40px 40px;
  }
  .father-cases .father-case .content {
    width: 207px;
  }
  .father-cases .father-case .client-logo {
    margin-bottom: 23px;
    width: 58px;
  }
  .father-cases .father-case h2 {
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
  }
  .father-cases .father-case p {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .father-cases {
    flex-direction: column;
  }
  .father-cases .father-case {
    width: 100%;
    aspect-ratio: 380/350;
    padding: 40px 30px;
  }
  .father-cases .father-case .client-logo {
    margin-bottom: 20px;
    width: 64px;
  }
  .father-cases .father-case p {
    font-size: 14px;
  }
}
/* Branding we-cool */
.branding-we-cool {
  background-color: #1A1A1A;
  width: 100%;
  color: var(--colorWhite);
  padding-bottom: 56px;
}
.branding-we-cool .section.first {
  padding-bottom: 63px;
}
.branding-we-cool .we-cool-header {
  display: flex;
  position: relative;
  height: 580px;
  justify-content: space-between;
}
.branding-we-cool .we-cool-header img {
  position: absolute;
  pointer-events: none;
  transform: translateX(-100px) translateY(-150px);
  width: 750px;
}
.branding-we-cool .we-cool-header .hero-text {
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  padding-right: 204px;
}
.branding-we-cool .we-cool-header .hero-text p {
  width: 557px;
  font-size: 28px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -1.5px;
  color: #75BD92;
}
.branding-we-cool .we-cool-header h3 {
  margin-top: 45px;
}
.branding-we-cool .we-cool-text h2 {
  color: #75BD92;
  font-size: 84px;
  font-weight: 600;
  line-height: 98%;
  letter-spacing: -6.577px;
}
.branding-we-cool .we-cool-text h2 span {
  white-space: nowrap;
}
.branding-we-cool .we-cool-text h2 img {
  display: inline-block;
  margin-left: -30px;
  margin-right: -30px;
  height: 120px;
  margin-top: -40px;
  transform: translateY(20px);
}
.branding-we-cool .cool-points hr {
  width: 100%;
  height: 1px;
  background-color: #F19EDC;
}
.branding-we-cool .cool-points hr.green {
  background-color: #75BD92;
}
.branding-we-cool .cool-points .section {
  padding-block: 52px;
  display: flex;
}
.branding-we-cool .cool-points .section.flex-reverse {
  flex-direction: column;
  color: #F19EDC;
  padding-block: 80px 104px;
}
.branding-we-cool .cool-points .section.flex-reverse h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -1.5px;
  margin-bottom: 52px;
  width: 60%;
}
.branding-we-cool .cool-points .section.flex-reverse .text-container {
  width: 100%;
}
.branding-we-cool .cool-points .section.flex-reverse .text-container.reverse {
  padding-left: calc(50% + 18px);
}
.branding-we-cool .cool-points .section.flex-reverse p {
  font-size: 84px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -5px;
  width: 100%;
  padding-left: 0;
}
.branding-we-cool .cool-points .section .text-container {
  width: 50%;
}
.branding-we-cool .cool-points .section p {
  padding-left: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  width: 629px;
}
.branding-we-cool .cool-points .section h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1.5px;
  width: 379px;
}

@media (max-width: 1919px) {
  .branding-we-cool {
    padding-bottom: 30px;
  }
  .branding-we-cool .section.first {
    padding-bottom: 48px;
  }
  .branding-we-cool .we-cool-header {
    height: 500px;
  }
  .branding-we-cool .we-cool-header img {
    transform: translateX(-80px) translateY(-120px);
    width: 645px;
  }
  .branding-we-cool .we-cool-header .hero-text {
    padding-bottom: 35px;
    padding-right: 120px;
  }
  .branding-we-cool .we-cool-header .hero-text p {
    width: 437px;
  }
  .branding-we-cool .we-cool-header h3 {
    margin-top: 45px;
  }
  .branding-we-cool .we-cool-text h2 {
    font-size: 64px;
    letter-spacing: -5px;
  }
  .branding-we-cool .we-cool-text h2 img {
    margin-left: -20px;
    margin-right: -20px;
    height: 90px;
    margin-top: -40px;
    transform: translateY(20px);
  }
  .branding-we-cool .cool-points .section {
    padding-block: 49px;
  }
  .branding-we-cool .cool-points .section.flex-reverse {
    padding-block: 65px 59px;
  }
  .branding-we-cool .cool-points .section.flex-reverse .text-container {
    width: 100%;
  }
  .branding-we-cool .cool-points .section.flex-reverse .text-container.reverse {
    padding-left: calc(50% + 20px);
  }
  .branding-we-cool .cool-points .section.flex-reverse p {
    font-size: 64px;
  }
  .branding-we-cool .cool-points .section p {
    padding-left: 20px;
    font-size: 16px;
    width: 446px;
  }
  .branding-we-cool .cool-points .section h2 {
    width: 406px;
  }
}
@media (max-width: 1159px) {
  .branding-we-cool {
    padding-bottom: 16px;
  }
  .branding-we-cool .section.first {
    padding-bottom: 60px;
  }
  .branding-we-cool .we-cool-header {
    flex-direction: column;
    height: auto;
  }
  .branding-we-cool .we-cool-header img {
    transform: translateX(40px) translateY(-80px);
    right: 0;
    width: 365px;
  }
  .branding-we-cool .we-cool-header .hero-text {
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 120px;
  }
  .branding-we-cool .we-cool-header .hero-text p {
    width: 334px;
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
  }
  .branding-we-cool .we-cool-header h3 {
    margin-top: 0;
    margin-bottom: 36px;
  }
  .branding-we-cool .we-cool-text h2 {
    font-size: 37px;
    letter-spacing: -3px;
  }
  .branding-we-cool .we-cool-text h2 img {
    margin-left: -10px;
    margin-right: -10px;
    height: 60px;
    margin-top: -40px;
    transform: translateY(30px);
  }
  .branding-we-cool .cool-points .section {
    padding-block: 40px;
  }
  .branding-we-cool .cool-points .section.flex-reverse {
    padding-block: 80px 56px;
  }
  .branding-we-cool .cool-points .section.flex-reverse h2 {
    margin-bottom: 48px;
    width: 100%;
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
    width: 334px;
  }
  .branding-we-cool .cool-points .section.flex-reverse .text-container {
    width: 100%;
  }
  .branding-we-cool .cool-points .section.flex-reverse .text-container.reverse {
    padding-left: 0;
  }
  .branding-we-cool .cool-points .section.flex-reverse p {
    font-size: 37px;
    letter-spacing: -3px;
  }
  .branding-we-cool .cool-points .section p {
    padding-left: 18px;
    font-size: 12px;
    width: 100%;
  }
  .branding-we-cool .cool-points .section h2 {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
    width: 279px;
  }
}
@media (max-width: 767px) {
  .branding-we-cool {
    padding-bottom: 72px;
  }
  .branding-we-cool .section.first {
    padding-bottom: 54px;
  }
  .branding-we-cool .we-cool-header img {
    transform: translateX(0) translateY(0) scale(1.2);
    margin-block: 10%;
    position: static;
  }
  .branding-we-cool .we-cool-header .hero-text {
    margin-bottom: 9px;
  }
  .branding-we-cool .we-cool-header .hero-text p {
    width: 100%;
  }
  .branding-we-cool .we-cool-header h3 {
    margin-bottom: 16px;
  }
  .branding-we-cool .we-cool-text h2 {
    font-size: 25px;
    line-height: 98%;
    letter-spacing: -2px;
  }
  .branding-we-cool .we-cool-text h2 img {
    margin-left: -10px;
    margin-right: -10px;
    height: 40px;
    margin-top: -40px;
    transform: translateY(30px);
  }
  .branding-we-cool .cool-points .section {
    padding-block: 32px;
    flex-direction: column;
  }
  .branding-we-cool .cool-points .section.flex-reverse {
    padding-block: 48px 64px;
  }
  .branding-we-cool .cool-points .section.flex-reverse h2 {
    margin-bottom: 32px;
    width: 100%;
  }
  .branding-we-cool .cool-points .section.flex-reverse p {
    font-size: 24px;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -2px;
  }
  .branding-we-cool .cool-points .section .text-container {
    width: 100%;
  }
  .branding-we-cool .cool-points .section p {
    padding-left: 0;
  }
  .branding-we-cool .cool-points .section h2 {
    margin-bottom: 12px;
  }
}
/* Branding working with brands */
.feeds-branding .feed {
  width: 100%;
}

.section.feeds-branding .category .works-container.four-columns .work .container {
  margin-bottom: 0;
}

.section.working-with-brands .section-header {
  gap: 0;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 120px;
}
.section.working-with-brands .section-header h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -5px;
  width: 728px;
}
.section.working-with-brands .section-header h2 .pink {
  color: #FFAEAE;
}
.section.working-with-brands .section-header h2 .red {
  color: #FF6154;
}
.section.working-with-brands .section-header p {
  width: 496px;
  margin-right: 133px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.section.working-with-brands .working-brands-container {
  display: flex;
  flex-wrap: wrap;
}
.section.working-with-brands .working-brands-container .step {
  width: 33.3%;
  border-radius: 30px;
  border: 1px solid #D8D8D8;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.working-with-brands .working-brands-container .step h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 36px;
  width: 280px;
}
.section.working-with-brands .working-brands-container .step h2 .mobile-number {
  display: none;
}
.section.working-with-brands .working-brands-container .step p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  width: 250px;
}
.section.working-with-brands .working-brands-container .step.square {
  border-radius: 0;
}

@media (max-width: 1919px) {
  .section.working-with-brands .section-header {
    margin-bottom: 113px;
  }
  .section.working-with-brands .section-header h2 {
    width: 605px;
    font-size: 64px;
    line-height: 0.98;
  }
  .section.working-with-brands .section-header p {
    width: 456px;
    margin-right: 0;
    font-size: 18px;
  }
  .section.working-with-brands .working-brands-container {
    display: flex;
    flex-wrap: wrap;
  }
  .section.working-with-brands .working-brands-container .step {
    padding: 32px 43px;
  }
}
@media (max-width: 1159px) {
  .section.working-with-brands .section-header {
    margin-bottom: 56px;
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
  .section.working-with-brands .section-header h2 {
    font-size: 48px;
    letter-spacing: -2.5px;
    width: 606px;
  }
  .section.working-with-brands .section-header h2 br {
    display: none;
  }
  .section.working-with-brands .section-header p {
    width: 511px;
    font-size: 18px;
  }
  .section.working-with-brands .working-brands-container .step {
    padding: 40px 24px;
  }
  .section.working-with-brands .working-brands-container .step .img-container {
    width: 210px;
    transform: translateX(-20px);
  }
  .section.working-with-brands .working-brands-container .step h2 {
    font-size: 24px;
    width: 173px;
  }
  .section.working-with-brands .working-brands-container .step h2 .mobile-number {
    display: block;
  }
  .section.working-with-brands .working-brands-container .step p {
    font-size: 16px;
    letter-spacing: -0.5px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section.working-with-brands .section-header {
    gap: 16px;
    margin-bottom: 40px;
  }
  .section.working-with-brands .section-header h2 {
    font-size: 32px;
    width: 100%;
  }
  .section.working-with-brands .section-header p {
    width: 100%;
    font-size: 16px;
  }
  .section.working-with-brands .working-brands-container {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .section.working-with-brands .working-brands-container .step {
    width: 50%;
    padding: 33px 30px;
  }
  .section.working-with-brands .working-brands-container .step .img-container {
    width: 160px;
  }
  .section.working-with-brands .working-brands-container .step h2 {
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: -1px;
    width: 139px;
  }
  .section.working-with-brands .working-brands-container .step p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.section.branding-showcase .feed {
  width: 100%;
}

/* Hero branding */
.section.hero-branding {
  padding-bottom: 0;
}
.section.hero-branding .hero-branding-wrapper {
  position: relative;
}
.section.hero-branding .hero-branding-wrapper .hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 1194px;
  height: 900px;
  transform: translateY(-220px) translateX(50px);
  z-index: 100;
  pointer-events: none;
}
.section.hero-branding .hero-branding-wrapper .hero-image img {
  width: 100%;
  position: absolute;
  opacity: 0;
  transform: scale(0.7);
  animation: faces-fade 1s ease-in-out forwards;
}
.section.hero-branding .hero-branding-wrapper .hero-image img:nth-of-type(1) {
  animation-delay: 0.15s;
}
.section.hero-branding .hero-branding-wrapper .hero-image img:nth-of-type(2) {
  animation-delay: 0.25s;
}
.section.hero-branding .hero-branding-wrapper .hero-image img:nth-of-type(3) {
  animation-delay: 0.35s;
}
.section.hero-branding .hero-branding-wrapper .hero-image img:nth-of-type(4) {
  animation-delay: 0.45s;
}
@keyframes faces-fade {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 100;
    transform: scale(1);
  }
}
.section.hero-branding .hero-branding-wrapper h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  position: relative;
  z-index: 110;
}
.section.hero-branding .hero-branding-wrapper h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -5px;
  width: 642px;
  margin-bottom: 152px;
  position: relative;
  z-index: 110;
}
.section.hero-branding .hero-branding-wrapper h2 .orange {
  color: #FF5C08;
}
.section.hero-branding .hero-branding-wrapper h2 .pink {
  color: #FFAEAE;
}
.section.hero-branding .hero-branding-wrapper h2 .blue {
  color: #005DC8;
}
.section.hero-branding .hero-branding-wrapper h2 .purple {
  color: #6245BC;
}

@media (max-width: 1919px) {
  .section.hero-branding {
    padding-bottom: 44px;
  }
  .section.hero-branding .hero-branding-wrapper .hero-image {
    width: 1080px;
    height: 900px;
    transform: translateY(-220px) translateX(250px);
  }
  .section.hero-branding .hero-branding-wrapper h2 {
    font-size: 64px;
    line-height: 0.98;
    width: 555px;
    margin-bottom: 161px;
  }
}
@media (max-width: 1159px) {
  .section.hero-branding {
    padding-bottom: 16px;
  }
  .section.hero-branding .hero-branding-wrapper {
    text-align: center;
  }
  .section.hero-branding .hero-branding-wrapper .hero-image {
    width: 1000px;
    height: 811px;
    transform: translateY(-200px) translateX(calc(-50% - 100px));
    left: 50%;
  }
  .section.hero-branding .hero-branding-wrapper h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 56px;
  }
  .section.hero-branding .hero-branding-wrapper h2 {
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -2.5px;
    width: 392px;
    margin-bottom: 120px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  body.page-template-templatesbranding-php {
    overflow-x: hidden;
  }
  .section.hero-branding {
    padding-bottom: 0;
    overflow: visible;
  }
  .section.hero-branding .hero-branding-wrapper .hero-image {
    width: 708px;
    height: 571px;
    transform: translateY(-130px) translateX(calc(-50% - 80px));
  }
  .section.hero-branding .hero-branding-wrapper h3 {
    font-size: 14px;
    margin-bottom: 48px;
    width: 200px;
    margin-inline: auto;
  }
  .section.hero-branding .hero-branding-wrapper h2 {
    font-size: 48px;
    letter-spacing: -4px;
    width: 340px;
    margin-bottom: 104px;
  }
}
/* Custom cursor */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -25%);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: none !important;
}
.custom-cursor.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -25%) scale(1);
}
.custom-cursor.fade-out {
  opacity: 0;
  transform: translate(-50%, -25%) scale(0.95);
}

@media (hover: none) and (pointer: coarse) {
  .custom-cursor {
    display: none !important;
  }
}
/* Page clients */
.section.all-clients {
  padding-block: 48px 120px;
}
.section.all-clients h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
.section.all-clients h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -5px;
  margin-bottom: 88px;
}

@media (max-width: 1919px) {
  .section.all-clients {
    padding-block: 64px 211px;
  }
  .section.all-clients h2 {
    font-size: 64px;
    line-height: 98%;
  }
}
@media (max-width: 1159px) {
  .section.all-clients {
    padding-block: 48px 96px;
  }
  .section.all-clients h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .section.all-clients h2 {
    font-size: 56px;
    line-height: 90%;
    letter-spacing: -2.5px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .section.all-clients {
    padding-block: 40px 64px;
  }
  .section.all-clients h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .section.all-clients h2 {
    font-size: 48px;
    letter-spacing: -4px;
  }
}
/*Each client page*/
.client-showcase-wrapper {
  background-color: var(--colorWildSand);
}

.section.clients-cards-showcase {
  padding-top: 0;
  transform: translateY(-96px);
  padding-bottom: 0;
  margin-bottom: -96px;
}
.section.clients-cards-showcase .category .works-container {
  gap: 40px;
}
.section.clients-cards-showcase .category .works-container .feed {
  max-width: 360px;
  width: 100%;
}

.section.client-navigation {
  padding-block: 32px;
}
.section.client-navigation .client-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.section.client-navigation .client-container .client {
  padding: 8px 15px;
  white-space: nowrap;
  border-radius: 88px;
  background-color: var(--colorWildSand);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.18px;
  transition: 0.3s ease all;
}
@media (pointer: fine) {
  .section.client-navigation .client-container .client:hover {
    background-color: var(--colorCodGray);
    color: var(--colorWhite);
  }
}
.section.client-navigation .client-container .client.active {
  background-color: var(--colorCodGray);
  color: var(--colorWhite);
}

.client-hr {
  width: 100%;
  height: 1px;
  background-color: var(--colorWildSand);
}

.client-info.section {
  padding-block: 56px 200px;
}
.client-info.section .clientheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  gap: 48px;
}
.client-info.section .clientheader .client-title a {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-bottom: 20px;
}
.client-info.section .clientheader .client-title a h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -4px;
}
.client-info.section .clientheader .client-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  opacity: 0.3;
}
.client-info.section .clientheader .client-logo-link {
  width: 282px;
  height: 202px;
}
.client-info.section .clientheader .client-logo-link svg,
.client-info.section .clientheader .client-logo-link img {
  max-width: 100%;
  max-height: 100%;
}
.client-info.section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  width: 961px;
}

@media (max-width: 1919px) {
  .section.clients-cards-showcase {
    transform: translateY(-72px);
    margin-bottom: 0;
  }
  .section.clients-cards-showcase .category .works-container {
    flex-wrap: wrap;
  }
  .section.client-navigation {
    padding-block: 32px;
  }
  .section.client-navigation .client-container {
    gap: 8px;
  }
  .section.client-navigation .client-container .client {
    padding: 6px 12px;
    border-radius: 70px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  .client-info.section {
    padding-block: 48px 152px;
  }
  .client-info.section .clientheader {
    margin-bottom: 40px;
    gap: 24px;
  }
  .client-info.section .clientheader .client-logo-link {
    width: 223px;
    height: 160px;
  }
  .client-info.section .clientheader .client-title a {
    gap: 6px;
    margin-bottom: 16px;
  }
  .client-info.section .clientheader .client-title a h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }
  .client-info.section .clientheader .client-title h2 {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .client-info.section p {
    font-size: 14px;
    width: 760px;
  }
}
@media (max-width: 1159px) {
  .section.clients-cards-showcase .category .works-container {
    gap: 20px;
  }
  .section.clients-cards-showcase .category .works-container.four-columns .column:nth-child(2) .container {
    margin-bottom: 0;
  }
  .section.clients-cards-showcase .category .works-container.four-columns .column:nth-child(2) .container {
    padding-bottom: 0;
  }
  .section.clients-cards-showcase .work .container {
    margin-bottom: 32px !important;
  }
  .section.clients-cards-showcase {
    transform: translateY(-80px);
    margin-bottom: -104px;
  }
  .section.clients-cards-showcase .category .works-container .feed {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 32px;
  }
  .section.client-navigation {
    padding-block: 32px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .section.client-navigation::-webkit-scrollbar {
    display: none;
  }
  .section.client-navigation .client-container {
    gap: 6px;
    flex-wrap: nowrap;
  }
  .section.client-navigation .client-container .client {
    padding: 8px 8px;
    font-size: 12px;
    letter-spacing: -0.12px;
    opacity: 1;
    transform: translateY(0);
  }
  .client-info.section {
    padding-block: 40px 144px;
    padding-left: 70px;
  }
  .client-info.section .clientheader {
    margin-bottom: 48px;
    gap: 48px;
  }
  .client-info.section .clientheader .client-logo-link {
    width: 160px;
    height: 114.798px;
    border: 1px solid var(--colorWildSand);
  }
  .client-info.section .clientheader .client-title a {
    margin-bottom: 15px;
  }
  .client-info.section .clientheader .client-title a h1 {
    font-size: 48px;
    line-height: 0.9;
    letter-spacing: -4px;
  }
  .client-info.section .clientheader .client-title h2 {
    font-size: 14px;
  }
  .client-info.section p {
    font-size: 12px;
    letter-spacing: -0.2px;
    width: 100%;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .section.clients-cards-showcase .category .works-container {
    gap: 32px;
  }
  .section.clients-cards-showcase {
    transform: translateY(-64px);
  }
  .section.clients-cards-showcase .category .works-container .feed {
    max-width: 100%;
    width: 100%;
  }
  .section.client-navigation {
    padding-block: 28px;
  }
  .section.client-navigation .client-container {
    gap: 4px;
  }
  .section.client-navigation .client-container .client {
    font-size: 10px;
    letter-spacing: -0.1px;
  }
  .client-info.section {
    padding-block: 36px 136px;
    padding-left: 30px;
  }
  .client-info.section .clientheader {
    margin-bottom: 32px;
    gap: 42px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .client-info.section .clientheader .client-logo-link {
    width: 160px;
    height: 114.798px;
  }
  .client-info.section .clientheader .client-title a {
    margin-bottom: 15px;
  }
  .section.categories .category .client-more-button-contaioner {
    margin-bottom: 104px;
    margin-top: -40px;
  }
}
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
  background-color: transparent !important;
}

.elementor-widget-video .elementor-wrapper {
  padding-bottom: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

@media screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (hover: none) and (pointer: coarse) {
  .team-member-container.animated-block {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.section.categories .category .work:not(.hided) .hided-span {
  display: none !important;
}

@media (max-width: 1919px) {
  .section.categories .category#ux-cab .works-container,
  .section.categories .category#ux-cab-en .works-container {
    flex-wrap: wrap;
  }
}
.section.categories .category#ux-cab .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container,
.section.categories .category#ux-cab .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container,
.section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(1) .work:nth-child(even) .container,
.section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(3) .work:nth-child(even) .container {
  border: none;
  padding: 0;
}

.section.categories .category#ux-cab .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container,
.section.categories .category#ux-cab .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container {
  border: none;
  padding: 0;
}

.section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container,
.section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container {
  border: none;
  padding: 0;
}

@media (pointer: fine) {
  .section.categories .category#ux-cab .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container,
  .section.categories .category#ux-cab .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container {
    background-color: transparent;
  }
}
@media (pointer: fine) {
  .section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container,
  .section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container {
    background-color: transparent;
  }
}
@media (pointer: fine) {
  .section.categories .category#ux-cab .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container .work-title,
  .section.categories .category#ux-cab .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container .bottom-link,
  .section.categories .category#ux-cab .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container .work-title,
  .section.categories .category#ux-cab .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container .bottom-link {
    color: currentColor;
  }
}
@media (pointer: fine) {
  .section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container .work-title,
  .section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(2) .work:nth-child(odd):not(.hided):hover .container .bottom-link,
  .section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container .work-title,
  .section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(4) .work:nth-child(odd):not(.hided):hover .container .bottom-link {
    color: currentColor;
  }
}
.section.categories .category#ux-cab .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container .image-container,
.section.categories .category#ux-cab .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container .image-container {
  border-radius: 0;
}

.section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(2) .work:nth-child(odd) .container .image-container,
.section.categories .category#ux-cab-en .works-container.four-columns .column:nth-child(4) .work:nth-child(odd) .container .image-container {
  border-radius: 0;
}

.force-cursor-none,
.force-cursor-none * {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"></svg>') 0 0, auto !important;
}

.blog-cards .card.addBorder .img-container,
.blog-links .link.addBorder .img-container {
  border: 1px solid rgba(21, 21, 21, 0.1);
}

.elementor a {
  color: var(--colorLochmara);
  text-decoration: underline;
}

body:not(.elementor-editor-active) .elementor-widget-container > p .animated-block a.animated-word {
  color: var(--colorLochmara);
}

/*Logo animations*/
.once-logo.first-hover:hover path:nth-child(1) {
  fill: var(--colorLochmara);
}
.once-logo.first-hover:hover path:nth-child(2) {
  fill: var(--colorSalem);
}
.once-logo.first-hover:hover path:nth-child(3) {
  fill: var(--colorWebOrange);
}
.once-logo.first-hover:hover path:nth-child(4) {
  fill: var(--colorSalmon);
}
.once-logo.second-hover:hover g path {
  fill: var(--colorSalem) !important;
}
.once-logo.third-hover:hover g path {
  fill: var(--colorLochmara) !important;
}
.once-logo.fourth-hover:hover g path {
  fill: var(--colorWebOrange) !important;
}
.once-logo.fifth-hover:hover g path {
  fill: var(--colorSalmon) !important;
}

/* Blog arrow */
.section.blog-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-block: 102px;
}

@media (max-width: 1159px) {
  .section.blog-arrow {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */